Trace number 206489

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 AC? (TO) 1800.11 1803.85

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-23_ext.xml
MD5SUM6bb99aa1c47efae32568e103d14a27ff
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/206489-1168073650/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
1.44	   
1.44	   constraints being loaded...
2.13	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.13	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.13	     nbSharedBinaryRepresentations=0  maxDegree=20  maxArity=3
2.13	       =>  wckTime=1.837  cpuTime=1.49  mem=58M77
2.28	   
2.28	   solver IterativeSystematicSolver being built... 
2.43	       =>  wckTime=2.137  cpuTime=1.62  mem=65M860
2.44	   
2.44	   preprocessing
2.44	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.44	     detectedInconsistency=no
2.44	       =>  wckTime=0.0030  cpuTime=0.0  mem=65M860
2.58	   
2.58	   search
2.58	     run=0  nbConstraintChecks=42129  nbValidityChecks=85085  nbPropagations=463  nbRevisions=5052
2.58	     nbUselessRevisions=4050  nbAssignments=34  nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=59
2.58	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.58	       =>  wckTime=0.143  cpuTime=0.11  mem=65M860
2.64	   
2.64	   search
2.64	     run=1  nbConstraintChecks=72087  nbValidityChecks=141959  nbPropagations=1282  nbRevisions=14224
2.64	     nbUselessRevisions=11353  nbAssignments=68  nbFailedAssignments=28  nbBacktracks=26  nbVisitedNodes=112
2.64	     nbRestartNogoods=2  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.64	       =>  wckTime=0.205  cpuTime=0.16  mem=65M860
2.74	   
2.74	   search
2.74	     run=2  nbConstraintChecks=123104  nbValidityChecks=257223  nbPropagations=2763  nbRevisions=31325
2.74	     nbUselessRevisions=24943  nbAssignments=124  nbFailedAssignments=55  nbBacktracks=48  nbVisitedNodes=206
2.74	     nbRestartNogoods=3  mapSize=37  nbInferences=0  nbTooLargeKeys=0
2.74	       =>  wckTime=0.303  cpuTime=0.25  mem=65M860
2.91	   
2.91	   search
2.91	     run=3  nbConstraintChecks=226218  nbValidityChecks=478107  nbPropagations=5633  nbRevisions=65234
2.91	     nbUselessRevisions=51739  nbAssignments=239  nbFailedAssignments=128  nbBacktracks=81  nbVisitedNodes=416
2.91	     nbRestartNogoods=5  mapSize=66  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=0.473  cpuTime=0.42  mem=65M860
3.14	   
3.14	   search
3.14	     run=4  nbConstraintChecks=371063  nbValidityChecks=760758  nbPropagations=9812  nbRevisions=115049
3.14	     nbUselessRevisions=91216  nbAssignments=349  nbFailedAssignments=181  nbBacktracks=131  nbVisitedNodes=607
3.14	     nbRestartNogoods=9  mapSize=100  nbInferences=0  nbTooLargeKeys=0
3.14	       =>  wckTime=0.703  cpuTime=0.65  mem=65M860
3.60	   
3.60	   search
3.60	     run=5  nbConstraintChecks=663899  nbValidityChecks=1349382  nbPropagations=16512  nbRevisions=198490
3.60	     nbUselessRevisions=157500  nbAssignments=538  nbFailedAssignments=287  nbBacktracks=206  nbVisitedNodes=945
3.61	     nbRestartNogoods=13  mapSize=160  nbInferences=0  nbTooLargeKeys=0
3.61	       =>  wckTime=1.17  cpuTime=1.11  mem=65M860
4.15	   
4.15	   search
4.15	     run=6  nbConstraintChecks=1017367  nbValidityChecks=2078589  nbPropagations=27938  nbRevisions=337057
4.15	     nbUselessRevisions=266858  nbAssignments=894  nbFailedAssignments=521  nbBacktracks=321  nbVisitedNodes=1613
4.15	     nbRestartNogoods=23  mapSize=266  nbInferences=0  nbTooLargeKeys=0
4.15	       =>  wckTime=1.718  cpuTime=1.66  mem=65M860
4.87	   
4.87	   search
4.87	     run=7  nbConstraintChecks=1477825  nbValidityChecks=3031485  nbPropagations=45240  nbRevisions=546366
4.87	     nbUselessRevisions=431783  nbAssignments=1323  nbFailedAssignments=771  nbBacktracks=491  nbVisitedNodes=2400
4.87	     nbRestartNogoods=32  mapSize=406  nbInferences=0  nbTooLargeKeys=0
4.87	       =>  wckTime=2.431  cpuTime=2.37  mem=65M860
6.53	   
6.53	   search
6.53	     run=8  nbConstraintChecks=2556285  nbValidityChecks=5163357  nbPropagations=71971  nbRevisions=894062
6.53	     nbUselessRevisions=708271  nbAssignments=2069  nbFailedAssignments=1252  nbBacktracks=747  nbVisitedNodes=3807
6.53	     nbRestartNogoods=39  mapSize=644  nbInferences=0  nbTooLargeKeys=0
6.53	       =>  wckTime=4.095  cpuTime=4.01  mem=65M860
8.73	   
8.73	   search
8.73	     run=9  nbConstraintChecks=4009295  nbValidityChecks=8147994  nbPropagations=114813  nbRevisions=1433468
8.73	     nbUselessRevisions=1133374  nbAssignments=3316  nbFailedAssignments=2108  nbBacktracks=1131  nbVisitedNodes=6218
8.73	     nbRestartNogoods=49  mapSize=1011  nbInferences=0  nbTooLargeKeys=0
8.73	       =>  wckTime=6.291  cpuTime=6.19  mem=66M852
8.78	   
8.78	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=66M852)
10.19	   
10.20	   search
10.20	     run=10  nbConstraintChecks=4963436  nbValidityChecks=10135197  nbPropagations=169847  nbRevisions=2122244
10.20	     nbUselessRevisions=1677148  nbAssignments=4383  nbFailedAssignments=2594  nbBacktracks=1707  nbVisitedNodes=8031
10.20	     nbRestartNogoods=67
10.20	       =>  wckTime=7.761  cpuTime=7.65  mem=66M852
12.65	   
12.65	   search
12.65	     run=11  nbConstraintChecks=6560794  nbValidityChecks=13474941  nbPropagations=245764  nbRevisions=3062238
12.65	     nbUselessRevisions=2420421  nbAssignments=6064  nbFailedAssignments=3404  nbBacktracks=2571  nbVisitedNodes=10953
12.65	     nbRestartNogoods=79
12.65	       =>  wckTime=10.211  cpuTime=10.1  mem=66M852
18.61	   
18.61	   search
18.61	     run=12  nbConstraintChecks=10415423  nbValidityChecks=21679332  nbPropagations=369492  nbRevisions=4567510
18.61	     nbUselessRevisions=3606483  nbAssignments=9483  nbFailedAssignments=5518  nbBacktracks=3868  nbVisitedNodes=17427
18.61	     nbRestartNogoods=92
18.61	       =>  wckTime=16.18  cpuTime=16.07  mem=66M852
23.96	   
23.96	   search
23.96	     run=13  nbConstraintChecks=13923481  nbValidityChecks=28973281  nbPropagations=540279  nbRevisions=6642221
23.96	     nbUselessRevisions=5242969  nbAssignments=13202  nbFailedAssignments=7286  nbBacktracks=5814  nbVisitedNodes=23915
23.96	     nbRestartNogoods=110
23.96	       =>  wckTime=21.522  cpuTime=21.41  mem=66M852
38.03	   
38.03	   search
38.03	     run=14  nbConstraintChecks=23132230  nbValidityChecks=48117837  nbPropagations=824469  nbRevisions=10047909
38.03	     nbUselessRevisions=7911860  nbAssignments=21157  nbFailedAssignments=12315  nbBacktracks=8735  nbVisitedNodes=39016
38.03	     nbRestartNogoods=117
38.03	       =>  wckTime=35.594  cpuTime=35.45  mem=66M852
49.74	   
49.74	   search
49.74	     run=15  nbConstraintChecks=30866117  nbValidityChecks=64220385  nbPropagations=1212220  nbRevisions=14705958
49.74	     nbUselessRevisions=11572794  nbAssignments=29485  nbFailedAssignments=16257  nbBacktracks=13113
49.74	     nbVisitedNodes=53522  nbRestartNogoods=122
49.74	       =>  wckTime=47.306  cpuTime=47.15  mem=66M852
81.84	   
81.84	   search
81.84	     run=16  nbConstraintChecks=51984984  nbValidityChecks=107753892  nbPropagations=1820600  nbRevisions=22081998
81.84	     nbUselessRevisions=17368244  nbAssignments=46729  nbFailedAssignments=26922  nbBacktracks=19686
81.84	     nbVisitedNodes=85574  nbRestartNogoods=136
81.84	       =>  wckTime=79.404  cpuTime=79.2  mem=66M852
110.55	   
110.55	   search
110.55	     run=17  nbConstraintChecks=70563732  nbValidityChecks=147362648  nbPropagations=2667593  nbRevisions=32309017
110.55	     nbUselessRevisions=25435799  nbAssignments=66770  nbFailedAssignments=37101  nbBacktracks=29539
110.55	     nbVisitedNodes=121367  nbRestartNogoods=144
110.55	       =>  wckTime=108.119  cpuTime=107.91  mem=66M852
166.34	   
166.34	   search
166.34	     run=18  nbConstraintChecks=107181244  nbValidityChecks=222508220  nbPropagations=3916037  nbRevisions=47516680
166.34	     nbUselessRevisions=37434932  nbAssignments=98323  nbFailedAssignments=53868  nbBacktracks=44319
166.34	     nbVisitedNodes=177981  nbRestartNogoods=158
166.34	       =>  wckTime=163.903  cpuTime=163.61  mem=66M852
229.12	   
229.12	   search
229.12	     run=19  nbConstraintChecks=148014489  nbValidityChecks=307282287  nbPropagations=5690560  nbRevisions=69091079
229.12	     nbUselessRevisions=54483265  nbAssignments=139953  nbFailedAssignments=73323  nbBacktracks=66487
229.12	     nbVisitedNodes=250319  nbRestartNogoods=165
229.12	       =>  wckTime=226.683  cpuTime=226.34  mem=66M852
383.74	   
383.74	   search
383.74	     run=20  nbConstraintChecks=249593784  nbValidityChecks=521768927  nbPropagations=8713462  nbRevisions=105527468
383.74	     nbUselessRevisions=83152572  nbAssignments=229654  nbFailedAssignments=129764  nbBacktracks=99739
383.74	     nbVisitedNodes=420399  nbRestartNogoods=178
383.74	       =>  wckTime=381.302  cpuTime=380.8  mem=66M852
524.97	   
524.97	   search
524.97	     run=21  nbConstraintChecks=341470812  nbValidityChecks=713480476  nbPropagations=12937965  nbRevisions=156463493
524.97	     nbUselessRevisions=123303443  nbAssignments=324747  nbFailedAssignments=174972  nbBacktracks=149617
524.97	     nbVisitedNodes=586141  nbRestartNogoods=202
524.97	       =>  wckTime=522.538  cpuTime=521.81  mem=66M852
768.56	   
768.56	   search
768.56	     run=22  nbConstraintChecks=501442266  nbValidityChecks=1046969825  nbPropagations=19139197  nbRevisions=231091281
768.56	     nbUselessRevisions=182127454  nbAssignments=473998  nbFailedAssignments=249396  nbBacktracks=224438
768.56	     nbVisitedNodes=851783  nbRestartNogoods=214
768.56	       =>  wckTime=766.125  cpuTime=765.12  mem=66M852
1269.16	   
1269.16	   search
1269.16	     run=23  nbConstraintChecks=832764823  nbValidityChecks=1749259781  nbPropagations=29505766  nbRevisions=355694953
1269.16	     nbUselessRevisions=280002388  nbAssignments=781070  nbFailedAssignments=444233  nbBacktracks=336666
1269.16	     nbVisitedNodes=1432033  nbRestartNogoods=225
1269.17	       =>  wckTime=1266.731  cpuTime=1265.19  mem=66M852

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node25/watcher-206489-1168073650 -o ROOT/results/node25/solver-206489-1168073650 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206489-1168073650/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: 2.00 1.99 1.83 4/93 29492
/proc/meminfo: memFree=1642432/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=172 CPUtime=0
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155757452 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 3764523 0 0 4096 0 0 0 0 17 0 0 0
/proc/29491/statm: 43 24 18 14 0 3 0

