Trace number 203288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.11 1802.32

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-37_ext.xml
MD5SUM6d2a57b90818efdac2f338728d8f6bf2
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.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/203288-1168073042/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.47	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.47	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.47	   
0.47	   relations being loaded...
1.59	   
1.59	   constraints being loaded...
2.33	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.33	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.33	     nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
2.33	       =>  wckTime=1.96  cpuTime=1.57  mem=58M49
2.48	   
2.48	   solver IterativeSystematicSolver being built... 
2.65	       =>  wckTime=2.285  cpuTime=1.69  mem=65M860
2.66	   
2.66	   preprocessing
2.66	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.66	     detectedInconsistency=no
2.66	       =>  wckTime=0.0040  cpuTime=0.0  mem=65M860
2.79	   
2.79	   search
2.79	     run=0  nbConstraintChecks=34161  nbValidityChecks=62842  nbPropagations=382  nbRevisions=4078
2.79	     nbUselessRevisions=3288  nbAssignments=27  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=45
2.79	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.79	       =>  wckTime=0.136  cpuTime=0.1  mem=65M860
2.88	   
2.88	   search
2.88	     run=1  nbConstraintChecks=74656  nbValidityChecks=144275  nbPropagations=1254  nbRevisions=14095
2.88	     nbUselessRevisions=11382  nbAssignments=75  nbFailedAssignments=32  nbBacktracks=26  nbVisitedNodes=126
2.88	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
2.88	       =>  wckTime=0.221  cpuTime=0.17  mem=65M860
2.99	   
2.99	   search
2.99	     run=2  nbConstraintChecks=132647  nbValidityChecks=267479  nbPropagations=2766  nbRevisions=32063
2.99	     nbUselessRevisions=25822  nbAssignments=126  nbFailedAssignments=53  nbBacktracks=48  nbVisitedNodes=210
2.99	     nbRestartNogoods=5  mapSize=40  nbInferences=0  nbTooLargeKeys=0
2.99	       =>  wckTime=0.336  cpuTime=0.28  mem=65M860
3.21	   
3.21	   search
3.21	     run=3  nbConstraintChecks=260997  nbValidityChecks=550627  nbPropagations=5714  nbRevisions=67675
3.21	     nbUselessRevisions=54231  nbAssignments=269  nbFailedAssignments=155  nbBacktracks=81  nbVisitedNodes=478
3.21	     nbRestartNogoods=8  mapSize=70  nbInferences=0  nbTooLargeKeys=0
3.21	       =>  wckTime=0.548  cpuTime=0.49  mem=65M860
3.53	   
3.53	   search
3.53	     run=4  nbConstraintChecks=445808  nbValidityChecks=909113  nbPropagations=10388  nbRevisions=124742
3.53	     nbUselessRevisions=99447  nbAssignments=374  nbFailedAssignments=203  nbBacktracks=131  nbVisitedNodes=673
3.53	     nbRestartNogoods=12  mapSize=118  nbInferences=0  nbTooLargeKeys=0
3.53	       =>  wckTime=0.872  cpuTime=0.8  mem=65M860
3.90	   
3.90	   search
3.90	     run=5  nbConstraintChecks=664863  nbValidityChecks=1375632  nbPropagations=17404  nbRevisions=209196
3.91	     nbUselessRevisions=166267  nbAssignments=557  nbFailedAssignments=301  nbBacktracks=206  nbVisitedNodes=1003
3.91	     nbRestartNogoods=14  mapSize=186  nbInferences=0  nbTooLargeKeys=0
3.91	       =>  wckTime=1.248  cpuTime=1.17  mem=65M860
4.64	   
4.64	   search
4.64	     run=6  nbConstraintChecks=1103923  nbValidityChecks=2271900  nbPropagations=28394  nbRevisions=346533
4.64	     nbUselessRevisions=275180  nbAssignments=856  nbFailedAssignments=479  nbBacktracks=320  nbVisitedNodes=1563
4.64	     nbRestartNogoods=20  mapSize=289  nbInferences=0  nbTooLargeKeys=0
4.64	       =>  wckTime=1.981  cpuTime=1.9  mem=65M860
5.46	   
5.46	   search
5.46	     run=7  nbConstraintChecks=1602397  nbValidityChecks=3305994  nbPropagations=45324  nbRevisions=557506
5.46	     nbUselessRevisions=442206  nbAssignments=1350  nbFailedAssignments=794  nbBacktracks=492  nbVisitedNodes=2484
5.46	     nbRestartNogoods=22  mapSize=446  nbInferences=0  nbTooLargeKeys=0
5.46	       =>  wckTime=2.799  cpuTime=2.71  mem=65M860
6.59	   
6.59	   search
6.59	     run=8  nbConstraintChecks=2269513  nbValidityChecks=4684411  nbPropagations=69273  nbRevisions=854886
6.59	     nbUselessRevisions=678270  nbAssignments=1882  nbFailedAssignments=1064  nbBacktracks=748  nbVisitedNodes=3437
6.59	     nbRestartNogoods=32  mapSize=662  nbInferences=0  nbTooLargeKeys=0
6.59	       =>  wckTime=3.93  cpuTime=3.82  mem=65M860
8.06	   
8.06	   search
8.06	     run=9  nbConstraintChecks=3199587  nbValidityChecks=6551869  nbPropagations=103238  nbRevisions=1279450
8.06	     nbUselessRevisions=1016035  nbAssignments=2707  nbFailedAssignments=1497  nbBacktracks=1132  nbVisitedNodes=4942
8.06	     nbRestartNogoods=42  mapSize=1012  nbInferences=0  nbTooLargeKeys=0
8.06	       =>  wckTime=5.4  cpuTime=5.27  mem=66M852
8.20	   
8.20	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=66M852)
11.35	   
11.35	   search
11.35	     run=10  nbConstraintChecks=5234012  nbValidityChecks=10810079  nbPropagations=158233  nbRevisions=1970764
11.35	     nbUselessRevisions=1563254  nbAssignments=4209  nbFailedAssignments=2414  nbBacktracks=1708  nbVisitedNodes=7772
11.35	     nbRestartNogoods=50
11.35	       =>  wckTime=8.69  cpuTime=8.54  mem=66M852
14.98	   
14.98	   search
14.98	     run=11  nbConstraintChecks=7432771  nbValidityChecks=15370399  nbPropagations=240350  nbRevisions=2989691
14.98	     nbUselessRevisions=2370951  nbAssignments=6078  nbFailedAssignments=3408  nbBacktracks=2572  nbVisitedNodes=11219
14.98	     nbRestartNogoods=64
14.98	       =>  wckTime=12.322  cpuTime=12.15  mem=66M852
19.92	   
19.92	   search
19.92	     run=12  nbConstraintChecks=10532698  nbValidityChecks=21886695  nbPropagations=355400  nbRevisions=4436177
19.92	     nbUselessRevisions=3521434  nbAssignments=9099  nbFailedAssignments=5123  nbBacktracks=3871  nbVisitedNodes=16675
19.92	     nbRestartNogoods=69
19.93	       =>  wckTime=17.268  cpuTime=17.08  mem=66M852
28.25	   
28.25	   search
28.25	     run=13  nbConstraintChecks=15778595  nbValidityChecks=32438599  nbPropagations=526278  nbRevisions=6610464
28.25	     nbUselessRevisions=5255463  nbAssignments=13461  nbFailedAssignments=7530  nbBacktracks=5817  nbVisitedNodes=24575
28.25	     nbRestartNogoods=82
28.25	       =>  wckTime=25.589  cpuTime=25.36  mem=66M852
42.56	   
42.56	   search
42.56	     run=14  nbConstraintChecks=24860801  nbValidityChecks=51254407  nbPropagations=803940  nbRevisions=10120831
42.56	     nbUselessRevisions=8049275  nbAssignments=21629  nbFailedAssignments=12771  nbBacktracks=8736  nbVisitedNodes=40066
42.56	     nbRestartNogoods=90
42.56	       =>  wckTime=39.907  cpuTime=39.63  mem=66M852
63.66	   
63.66	   search
63.66	     run=15  nbConstraintChecks=38843137  nbValidityChecks=79426697  nbPropagations=1226456  nbRevisions=15410115
63.66	     nbUselessRevisions=12240810  nbAssignments=32293  nbFailedAssignments=19049  nbBacktracks=13114
63.66	     nbVisitedNodes=59991  nbRestartNogoods=96
63.66	       =>  wckTime=61.002  cpuTime=60.71  mem=66M852
95.11	   
95.11	   search
95.11	     run=16  nbConstraintChecks=59545777  nbValidityChecks=120978930  nbPropagations=1855247  nbRevisions=23266380
95.11	     nbUselessRevisions=18442639  nbAssignments=47925  nbFailedAssignments=28103  nbBacktracks=19683
95.11	     nbVisitedNodes=88915  nbRestartNogoods=114
95.11	       =>  wckTime=92.453  cpuTime=92.12  mem=66M852
130.49	   
130.49	   search
130.49	     run=17  nbConstraintChecks=82796101  nbValidityChecks=170949254  nbPropagations=2758082  nbRevisions=34613979
130.49	     nbUselessRevisions=27437339  nbAssignments=69928  nbFailedAssignments=40245  nbBacktracks=29536
130.49	     nbVisitedNodes=129153  nbRestartNogoods=127
130.49	       =>  wckTime=127.834  cpuTime=127.46  mem=66M852
193.28	   
193.28	   search
193.28	     run=18  nbConstraintChecks=124445311  nbValidityChecks=253634237  nbPropagations=4101276  nbRevisions=51692481
193.28	     nbUselessRevisions=41026260  nbAssignments=102820  nbFailedAssignments=58351  nbBacktracks=44314
193.28	     nbVisitedNodes=189520  nbRestartNogoods=135
193.28	       =>  wckTime=190.628  cpuTime=190.19  mem=66M852
297.20	   
297.20	   search
297.20	     run=19  nbConstraintChecks=195803319  nbValidityChecks=399978678  nbPropagations=6199452  nbRevisions=78099973
297.20	     nbUselessRevisions=61958974  nbAssignments=166142  nbFailedAssignments=99496  nbBacktracks=66482
297.20	     nbVisitedNodes=308945  nbRestartNogoods=155
297.20	       =>  wckTime=294.541  cpuTime=294.0  mem=66M852
470.84	   
470.84	   search
470.84	     run=20  nbConstraintChecks=308750730  nbValidityChecks=636782992  nbPropagations=9468231  nbRevisions=119894118
470.84	     nbUselessRevisions=95163484  nbAssignments=253187  nbFailedAssignments=153282  nbBacktracks=99734
470.84	     nbVisitedNodes=473507  nbRestartNogoods=180
470.84	       =>  wckTime=468.181  cpuTime=467.46  mem=66M852
724.87	   
724.87	   search
724.87	     run=21  nbConstraintChecks=475480096  nbValidityChecks=975080551  nbPropagations=14485138  nbRevisions=183156808
724.87	     nbUselessRevisions=145205757  nbAssignments=376511  nbFailedAssignments=226720  nbBacktracks=149612
724.87	     nbVisitedNodes=705571  nbRestartNogoods=201
724.87	       =>  wckTime=722.216  cpuTime=721.24  mem=66M852
1083.66	   
1083.66	   search
1083.66	     run=22  nbConstraintChecks=710692213  nbValidityChecks=1457291886  nbPropagations=21978719  nbRevisions=277732812
1083.66	     nbUselessRevisions=220112335  nbAssignments=554759  nbFailedAssignments=330143  nbBacktracks=224432
1083.66	     nbVisitedNodes=1037207  nbRestartNogoods=220
1083.66	       =>  wckTime=1081.0  cpuTime=1079.61  mem=66M852
1551.30	   
1551.30	   search
1551.30	     run=23  nbConstraintChecks=1017068881  nbValidityChecks=2096939180  nbPropagations=32990096  nbRevisions=414763378
1551.30	     nbUselessRevisions=328520431  nbAssignments=807449  nbFailedAssignments=470598  nbBacktracks=336661
1551.30	     nbVisitedNodes=1502612  nbRestartNogoods=233
1551.30	       =>  wckTime=1548.644  cpuTime=1546.76  mem=66M852

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node45/watcher-203288-1168073042 -o ROOT/results/node45/solver-203288-1168073042 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203288-1168073042/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 2.00 1.93 2/80 21638
/proc/meminfo: memFree=1162384/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=18540 CPUtime=0
/proc/21637/stat : 21637 (runsolver) R 21635 21637 21008 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155703175 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21637/statm: 4635 279 244 17 0 2626 0

