Trace number 206749

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.17 1808.81

General information on the benchmark

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

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/206749-1168074034/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
1.46	   
1.46	   constraints being loaded...
2.15	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.15	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
2.15	       =>  wckTime=1.859  cpuTime=1.48  mem=59M96
2.32	   
2.32	   solver IterativeSystematicSolver being built... 
2.49	       =>  wckTime=2.198  cpuTime=1.62  mem=66M389
2.50	   
2.50	   preprocessing
2.50	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.50	     detectedInconsistency=no
2.50	       =>  wckTime=0.0040  cpuTime=0.0  mem=66M389
2.62	   
2.62	   search
2.62	     run=0  nbConstraintChecks=31587  nbValidityChecks=53630  nbPropagations=329  nbRevisions=3472
2.62	     nbUselessRevisions=2828  nbAssignments=31  nbFailedAssignments=12  nbBacktracks=11  nbVisitedNodes=51
2.62	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.62	       =>  wckTime=0.124  cpuTime=0.09  mem=66M389
2.71	   
2.71	   search
2.71	     run=1  nbConstraintChecks=76054  nbValidityChecks=140553  nbPropagations=1162  nbRevisions=12491
2.71	     nbUselessRevisions=10088  nbAssignments=70  nbFailedAssignments=28  nbBacktracks=27  nbVisitedNodes=114
2.71	     nbRestartNogoods=4  mapSize=22  nbInferences=0  nbTooLargeKeys=0
2.71	       =>  wckTime=0.213  cpuTime=0.17  mem=66M389
2.84	   
2.84	   search
2.84	     run=2  nbConstraintChecks=146726  nbValidityChecks=290869  nbPropagations=2833  nbRevisions=31241
2.84	     nbUselessRevisions=25095  nbAssignments=145  nbFailedAssignments=72  nbBacktracks=49  nbVisitedNodes=247
2.84	     nbRestartNogoods=10  mapSize=42  nbInferences=0  nbTooLargeKeys=0
2.84	       =>  wckTime=0.35  cpuTime=0.29  mem=66M389
3.06	   
3.06	   search
3.06	     run=3  nbConstraintChecks=277792  nbValidityChecks=556445  nbPropagations=5911  nbRevisions=67795
3.06	     nbUselessRevisions=54256  nbAssignments=253  nbFailedAssignments=139  nbBacktracks=83  nbVisitedNodes=452
3.06	     nbRestartNogoods=14  mapSize=74  nbInferences=0  nbTooLargeKeys=0
3.06	       =>  wckTime=0.568  cpuTime=0.51  mem=66M389
3.37	   
3.37	   search
3.37	     run=4  nbConstraintChecks=468209  nbValidityChecks=937137  nbPropagations=11181  nbRevisions=129457
3.37	     nbUselessRevisions=103462  nbAssignments=406  nbFailedAssignments=233  nbBacktracks=133  nbVisitedNodes=736
3.37	     nbRestartNogoods=17  mapSize=123  nbInferences=0  nbTooLargeKeys=0
3.37	       =>  wckTime=0.881  cpuTime=0.81  mem=66M389
3.78	   
3.78	   search
3.78	     run=5  nbConstraintChecks=713992  nbValidityChecks=1427459  nbPropagations=18998  nbRevisions=224676
3.78	     nbUselessRevisions=179117  nbAssignments=621  nbFailedAssignments=364  nbBacktracks=209  nbVisitedNodes=1125
3.78	     nbRestartNogoods=30  mapSize=183  nbInferences=0  nbTooLargeKeys=0
3.78	       =>  wckTime=1.284  cpuTime=1.21  mem=66M389
4.49	   
4.49	   search
4.49	     run=6  nbConstraintChecks=1142112  nbValidityChecks=2287120  nbPropagations=30959  nbRevisions=372128
4.49	     nbUselessRevisions=296163  nbAssignments=949  nbFailedAssignments=571  nbBacktracks=322  nbVisitedNodes=1736
4.49	     nbRestartNogoods=41  mapSize=288  nbInferences=0  nbTooLargeKeys=0
4.49	       =>  wckTime=1.996  cpuTime=1.9  mem=66M389
5.42	   
5.42	   search
5.42	     run=7  nbConstraintChecks=1730909  nbValidityChecks=3430676  nbPropagations=48754  nbRevisions=588440
5.42	     nbUselessRevisions=467117  nbAssignments=1359  nbFailedAssignments=803  nbBacktracks=492  nbVisitedNodes=2496
5.42	     nbRestartNogoods=46  mapSize=435  nbInferences=0  nbTooLargeKeys=0
5.42	       =>  wckTime=2.931  cpuTime=2.83  mem=66M389
6.67	   
6.67	   search
6.67	     run=8  nbConstraintChecks=2495533  nbValidityChecks=4934346  nbPropagations=74887  nbRevisions=901260
6.67	     nbUselessRevisions=713491  nbAssignments=1925  nbFailedAssignments=1105  nbBacktracks=749  nbVisitedNodes=3528
6.67	     nbRestartNogoods=61  mapSize=656  nbInferences=0  nbTooLargeKeys=0
6.67	       =>  wckTime=4.176  cpuTime=4.05  mem=66M389
8.79	   
8.79	   search
8.79	     run=9  nbConstraintChecks=3800464  nbValidityChecks=7638384  nbPropagations=116667  nbRevisions=1402271
8.79	     nbUselessRevisions=1106209  nbAssignments=2988  nbFailedAssignments=1774  nbBacktracks=1136  nbVisitedNodes=5530
8.79	     nbRestartNogoods=70  mapSize=992  nbInferences=0  nbTooLargeKeys=0
8.79	       =>  wckTime=6.299  cpuTime=6.16  mem=67M381
8.88	   
8.88	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=67M381)
11.26	   
11.26	   search
11.26	     run=10  nbConstraintChecks=5393833  nbValidityChecks=10905810  nbPropagations=178130  nbRevisions=2137381
11.26	     nbUselessRevisions=1681649  nbAssignments=4565  nbFailedAssignments=2767  nbBacktracks=1712  nbVisitedNodes=8490
11.26	     nbRestartNogoods=76
11.26	       =>  wckTime=8.771  cpuTime=8.61  mem=67M381
15.15	   
15.15	   search
15.15	     run=11  nbConstraintChecks=7884198  nbValidityChecks=16007444  nbPropagations=268422  nbRevisions=3214066
15.15	     nbUselessRevisions=2527104  nbAssignments=6763  nbFailedAssignments=4092  nbBacktracks=2576  nbVisitedNodes=12566
15.15	     nbRestartNogoods=87
15.15	       =>  wckTime=12.654  cpuTime=12.48  mem=67M381
19.82	   
19.82	   search
19.82	     run=12  nbConstraintChecks=10761768  nbValidityChecks=21921328  nbPropagations=398210  nbRevisions=4730241
19.82	     nbUselessRevisions=3718195  nbAssignments=9448  nbFailedAssignments=5472  nbBacktracks=3873  nbVisitedNodes=17424
19.82	     nbRestartNogoods=96
19.82	       =>  wckTime=17.324  cpuTime=17.11  mem=67M381
31.69	   
31.69	   search
31.69	     run=13  nbConstraintChecks=18236748  nbValidityChecks=37093006  nbPropagations=591221  nbRevisions=7072699
31.69	     nbUselessRevisions=5572471  nbAssignments=14305  nbFailedAssignments=8377  nbBacktracks=5821  nbVisitedNodes=26520
31.69	     nbRestartNogoods=118
31.69	       =>  wckTime=29.196  cpuTime=28.92  mem=67M381
40.98	   
40.98	   search
40.98	     run=14  nbConstraintChecks=24154255  nbValidityChecks=49340657  nbPropagations=862498  nbRevisions=10282176
40.98	     nbUselessRevisions=8111505  nbAssignments=20591  nbFailedAssignments=11737  nbBacktracks=8741  nbVisitedNodes=37894
40.98	     nbRestartNogoods=124
40.98	       =>  wckTime=38.484  cpuTime=38.15  mem=67M381
60.08	   
60.08	   search
60.08	     run=15  nbConstraintChecks=36051639  nbValidityChecks=73600523  nbPropagations=1274367  nbRevisions=15126181
60.08	     nbUselessRevisions=11943347  nbAssignments=30639  nbFailedAssignments=17397  nbBacktracks=13120
60.08	     nbVisitedNodes=56211  nbRestartNogoods=134
60.08	       =>  wckTime=57.589  cpuTime=57.14  mem=67M381
85.34	   
85.34	   search
85.34	     run=16  nbConstraintChecks=52130199  nbValidityChecks=106762850  nbPropagations=1885071  nbRevisions=22264867
85.34	     nbUselessRevisions=17591137  nbAssignments=46023  nbFailedAssignments=26206  nbBacktracks=19688
85.34	     nbVisitedNodes=84573  nbRestartNogoods=150
85.34	       =>  wckTime=82.849  cpuTime=82.24  mem=67M381
137.74	   
137.74	   search
137.74	     run=17  nbConstraintChecks=85403948  nbValidityChecks=174006410  nbPropagations=2821943  nbRevisions=33499491
137.74	     nbUselessRevisions=26502786  nbAssignments=71961  nbFailedAssignments=42283  nbBacktracks=29540
137.74	     nbVisitedNodes=132849  nbRestartNogoods=162
137.74	       =>  wckTime=135.246  cpuTime=134.36  mem=67M381
187.38	   
187.38	   search
187.38	     run=18  nbConstraintChecks=117124155  nbValidityChecks=239929440  nbPropagations=4158699  nbRevisions=49196398
187.38	     nbUselessRevisions=38948959  nbAssignments=103816  nbFailedAssignments=59353  nbBacktracks=44318
187.38	     nbVisitedNodes=190766  nbRestartNogoods=179
187.39	       =>  wckTime=184.892  cpuTime=183.76  mem=67M381
312.54	   
312.54	   search
312.54	     run=19  nbConstraintChecks=197996220  nbValidityChecks=400810467  nbPropagations=6224766  nbRevisions=74393626
312.54	     nbUselessRevisions=59014147  nbAssignments=164694  nbFailedAssignments=98056  nbBacktracks=66486
312.54	     nbVisitedNodes=304463  nbRestartNogoods=194
312.54	       =>  wckTime=310.046  cpuTime=308.33  mem=67M381
433.04	   
433.04	   search
433.04	     run=20  nbConstraintChecks=274480791  nbValidityChecks=560237332  nbPropagations=9252252  nbRevisions=110454390
433.04	     nbUselessRevisions=87669148  nbAssignments=238276  nbFailedAssignments=138377  nbBacktracks=99740
433.04	     nbVisitedNodes=439432  nbRestartNogoods=209
433.04	       =>  wckTime=430.551  cpuTime=428.25  mem=67M381
679.13	   
679.13	   search
679.13	     run=21  nbConstraintChecks=431484389  nbValidityChecks=865871376  nbPropagations=13613033  nbRevisions=163862628
679.13	     nbUselessRevisions=130250080  nbAssignments=343352  nbFailedAssignments=193566  nbBacktracks=149618
679.13	     nbVisitedNodes=630048  nbRestartNogoods=229
679.13	       =>  wckTime=676.634  cpuTime=673.2  mem=67M381
945.24	   
945.24	   search
945.25	     run=22  nbConstraintChecks=600654515  nbValidityChecks=1215229003  nbPropagations=20093178  nbRevisions=241263549
945.25	     nbUselessRevisions=191850648  nbAssignments=504948  nbFailedAssignments=280336  nbBacktracks=224436
945.25	     nbVisitedNodes=924595  nbRestartNogoods=242
945.25	       =>  wckTime=942.753  cpuTime=938.07  mem=67M381
1581.28	   
1581.29	   search
1581.29	     run=23  nbConstraintChecks=1009285437  nbValidityChecks=2039989633  nbPropagations=30310193  nbRevisions=367200100
1581.29	     nbUselessRevisions=292397788  nbAssignments=813102  nbFailedAssignments=476256  nbBacktracks=336664
1581.29	     nbVisitedNodes=1501285  nbRestartNogoods=259
1581.29	       =>  wckTime=1578.793  cpuTime=1571.09  mem=67M381

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/node39/watcher-206749-1168074034 -o ROOT/results/node39/solver-206749-1168074034 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206749-1168074034/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: 0.92 0.98 1.05 4/76 18544
/proc/meminfo: memFree=1741752/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=1500 CPUtime=0
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 264 0 0 0 0 0 0 0 18 0 1 0 155803245 1536000 69 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11063904 0 0 4096 0 0 0 0 17 0 0 0
/proc/18543/statm: 375 69 55 14 0 8 0