[startup+0.107464 s]
/proc/loadavg: 2.00 1.99 1.83 4/93 29492
/proc/meminfo: memFree=1642432/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=914988 CPUtime=0.09
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 3071 0 1 0 8 1 0 0 22 0 8 0 155757452 936947712 2817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154016819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228747 2817 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515533 s]
/proc/loadavg: 2.00 1.99 1.83 4/93 29492
/proc/meminfo: memFree=1642432/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915328 CPUtime=0.5
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 8358 0 1 0 45 5 0 0 25 0 8 0 155757452 937295872 8097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228832 8098 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33867 s]
/proc/loadavg: 2.00 1.99 1.83 3/100 29499
/proc/meminfo: memFree=1575368/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915328 CPUtime=1.33
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 19100 0 1 0 123 10 0 0 25 0 8 0 155757452 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073585749 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228832 18838 2149 14 0 215302 0
[pid=29491/tid=29493] ppid=29489 vsize=915328 CPUtime=0.04
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 2682 0 0 0 4 0 0 0 17 0 8 0 155757455 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915328 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915328 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915328 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915328 CPUtime=0.07
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 155757459 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915328 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915328 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915328

[startup+2.98695 s]
/proc/loadavg: 2.00 1.99 1.83 4/100 29499
/proc/meminfo: memFree=1528264/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=2.97
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32564 0 1 0 281 16 0 0 25 0 8 0 155757452 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817416 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228860 32298 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.18
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 381 0 0 0 18 0 0 0 15 0 8 0 155757459 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915440

