Trace number 195975

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.13 1811.06

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-44_ext.xml
MD5SUM6a8989343c1399ffbb5761ed2389c00b
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 benchmark922.959
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.77	   
0.77	Abscon 109 (November, 2006)
0.77	   
0.77	   configuration
0.77	     name=mac.xml
0.81	   
0.81	   instance
0.81	     name=/tmp/evaluation/195975-1168070329/unknown.xml
0.84	   
0.84	   domains being loaded...
0.84	   
0.84	   variables being loaded...
0.88	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.88	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.88	   
0.88	   relations being loaded...
1.52	   
1.52	   constraints being loaded...
1.78	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.78	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.78	       =>  wckTime=1.001  cpuTime=0.88  mem=50M860
1.90	   
1.90	   solver IterativeSystematicSolver being built... 
2.06	       =>  wckTime=1.283  cpuTime=1.0  mem=34M587
2.07	   
2.07	   preprocessing
2.07	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.07	     detectedInconsistency=no
2.07	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M587
2.17	   
2.17	   search
2.17	     run=0  nbConstraintChecks=23610  nbValidityChecks=41913  nbPropagations=277  nbRevisions=2673
2.17	     nbUselessRevisions=2186  nbAssignments=33  nbFailedAssignments=16  nbBacktracks=11  nbVisitedNodes=56
2.17	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=0.103  cpuTime=0.07  mem=35M578
2.24	   
2.24	   search
2.24	     run=1  nbConstraintChecks=66646  nbValidityChecks=118260  nbPropagations=922  nbRevisions=9688
2.24	     nbUselessRevisions=7898  nbAssignments=71  nbFailedAssignments=33  nbBacktracks=26  nbVisitedNodes=120
2.24	     nbRestartNogoods=5  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.24	       =>  wckTime=0.179  cpuTime=0.14  mem=35M578
2.34	   
2.34	   search
2.34	     run=2  nbConstraintChecks=118001  nbValidityChecks=221998  nbPropagations=2165  nbRevisions=24050
2.34	     nbUselessRevisions=19554  nbAssignments=128  nbFailedAssignments=60  nbBacktracks=48  nbVisitedNodes=217
2.34	     nbRestartNogoods=9  mapSize=40  nbInferences=0  nbTooLargeKeys=0
2.34	       =>  wckTime=0.279  cpuTime=0.22  mem=35M578
2.45	   
2.45	   search
2.45	     run=3  nbConstraintChecks=187155  nbValidityChecks=353777  nbPropagations=4196  nbRevisions=48000
2.45	     nbUselessRevisions=38873  nbAssignments=199  nbFailedAssignments=90  nbBacktracks=82  nbVisitedNodes=340
2.45	     nbRestartNogoods=13  mapSize=69  nbInferences=0  nbTooLargeKeys=0
2.45	       =>  wckTime=0.383  cpuTime=0.32  mem=35M578
2.65	   
2.65	   search
2.65	     run=4  nbConstraintChecks=325525  nbValidityChecks=631657  nbPropagations=8032  nbRevisions=91865
2.65	     nbUselessRevisions=73697  nbAssignments=355  nbFailedAssignments=190  nbBacktracks=133  nbVisitedNodes=634
2.65	     nbRestartNogoods=18  mapSize=116  nbInferences=0  nbTooLargeKeys=0
2.65	       =>  wckTime=0.586  cpuTime=0.52  mem=35M578
2.93	   
2.93	   search
2.93	     run=5  nbConstraintChecks=514779  nbValidityChecks=1001111  nbPropagations=13907  nbRevisions=160973
2.93	     nbUselessRevisions=128537  nbAssignments=531  nbFailedAssignments=284  nbBacktracks=209  nbVisitedNodes=952
2.93	     nbRestartNogoods=20  mapSize=185  nbInferences=0  nbTooLargeKeys=0
2.93	       =>  wckTime=0.862  cpuTime=0.79  mem=35M578
3.45	   
3.45	   search
3.45	     run=6  nbConstraintChecks=875783  nbValidityChecks=1693201  nbPropagations=23353  nbRevisions=275038
3.45	     nbUselessRevisions=219489  nbAssignments=822  nbFailedAssignments=456  nbBacktracks=323  nbVisitedNodes=1488
3.45	     nbRestartNogoods=27  mapSize=287  nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=1.385  cpuTime=1.31  mem=35M578
4.03	   
4.03	   search
4.03	     run=7  nbConstraintChecks=1295519  nbValidityChecks=2499333  nbPropagations=37195  nbRevisions=444288
4.03	     nbUselessRevisions=354634  nbAssignments=1196  nbFailedAssignments=655  nbBacktracks=495  nbVisitedNodes=2167
4.03	     nbRestartNogoods=33  mapSize=438  nbInferences=0  nbTooLargeKeys=0
4.03	       =>  wckTime=1.97  cpuTime=1.88  mem=35M578
5.60	   
5.61	   search
5.61	     run=8  nbConstraintChecks=2428871  nbValidityChecks=4572977  nbPropagations=60999  nbRevisions=737825
5.61	     nbUselessRevisions=587758  nbAssignments=1972  nbFailedAssignments=1169  nbBacktracks=751  nbVisitedNodes=3661
5.61	     nbRestartNogoods=34  mapSize=685  nbInferences=0  nbTooLargeKeys=0
5.61	       =>  wckTime=3.541  cpuTime=3.42  mem=35M578
6.99	   
6.99	   search
6.99	     run=9  nbConstraintChecks=3388491  nbValidityChecks=6443208  nbPropagations=95903  nbRevisions=1165591
6.99	     nbUselessRevisions=926434  nbAssignments=2850  nbFailedAssignments=1657  nbBacktracks=1137  nbVisitedNodes=5273
6.99	     nbRestartNogoods=46  mapSize=1012  nbInferences=0  nbTooLargeKeys=0
6.99	       =>  wckTime=4.929  cpuTime=4.8  mem=35M578
7.05	   
7.05	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=35M578)
8.94	   
8.94	   search
8.94	     run=10  nbConstraintChecks=4750965  nbValidityChecks=9082486  nbPropagations=146848  nbRevisions=1786189
8.94	     nbUselessRevisions=1416536  nbAssignments=4125  nbFailedAssignments=2348  nbBacktracks=1716  nbVisitedNodes=7610
8.94	     nbRestartNogoods=57
8.94	       =>  wckTime=6.874  cpuTime=6.72  mem=35M578
12.60	   
12.60	   search
12.60	     run=11  nbConstraintChecks=7420335  nbValidityChecks=14184056  nbPropagations=224340  nbRevisions=2736973
12.60	     nbUselessRevisions=2170923  nbAssignments=6290  nbFailedAssignments=3643  nbBacktracks=2580  nbVisitedNodes=11626
12.60	     nbRestartNogoods=73
12.60	       =>  wckTime=10.538  cpuTime=10.35  mem=35M578
16.68	   
16.68	   search
16.68	     run=12  nbConstraintChecks=10453478  nbValidityChecks=19974701  nbPropagations=333413  nbRevisions=4087137
16.69	     nbUselessRevisions=3246738  nbAssignments=8933  nbFailedAssignments=4984  nbBacktracks=3877  nbVisitedNodes=16404
16.69	     nbRestartNogoods=91
16.69	       =>  wckTime=14.621  cpuTime=14.4  mem=35M578
23.74	   
23.74	   search
23.74	     run=13  nbConstraintChecks=15509312  nbValidityChecks=30124315  nbPropagations=507357  nbRevisions=6192648
23.74	     nbUselessRevisions=4912566  nbAssignments=14282  nbFailedAssignments=8382  nbBacktracks=5823  nbVisitedNodes=26536
23.74	     nbRestartNogoods=101
23.74	       =>  wckTime=21.676  cpuTime=21.39  mem=35M578
35.31	   
35.31	   search
35.31	     run=14  nbConstraintChecks=23854168  nbValidityChecks=46026736  nbPropagations=765594  nbRevisions=9345430
35.31	     nbUselessRevisions=7416256  nbAssignments=21370  nbFailedAssignments=12546  nbBacktracks=8742  nbVisitedNodes=39611
35.31	     nbRestartNogoods=111
35.31	       =>  wckTime=33.245  cpuTime=32.84  mem=35M578
50.52	   
50.52	   search
50.52	     run=15  nbConstraintChecks=35126950  nbValidityChecks=67198941  nbPropagations=1136986  nbRevisions=13915743
50.52	     nbUselessRevisions=11055302  nbAssignments=30725  nbFailedAssignments=17519  nbBacktracks=13120
50.52	     nbVisitedNodes=56645  nbRestartNogoods=125
50.52	       =>  wckTime=48.451  cpuTime=47.9  mem=35M578
77.16	   
77.16	   search
77.16	     run=16  nbConstraintChecks=54689538  nbValidityChecks=105965277  nbPropagations=1731455  nbRevisions=21188088
77.16	     nbUselessRevisions=16809440  nbAssignments=48824  nbFailedAssignments=29045  nbBacktracks=19688
77.16	     nbVisitedNodes=91015  nbRestartNogoods=138
77.16	       =>  wckTime=75.101  cpuTime=74.29  mem=35M578
116.12	   
116.12	   search
116.12	     run=17  nbConstraintChecks=82841186  nbValidityChecks=160294038  nbPropagations=2616201  nbRevisions=31889625
116.12	     nbUselessRevisions=25263538  nbAssignments=71208  nbFailedAssignments=41570  nbBacktracks=29540
116.12	     nbVisitedNodes=132504  nbRestartNogoods=148
116.12	       =>  wckTime=114.053  cpuTime=112.86  mem=35M578
171.20	   
171.20	   search
171.20	     run=18  nbConstraintChecks=122831211  nbValidityChecks=241046864  nbPropagations=3979881  nbRevisions=48282561
171.20	     nbUselessRevisions=38180235  nbAssignments=109034  nbFailedAssignments=64611  nbBacktracks=44319
171.20	     nbVisitedNodes=203469  nbRestartNogoods=170
171.20	       =>  wckTime=169.133  cpuTime=167.58  mem=35M578
250.24	   
250.24	   search
250.24	     run=19  nbConstraintChecks=179899014  nbValidityChecks=355956113  nbPropagations=6021264  nbRevisions=72623615
250.24	     nbUselessRevisions=57342406  nbAssignments=162931  nbFailedAssignments=96335  nbBacktracks=66487
250.24	     nbVisitedNodes=303974  nbRestartNogoods=192
250.24	       =>  wckTime=248.173  cpuTime=246.16  mem=35M578
377.54	   
377.54	   search
377.54	     run=20  nbConstraintChecks=272689170  nbValidityChecks=543564375  nbPropagations=9159109  nbRevisions=110088526
377.54	     nbUselessRevisions=86815169  nbAssignments=251037  nbFailedAssignments=151184  nbBacktracks=99739
377.54	     nbVisitedNodes=469456  nbRestartNogoods=213
377.54	       =>  wckTime=375.476  cpuTime=372.77  mem=35M578
566.65	   
566.66	   search
566.66	     run=21  nbConstraintChecks=410479141  nbValidityChecks=815152004  nbPropagations=13798743  nbRevisions=165797928
566.66	     nbUselessRevisions=130729274  nbAssignments=367414  nbFailedAssignments=217677  nbBacktracks=149618
566.66	     nbVisitedNodes=685836  nbRestartNogoods=230
566.66	       =>  wckTime=564.591  cpuTime=560.85  mem=35M578
842.42	   
842.42	   search
842.42	     run=22  nbConstraintChecks=618832001  nbValidityChecks=1211947105  nbPropagations=20591530  nbRevisions=247802893
842.42	     nbUselessRevisions=195539648  nbAssignments=541620  nbFailedAssignments=317058  nbBacktracks=224436
842.42	     nbVisitedNodes=1007814  nbRestartNogoods=250
842.42	       =>  wckTime=840.357  cpuTime=835.1  mem=35M578
1216.55	   
1216.55	   search
1216.55	     run=23  nbConstraintChecks=895285835  nbValidityChecks=1760308468  nbPropagations=30689612  nbRevisions=369710383
1216.55	     nbUselessRevisions=291856375  nbAssignments=811633  nbFailedAssignments=474839  nbBacktracks=336664
1216.55	     nbVisitedNodes=1511019  nbRestartNogoods=283
1216.55	       =>  wckTime=1214.486  cpuTime=1207.17  mem=35M578

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/node12/watcher-195975-1168070329 -o ROOT/results/node12/solver-195975-1168070329 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195975-1168070329/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.92 1.98 1.93 5/86 18823
/proc/meminfo: memFree=1428512/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=18540 CPUtime=0
/proc/18822/stat : 18822 (runsolver) R 18820 18822 18755 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155428213 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18822/statm: 4635 279 244 17 0 2626 0