[startup+0.108254 s]
/proc/loadavg: 0.92 0.98 1.05 4/76 18544
/proc/meminfo: memFree=1741752/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=914988 CPUtime=0.09
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 3109 0 1 0 8 1 0 0 24 0 8 0 155803245 936947712 2855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155581175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228747 2856 1466 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516297 s]
/proc/loadavg: 0.92 0.98 1.05 4/76 18544
/proc/meminfo: memFree=1741752/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915328 CPUtime=0.5
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 8399 0 1 0 46 4 0 0 25 0 8 0 155803245 937295872 8138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228832 8139 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33937 s]
/proc/loadavg: 0.92 0.98 1.05 3/87 18555
/proc/meminfo: memFree=1611232/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915328 CPUtime=1.31
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 19100 0 1 0 123 8 0 0 25 0 8 0 155803245 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073561367 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228832 18838 2149 14 0 215302 0
[pid=18543/tid=18549] ppid=18541 vsize=915328 CPUtime=0.05
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 155803248 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915328 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915328 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915328 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915328 CPUtime=0.08
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 309 0 0 0 8 0 0 0 16 0 8 0 155803252 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915328 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915328 CPUtime=0
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155803252 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.99252 s]
/proc/loadavg: 1.09 1.02 1.06 4/87 18555
/proc/meminfo: memFree=1529632/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=2.95
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32681 0 1 0 280 15 0 0 25 0 8 0 155803245 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073772992 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32415 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.44
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 6 0 0 16 0 8 0 155803248 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.19
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 371 0 0 0 19 0 0 0 15 0 8 0 155803252 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155803252 937394176 32415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915424