[startup+6.27151 s]
/proc/loadavg: 2.16 2.03 1.84 3/100 29499
/proc/meminfo: memFree=1522696/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=6.25
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32580 0 1 0 609 16 0 0 25 0 8 0 155757452 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228860 32311 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 17 0 8 0 155757455 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.21
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 395 0 0 0 21 0 0 0 15 0 8 0 155757459 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915440

[startup+12.7596 s]
/proc/loadavg: 2.15 2.02 1.84 3/100 29499
/proc/meminfo: memFree=1522824/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=12.73
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32589 0 1 0 1256 17 0 0 25 0 8 0 155757452 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860651 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228860 32318 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 403 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915440

[startup+25.6018 s]
/proc/loadavg: 2.11 2.02 1.84 3/100 29499
/proc/meminfo: memFree=1522952/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=25.57
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32589 0 1 0 2540 17 0 0 25 0 8 0 155757452 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228860 32318 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 403 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915440

[startup+51.2081 s]
/proc/loadavg: 2.07 2.02 1.85 3/100 29499
/proc/meminfo: memFree=1523016/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=51.14
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32589 0 1 0 5097 17 0 0 25 0 8 0 155757452 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800289 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228860 32318 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 403 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 915440

[startup+102.424 s]
/proc/loadavg: 2.03 2.02 1.85 3/100 29499
/proc/meminfo: memFree=1523080/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=102.29
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32590 0 1 0 10212 17 0 0 25 0 8 0 155757452 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29491/statm: 228860 32318 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 403 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 915440

