Trace number 195988

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.14 1802.38

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-2_ext.xml
MD5SUMcd732b701dc19065140f3438f227da6d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1394.08
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.60	   
0.60	Abscon 109 (November, 2006)
0.60	   
0.60	   configuration
0.60	     name=mac.xml
0.64	   
0.64	   instance
0.64	     name=/tmp/evaluation/195988-1168070330/unknown.xml
0.67	   
0.67	   domains being loaded...
0.68	   
0.68	   variables being loaded...
0.71	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.71	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.71	   
0.71	   relations being loaded...
1.25	   
1.25	   constraints being loaded...
1.54	     nbConstraints=73  nbRelationTypes=73  nbExtensionStructures=73  nbSharedExtensionStructures=0
1.54	     nbConflictsStructures=73  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
1.54	       =>  wckTime=0.934  cpuTime=0.81  mem=44M949
1.66	   
1.66	   solver IterativeSystematicSolver being built... 
1.82	       =>  wckTime=1.209  cpuTime=0.95  mem=33M532
1.82	   
1.82	   preprocessing
1.82	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.82	     detectedInconsistency=no
1.82	       =>  wckTime=0.0030  cpuTime=0.0  mem=33M532
1.95	   
1.95	   search
1.95	     run=0  nbConstraintChecks=46622  nbValidityChecks=87261  nbPropagations=519  nbRevisions=5497
1.95	     nbUselessRevisions=4344  nbAssignments=41  nbFailedAssignments=25  nbBacktracks=10  nbVisitedNodes=75
1.95	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.95	       =>  wckTime=0.133  cpuTime=0.1  mem=34M539
2.08	   
2.08	   search
2.08	     run=1  nbConstraintChecks=124282  nbValidityChecks=239017  nbPropagations=1928  nbRevisions=21689
2.08	     nbUselessRevisions=16890  nbAssignments=107  nbFailedAssignments=71  nbBacktracks=25  nbVisitedNodes=200
2.08	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
2.08	       =>  wckTime=0.257  cpuTime=0.21  mem=34M539
2.18	   
2.18	   search
2.18	     run=2  nbConstraintChecks=187438  nbValidityChecks=364852  nbPropagations=4051  nbRevisions=46379
2.18	     nbUselessRevisions=36203  nbAssignments=172  nbFailedAssignments=108  nbBacktracks=47  nbVisitedNodes=317
2.18	     nbRestartNogoods=7  mapSize=45  nbInferences=0  nbTooLargeKeys=0
2.18	       =>  wckTime=0.359  cpuTime=0.31  mem=34M539
2.29	   
2.29	   search
2.29	     run=3  nbConstraintChecks=266716  nbValidityChecks=523410  nbPropagations=7234  nbRevisions=82798
2.29	     nbUselessRevisions=64754  nbAssignments=254  nbFailedAssignments=151  nbBacktracks=80  nbVisitedNodes=463
2.29	     nbRestartNogoods=12  mapSize=76  nbInferences=0  nbTooLargeKeys=0
2.29	       =>  wckTime=0.472  cpuTime=0.42  mem=34M539
2.51	   
2.51	   search
2.51	     run=4  nbConstraintChecks=425950  nbValidityChecks=850701  nbPropagations=12423  nbRevisions=141610
2.51	     nbUselessRevisions=110538  nbAssignments=439  nbFailedAssignments=280  nbBacktracks=131  nbVisitedNodes=816
2.51	     nbRestartNogoods=16  mapSize=124  nbInferences=0  nbTooLargeKeys=0
2.51	       =>  wckTime=0.691  cpuTime=0.63  mem=34M539
2.82	   
2.82	   search
2.82	     run=5  nbConstraintChecks=647652  nbValidityChecks=1291122  nbPropagations=20286  nbRevisions=233188
2.82	     nbUselessRevisions=181990  nbAssignments=651  nbFailedAssignments=412  nbBacktracks=206  nbVisitedNodes=1216
2.82	     nbRestartNogoods=20  mapSize=197  nbInferences=0  nbTooLargeKeys=0
2.82	       =>  wckTime=0.996  cpuTime=0.93  mem=34M539
3.28	   
3.28	   search
3.28	     run=6  nbConstraintChecks=982362  nbValidityChecks=1944540  nbPropagations=31906  nbRevisions=370080
3.28	     nbUselessRevisions=288951  nbAssignments=945  nbFailedAssignments=587  nbBacktracks=319  nbVisitedNodes=1773
3.28	     nbRestartNogoods=23  mapSize=303  nbInferences=0  nbTooLargeKeys=0
3.28	       =>  wckTime=1.46  cpuTime=1.39  mem=34M539
4.00	   
4.00	   search
4.00	     run=7  nbConstraintChecks=1520611  nbValidityChecks=2991622  nbPropagations=49844  nbRevisions=581186
4.00	     nbUselessRevisions=453589  nbAssignments=1394  nbFailedAssignments=859  nbBacktracks=490  nbVisitedNodes=2612
4.00	     nbRestartNogoods=29  mapSize=455  nbInferences=0  nbTooLargeKeys=0
4.00	       =>  wckTime=2.182  cpuTime=2.11  mem=34M539
5.06	   
5.06	   search
5.06	     run=8  nbConstraintChecks=2311385  nbValidityChecks=4527286  nbPropagations=77136  nbRevisions=902349
5.06	     nbUselessRevisions=704166  nbAssignments=2122  nbFailedAssignments=1326  nbBacktracks=747  nbVisitedNodes=3997
5.06	     nbRestartNogoods=37  mapSize=698  nbInferences=0  nbTooLargeKeys=0
5.06	       =>  wckTime=3.244  cpuTime=3.15  mem=34M539
6.66	   
6.66	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=34M539)
6.84	   
6.84	   search
6.84	     run=9  nbConstraintChecks=3656580  nbValidityChecks=7249475  nbPropagations=121194  nbRevisions=1416826
6.84	     nbUselessRevisions=1104134  nbAssignments=3340  nbFailedAssignments=2154  nbBacktracks=1135  nbVisitedNodes=6335
6.84	     nbRestartNogoods=43
6.84	       =>  wckTime=5.016  cpuTime=4.92  mem=34M539
9.05	   
9.05	   search
9.05	     run=10  nbConstraintChecks=5346940  nbValidityChecks=10722998  nbPropagations=186104  nbRevisions=2168261
9.05	     nbUselessRevisions=1687341  nbAssignments=5190  nbFailedAssignments=3421  nbBacktracks=1714  nbVisitedNodes=9883
9.05	     nbRestartNogoods=44
9.05	       =>  wckTime=7.23  cpuTime=7.12  mem=34M539
12.27	   
12.27	   search
12.27	     run=11  nbConstraintChecks=7889392  nbValidityChecks=15504941  nbPropagations=279938  nbRevisions=3256024
12.27	     nbUselessRevisions=2531765  nbAssignments=7379  nbFailedAssignments=4740  nbBacktracks=2578  nbVisitedNodes=14003
12.28	     nbRestartNogoods=48
12.28	       =>  wckTime=10.455  cpuTime=10.35  mem=34M539
17.69	   
17.69	   search
17.69	     run=12  nbConstraintChecks=11958849  nbValidityChecks=23326559  nbPropagations=417615  nbRevisions=4882905
17.69	     nbUselessRevisions=3799203  nbAssignments=10776  nbFailedAssignments=6833  nbBacktracks=3875  nbVisitedNodes=20416
17.69	     nbRestartNogoods=52
17.69	       =>  wckTime=15.873  cpuTime=15.76  mem=34M539
25.57	   
25.57	   search
25.57	     run=13  nbConstraintChecks=18001715  nbValidityChecks=35328854  nbPropagations=625747  nbRevisions=7381998
25.57	     nbUselessRevisions=5752582  nbAssignments=16251  nbFailedAssignments=10356  nbBacktracks=5821  nbVisitedNodes=30872
25.57	     nbRestartNogoods=68
25.57	       =>  wckTime=23.751  cpuTime=23.64  mem=34M539
36.02	   
36.02	   search
36.02	     run=14  nbConstraintChecks=26016639  nbValidityChecks=50985211  nbPropagations=934576  nbRevisions=11039602
36.02	     nbUselessRevisions=8605075  nbAssignments=23777  nbFailedAssignments=14959  nbBacktracks=8740  nbVisitedNodes=45025
36.02	     nbRestartNogoods=85
36.02	       =>  wckTime=34.196  cpuTime=34.07  mem=34M539
53.01	   
53.01	   search
53.01	     run=15  nbConstraintChecks=38916532  nbValidityChecks=76521549  nbPropagations=1409408  nbRevisions=16601103
53.01	     nbUselessRevisions=12938482  nbAssignments=35791  nbFailedAssignments=22588  nbBacktracks=13120
53.01	     nbVisitedNodes=67871  nbRestartNogoods=96
53.01	       =>  wckTime=51.194  cpuTime=51.04  mem=34M539
81.60	   
81.60	   search
81.60	     run=16  nbConstraintChecks=60704892  nbValidityChecks=119881698  nbPropagations=2133604  nbRevisions=24984609
81.60	     nbUselessRevisions=19447305  nbAssignments=55989  nbFailedAssignments=36212  nbBacktracks=19688
81.60	     nbVisitedNodes=106592  nbRestartNogoods=104
81.60	       =>  wckTime=79.782  cpuTime=79.6  mem=34M539
117.21	   
117.21	   search
117.21	     run=17  nbConstraintChecks=88206276  nbValidityChecks=172921012  nbPropagations=3187707  nbRevisions=37198866
117.21	     nbUselessRevisions=28940154  nbAssignments=80427  nbFailedAssignments=50791  nbBacktracks=29540
117.21	     nbVisitedNodes=152424  nbRestartNogoods=121
117.21	       =>  wckTime=115.388  cpuTime=115.18  mem=34M539
169.98	   
169.98	   search
169.98	     run=18  nbConstraintChecks=128364290  nbValidityChecks=251489324  nbPropagations=4715946  nbRevisions=55126855
169.98	     nbUselessRevisions=42932440  nbAssignments=116578  nbFailedAssignments=72157  nbBacktracks=44318
169.98	     nbVisitedNodes=220152  nbRestartNogoods=138
169.98	       =>  wckTime=168.16  cpuTime=167.84  mem=34M539
271.21	   
271.21	   search
271.21	     run=19  nbConstraintChecks=205190034  nbValidityChecks=404876354  nbPropagations=7183254  nbRevisions=84048574
271.21	     nbUselessRevisions=65471653  nbAssignments=181698  nbFailedAssignments=115103  nbBacktracks=66486
271.21	     nbVisitedNodes=344569  nbRestartNogoods=172
271.21	       =>  wckTime=269.391  cpuTime=268.91  mem=34M539
397.89	   
397.89	   search
397.89	     run=20  nbConstraintChecks=303229224  nbValidityChecks=597490154  nbPropagations=10786341  nbRevisions=126071201
397.89	     nbUselessRevisions=98186578  nbAssignments=270832  nbFailedAssignments=170980  nbBacktracks=99738
397.89	     nbVisitedNodes=513102  nbRestartNogoods=198
397.89	       =>  wckTime=396.07  cpuTime=395.48  mem=34M539
574.37	   
574.37	   search
574.37	     run=21  nbConstraintChecks=439624975  nbValidityChecks=862392644  nbPropagations=16028849  nbRevisions=187402582
574.37	     nbUselessRevisions=146017858  nbAssignments=391572  nbFailedAssignments=241836  nbBacktracks=149616
574.37	     nbVisitedNodes=738423  nbRestartNogoods=206
574.37	       =>  wckTime=572.547  cpuTime=571.77  mem=34M539
866.10	   
866.10	   search
866.10	     run=22  nbConstraintChecks=660071131  nbValidityChecks=1296502365  nbPropagations=23804504  nbRevisions=279330487
866.10	     nbUselessRevisions=217844732  nbAssignments=586850  nbFailedAssignments=362289  nbBacktracks=224434
866.10	     nbVisitedNodes=1106316  nbRestartNogoods=234
866.10	       =>  wckTime=864.281  cpuTime=863.18  mem=34M539
1274.83	   
1274.83	   search
1274.83	     run=23  nbConstraintChecks=974946499  nbValidityChecks=1934395553  nbPropagations=35577469  nbRevisions=416215925
1274.83	     nbUselessRevisions=324315386  nbAssignments=911055  nbFailedAssignments=574262  nbBacktracks=336663
1274.83	     nbVisitedNodes=1720471  nbRestartNogoods=255
1274.83	       =>  wckTime=1273.014  cpuTime=1271.51  mem=34M539

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/node17/watcher-195988-1168070330 -o ROOT/results/node17/solver-195988-1168070330 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195988-1168070330/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.85 1.97 1.97 5/86 10424
/proc/meminfo: memFree=1352424/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=1784 CPUtime=0
/proc/10423/stat : 10423 (java) D 10421 10423 9897 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 155427993 1826816 158 18446744073709551615 134512640 134570532 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10423/statm: 446 158 123 14 0 91 0