[startup+6.27682 s]
/proc/loadavg: 1.09 1.02 1.06 3/87 18555
/proc/meminfo: memFree=1505760/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=6.22
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32696 0 1 0 605 17 0 0 25 0 8 0 155803245 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073777571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32428 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.44
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 6 0 0 16 0 8 0 155803248 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.22
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 385 0 0 0 22 0 0 0 15 0 8 0 155803252 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155803252 937394176 32428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915424

[startup+12.7734 s]
/proc/loadavg: 1.23 1.05 1.07 3/87 18555
/proc/meminfo: memFree=1505768/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=12.69
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32705 0 1 0 1252 17 0 0 25 0 8 0 155803245 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32435 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.44
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 6 0 0 16 0 8 0 155803248 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.24
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 393 0 0 0 24 0 0 0 16 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915424

[startup+25.6236 s]
/proc/loadavg: 1.34 1.08 1.08 3/93 18581
/proc/meminfo: memFree=1504808/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=25.46
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32705 0 1 0 2527 19 0 0 25 0 8 0 155803245 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767107 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32435 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.44
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 6 0 0 16 0 8 0 155803248 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.24
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 393 0 0 0 24 0 0 0 16 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915424

[startup+51.2639 s]
/proc/loadavg: 1.62 1.17 1.11 3/93 18663
/proc/meminfo: memFree=1504680/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=50.94
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32705 0 1 0 5069 25 0 0 25 0 8 0 155803245 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32435 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.44
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 6 0 0 16 0 8 0 155803248 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.24
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 393 0 0 0 24 0 0 0 16 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915424

