Trace number 203210

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.12 1802.45

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-43_ext.xml
MD5SUM2ae7f7a6604a7867e7e4ad10acde61da
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 benchmark246.336
SatisfiableYES
(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.41	   
0.41	Abscon 109 (November, 2006)
0.41	   
0.41	   configuration
0.41	     name=mac.xml
0.44	   
0.44	   instance
0.44	     name=/tmp/evaluation/203210-1168072999/unknown.xml
0.47	   
0.47	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.51	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.51	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.51	   
0.51	   relations being loaded...
1.66	   
1.66	   constraints being loaded...
2.40	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.40	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.40	     nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
2.40	       =>  wckTime=1.994  cpuTime=1.61  mem=58M148
2.56	   
2.56	   solver IterativeSystematicSolver being built... 
2.73	       =>  wckTime=2.315  cpuTime=1.75  mem=65M861
2.73	   
2.73	   preprocessing
2.73	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.73	     detectedInconsistency=no
2.73	       =>  wckTime=0.0040  cpuTime=0.0  mem=65M861
2.90	   
2.90	   search
2.90	     run=0  nbConstraintChecks=55005  nbValidityChecks=101111  nbPropagations=452  nbRevisions=5312
2.90	     nbUselessRevisions=4324  nbAssignments=33  nbFailedAssignments=17  nbBacktracks=10  nbVisitedNodes=60
2.90	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.90	       =>  wckTime=0.164  cpuTime=0.13  mem=65M861
2.99	   
2.99	   search
2.99	     run=1  nbConstraintChecks=108458  nbValidityChecks=194630  nbPropagations=1187  nbRevisions=14356
2.99	     nbUselessRevisions=11800  nbAssignments=65  nbFailedAssignments=30  nbBacktracks=25  nbVisitedNodes=113
2.99	     nbRestartNogoods=3  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.99	       =>  wckTime=0.262  cpuTime=0.22  mem=65M861
3.10	   
3.10	   search
3.10	     run=2  nbConstraintChecks=167114  nbValidityChecks=297795  nbPropagations=2418  nbRevisions=29142
3.10	     nbUselessRevisions=23853  nbAssignments=116  nbFailedAssignments=51  nbBacktracks=50  nbVisitedNodes=195
3.10	     nbRestartNogoods=7  mapSize=36  nbInferences=0  nbTooLargeKeys=0
3.10	       =>  wckTime=0.374  cpuTime=0.32  mem=65M861
3.29	   
3.29	   search
3.29	     run=3  nbConstraintChecks=272891  nbValidityChecks=504745  nbPropagations=4609  nbRevisions=54795
3.29	     nbUselessRevisions=44604  nbAssignments=191  nbFailedAssignments=88  nbBacktracks=83  nbVisitedNodes=326
3.29	     nbRestartNogoods=10  mapSize=67  nbInferences=0  nbTooLargeKeys=0
3.29	       =>  wckTime=0.556  cpuTime=0.5  mem=65M861
3.48	   
3.48	   search
3.48	     run=4  nbConstraintChecks=379047  nbValidityChecks=733112  nbPropagations=8138  nbRevisions=94990
3.48	     nbUselessRevisions=76795  nbAssignments=297  nbFailedAssignments=135  nbBacktracks=134  nbVisitedNodes=508
3.48	     nbRestartNogoods=12  mapSize=105  nbInferences=0  nbTooLargeKeys=0
3.48	       =>  wckTime=0.746  cpuTime=0.68  mem=65M861
4.08	   
4.08	   search
4.08	     run=5  nbConstraintChecks=731364  nbValidityChecks=1489082  nbPropagations=15061  nbRevisions=179983
4.08	     nbUselessRevisions=144098  nbAssignments=575  nbFailedAssignments=331  nbBacktracks=209  nbVisitedNodes=1040
4.08	     nbRestartNogoods=21  mapSize=180  nbInferences=0  nbTooLargeKeys=0
4.08	       =>  wckTime=1.349  cpuTime=1.28  mem=65M861
4.54	   
4.54	   search
4.54	     run=6  nbConstraintChecks=1011175  nbValidityChecks=2005646  nbPropagations=24154  nbRevisions=291430
4.54	     nbUselessRevisions=232658  nbAssignments=777  nbFailedAssignments=412  nbBacktracks=323  nbVisitedNodes=1375
4.54	     nbRestartNogoods=30  mapSize=248  nbInferences=0  nbTooLargeKeys=0
4.54	       =>  wckTime=1.81  cpuTime=1.73  mem=65M861
5.23	   
5.23	   search
5.23	     run=7  nbConstraintChecks=1445300  nbValidityChecks=2761487  nbPropagations=36582  nbRevisions=441350
5.23	     nbUselessRevisions=351608  nbAssignments=1070  nbFailedAssignments=529  nbBacktracks=495  nbVisitedNodes=1861
5.23	     nbRestartNogoods=35  mapSize=354  nbInferences=0  nbTooLargeKeys=0
5.23	       =>  wckTime=2.497  cpuTime=2.41  mem=65M861
6.26	   
6.26	   search
6.26	     run=8  nbConstraintChecks=2077798  nbValidityChecks=3979529  nbPropagations=54817  nbRevisions=657455
6.26	     nbUselessRevisions=522760  nbAssignments=1596  nbFailedAssignments=793  nbBacktracks=752  nbVisitedNodes=2780
6.26	     nbRestartNogoods=39  mapSize=540  nbInferences=0  nbTooLargeKeys=0
6.26	       =>  wckTime=3.531  cpuTime=3.43  mem=65M861
8.41	   
8.41	   search
8.41	     run=9  nbConstraintChecks=3484535  nbValidityChecks=6620143  nbPropagations=82888  nbRevisions=998586
8.41	     nbUselessRevisions=794218  nbAssignments=2439  nbFailedAssignments=1247  nbBacktracks=1136  nbVisitedNodes=4320
8.41	     nbRestartNogoods=47  mapSize=871  nbInferences=0  nbTooLargeKeys=0
8.41	       =>  wckTime=5.678  cpuTime=5.55  mem=66M853
9.49	   
9.49	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=66M853)
11.30	   
11.30	   search
11.30	     run=10  nbConstraintChecks=5355614  nbValidityChecks=10150312  nbPropagations=124192  nbRevisions=1510060
11.30	     nbUselessRevisions=1204698  nbAssignments=3678  nbFailedAssignments=1903  nbBacktracks=1713  nbVisitedNodes=6541
11.30	     nbRestartNogoods=56
11.30	       =>  wckTime=8.572  cpuTime=8.42  mem=66M853
14.64	   
14.64	   search
14.64	     run=11  nbConstraintChecks=7473542  nbValidityChecks=14110262  nbPropagations=183898  nbRevisions=2237581
14.64	     nbUselessRevisions=1785807  nbAssignments=5298  nbFailedAssignments=2655  nbBacktracks=2577  nbVisitedNodes=9309
14.64	     nbRestartNogoods=66
14.64	       =>  wckTime=11.913  cpuTime=11.75  mem=66M853
20.08	   
20.08	   search
20.08	     run=12  nbConstraintChecks=11021254  nbValidityChecks=21072132  nbPropagations=276882  nbRevisions=3355800
20.08	     nbUselessRevisions=2674919  nbAssignments=8224  nbFailedAssignments=4278  nbBacktracks=3875  nbVisitedNodes=14554
20.08	     nbRestartNogoods=77
20.08	       =>  wckTime=17.354  cpuTime=17.17  mem=66M853
28.67	   
28.67	   search
28.67	     run=13  nbConstraintChecks=16479487  nbValidityChecks=31225340  nbPropagations=413662  nbRevisions=4997805
28.67	     nbUselessRevisions=3979703  nbAssignments=12086  nbFailedAssignments=6185  nbBacktracks=5821  nbVisitedNodes=21282
28.67	     nbRestartNogoods=85
28.67	       =>  wckTime=25.946  cpuTime=25.72  mem=66M853
45.37	   
45.37	   search
45.37	     run=14  nbConstraintChecks=27330613  nbValidityChecks=52638061  nbPropagations=631514  nbRevisions=7796738
45.37	     nbUselessRevisions=6224138  nbAssignments=20159  nbFailedAssignments=11334  nbBacktracks=8741  nbVisitedNodes=36231
45.37	     nbRestartNogoods=104
45.37	       =>  wckTime=42.64  cpuTime=42.33  mem=66M853
62.97	   
62.97	   search
62.97	     run=15  nbConstraintChecks=38683652  nbValidityChecks=74545620  nbPropagations=956660  nbRevisions=11807641
62.97	     nbUselessRevisions=9424028  nbAssignments=29571  nbFailedAssignments=16363  nbBacktracks=13119
62.97	     nbVisitedNodes=52987  nbRestartNogoods=112
62.97	       =>  wckTime=60.242  cpuTime=59.84  mem=66M853
91.02	   
91.02	   search
91.02	     run=16  nbConstraintChecks=57430590  nbValidityChecks=110013863  nbPropagations=1438580  nbRevisions=17694296
91.02	     nbUselessRevisions=14116584  nbAssignments=44026  nbFailedAssignments=24246  nbBacktracks=19687
91.02	     nbVisitedNodes=78733  nbRestartNogoods=129
91.02	       =>  wckTime=88.292  cpuTime=87.8  mem=66M853
133.10	   
133.10	   search
133.10	     run=17  nbConstraintChecks=86250953  nbValidityChecks=165123412  nbPropagations=2156732  nbRevisions=26410408
133.10	     nbUselessRevisions=21054294  nbAssignments=63654  nbFailedAssignments=34012  nbBacktracks=29542
133.10	     nbVisitedNodes=113644  nbRestartNogoods=145
133.10	       =>  wckTime=130.371  cpuTime=129.84  mem=66M853
211.44	   
211.44	   search
211.44	     run=18  nbConstraintChecks=140919935  nbValidityChecks=270083254  nbPropagations=3273515  nbRevisions=40109058
211.44	     nbUselessRevisions=31989366  nbAssignments=99260  nbFailedAssignments=54836  nbBacktracks=44320
211.44	     nbVisitedNodes=178866  nbRestartNogoods=161
211.44	       =>  wckTime=208.71  cpuTime=208.1  mem=66M853
304.38	   
304.38	   search
304.38	     run=19  nbConstraintChecks=204808480  nbValidityChecks=390222923  nbPropagations=4894351  nbRevisions=59842849
304.38	     nbUselessRevisions=47730890  nbAssignments=143199  nbFailedAssignments=76599  nbBacktracks=66489
304.38	     nbVisitedNodes=256190  nbRestartNogoods=183
304.38	       =>  wckTime=301.647  cpuTime=300.94  mem=66M853
453.47	   
453.47	   search
453.47	     run=20  nbConstraintChecks=307755379  nbValidityChecks=582712730  nbPropagations=7310229  nbRevisions=89192377
453.47	     nbUselessRevisions=71127302  nbAssignments=211380  nbFailedAssignments=111523  nbBacktracks=99741
453.47	     nbVisitedNodes=377562  nbRestartNogoods=196
453.47	       =>  wckTime=450.745  cpuTime=449.88  mem=66M853
678.03	   
678.03	   search
678.03	     run=21  nbConstraintChecks=462835814  nbValidityChecks=880562588  nbPropagations=10986165  nbRevisions=133843280
678.03	     nbUselessRevisions=106767708  nbAssignments=321397  nbFailedAssignments=171655  nbBacktracks=149621
678.03	     nbVisitedNodes=575327  nbRestartNogoods=212
678.03	       =>  wckTime=675.304  cpuTime=674.21  mem=66M853
987.36	   
987.36	   search
987.36	     run=22  nbConstraintChecks=671299898  nbValidityChecks=1276041805  nbPropagations=16386116  nbRevisions=199048526
987.36	     nbUselessRevisions=158751081  nbAssignments=469137  nbFailedAssignments=244571  nbBacktracks=224441
987.36	     nbVisitedNodes=834889  nbRestartNogoods=243
987.36	       =>  wckTime=984.636  cpuTime=983.23  mem=66M853
1475.88	   
1475.88	   search
1475.88	     run=23  nbConstraintChecks=1004912329  nbValidityChecks=1912148088  nbPropagations=24514140  nbRevisions=297049212
1475.88	     nbUselessRevisions=236877897  nbAssignments=700556  nbFailedAssignments=363760  nbBacktracks=336668
1475.88	     nbVisitedNodes=1247046  nbRestartNogoods=254
1475.88	       =>  wckTime=1473.151  cpuTime=1471.17  mem=66M853

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/node18/watcher-203210-1168072999 -o ROOT/results/node18/solver-203210-1168072999 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203210-1168072999/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.94 1.99 1.93 4/93 20929
/proc/meminfo: memFree=839760/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=172 CPUtime=0
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155694614 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7860523 0 0 4096 0 0 0 0 17 0 0 0
/proc/20928/statm: 43 24 18 14 0 3 0