[startup+0.103345 s]
/proc/loadavg: 1.85 1.97 1.97 5/86 10424
/proc/meminfo: memFree=1352424/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=89776 CPUtime=0.01
/proc/10423/stat : 10423 (java) D 10421 10423 9897 0 -1 0 1247 0 27 0 0 1 0 0 18 0 1 0 155427993 91930624 1022 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 7368 18446744071563479169 0 0 17 0 0 0
/proc/10423/statm: 22444 1022 811 14 0 10027 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 89776

[startup+0.511384 s]
/proc/loadavg: 1.85 1.97 1.97 5/86 10424
/proc/meminfo: memFree=1352424/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915120 CPUtime=0.25
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 4116 0 61 0 19 6 0 0 18 0 8 0 155427993 937082880 3922 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4153799154 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228780 3922 1883 14 0 215275 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 915120

[startup+1.33447 s]
/proc/loadavg: 1.85 1.97 1.97 3/93 10431
/proc/meminfo: memFree=1284656/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915328 CPUtime=1.05
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 19020 0 66 0 92 13 0 0 24 0 8 0 155427993 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228832 18822 2158 14 0 215302 0
[pid=10423/tid=10425] ppid=10421 vsize=915328 CPUtime=0.04
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 2633 0 0 0 4 0 0 0 16 0 8 0 155428005 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915328 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915328 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155428006 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915328 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915328 CPUtime=0.08
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 311 0 0 0 8 0 0 0 15 0 8 0 155428011 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915328 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915328 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937295872 18822 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 915328

