Trace number 196053

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.08 1805.77

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-35_ext.xml
MD5SUMc6713b35e948c9d94d1422dd5c8a13ee
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 benchmark699.298
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/196053-1168070400/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.46	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.46	       =>  wckTime=0.143  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
1.11	   
1.11	   constraints being loaded...
1.39	     nbConstraints=75  nbRelationTypes=75  nbExtensionStructures=75  nbSharedExtensionStructures=0
1.39	     nbConflictsStructures=75  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.39	       =>  wckTime=1.068  cpuTime=0.9  mem=48M634
1.51	   
1.51	   solver IterativeSystematicSolver being built... 
1.69	       =>  wckTime=1.363  cpuTime=1.03  mem=34M665
1.69	   
1.69	   preprocessing
1.69	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.69	     detectedInconsistency=no
1.69	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M665
1.82	   
1.82	   search
1.82	     run=0  nbConstraintChecks=34288  nbValidityChecks=70013  nbPropagations=388  nbRevisions=4270
1.82	     nbUselessRevisions=3311  nbAssignments=39  nbFailedAssignments=23  nbBacktracks=12  nbVisitedNodes=70
1.82	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.127  cpuTime=0.09  mem=34M665
1.90	   
1.90	   search
1.90	     run=1  nbConstraintChecks=82742  nbValidityChecks=166739  nbPropagations=1276  nbRevisions=14647
1.90	     nbUselessRevisions=11566  nbAssignments=81  nbFailedAssignments=42  nbBacktracks=30  nbVisitedNodes=144
1.90	     nbRestartNogoods=1  mapSize=26  nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.214  cpuTime=0.17  mem=34M665
2.00	   
2.00	   search
2.00	     run=2  nbConstraintChecks=132720  nbValidityChecks=272057  nbPropagations=2835  nbRevisions=32888
2.00	     nbUselessRevisions=26143  nbAssignments=134  nbFailedAssignments=65  nbBacktracks=52  nbVisitedNodes=236
2.00	     nbRestartNogoods=6  mapSize=48  nbInferences=0  nbTooLargeKeys=0
2.00	       =>  wckTime=0.31  cpuTime=0.26  mem=34M665
2.13	   
2.13	   search
2.13	     run=3  nbConstraintChecks=219849  nbValidityChecks=457468  nbPropagations=5255  nbRevisions=62146
2.13	     nbUselessRevisions=49588  nbAssignments=222  nbFailedAssignments=114  nbBacktracks=85  nbVisitedNodes=392
2.14	     nbRestartNogoods=11  mapSize=72  nbInferences=0  nbTooLargeKeys=0
2.14	       =>  wckTime=0.447  cpuTime=0.39  mem=34M665
2.29	   
2.29	   search
2.29	     run=4  nbConstraintChecks=310248  nbValidityChecks=651426  nbPropagations=8667  nbRevisions=103407
2.29	     nbUselessRevisions=82645  nbAssignments=312  nbFailedAssignments=148  nbBacktracks=136  nbVisitedNodes=542
2.29	     nbRestartNogoods=20  mapSize=109  nbInferences=0  nbTooLargeKeys=0
2.29	       =>  wckTime=0.599  cpuTime=0.53  mem=34M665
2.57	   
2.57	   search
2.57	     run=5  nbConstraintChecks=486119  nbValidityChecks=1032835  nbPropagations=13993  nbRevisions=168723
2.57	     nbUselessRevisions=134986  nbAssignments=470  nbFailedAssignments=225  nbBacktracks=213  nbVisitedNodes=824
2.57	     nbRestartNogoods=28  mapSize=171  nbInferences=0  nbTooLargeKeys=0
2.57	       =>  wckTime=0.885  cpuTime=0.82  mem=34M665
3.01	   
3.01	   search
3.01	     run=6  nbConstraintChecks=776796  nbValidityChecks=1613539  nbPropagations=22461  nbRevisions=273052
3.01	     nbUselessRevisions=218589  nbAssignments=748  nbFailedAssignments=383  nbBacktracks=326  nbVisitedNodes=1338
3.01	     nbRestartNogoods=34  mapSize=274  nbInferences=0  nbTooLargeKeys=0
3.01	       =>  wckTime=1.321  cpuTime=1.25  mem=34M665
3.72	   
3.72	   search
3.72	     run=7  nbConstraintChecks=1241317  nbValidityChecks=2588508  nbPropagations=35905  nbRevisions=435788
3.72	     nbUselessRevisions=347321  nbAssignments=1192  nbFailedAssignments=652  nbBacktracks=496  nbVisitedNodes=2162
3.72	     nbRestartNogoods=43  mapSize=420  nbInferences=0  nbTooLargeKeys=0
3.72	       =>  wckTime=2.029  cpuTime=1.95  mem=34M665
4.86	   
4.86	   search
4.86	     run=8  nbConstraintChecks=2026802  nbValidityChecks=4141945  nbPropagations=56595  nbRevisions=691170
4.86	     nbUselessRevisions=550696  nbAssignments=1858  nbFailedAssignments=1057  nbBacktracks=752  nbVisitedNodes=3403
4.86	     nbRestartNogoods=50  mapSize=648  nbInferences=0  nbTooLargeKeys=0
4.86	       =>  wckTime=3.167  cpuTime=3.06  mem=34M665
6.14	   
6.14	   search
6.14	     run=9  nbConstraintChecks=2908625  nbValidityChecks=5912434  nbPropagations=87633  nbRevisions=1073500
6.14	     nbUselessRevisions=855967  nbAssignments=2694  nbFailedAssignments=1503  nbBacktracks=1136  nbVisitedNodes=4934
6.14	     nbRestartNogoods=55  mapSize=995  nbInferences=0  nbTooLargeKeys=0
6.14	       =>  wckTime=4.448  cpuTime=4.32  mem=34M665
6.23	   
6.23	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=34M665)
8.51	   
8.51	   search
8.51	     run=10  nbConstraintChecks=4546523  nbValidityChecks=9286495  nbPropagations=134990  nbRevisions=1655991
8.51	     nbUselessRevisions=1318400  nbAssignments=4136  nbFailedAssignments=2363  nbBacktracks=1713  nbVisitedNodes=7618
8.51	     nbRestartNogoods=61
8.51	       =>  wckTime=6.818  cpuTime=6.66  mem=34M665
11.72	   
11.72	   search
11.72	     run=11  nbConstraintChecks=6790229  nbValidityChecks=13832042  nbPropagations=207371  nbRevisions=2553076
11.72	     nbUselessRevisions=2033353  nbAssignments=6164  nbFailedAssignments=3522  nbBacktracks=2577  nbVisitedNodes=11392
11.72	     nbRestartNogoods=74
11.72	       =>  wckTime=10.027  cpuTime=9.83  mem=34M665
16.38	   
16.39	   search
16.39	     run=12  nbConstraintChecks=9996901  nbValidityChecks=20635162  nbPropagations=314011  nbRevisions=3856717
16.39	     nbUselessRevisions=3065882  nbAssignments=9238  nbFailedAssignments=5293  nbBacktracks=3874  nbVisitedNodes=17066
16.39	     nbRestartNogoods=81
16.39	       =>  wckTime=14.697  cpuTime=14.46  mem=34M665
23.93	   
23.93	   search
23.93	     run=13  nbConstraintChecks=15355805  nbValidityChecks=31787487  nbPropagations=475897  nbRevisions=5866236
23.93	     nbUselessRevisions=4668538  nbAssignments=14225  nbFailedAssignments=8328  nbBacktracks=5820  nbVisitedNodes=26385
23.93	     nbRestartNogoods=100
23.93	       =>  wckTime=22.24  cpuTime=21.94  mem=34M665
36.08	   
36.08	   search
36.08	     run=14  nbConstraintChecks=23714672  nbValidityChecks=48880371  nbPropagations=718993  nbRevisions=8907585
36.08	     nbUselessRevisions=7099017  nbAssignments=21296  nbFailedAssignments=12474  nbBacktracks=8740  nbVisitedNodes=39523
36.08	     nbRestartNogoods=114
36.08	       =>  wckTime=34.388  cpuTime=33.97  mem=35M652
55.86	   
55.86	   search
55.86	     run=15  nbConstraintChecks=37605738  nbValidityChecks=76196673  nbPropagations=1086719  nbRevisions=13636232
55.86	     nbUselessRevisions=10888560  nbAssignments=31871  nbFailedAssignments=18665  nbBacktracks=13119
55.86	     nbVisitedNodes=59395  nbRestartNogoods=123
55.86	       =>  wckTime=54.168  cpuTime=53.57  mem=35M652
80.04	   
80.04	   search
80.04	     run=16  nbConstraintChecks=53828733  nbValidityChecks=110400874  nbPropagations=1628479  nbRevisions=20531059
80.04	     nbUselessRevisions=16418235  nbAssignments=46337  nbFailedAssignments=26556  nbBacktracks=19689
80.04	     nbVisitedNodes=85874  nbRestartNogoods=151
80.04	       =>  wckTime=78.348  cpuTime=77.43  mem=35M652
119.87	   
119.87	   search
119.87	     run=17  nbConstraintChecks=82217668  nbValidityChecks=165753762  nbPropagations=2419686  nbRevisions=30787245
119.87	     nbUselessRevisions=24652708  nbAssignments=68063  nbFailedAssignments=38422  nbBacktracks=29545
119.87	     nbVisitedNodes=125825  nbRestartNogoods=172
119.87	       =>  wckTime=118.183  cpuTime=116.84  mem=35M652
173.68	   
173.68	   search
173.68	     run=18  nbConstraintChecks=119197013  nbValidityChecks=244582684  nbPropagations=3606414  nbRevisions=45752824
173.68	     nbUselessRevisions=36550865  nbAssignments=103495  nbFailedAssignments=59072  nbBacktracks=44323
173.68	     nbVisitedNodes=191180  nbRestartNogoods=200
173.68	       =>  wckTime=171.99  cpuTime=170.09  mem=35M652
263.02	   
263.02	   search
263.02	     run=19  nbConstraintChecks=182820507  nbValidityChecks=374329134  nbPropagations=5436611  nbRevisions=69052103
263.02	     nbUselessRevisions=55177291  nbAssignments=158762  nbFailedAssignments=92164  nbBacktracks=66493
263.02	     nbVisitedNodes=294592  nbRestartNogoods=221
263.02	       =>  wckTime=261.328  cpuTime=258.61  mem=35M652
392.91	   
392.91	   search
392.91	     run=20  nbConstraintChecks=273059058  nbValidityChecks=556924377  nbPropagations=8129845  nbRevisions=103526402
392.91	     nbUselessRevisions=82810625  nbAssignments=233024  nbFailedAssignments=133167  nbBacktracks=99748
392.91	     nbVisitedNodes=430911  nbRestartNogoods=255
392.91	       =>  wckTime=391.217  cpuTime=387.31  mem=35M652
591.05	   
591.05	   search
591.05	     run=21  nbConstraintChecks=416671772  nbValidityChecks=836266883  nbPropagations=12069345  nbRevisions=154956320
591.05	     nbUselessRevisions=124127170  nbAssignments=341303  nbFailedAssignments=191564  nbBacktracks=149626
591.05	     nbVisitedNodes=629467  nbRestartNogoods=277
591.05	       =>  wckTime=589.362  cpuTime=583.95  mem=35M652
872.64	   
872.65	   search
872.65	     run=22  nbConstraintChecks=633903703  nbValidityChecks=1265411685  nbPropagations=17995244  nbRevisions=233026244
872.65	     nbUselessRevisions=186958980  nbAssignments=512826  nbFailedAssignments=288264  nbBacktracks=224444
872.65	     nbVisitedNodes=947120  nbRestartNogoods=309
872.65	       =>  wckTime=870.957  cpuTime=865.46  mem=35M652
1331.43	   
1331.43	   search
1331.43	     run=23  nbConstraintChecks=984850049  nbValidityChecks=1956415889  nbPropagations=26982098  nbRevisions=352788460
1331.43	     nbUselessRevisions=283516670  nbAssignments=771922  nbFailedAssignments=435126  nbBacktracks=336673
1331.43	     nbVisitedNodes=1430668  nbRestartNogoods=327
1331.43	       =>  wckTime=1329.742  cpuTime=1324.12  mem=35M652

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/node44/watcher-196053-1168070400 -o ROOT/results/node44/solver-196053-1168070400 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196053-1168070400/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.98 1.98 1.91 4/80 8495
/proc/meminfo: memFree=1577312/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=47892 CPUtime=0
/proc/8494/stat : 8494 (java) D 8492 8494 7888 0 -1 0 1219 0 1 0 0 0 0 0 17 0 1 0 155439098 49041408 968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099855350 0 0 17 1 0 0
/proc/8494/statm: 11973 968 766 14 0 1707 0