[startup+0.108148 s]
/proc/loadavg: 1.94 1.99 1.93 4/93 20929
/proc/meminfo: memFree=839760/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=9748 CPUtime=0
/proc/20928/stat : 20928 (java) D 20926 20928 20861 0 -1 0 637 0 0 0 0 0 0 0 18 0 1 0 155694614 9981952 412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7861028 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/20928/statm: 2437 412 333 14 0 1140 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9748

[startup+0.516189 s]
/proc/loadavg: 1.94 1.99 1.93 4/93 20929
/proc/meminfo: memFree=839760/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916352 CPUtime=0.4
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 6116 0 1 0 35 5 0 0 18 0 8 0 155694614 938344448 5855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 229088 5855 2137 14 0 215558 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 916352

[startup+1.33927 s]
/proc/loadavg: 1.94 1.99 1.93 5/100 20936
/proc/meminfo: memFree=772568/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916352 CPUtime=1.21
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 19100 0 1 0 111 10 0 0 25 0 8 0 155694614 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073565481 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 229088 18838 2149 14 0 215558 0
[pid=20928/tid=20930] ppid=20926 vsize=916352 CPUtime=0.05
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 2680 0 0 0 5 0 0 0 17 0 8 0 155694627 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916352 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916352 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916352 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916352 CPUtime=0.07
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 155694631 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916352 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916352 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938344448 18838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 916352