[startup+2.98465 s]
/proc/loadavg: 1.85 1.97 1.97 3/93 10431
/proc/meminfo: memFree=1248368/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=2.7
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23226 0 67 0 254 16 0 0 25 0 8 0 155427993 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073776095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23026 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 17 0 8 0 155428005 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.18
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 374 0 0 0 18 0 0 0 15 0 8 0 155428011 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23026 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 915424

[startup+6.26399 s]
/proc/loadavg: 1.86 1.97 1.97 3/93 10431
/proc/meminfo: memFree=1248176/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=5.98
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23243 0 67 0 582 16 0 0 25 0 8 0 155427993 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073760020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23040 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 17 0 8 0 155428005 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23040 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 915424

[startup+12.7587 s]
/proc/loadavg: 1.87 1.97 1.97 3/93 10431
/proc/meminfo: memFree=1247928/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=12.47
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23248 0 67 0 1231 16 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 915424

[startup+25.618 s]
/proc/loadavg: 1.90 1.97 1.97 3/93 10431
/proc/meminfo: memFree=1247672/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=25.33
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23248 0 67 0 2517 16 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073624769 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915424

[startup+51.2557 s]
/proc/loadavg: 1.93 1.97 1.97 3/93 10431
/proc/meminfo: memFree=1243384/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=50.92
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23248 0 67 0 5076 16 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073753543 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 915424