[startup+0.103949 s]
/proc/loadavg: 1.92 1.98 1.93 5/86 18823
/proc/meminfo: memFree=1428512/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=9908 CPUtime=0.01
/proc/18822/stat : 18822 (java) D 18820 18822 18755 0 -1 0 683 0 13 0 0 1 0 0 18 0 1 0 155428213 10145792 453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 9696036 0 0 0 7368 18446744071563608240 0 0 17 0 0 0
/proc/18822/statm: 2477 453 369 14 0 1142 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9908

[startup+0.513026 s]
/proc/loadavg: 1.92 1.98 1.93 5/86 18823
/proc/meminfo: memFree=1428512/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=914988 CPUtime=0.14
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 3220 0 44 0 10 4 0 0 18 0 8 0 155428213 936947712 3009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153859589 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228747 3009 1530 14 0 215242 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 914988

[startup+1.33917 s]
/proc/loadavg: 1.92 1.98 1.93 3/93 18830
/proc/meminfo: memFree=1374056/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915328 CPUtime=0.9
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 14696 0 64 0 78 12 0 0 22 0 8 0 155428213 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073556542 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228832 14497 2138 14 0 215302 0
[pid=18822/tid=18824] ppid=18820 vsize=915328 CPUtime=0
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 155428241 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915328 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 155428242 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915328 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 155428242 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915328 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915328 CPUtime=0.07
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 305 0 0 0 7 0 0 0 16 0 8 0 155428249 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915328 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915328 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937295872 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 915328