[startup+162.486 s]
/proc/loadavg: 2.01 2.01 1.86 3/100 29499
/proc/meminfo: memFree=1523016/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=162.29
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32590 0 1 0 16212 17 0 0 25 0 8 0 155757452 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807467 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 915440

[startup+1483.75 s]
/proc/loadavg: 1.98 1.97 1.92 3/100 29755
/proc/meminfo: memFree=1518200/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=1481.55
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32591 0 1 0 148115 40 0 0 25 0 8 0 155757452 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29491/statm: 228860 32319 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.55
Current children cumulated vsize (KiB) 915440

[startup+1543.76 s]
/proc/loadavg: 1.99 1.97 1.92 3/100 29757
/proc/meminfo: memFree=1518008/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=1541.26
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32591 0 1 0 154086 40 0 0 25 0 8 0 155757452 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29491/statm: 228860 32319 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.26
Current children cumulated vsize (KiB) 915440

[startup+1603.78 s]
/proc/loadavg: 1.99 1.97 1.92 3/100 29757
/proc/meminfo: memFree=1518008/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=1601
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32591 0 1 0 160059 41 0 0 25 0 8 0 155757452 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29491/statm: 228860 32319 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 915440

[startup+1663.8 s]
/proc/loadavg: 2.04 1.99 1.93 3/100 29757
/proc/meminfo: memFree=1518072/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=1660.73
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32591 0 1 0 166032 41 0 0 25 0 8 0 155757452 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805559 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29491/statm: 228860 32319 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.73
Current children cumulated vsize (KiB) 915440