[startup+102.511 s]
/proc/loadavg: 1.97 1.97 1.97 3/93 10431
/proc/meminfo: memFree=1235448/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=102.12
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 10196 16 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073752692 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 915424

[startup+162.528 s]
/proc/loadavg: 2.14 2.02 1.98 3/106 10606
/proc/meminfo: memFree=1472688/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=162.03
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 16178 25 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.4 s]
/proc/loadavg: 2.06 1.99 1.96 3/100 10800
/proc/meminfo: memFree=1325568/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=1481.49
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 148110 39 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 915424

[startup+1543.46 s]
/proc/loadavg: 2.02 1.99 1.96 3/100 10800
/proc/meminfo: memFree=1289984/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=1541.5
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 154111 39 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073778997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 915424

[startup+1603.52 s]
/proc/loadavg: 2.01 1.99 1.96 3/100 10800
/proc/meminfo: memFree=1276800/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=1601.5
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 160111 39 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 915424

[startup+1663.59 s]
/proc/loadavg: 2.05 2.00 1.96 3/100 10800
/proc/meminfo: memFree=1262912/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=1661.49
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 166110 39 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073752692 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 915424

[startup+1723.65 s]
/proc/loadavg: 2.06 2.01 1.97 3/100 10800
/proc/meminfo: memFree=1250048/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=1721.49
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 172110 39 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073752692 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 915424