[startup+2.98247 s]
/proc/loadavg: 1.93 1.98 1.93 3/93 18830
/proc/meminfo: memFree=1323432/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=2.53
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23486 0 65 0 234 19 0 0 25 0 8 0 155428213 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632899 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23285 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.19
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 373 0 0 0 18 1 0 0 15 0 8 0 155428249 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 915420

[startup+6.27706 s]
/proc/loadavg: 1.93 1.98 1.93 3/93 18830
/proc/meminfo: memFree=1322928/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=5.79
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23502 0 65 0 560 19 0 0 25 0 8 0 155428213 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782934 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23298 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 17 0 8 0 155428241 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.22
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 388 0 0 0 21 1 0 0 15 0 8 0 155428249 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23298 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 915420

[startup+12.7602 s]
/proc/loadavg: 1.94 1.98 1.93 3/93 18830
/proc/meminfo: memFree=1321648/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=12.21
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23508 0 65 0 1202 19 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073780888 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 915420

[startup+25.6165 s]
/proc/loadavg: 1.95 1.98 1.93 3/93 18830
/proc/meminfo: memFree=1319536/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=24.96
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 2477 19 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073762841 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 915420

[startup+51.2372 s]
/proc/loadavg: 1.96 1.98 1.93 3/93 18830
/proc/meminfo: memFree=1315312/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=50.33
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 5014 19 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073816844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 915420