[startup+1723.8 s]
/proc/loadavg: 2.01 1.99 1.93 3/100 29757
/proc/meminfo: memFree=1518072/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=1720.45
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32591 0 1 0 172003 42 0 0 25 0 8 0 155757452 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29491/statm: 228860 32319 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.45
Current children cumulated vsize (KiB) 915440

[startup+1783.81 s]
/proc/loadavg: 2.00 1.99 1.93 3/100 29757
/proc/meminfo: memFree=1518072/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=1780.16
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32591 0 1 0 177974 42 0 0 25 0 8 0 155757452 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860724 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29491/statm: 228860 32319 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.16
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.78 s]
/proc/loadavg: 2.00 1.99 1.93 3/100 29757
/proc/meminfo: memFree=1518072/2055920 swapFree=4192812/4192956
[pid=29491] ppid=29489 vsize=915440 CPUtime=1800.03
/proc/29491/stat : 29491 (java) R 29489 29491 29205 0 -1 0 32591 0 1 0 179961 42 0 0 25 0 8 0 155757452 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29491/statm: 228860 32319 2521 14 0 215330 0
[pid=29491/tid=29493] ppid=29489 vsize=915440 CPUtime=0.41
/proc/29491/task/29493/stat : 29493 (java) S 29489 29491 29205 0 -1 64 15584 0 0 0 36 5 0 0 16 0 8 0 155757455 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29494] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29494/stat : 29494 (java) S 29489 29491 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29495] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29495/stat : 29495 (java) S 29489 29491 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155757456 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29496] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29496/stat : 29496 (java) S 29489 29491 29205 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29497] ppid=29489 vsize=915440 CPUtime=0.22
/proc/29491/task/29497/stat : 29497 (java) S 29489 29491 29205 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29498] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29498/stat : 29498 (java) S 29489 29491 29205 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29491/tid=29499] ppid=29489 vsize=915440 CPUtime=0
/proc/29491/task/29499/stat : 29499 (java) S 29489 29491 29205 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155757459 937410560 32319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915440

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1803.85
CPU time (s): 1800.11
CPU user time (s): 1799.66
CPU system time (s): 0.449931
CPU usage (%): 99.7928
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32608
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= 37717
involuntary context switches= 53126

runsolver used 2.73758 s user time and 5.2522 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 08:54:10 UTC 2007


IDJOB= 206489
IDBENCH= 4212
FILE ID= node25/206489-1168073650

PBS_JOBID= 3475963

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206489-1168073650/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-206489-1168073650 -o ROOT/results/node25/solver-206489-1168073650 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206489-1168073650/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6bb99aa1c47efae32568e103d14a27ff

RANDOM SEED= 397292196

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.279
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.279
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:       1642912 kB
Buffers:         41964 kB
Cached:         223712 kB
SwapCached:          0 kB
Active:         106224 kB
Inactive:       235052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7496 kB
Writeback:           0 kB
Mapped:         104612 kB
Slab:            56392 kB
Committed_AS:  3654784 kB
PageTables:       2412 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 node25 on Sat Jan  6 09:24:14 UTC 2007