[startup+0.102387 s]
/proc/loadavg: 1.92 2.00 1.93 2/80 21638
/proc/meminfo: memFree=1162384/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=906644 CPUtime=0.03
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 2152 0 1 0 2 1 0 0 18 0 2 0 155703175 928403456 1901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072917772 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21637/statm: 226661 1901 1081 14 0 214244 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 906644

[startup+0.510466 s]
/proc/loadavg: 1.92 2.00 1.93 2/80 21638
/proc/meminfo: memFree=1162384/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915328 CPUtime=0.43
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 6497 0 1 0 39 4 0 0 18 0 8 0 155703175 937295872 6236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21637/statm: 228832 6236 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33361 s]
/proc/loadavg: 1.92 2.00 1.93 3/87 21645
/proc/meminfo: memFree=1095320/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915328 CPUtime=1.25
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 19098 0 1 0 116 9 0 0 25 0 8 0 155703175 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21637/statm: 228832 18836 2149 14 0 215302 0
[pid=21637/tid=21639] ppid=21635 vsize=915328 CPUtime=0.05
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 155703185 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915328 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915328 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915328 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915328 CPUtime=0.07
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 307 0 0 0 7 0 0 0 16 0 8 0 155703189 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915328 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915328 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915328

[startup+2.98191 s]
/proc/loadavg: 1.92 2.00 1.93 3/87 21645
/proc/meminfo: memFree=1054616/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=2.88
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32559 0 1 0 273 15 0 0 25 0 8 0 155703175 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21637/statm: 228860 32293 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.22
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 377 0 0 0 22 0 0 0 15 0 8 0 155703189 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915440