[startup+102.538 s]
/proc/loadavg: 1.83 1.29 1.15 3/93 18723
/proc/meminfo: memFree=1504744/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=101.91
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32705 0 1 0 10159 32 0 0 25 0 8 0 155803245 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767146 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32435 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.44
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 6 0 0 16 0 8 0 155803248 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.24
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 393 0 0 0 24 0 0 0 16 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155803252 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 915424

[startup+162.547 s]
/proc/loadavg: 2.00 1.44 1.21 3/87 18753
/proc/meminfo: memFree=1505704/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=161.61
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32705 0 1 0 16126 35 0 0 25 0 8 0 155803245 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773117 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1415.85
Current children cumulated vsize (KiB) 915424

[startup+1482.67 s]
/proc/loadavg: 2.01 2.00 1.78 3/87 18755
/proc/meminfo: memFree=1505392/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=1475.55
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32708 0 1 0 147509 46 0 0 25 0 8 0 155803245 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803696 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32437 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.45
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 7 0 0 16 0 8 0 155803248 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.25
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0.02
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.55
Current children cumulated vsize (KiB) 915424

[startup+1542.67 s]
/proc/loadavg: 2.00 2.00 1.80 3/87 18755
/proc/meminfo: memFree=1505392/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=1535.28
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32708 0 1 0 153482 46 0 0 25 0 8 0 155803245 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32437 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.45
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 7 0 0 16 0 8 0 155803248 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.25
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0.02
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.28
Current children cumulated vsize (KiB) 915424