[startup+102.509 s]
/proc/loadavg: 1.98 1.98 1.93 4/93 18830
/proc/meminfo: memFree=1307120/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=101.11
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 10091 20 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073628020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 915420

[startup+162.607 s]
/proc/loadavg: 1.96 1.97 1.93 3/106 19039
/proc/meminfo: memFree=1539424/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=160.77
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 16047 30 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073771471 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1415.57
Current children cumulated vsize (KiB) 915420

[startup+1484.45 s]
/proc/loadavg: 2.00 2.01 1.95 3/100 19121
/proc/meminfo: memFree=1539440/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=1475.31
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 147489 42 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786005 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.31
Current children cumulated vsize (KiB) 915420

[startup+1544.53 s]
/proc/loadavg: 2.00 2.01 1.95 3/100 19121
/proc/meminfo: memFree=1539440/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=1535.07
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 153465 42 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.07
Current children cumulated vsize (KiB) 915420

[startup+1604.62 s]
/proc/loadavg: 2.04 2.02 1.95 3/100 19121
/proc/meminfo: memFree=1539440/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=1594.83
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 159440 43 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.83
Current children cumulated vsize (KiB) 915420

[startup+1664.71 s]
/proc/loadavg: 2.01 2.01 1.95 3/100 19121
/proc/meminfo: memFree=1539440/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=1654.58
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 165415 43 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073763691 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.58
Current children cumulated vsize (KiB) 915420