[startup+2.99243 s]
/proc/loadavg: 1.94 1.99 1.93 4/100 20936
/proc/meminfo: memFree=738776/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=2.86
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32560 0 1 0 269 17 0 0 25 0 8 0 155694614 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 229116 32294 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.2
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 375 0 0 0 19 1 0 0 15 0 8 0 155694631 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 916464

[startup+6.27875 s]
/proc/loadavg: 1.94 1.99 1.93 3/100 20936
/proc/meminfo: memFree=720088/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=6.12
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32584 0 1 0 595 17 0 0 25 0 8 0 155694614 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 229116 32315 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 17 0 8 0 155694627 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.24
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 399 0 0 0 23 1 0 0 15 0 8 0 155694631 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 916464

[startup+12.7774 s]
/proc/loadavg: 1.95 1.99 1.93 3/100 20936
/proc/meminfo: memFree=720152/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=12.6
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32594 0 1 0 1242 18 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807626 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 916464

[startup+25.6246 s]
/proc/loadavg: 1.96 1.99 1.93 3/100 20936
/proc/meminfo: memFree=720344/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=25.38
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32594 0 1 0 2520 18 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918582 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 916464

[startup+51.2551 s]
/proc/loadavg: 1.97 1.99 1.93 3/100 20936
/proc/meminfo: memFree=720280/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=50.88
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32594 0 1 0 5070 18 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664894 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 916464