[startup+6.27151 s]
/proc/loadavg: 1.93 2.00 1.93 3/87 21645
/proc/meminfo: memFree=1042712/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=6.16
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32577 0 1 0 600 16 0 0 25 0 8 0 155703175 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21637/statm: 228860 32308 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 17 0 8 0 155703185 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.26
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 394 0 0 0 25 1 0 0 15 0 8 0 155703189 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915440

[startup+12.7647 s]
/proc/loadavg: 1.93 2.00 1.93 3/87 21645
/proc/meminfo: memFree=1042712/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=12.62
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32587 0 1 0 1246 16 0 0 25 0 8 0 155703175 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21637/statm: 228860 32316 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.27
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915440

[startup+25.617 s]
/proc/loadavg: 1.95 2.00 1.93 3/87 21645
/proc/meminfo: memFree=1042840/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=25.41
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32588 0 1 0 2525 16 0 0 25 0 8 0 155703175 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21637/statm: 228860 32316 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.27
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 915440

[startup+51.2367 s]
/proc/loadavg: 1.82 1.97 1.91 3/87 21703
/proc/meminfo: memFree=1268888/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=50.96
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32588 0 1 0 5079 17 0 0 25 0 8 0 155703175 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665014 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32316 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.27
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 915440

[startup+102.452 s]
/proc/loadavg: 1.92 1.97 1.91 3/87 21703
/proc/meminfo: memFree=1269016/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=102.13
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32588 0 1 0 10195 18 0 0 25 0 8 0 155703175 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32316 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.27
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 915440