[startup+0.103815 s]
/proc/loadavg: 1.98 1.98 1.91 4/80 8495
/proc/meminfo: memFree=1577312/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=914988 CPUtime=0.09
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 2977 0 1 0 7 2 0 0 17 0 8 0 155439098 936947712 2723 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155518283 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228747 2723 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512861 s]
/proc/loadavg: 1.98 1.98 1.91 4/80 8495
/proc/meminfo: memFree=1577312/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915328 CPUtime=0.45
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 6564 0 1 0 40 5 0 0 18 0 8 0 155439098 937295872 6303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073581078 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228832 6303 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33794 s]
/proc/loadavg: 1.98 1.98 1.91 4/87 8502
/proc/meminfo: memFree=1510120/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915328 CPUtime=1.28
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 19106 0 1 0 115 13 0 0 25 0 8 0 155439098 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228832 18844 2160 14 0 215302 0
[pid=8494/tid=8496] ppid=8492 vsize=915328 CPUtime=0.05
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 2644 0 0 0 4 1 0 0 17 0 8 0 155439102 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915328 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915328 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155439102 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915328 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915328 CPUtime=0.1
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 155439106 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915328 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915328 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915328

[startup+2.98311 s]
/proc/loadavg: 1.98 1.98 1.91 3/87 8502
/proc/meminfo: memFree=1493992/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=2.9
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23461 0 1 0 274 16 0 0 25 0 8 0 155439098 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228854 23196 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 17 0 8 0 155439102 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.2
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 372 0 0 0 19 1 0 0 15 0 8 0 155439106 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915416