[startup+102.495 s]
/proc/loadavg: 1.86 1.96 1.92 3/100 20994
/proc/meminfo: memFree=1010528/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=101.97
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 10178 19 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 916464

[startup+162.562 s]
/proc/loadavg: 1.94 1.97 1.92 3/100 20994
/proc/meminfo: memFree=1010656/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=161.97
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 16177 20 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1422.1
Current children cumulated vsize (KiB) 916464

[startup+1484.14 s]
/proc/loadavg: 2.02 2.02 1.95 3/100 21193
/proc/meminfo: memFree=1010400/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=1482.12
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 148173 39 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856485 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.12
Current children cumulated vsize (KiB) 916464

[startup+1544.21 s]
/proc/loadavg: 2.00 2.01 1.95 3/100 21193
/proc/meminfo: memFree=1010336/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=1542.14
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 154175 39 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.14
Current children cumulated vsize (KiB) 916464

[startup+1604.27 s]
/proc/loadavg: 2.00 2.01 1.95 3/100 21193
/proc/meminfo: memFree=1010336/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=1602.13
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 160174 39 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.13
Current children cumulated vsize (KiB) 916464

[startup+1664.34 s]
/proc/loadavg: 2.00 2.00 1.95 3/100 21193
/proc/meminfo: memFree=1010464/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=1662.14
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 166175 39 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.14
Current children cumulated vsize (KiB) 916464