[startup+162.505 s]
/proc/loadavg: 1.92 1.96 1.91 3/87 21759
/proc/meminfo: memFree=1271768/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=162.13
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32588 0 1 0 16194 19 0 0 25 0 8 0 155703175 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.68 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 21957
/proc/meminfo: memFree=1271384/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=1481.87
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32590 0 1 0 148144 43 0 0 25 0 8 0 155703175 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861206 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32317 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.28
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 915440

[startup+1543.75 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 21957
/proc/meminfo: memFree=1271384/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=1541.88
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32590 0 1 0 154145 43 0 0 25 0 8 0 155703175 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32317 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.28
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 915440

[startup+1603.8 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 21957
/proc/meminfo: memFree=1271448/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=1601.85
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32590 0 1 0 160142 43 0 0 25 0 8 0 155703175 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664863 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32317 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.28
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 915440

[startup+1663.85 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 21957
/proc/meminfo: memFree=1271448/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=1661.86
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32590 0 1 0 166142 44 0 0 25 0 8 0 155703175 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805569 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32317 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.28
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 915440

[startup+1723.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 21957
/proc/meminfo: memFree=1271512/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=1721.86
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32590 0 1 0 172142 44 0 0 25 0 8 0 155703175 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813347 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32317 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.28
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 915440

[startup+1783.95 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 21957
/proc/meminfo: memFree=1271448/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=1781.86
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32590 0 1 0 178142 44 0 0 25 0 8 0 155703175 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634791 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32317 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.28
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.27 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 21957
/proc/meminfo: memFree=1271448/2055920 swapFree=4184004/4192956
[pid=21637] ppid=21635 vsize=915440 CPUtime=1800.07
/proc/21637/stat : 21637 (java) R 21635 21637 21008 0 -1 0 32590 0 1 0 179963 44 0 0 25 0 8 0 155703175 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21637/statm: 228860 32317 2521 14 0 215330 0
[pid=21637/tid=21639] ppid=21635 vsize=915440 CPUtime=0.43
/proc/21637/task/21639/stat : 21639 (java) S 21635 21637 21008 0 -1 64 15583 0 0 0 38 5 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21640] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21640/stat : 21640 (java) S 21635 21637 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21641] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21641/stat : 21641 (java) S 21635 21637 21008 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703185 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21642] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21642/stat : 21642 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155703188 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21643] ppid=21635 vsize=915440 CPUtime=0.28
/proc/21637/task/21643/stat : 21643 (java) S 21635 21637 21008 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21637/tid=21644] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21644/stat : 21644 (java) S 21635 21637 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21637/tid=21645] ppid=21635 vsize=915440 CPUtime=0
/proc/21637/task/21645/stat : 21645 (java) S 21635 21637 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703189 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1802.32
CPU time (s): 1800.11
CPU user time (s): 1799.65
CPU system time (s): 0.45993
CPU usage (%): 99.8778
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32605
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= 37691
involuntary context switches= 11963

runsolver used 2.11668 s user time and 5.84611 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 08:44:02 UTC 2007


IDJOB= 203288
IDBENCH= 3949
FILE ID= node45/203288-1168073042

PBS_JOBID= 3475930

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6d2a57b90818efdac2f338728d8f6bf2

RANDOM SEED= 143040163

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.259
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.259
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:       1162864 kB
Buffers:         48264 kB
Cached:         501284 kB
SwapCached:       2748 kB
Active:         312876 kB
Inactive:       507476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1162864 kB
SwapTotal:     4192956 kB
SwapFree:      4184004 kB
Dirty:            7556 kB
Writeback:           0 kB
Mapped:         286840 kB
Slab:            57664 kB
Committed_AS:  3446804 kB
PageTables:       2296 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= 66535 MiB



End job on node45 on Sat Jan  6 09:14:05 UTC 2007