[startup+6.26245 s]
/proc/loadavg: 1.98 1.98 1.91 3/87 8502
/proc/meminfo: memFree=1493928/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=6.15
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23479 0 1 0 599 16 0 0 25 0 8 0 155439098 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228854 23211 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 17 0 8 0 155439102 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.23
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 387 0 0 0 22 1 0 0 15 0 8 0 155439106 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915416

[startup+12.7571 s]
/proc/loadavg: 1.98 1.98 1.91 3/87 8502
/proc/meminfo: memFree=1493928/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=12.59
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23483 0 1 0 1243 16 0 0 25 0 8 0 155439098 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761990 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228854 23214 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 391 0 0 0 23 1 0 0 15 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915416

[startup+25.6184 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8502
/proc/meminfo: memFree=1494056/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=25.33
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23483 0 1 0 2517 16 0 0 25 0 8 0 155439098 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228854 23214 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 391 0 0 0 23 1 0 0 15 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915416

[startup+51.2461 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8502
/proc/meminfo: memFree=1494056/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=50.72
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 5056 16 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764029 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915416

[startup+102.51 s]
/proc/loadavg: 1.99 1.98 1.91 3/93 8640
/proc/meminfo: memFree=1492832/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=101.36
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 10120 16 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 915416

[startup+162.529 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8700
/proc/meminfo: memFree=1493848/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=160.76
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 16060 16 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761451 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1417.14
Current children cumulated vsize (KiB) 915416

[startup+1482.75 s]
/proc/loadavg: 1.16 1.06 1.32 2/72 8828
/proc/meminfo: memFree=1586920/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=1477.14
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 147693 21 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.14
Current children cumulated vsize (KiB) 915416

[startup+1542.76 s]
/proc/loadavg: 1.06 1.05 1.30 2/72 8828
/proc/meminfo: memFree=1586984/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=1537.13
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 153692 21 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757226 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.13
Current children cumulated vsize (KiB) 915416

[startup+1602.77 s]
/proc/loadavg: 1.02 1.04 1.28 2/72 8828
/proc/meminfo: memFree=1586920/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=1597.12
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 159691 21 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.12
Current children cumulated vsize (KiB) 915416

[startup+1662.78 s]
/proc/loadavg: 1.00 1.03 1.26 2/72 8828
/proc/meminfo: memFree=1586920/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=1657.11
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 165690 21 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761975 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.11
Current children cumulated vsize (KiB) 915416

[startup+1722.78 s]
/proc/loadavg: 1.00 1.02 1.24 2/72 8828
/proc/meminfo: memFree=1586920/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=1717.1
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 171689 21 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.1
Current children cumulated vsize (KiB) 915416

[startup+1782.79 s]
/proc/loadavg: 1.00 1.02 1.22 2/72 8828
/proc/meminfo: memFree=1586856/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=1777.09
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 177688 21 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756468 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.09
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 1.00 1.01 1.22 2/72 8828
/proc/meminfo: memFree=1586856/2055920 swapFree=4192812/4192956
[pid=8494] ppid=8492 vsize=915416 CPUtime=1800
/proc/8494/stat : 8494 (java) R 8492 8494 7888 0 -1 0 23485 0 1 0 179979 21 0 0 25 0 8 0 155439098 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761475 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8494/statm: 228854 23215 2521 14 0 215324 0
[pid=8494/tid=8496] ppid=8492 vsize=915416 CPUtime=0.17
/proc/8494/task/8496/stat : 8496 (java) S 8492 8494 7888 0 -1 64 6496 0 0 0 14 3 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8497] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8497/stat : 8497 (java) S 8492 8494 7888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8498] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8498/stat : 8498 (java) S 8492 8494 7888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439102 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8499] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8499/stat : 8499 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8500] ppid=8492 vsize=915416 CPUtime=0.24
/proc/8494/task/8500/stat : 8500 (java) S 8492 8494 7888 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8501] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8501/stat : 8501 (java) S 8492 8494 7888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8494/tid=8502] ppid=8492 vsize=915416 CPUtime=0
/proc/8494/task/8502/stat : 8502 (java) S 8492 8494 7888 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155439106 937385984 23215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1805.77
CPU time (s): 1800.08
CPU user time (s): 1799.85
CPU system time (s): 0.232964
CPU usage (%): 99.6848
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23501
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= 37631
involuntary context switches= 59168

runsolver used 1.9497 s user time and 4.96524 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 08:00:00 UTC 2007


IDJOB= 196053
IDBENCH= 3322
FILE ID= node44/196053-1168070400

PBS_JOBID= 3475888

Free space on /tmp= 66532 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c6713b35e948c9d94d1422dd5c8a13ee

RANDOM SEED= 296827556

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:       1577728 kB
Buffers:         18716 kB
Cached:         286808 kB
SwapCached:          0 kB
Active:         145676 kB
Inactive:       263436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4516 kB
Writeback:           0 kB
Mapped:         123772 kB
Slab:            54324 kB
Committed_AS:  3692776 kB
PageTables:       1964 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= 66536 MiB



End job on node44 on Sat Jan  6 08:30:08 UTC 2007