Trace number 208795

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACSAT 12.2941 12.3781

DiagnosticValue
CHECKS10030609
NODES12678

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-47_ext.xml
MD5SUM3731bb3f0f148ab8e8fe28516cd5eff6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.590909
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/208795-1168190073/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.39	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.64	   
0.64	   constraints being loaded...
0.79	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.79	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.79	       =>  wckTime=0.493  cpuTime=0.45  mem=42M392
0.87	   
0.87	   solver IterativeSystematicSolver being built... 
1.03	       =>  wckTime=0.727  cpuTime=0.58  mem=21M69
1.09	   
1.09	   preprocessing
1.09	     nbConstraintChecks=19189  nbValidityChecks=30682  nbPropagations=148  nbRevisions=1414  nbUselessRevisions=1212
1.09	     nbSingletonTests=28  nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
1.09	       =>  wckTime=0.066  cpuTime=0.05  mem=21M69
1.16	   
1.16	   search
1.16	     run=0  nbConstraintChecks=30610  nbValidityChecks=58847  nbPropagations=514  nbRevisions=5273
1.16	     nbUselessRevisions=4193  nbAssignments=45  nbFailedAssignments=31  nbBacktracks=10  nbVisitedNodes=85
1.16	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.136  cpuTime=0.1  mem=22M39
1.25	   
1.25	   search
1.25	     run=1  nbConstraintChecks=87489  nbValidityChecks=185022  nbPropagations=1707  nbRevisions=18417
1.25	     nbUselessRevisions=14893  nbAssignments=146  nbFailedAssignments=56  nbBacktracks=28  nbVisitedNodes=168
1.25	     nbRestartNogoods=12  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.219  cpuTime=0.17  mem=22M39
1.34	   
1.34	   search
1.34	     run=2  nbConstraintChecks=157696  nbValidityChecks=329308  nbPropagations=3713  nbRevisions=40964
1.34	     nbUselessRevisions=32749  nbAssignments=226  nbFailedAssignments=102  nbBacktracks=51  nbVisitedNodes=304
1.34	     nbRestartNogoods=17  mapSize=48  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.315  cpuTime=0.26  mem=22M39
1.43	   
1.43	   search
1.43	     run=3  nbConstraintChecks=227634  nbValidityChecks=467618  nbPropagations=6619  nbRevisions=73949
1.43	     nbUselessRevisions=58851  nbAssignments=308  nbFailedAssignments=145  nbBacktracks=84  nbVisitedNodes=452
1.43	     nbRestartNogoods=22  mapSize=77  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.405  cpuTime=0.35  mem=22M39
1.59	   
1.59	   search
1.59	     run=4  nbConstraintChecks=348950  nbValidityChecks=719804  nbPropagations=11124  nbRevisions=124214
1.59	     nbUselessRevisions=98157  nbAssignments=449  nbFailedAssignments=218  nbBacktracks=135  nbVisitedNodes=694
1.59	     nbRestartNogoods=28  mapSize=127  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.563  cpuTime=0.5  mem=22M39
1.74	   
1.74	   search
1.74	     run=5  nbConstraintChecks=474492  nbValidityChecks=974628  nbPropagations=17605  nbRevisions=196015
1.74	     nbUselessRevisions=154262  nbAssignments=633  nbFailedAssignments=320  nbBacktracks=210  nbVisitedNodes=1025
1.74	     nbRestartNogoods=33  mapSize=192  nbInferences=0  nbTooLargeKeys=0
1.74	       =>  wckTime=0.714  cpuTime=0.65  mem=22M39
1.98	   
1.98	   search
1.98	     run=6  nbConstraintChecks=666922  nbValidityChecks=1362895  nbPropagations=26877  nbRevisions=297801
1.98	     nbUselessRevisions=233857  nbAssignments=904  nbFailedAssignments=445  nbBacktracks=323  nbVisitedNodes=1467
1.98	     nbRestartNogoods=40  mapSize=290  nbInferences=0  nbTooLargeKeys=0
1.98	       =>  wckTime=0.949  cpuTime=0.88  mem=22M39
2.43	   
2.43	   search
2.43	     run=7  nbConstraintChecks=1047405  nbValidityChecks=2118668  nbPropagations=41575  nbRevisions=460544
2.43	     nbUselessRevisions=360734  nbAssignments=1355  nbFailedAssignments=721  nbBacktracks=494  nbVisitedNodes=2318
2.43	     nbRestartNogoods=56  mapSize=447  nbInferences=0  nbTooLargeKeys=0
2.43	       =>  wckTime=1.405  cpuTime=1.32  mem=22M39
3.09	   
3.09	   search
3.09	     run=8  nbConstraintChecks=1595517  nbValidityChecks=3228582  nbPropagations=64288  nbRevisions=711522
3.09	     nbUselessRevisions=556748  nbAssignments=2094  nbFailedAssignments=1195  nbBacktracks=750  nbVisitedNodes=3719
3.09	     nbRestartNogoods=70  mapSize=678  nbInferences=0  nbTooLargeKeys=0
3.09	       =>  wckTime=2.058  cpuTime=1.97  mem=22M39
3.81	   
3.81	   search
3.81	     run=9  nbConstraintChecks=2234861  nbValidityChecks=4449152  nbPropagations=95167  nbRevisions=1055767
3.81	     nbUselessRevisions=825641  nbAssignments=2897  nbFailedAssignments=1603  nbBacktracks=1134  nbVisitedNodes=5145
3.81	     nbRestartNogoods=83  mapSize=971  nbInferences=0  nbTooLargeKeys=0
3.81	       =>  wckTime=2.778  cpuTime=2.67  mem=22M39
3.95	   
3.95	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=22M39)
4.80	   
4.80	   search
4.80	     run=10  nbConstraintChecks=3136303  nbValidityChecks=6218217  nbPropagations=138755  nbRevisions=1544910
4.80	     nbUselessRevisions=1208213  nbAssignments=4094  nbFailedAssignments=2211  nbBacktracks=1710  nbVisitedNodes=7290
4.80	     nbRestartNogoods=97
4.80	       =>  wckTime=3.776  cpuTime=3.66  mem=22M39
6.92	   
6.92	   search
6.92	     run=11  nbConstraintChecks=5119510  nbValidityChecks=10043917  nbPropagations=206933  nbRevisions=2305674
6.92	     nbUselessRevisions=1799747  nbAssignments=6507  nbFailedAssignments=3750  nbBacktracks=2578  nbVisitedNodes=11868
6.92	     nbRestartNogoods=109
6.92	       =>  wckTime=5.892  cpuTime=5.76  mem=22M39
9.10	   
9.10	   search
9.10	     run=12  nbConstraintChecks=7118925  nbValidityChecks=13963139  nbPropagations=302465  nbRevisions=3380471
9.10	     nbUselessRevisions=2637782  nbAssignments=9070  nbFailedAssignments=5012  nbBacktracks=3875  nbVisitedNodes=16409
9.10	     nbRestartNogoods=119
9.10	       =>  wckTime=8.075  cpuTime=7.93  mem=22M39
12.35	   
12.35	   search
12.35	     run=13  nbConstraintChecks=10011420  nbValidityChecks=19630392  nbPropagations=438638  nbRevisions=4886030
12.35	     nbUselessRevisions=3809445  nbAssignments=12678  nbFailedAssignments=6852  nbBacktracks=5620  nbVisitedNodes=22886
12.35	     nbRestartNogoods=134
12.35	       =>  wckTime=11.318  cpuTime=11.16  mem=22M39
12.35	   
12.35	   global
12.35	     nbConstraintChecks=10030609  nbValidityChecks=19661074  nbPropagations=438786  nbRevisions=4887444
12.35	     nbUselessRevisions=3810657  nbRestartNogoods=134  solvingWckTime=11.319  solvingCpuTime=11.17  expiredTime=no
12.35	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=11.81
12.35	       =>  wckTime=12.049  cpuTime=11.75  mem=22M39
12.35	   
12.35	s SATISFIABLE
12.35	v 2 8 9 2 13 11 7 1 1 2 9 11 1 4 19 8 16 19 8 3 
12.35	d NODES 12678
12.35	d CHECKS 10030609
12.35	   
12.35	   totalWckTime=12.126  totalCpuTime=11.81

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-208795-1168190073 -o ROOT/results/node44/solver-208795-1168190073 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208795-1168190073/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.99 2.00 1.91 5/81 11020
/proc/meminfo: memFree=1528272/2055920 swapFree=4191892/4192956
[pid=11019] ppid=11017 vsize=18540 CPUtime=0
/proc/11019/stat : 11019 (runsolver) R 11017 11019 10259 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 167406370 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11019/statm: 4635 279 244 17 0 2626 0