[startup+1724.8 s]
/proc/loadavg: 2.04 2.02 1.96 3/100 19121
/proc/meminfo: memFree=1539376/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=1714.35
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 171392 43 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073762903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.35
Current children cumulated vsize (KiB) 915420

[startup+1784.89 s]
/proc/loadavg: 2.01 2.02 1.96 3/100 19121
/proc/meminfo: memFree=1539312/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=1774.11
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 177368 43 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073816932 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.11
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.03 s]
/proc/loadavg: 2.01 2.01 1.96 3/100 19121
/proc/meminfo: memFree=1539312/2055920 swapFree=4160348/4192956
[pid=18822] ppid=18820 vsize=915420 CPUtime=1800.1
/proc/18822/stat : 18822 (java) R 18820 18822 18755 0 -1 0 23509 0 65 0 179967 43 0 0 25 0 8 0 155428213 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18822/statm: 228855 23302 2521 14 0 215325 0
[pid=18822/tid=18824] ppid=18820 vsize=915420 CPUtime=0.16
/proc/18822/task/18824/stat : 18824 (java) S 18820 18822 18755 0 -1 64 6585 0 0 0 13 3 0 0 16 0 8 0 155428241 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18825] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18825/stat : 18825 (java) S 18820 18822 18755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18826] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18826/stat : 18826 (java) S 18820 18822 18755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428242 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18827] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18827/stat : 18827 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18828] ppid=18820 vsize=915420 CPUtime=0.23
/proc/18822/task/18828/stat : 18828 (java) S 18820 18822 18755 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18829] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18829/stat : 18829 (java) S 18820 18822 18755 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18822/tid=18830] ppid=18820 vsize=915420 CPUtime=0
/proc/18822/task/18830/stat : 18830 (java) S 18820 18822 18755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428249 937390080 23302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1811.06
CPU time (s): 1800.13
CPU user time (s): 1799.68
CPU system time (s): 0.448931
CPU usage (%): 99.3966
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23525
page faults= 65
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37913
involuntary context switches= 68817

runsolver used 2.54261 s user time and 5.47517 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 07:58:50 UTC 2007


IDJOB= 195975
IDBENCH= 3316
FILE ID= node12/195975-1168070329

PBS_JOBID= 3475713

Free space on /tmp= 66313 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6a8989343c1399ffbb5761ed2389c00b

RANDOM SEED= 269121781

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.265
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.265
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:       1429248 kB
Buffers:         25292 kB
Cached:         181368 kB
SwapCached:       4684 kB
Active:         369904 kB
Inactive:       175484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429248 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            4776 kB
Writeback:           0 kB
Mapped:         351876 kB
Slab:            65788 kB
Committed_AS:  4183344 kB
PageTables:       2716 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= 66310 MiB



End job on node12 on Sat Jan  6 08:29:03 UTC 2007