[startup+1783.71 s]
/proc/loadavg: 2.02 2.01 1.97 3/100 10800
/proc/meminfo: memFree=1228224/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=1781.5
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 178111 39 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.32 s]
/proc/loadavg: 2.08 2.02 1.97 3/100 10800
/proc/meminfo: memFree=1228224/2055920 swapFree=4192812/4192956
[pid=10423] ppid=10421 vsize=915424 CPUtime=1800.08
/proc/10423/stat : 10423 (java) R 10421 10423 9897 0 -1 0 23249 0 67 0 179969 39 0 0 25 0 8 0 155427993 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10423/statm: 228856 23044 2521 14 0 215326 0
[pid=10423/tid=10425] ppid=10421 vsize=915424 CPUtime=0.15
/proc/10423/task/10425/stat : 10425 (java) S 10421 10423 9897 0 -1 64 6325 0 0 0 14 1 0 0 16 0 8 0 155428005 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10426] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10426/stat : 10426 (java) S 10421 10423 9897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10427] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10427/stat : 10427 (java) S 10421 10423 9897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155428006 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10428] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10428/stat : 10428 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10429] ppid=10421 vsize=915424 CPUtime=0.23
/proc/10423/task/10429/stat : 10429 (java) S 10421 10423 9897 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10430] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10430/stat : 10430 (java) S 10421 10423 9897 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10423/tid=10431] ppid=10421 vsize=915424 CPUtime=0
/proc/10423/task/10431/stat : 10431 (java) S 10421 10423 9897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155428011 937394176 23044 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1802.38
CPU time (s): 1800.14
CPU user time (s): 1799.73
CPU system time (s): 0.412937
CPU usage (%): 99.876
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23265
page faults= 67
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37737
involuntary context switches= 53588

runsolver used 2.42163 s user time and 5.54016 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 07:58:52 UTC 2007


IDJOB= 195988
IDBENCH= 3317
FILE ID= node17/195988-1168070330

PBS_JOBID= 3475656

Free space on /tmp= 66316 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cd732b701dc19065140f3438f227da6d

RANDOM SEED= 90345781

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:       1352904 kB
Buffers:         46008 kB
Cached:         194508 kB
SwapCached:          0 kB
Active:         425664 kB
Inactive:       187852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4480 kB
Writeback:           0 kB
Mapped:         395420 kB
Slab:            73768 kB
Committed_AS:  4017060 kB
PageTables:       2904 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= 66316 MiB



End job on node17 on Sat Jan  6 08:28:54 UTC 2007