[startup+0.107791 s]
/proc/loadavg: 1.99 2.00 1.91 5/81 11020
/proc/meminfo: memFree=1528272/2055920 swapFree=4191892/4192956
[pid=11019] ppid=11017 vsize=914988 CPUtime=0.08
/proc/11019/stat : 11019 (java) R 11017 11019 10259 0 -1 0 3030 0 1 0 7 1 0 0 24 0 8 0 167406370 936947712 2776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153860689 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11019/statm: 228747 2776 1439 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515831 s]
/proc/loadavg: 1.99 2.00 1.91 5/81 11020
/proc/meminfo: memFree=1528272/2055920 swapFree=4191892/4192956
[pid=11019] ppid=11017 vsize=915328 CPUtime=0.49
/proc/11019/stat : 11019 (java) R 11017 11019 10259 0 -1 0 8191 0 1 0 44 5 0 0 25 0 8 0 167406370 937295872 7930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11019/statm: 228832 7930 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33792 s]
/proc/loadavg: 1.99 2.00 1.91 3/88 11027
/proc/meminfo: memFree=1470680/2055920 swapFree=4191892/4192956
[pid=11019] ppid=11017 vsize=915460 CPUtime=1.31
/proc/11019/stat : 11019 (java) R 11017 11019 10259 0 -1 0 17099 0 1 0 121 10 0 0 25 0 8 0 167406370 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11019/statm: 228865 16837 2527 14 0 215335 0
[pid=11019/tid=11021] ppid=11017 vsize=915460 CPUtime=0.05
/proc/11019/task/11021/stat : 11021 (java) S 11017 11019 10259 0 -1 64 1793 0 0 0 5 0 0 0 16 0 8 0 167406375 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11022] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11022/stat : 11022 (java) S 11017 11019 10259 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167406375 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11023] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11023/stat : 11023 (java) S 11017 11019 10259 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167406375 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11024] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11024/stat : 11024 (java) S 11017 11019 10259 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 167406378 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11025] ppid=11017 vsize=915460 CPUtime=0.15
/proc/11019/task/11025/stat : 11025 (java) S 11017 11019 10259 0 -1 64 359 0 0 0 14 1 0 0 15 0 8 0 167406378 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11026] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11026/stat : 11026 (java) S 11017 11019 10259 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167406378 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11027] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11027/stat : 11027 (java) S 11017 11019 10259 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167406378 937431040 16837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.99009 s]
/proc/loadavg: 1.99 2.00 1.91 3/88 11027
/proc/meminfo: memFree=1470616/2055920 swapFree=4191892/4192956
[pid=11019] ppid=11017 vsize=915460 CPUtime=2.95
/proc/11019/stat : 11019 (java) R 11017 11019 10259 0 -1 0 17117 0 1 0 285 10 0 0 25 0 8 0 167406370 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722772 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11019/statm: 228865 16853 2527 14 0 215335 0
[pid=11019/tid=11021] ppid=11017 vsize=915460 CPUtime=0.05
/proc/11019/task/11021/stat : 11021 (java) S 11017 11019 10259 0 -1 64 1793 0 0 0 5 0 0 0 17 0 8 0 167406375 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11022] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11022/stat : 11022 (java) S 11017 11019 10259 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167406375 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11023] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11023/stat : 11023 (java) S 11017 11019 10259 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167406375 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11024] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11024/stat : 11024 (java) S 11017 11019 10259 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 167406378 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11025] ppid=11017 vsize=915460 CPUtime=0.19
/proc/11019/task/11025/stat : 11025 (java) S 11017 11019 10259 0 -1 64 376 0 0 0 18 1 0 0 16 0 8 0 167406378 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11026] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11026/stat : 11026 (java) S 11017 11019 10259 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167406378 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11027] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11027/stat : 11027 (java) S 11017 11019 10259 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167406378 937431040 16853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.28042 s]
/proc/loadavg: 1.99 2.00 1.91 3/88 11027
/proc/meminfo: memFree=1470496/2055920 swapFree=4191892/4192956
[pid=11019] ppid=11017 vsize=915460 CPUtime=6.22
/proc/11019/stat : 11019 (java) R 11017 11019 10259 0 -1 0 17127 0 1 0 612 10 0 0 25 0 8 0 167406370 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722736 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11019/statm: 228865 16862 2527 14 0 215335 0
[pid=11019/tid=11021] ppid=11017 vsize=915460 CPUtime=0.05
/proc/11019/task/11021/stat : 11021 (java) S 11017 11019 10259 0 -1 64 1793 0 0 0 5 0 0 0 16 0 8 0 167406375 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11022] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11022/stat : 11022 (java) S 11017 11019 10259 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167406375 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11023] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11023/stat : 11023 (java) S 11017 11019 10259 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167406375 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11024] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11024/stat : 11024 (java) S 11017 11019 10259 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 167406378 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11025] ppid=11017 vsize=915460 CPUtime=0.2
/proc/11019/task/11025/stat : 11025 (java) S 11017 11019 10259 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 167406378 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11026] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11026/stat : 11026 (java) S 11017 11019 10259 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167406378 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11019/tid=11027] ppid=11017 vsize=915460 CPUtime=0
/proc/11019/task/11027/stat : 11027 (java) S 11017 11019 10259 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167406378 937431040 16862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 12.3781
CPU time (s): 12.2941
CPU user time (s): 12.1741
CPU system time (s): 0.119981
CPU usage (%): 99.3218
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1741
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17136
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1369
involuntary context switches= 1684

runsolver used 0.022996 s user time and 0.039993 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Jan  7 17:14:33 UTC 2007


IDJOB= 208795
IDBENCH= 4453
FILE ID= node44/208795-1168190073

PBS_JOBID= 3479294

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208795-1168190073/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-208795-1168190073 -o ROOT/results/node44/solver-208795-1168190073 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208795-1168190073/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3731bb3f0f148ab8e8fe28516cd5eff6

RANDOM SEED= 21908277

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1528752 kB
Buffers:         38592 kB
Cached:         382272 kB
SwapCached:        396 kB
Active:         198384 kB
Inactive:       263080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528752 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2888 kB
Writeback:           0 kB
Mapped:          56928 kB
Slab:            50868 kB
Committed_AS:  3395684 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66542 MiB



End job on node44 on Sun Jan  7 17:14:46 UTC 2007