[startup+1724.41 s]
/proc/loadavg: 2.00 2.00 1.95 3/100 21193
/proc/meminfo: memFree=1010464/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=1722.17
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 172177 40 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806639 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 916464

[startup+1784.48 s]
/proc/loadavg: 2.03 2.01 1.96 3/100 21193
/proc/meminfo: memFree=1010400/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=1782.15
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 178175 40 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.15
Current children cumulated vsize (KiB) 916464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.37 s]
/proc/loadavg: 2.02 2.01 1.96 3/100 21193
/proc/meminfo: memFree=1010464/2055920 swapFree=4192812/4192956
[pid=20928] ppid=20926 vsize=916464 CPUtime=1800.04
/proc/20928/stat : 20928 (java) R 20926 20928 20861 0 -1 0 32595 0 1 0 179964 40 0 0 25 0 8 0 155694614 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20928/statm: 229116 32321 2521 14 0 215586 0
[pid=20928/tid=20930] ppid=20926 vsize=916464 CPUtime=0.43
/proc/20928/task/20930/stat : 20930 (java) S 20926 20928 20861 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155694627 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20926 20928 20861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20926 20928 20861 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155694628 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20926 vsize=916464 CPUtime=0.25
/proc/20928/task/20934/stat : 20934 (java) S 20926 20928 20861 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20926 20928 20861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20926 vsize=916464 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20926 20928 20861 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155694631 938459136 32321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 916464

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

Child status: 143
Real time (s): 1802.45
CPU time (s): 1800.12
CPU user time (s): 1799.7
CPU system time (s): 0.421935
CPU usage (%): 99.8707
Max. virtual memory (cumulated for all children) (KiB): 916464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32609
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= 37619
involuntary context switches= 17771

runsolver used 2.03669 s user time and 5.9421 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 08:43:19 UTC 2007


IDJOB= 203210
IDBENCH= 3929
FILE ID= node18/203210-1168072999

PBS_JOBID= 3475756

Free space on /tmp= 66280 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2ae7f7a6604a7867e7e4ad10acde61da

RANDOM SEED= 369359571

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.231
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.231
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:        840176 kB
Buffers:         68872 kB
Cached:         667228 kB
SwapCached:          0 kB
Active:         726032 kB
Inactive:       390504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        840176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7648 kB
Writeback:           0 kB
Mapped:         409444 kB
Slab:            83416 kB
Committed_AS:  4752284 kB
PageTables:       2748 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= 66280 MiB



End job on node18 on Sat Jan  6 09:13:22 UTC 2007