[startup+1602.68 s]
/proc/loadavg: 2.00 2.00 1.81 3/87 18755
/proc/meminfo: memFree=1505328/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=1594.99
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32708 0 1 0 159452 47 0 0 25 0 8 0 155803245 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073772228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32437 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.45
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 7 0 0 16 0 8 0 155803248 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.25
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0.03
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.99
Current children cumulated vsize (KiB) 915424

[startup+1662.69 s]
/proc/loadavg: 2.00 2.00 1.82 4/87 18755
/proc/meminfo: memFree=1505328/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=1654.71
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32708 0 1 0 165424 47 0 0 25 0 8 0 155803245 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073780783 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32437 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.45
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 7 0 0 16 0 8 0 155803248 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.25
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0.03
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.71
Current children cumulated vsize (KiB) 915424

[startup+1722.69 s]
/proc/loadavg: 2.00 2.00 1.82 3/87 18755
/proc/meminfo: memFree=1505392/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=1714.45
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32708 0 1 0 171398 47 0 0 25 0 8 0 155803245 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32437 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.45
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 7 0 0 16 0 8 0 155803248 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.25
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0.03
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.45
Current children cumulated vsize (KiB) 915424

[startup+1782.69 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 18755
/proc/meminfo: memFree=1505328/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=1774.17
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32708 0 1 0 177369 48 0 0 25 0 8 0 155803245 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629901 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32437 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.45
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 7 0 0 16 0 8 0 155803248 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.25
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0.04
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 2 2 0 0 15 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.17
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.74 s]
/proc/loadavg: 2.07 2.02 1.84 2/75 18757
/proc/meminfo: memFree=1625424/2055920 swapFree=4192812/4192956
[pid=18543] ppid=18541 vsize=915424 CPUtime=1800.09
/proc/18543/stat : 18543 (java) R 18541 18543 18431 0 -1 0 32708 0 1 0 179961 48 0 0 25 0 8 0 155803245 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18543/statm: 228856 32437 2521 14 0 215326 0
[pid=18543/tid=18549] ppid=18541 vsize=915424 CPUtime=0.45
/proc/18543/task/18549/stat : 18549 (java) S 18541 18543 18431 0 -1 64 15712 0 0 0 38 7 0 0 16 0 8 0 155803248 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18550] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18550/stat : 18550 (java) S 18541 18543 18431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18551/stat : 18551 (java) S 18541 18543 18431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155803249 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18552/stat : 18552 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=915424 CPUtime=0.25
/proc/18543/task/18553/stat : 18553 (java) S 18541 18543 18431 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18554] ppid=18541 vsize=915424 CPUtime=0
/proc/18543/task/18554/stat : 18554 (java) S 18541 18543 18431 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18543/tid=18555] ppid=18541 vsize=915424 CPUtime=0.04
/proc/18543/task/18555/stat : 18555 (java) S 18541 18543 18431 0 -1 64 0 0 0 0 2 2 0 0 15 0 8 0 155803252 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1808.81
CPU time (s): 1800.17
CPU user time (s): 1799.66
CPU system time (s): 0.510922
CPU usage (%): 99.5226
Max. virtual memory (cumulated for all children) (KiB): 915424

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

runsolver used 2.32765 s user time and 5.68413 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 09:00:36 UTC 2007


IDJOB= 206749
IDBENCH= 4232
FILE ID= node39/206749-1168074034

PBS_JOBID= 3476007

Free space on /tmp= 66519 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8614834b234aa04ba8003bda8ea11c3b

RANDOM SEED= 172415522

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.236
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.236
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:       1745200 kB
Buffers:         24524 kB
Cached:         193688 kB
SwapCached:          0 kB
Active:          74488 kB
Inactive:       164752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15280 kB
Writeback:           0 kB
Mapped:          34384 kB
Slab:            57000 kB
Committed_AS:  2938120 kB
PageTables:       1744 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= 66519 MiB



End job on node39 on Sat Jan  6 09:30:46 UTC 2007