Trace number 211316

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 ESAC? (TO) 1800.13 1800.72

General information on the benchmark

NamepseudoSeries/ttp/
data-10-3.xml
MD5SUM0e55a6b21f60962d919e77257912f16e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.6272
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/211316-1168207189/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.53	     nbVariables=2700  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.53	       =>  wckTime=0.233  cpuTime=0.16  mem=10M819
0.53	   
0.53	   predicates being loaded...
0.56	   
0.56	   constraints being loaded...
10.06	     nbConstraints=42620  nbMergedConstraints=450  nbConvertedConstraints=3330  nbConvertConstraintsChecks=133656
10.06	     nbExtensionStructures=2  nbSharedExtensionStructures=3328  nbConflictsStructures=22
10.06	     nbSharedConflictsStructures=39478  nbUnbuiltConflictsStructures=4  nbSharedBinaryRepresentations=5
10.06	     nbEvaluationManagers=24  nbSharedEvaluationManagers=39266  maxDegree=272  maxArity=36
10.06	       =>  wckTime=9.769  cpuTime=8.22  mem=323M230
10.43	   
10.43	   solver IterativeSystematicSolver being built... 
12.53	       =>  wckTime=12.232  cpuTime=9.7  mem=384M751
78.46	   
78.46	   INFO : Stopping ESAC
78.46	   
78.46	   preprocessing
78.46	     nbConstraintChecks=2042566  nbValidityChecks=6581150  nbPropagations=9135  nbRevisions=4509862
78.46	     nbUselessRevisions=4506637  nbSingletonTests=3327  nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0
78.46	     detectedInconsistency=no
78.46	       =>  wckTime=65.929  cpuTime=65.85  mem=402M15
81.59	   
81.59	   search
81.59	     run=0  nbConstraintChecks=180758  nbValidityChecks=1366973  nbPropagations=9839  nbRevisions=5349184
81.59	     nbUselessRevisions=5345520  nbAssignments=360  nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=366
81.59	     nbRestartNogoods=0  mapSize=3  nbInferences=0  nbTooLargeKeys=0
81.59	       =>  wckTime=69.056  cpuTime=68.96  mem=403M63
84.40	   
84.40	   search
84.40	     run=1  nbConstraintChecks=325086  nbValidityChecks=2712844  nbPropagations=20402  nbRevisions=11530605
84.40	     nbUselessRevisions=11522869  nbAssignments=728  nbFailedAssignments=5  nbBacktracks=31  nbVisitedNodes=738
84.40	     nbRestartNogoods=2  mapSize=6  nbInferences=0  nbTooLargeKeys=0
84.40	       =>  wckTime=71.867  cpuTime=71.76  mem=403M63
87.21	   
87.21	   search
87.21	     run=2  nbConstraintChecks=469571  nbValidityChecks=4081246  nbPropagations=31697  nbRevisions=18557554
87.21	     nbUselessRevisions=18545332  nbAssignments=1098  nbFailedAssignments=7  nbBacktracks=56  nbVisitedNodes=1112
87.21	     nbRestartNogoods=3  mapSize=9  nbInferences=0  nbTooLargeKeys=0
87.21	       =>  wckTime=74.684  cpuTime=74.57  mem=403M63
89.97	   
89.97	   search
89.97	     run=3  nbConstraintChecks=613962  nbValidityChecks=5462954  nbPropagations=43728  nbRevisions=26437841
89.97	     nbUselessRevisions=26420717  nbAssignments=1470  nbFailedAssignments=9  nbBacktracks=95  nbVisitedNodes=1488
89.97	     nbRestartNogoods=4  mapSize=12  nbInferences=0  nbTooLargeKeys=0
89.97	       =>  wckTime=77.441  cpuTime=77.32  mem=404M79
93.81	   
93.81	   search
93.81	     run=4  nbConstraintChecks=938455  nbValidityChecks=7148719  nbPropagations=56800  nbRevisions=35364981
93.81	     nbUselessRevisions=35342161  nbAssignments=1874  nbFailedAssignments=15  nbBacktracks=150  nbVisitedNodes=1903
93.81	     nbRestartNogoods=5  mapSize=22  nbInferences=0  nbTooLargeKeys=0
93.81	       =>  wckTime=81.279  cpuTime=81.15  mem=404M79
98.39	   
98.39	   search
98.39	     run=5  nbConstraintChecks=1390339  nbValidityChecks=9057258  nbPropagations=71125  nbRevisions=45480712
98.39	     nbUselessRevisions=45451163  nbAssignments=2305  nbFailedAssignments=24  nbBacktracks=233  nbVisitedNodes=2350
98.39	     nbRestartNogoods=6  mapSize=36  nbInferences=0  nbTooLargeKeys=0
98.39	       =>  wckTime=85.862  cpuTime=85.73  mem=404M79
106.58	   
106.58	   search
106.58	     run=6  nbConstraintChecks=2009368  nbValidityChecks=12928435  nbPropagations=87734  nbRevisions=58019671
106.58	     nbUselessRevisions=57981899  nbAssignments=3392  nbFailedAssignments=34  nbBacktracks=380  nbVisitedNodes=2840
106.58	     nbRestartNogoods=8  mapSize=55  nbInferences=0  nbTooLargeKeys=0
106.58	       =>  wckTime=94.05  cpuTime=93.91  mem=405M94
114.27	   
114.27	   search
114.27	     run=7  nbConstraintChecks=2944332  nbValidityChecks=15720345  nbPropagations=106495  nbRevisions=72313145
114.27	     nbUselessRevisions=72265152  nbAssignments=3924  nbFailedAssignments=52  nbBacktracks=569  nbVisitedNodes=3406
114.27	     nbRestartNogoods=9  mapSize=87  nbInferences=0  nbTooLargeKeys=0
114.27	       =>  wckTime=101.743  cpuTime=101.6  mem=405M94
126.77	   
126.77	   search
126.77	     run=8  nbConstraintChecks=4239884  nbValidityChecks=20809680  nbPropagations=128759  nbRevisions=89806858
126.77	     nbUselessRevisions=89745825  nbAssignments=5139  nbFailedAssignments=76  nbBacktracks=839  nbVisitedNodes=4082
126.77	     nbRestartNogoods=11  mapSize=130  nbInferences=0  nbTooLargeKeys=0
126.77	       =>  wckTime=114.24  cpuTime=114.1  mem=406M110
143.73	   
143.73	   search
143.73	     run=9  nbConstraintChecks=5754456  nbValidityChecks=28385737  nbPropagations=155873  nbRevisions=112043208
143.73	     nbUselessRevisions=111965558  nbAssignments=7069  nbFailedAssignments=102  nbBacktracks=1236  nbVisitedNodes=4891
143.73	     nbRestartNogoods=14  mapSize=178  nbInferences=0  nbTooLargeKeys=0
143.73	       =>  wckTime=131.204  cpuTime=131.05  mem=406M110
188.53	   
188.53	   search
188.53	     run=10  nbConstraintChecks=10510312  nbValidityChecks=47929058  nbPropagations=197064  nbRevisions=146015380
188.53	     nbUselessRevisions=145905871  nbAssignments=8569  nbFailedAssignments=121  nbBacktracks=1824  nbVisitedNodes=5906
188.53	     nbRestartNogoods=17  mapSize=296  nbInferences=0  nbTooLargeKeys=0
188.53	       =>  wckTime=175.996  cpuTime=175.81  mem=407M125
196.95	   
196.95	   search
196.95	     run=11  nbConstraintChecks=10967182  nbValidityChecks=51293597  nbPropagations=247166  nbRevisions=182181531
196.95	     nbUselessRevisions=182030903  nbAssignments=10865  nbFailedAssignments=142  nbBacktracks=2742  nbVisitedNodes=8339
196.95	     nbRestartNogoods=19  mapSize=431  nbInferences=0  nbTooLargeKeys=0
196.95	       =>  wckTime=184.419  cpuTime=184.05  mem=394M402
271.56	   
271.56	   search
271.56	     run=12  nbConstraintChecks=21433407  nbValidityChecks=73309463  nbPropagations=315602  nbRevisions=231819898
271.56	     nbUselessRevisions=231607884  nbAssignments=12550  nbFailedAssignments=199  nbBacktracks=4067  nbVisitedNodes=10248
271.56	     nbRestartNogoods=21  mapSize=653  nbInferences=0  nbTooLargeKeys=0
271.56	       =>  wckTime=259.033  cpuTime=258.64  mem=395M417
282.06	   
282.06	   search
282.06	     run=13  nbConstraintChecks=21843252  nbValidityChecks=77324094  nbPropagations=398639  nbRevisions=284145398
282.06	     nbUselessRevisions=283856776  nbAssignments=15948  nbFailedAssignments=285  nbBacktracks=6013  nbVisitedNodes=13887
282.06	     nbRestartNogoods=23  mapSize=892  nbInferences=0  nbTooLargeKeys=0
282.06	       =>  wckTime=269.53  cpuTime=269.14  mem=412M681
290.80	   
290.80	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=420M805)
299.06	   
299.06	   search
299.06	     run=14  nbConstraintChecks=22508275  nbValidityChecks=84581006  nbPropagations=509960  nbRevisions=341340874
299.06	     nbUselessRevisions=340944797  nbAssignments=20160  nbFailedAssignments=412  nbBacktracks=8958  nbVisitedNodes=18489
299.06	     nbRestartNogoods=25
299.06	       =>  wckTime=286.53  cpuTime=286.13  mem=420M805
326.12	   
326.12	   search
326.12	     run=15  nbConstraintChecks=23353694  nbValidityChecks=97668814  nbPropagations=657078  nbRevisions=406908802
326.12	     nbUselessRevisions=406367064  nbAssignments=25790  nbFailedAssignments=623  nbBacktracks=13356
326.12	     nbVisitedNodes=24615  nbRestartNogoods=26
326.12	       =>  wckTime=313.592  cpuTime=313.18  mem=420M805
375.82	   
375.82	   search
375.82	     run=16  nbConstraintChecks=24581740  nbValidityChecks=123958408  nbPropagations=852900  nbRevisions=488877201
375.82	     nbUselessRevisions=488138934  nbAssignments=33500  nbFailedAssignments=879  nbBacktracks=19944
375.82	     nbVisitedNodes=32917  nbRestartNogoods=29
375.82	       =>  wckTime=363.293  cpuTime=362.87  mem=420M805
481.67	   
481.67	   search
481.67	     run=17  nbConstraintChecks=27952833  nbValidityChecks=183555152  nbPropagations=1152601  nbRevisions=605360216
481.67	     nbUselessRevisions=604307280  nbAssignments=44587  nbFailedAssignments=1471  nbBacktracks=29796
481.67	     nbVisitedNodes=45346  nbRestartNogoods=33
481.67	       =>  wckTime=469.144  cpuTime=468.69  mem=420M805
612.25	   
612.25	   search
612.25	     run=18  nbConstraintChecks=30912321  nbValidityChecks=259051485  nbPropagations=1516893  nbRevisions=767782624
612.25	     nbUselessRevisions=766354634  nbAssignments=60609  nbFailedAssignments=2008  nbBacktracks=44598
612.25	     nbVisitedNodes=62469  nbRestartNogoods=36
612.25	       =>  wckTime=599.723  cpuTime=599.24  mem=420M805
778.63	   
778.64	   search
778.64	     run=19  nbConstraintChecks=36470218  nbValidityChecks=332234351  nbPropagations=2203526  nbRevisions=984531038
778.64	     nbUselessRevisions=982328924  nbAssignments=86003  nbFailedAssignments=4095  nbBacktracks=66768
778.64	     nbVisitedNodes=93332  nbRestartNogoods=41
778.64	       =>  wckTime=766.106  cpuTime=765.57  mem=420M805
1027.89	   
1027.89	   search
1027.89	     run=20  nbConstraintChecks=44122777  nbValidityChecks=452703005  nbPropagations=3237860  nbRevisions=1285521850
1027.89	     nbUselessRevisions=1282140395  nbAssignments=122670  nbFailedAssignments=6265  nbBacktracks=100038
1027.89	     nbVisitedNodes=135595  nbRestartNogoods=46
1027.89	       =>  wckTime=1015.366  cpuTime=1014.76  mem=420M805
1485.11	   
1485.11	   search
1485.11	     run=21  nbConstraintChecks=58144102  nbValidityChecks=664478127  nbPropagations=4931737  nbRevisions=1750321255
1485.11	     nbUselessRevisions=1745000140  nbAssignments=177971  nbFailedAssignments=9384  nbBacktracks=149932
1485.11	     nbVisitedNodes=198398  nbRestartNogoods=54
1485.11	       =>  wckTime=1472.584  cpuTime=1471.85  mem=420M805

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/node40/watcher-211316-1168207189 -o ROOT/results/node40/solver-211316-1168207189 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211316-1168207189/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 1.20 1.46 3/65 31388
/proc/meminfo: memFree=1693520/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=1452 CPUtime=0
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 266 0 0 0 0 0 0 0 18 0 1 0 169118232 1486848 61 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160631504 0 0 4096 0 0 0 0 17 1 0 0
/proc/31387/statm: 363 74 57 14 0 8 0

[startup+0.102612 s]
/proc/loadavg: 0.92 1.20 1.46 3/65 31388
/proc/meminfo: memFree=1693520/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=914988 CPUtime=0.09
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 3071 0 1 0 8 1 0 0 16 0 8 0 169118232 936947712 2817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228747 2817 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510665 s]
/proc/loadavg: 0.92 1.20 1.46 3/65 31388
/proc/meminfo: memFree=1693520/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915328 CPUtime=0.49
/proc/31387/stat : 31387 (java) S 31385 31387 30569 0 -1 0 6634 0 1 0 46 3 0 0 16 0 8 0 169118232 937295872 6373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228832 6373 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33177 s]
/proc/loadavg: 0.92 1.20 1.46 2/72 31395
/proc/meminfo: memFree=1631704/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915640 CPUtime=1.31
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 18494 0 1 0 122 9 0 0 16 0 8 0 169118232 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073540668 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31387/statm: 228910 18230 2157 14 0 215380 0
[pid=31387/tid=31389] ppid=31385 vsize=915640 CPUtime=0.06
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 1960 0 0 0 6 0 0 0 17 0 8 0 169118235 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 169118235 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915640 CPUtime=0.13
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 405 0 0 0 13 0 0 0 16 0 8 0 169118238 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937615360 18230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915640

[startup+2.97198 s]
/proc/loadavg: 0.92 1.20 1.46 2/72 31395
/proc/meminfo: memFree=1616984/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915640 CPUtime=2.96
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 22732 0 1 0 283 13 0 0 16 0 8 0 169118232 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228910 22454 2157 14 0 215380 0
[pid=31387/tid=31389] ppid=31385 vsize=915640 CPUtime=0.33
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 6182 0 0 0 31 2 0 0 16 0 8 0 169118235 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 169118235 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915640 CPUtime=0.14
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 407 0 0 0 13 1 0 0 16 0 8 0 169118238 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937615360 22454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915640

[startup+6.26841 s]
/proc/loadavg: 1.01 1.21 1.47 2/72 31395
/proc/meminfo: memFree=1598624/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915640 CPUtime=6.24
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 30747 0 1 0 532 92 0 0 16 0 8 0 169118232 937615360 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228910 30456 2178 14 0 215380 0
[pid=31387/tid=31389] ppid=31385 vsize=915640 CPUtime=0.66
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 14092 0 0 0 61 5 0 0 17 0 8 0 169118235 937615360 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915644 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 169118235 937619456 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937615360 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937615360 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915644 CPUtime=0.18
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 435 0 0 0 17 1 0 0 15 0 8 0 169118238 937619456 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937615360 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915640 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937615360 30456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915640

[startup+12.7504 s]
/proc/loadavg: 1.01 1.21 1.46 2/72 31395
/proc/meminfo: memFree=1271016/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=12.7
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 108390 0 1 0 1062 208 0 0 17 0 8 0 169118232 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074161944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31387/statm: 228978 108033 2544 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.25
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 91152 0 0 0 192 33 0 0 16 0 8 0 169118235 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.29
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 541 0 0 0 28 1 0 0 16 0 8 0 169118238 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 108033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915912

[startup+25.5991 s]
/proc/loadavg: 1.00 1.20 1.46 2/72 31395
/proc/meminfo: memFree=1270824/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=25.55
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 108415 0 1 0 2347 208 0 0 23 0 8 0 169118232 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074240249 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31387/statm: 228978 108050 2546 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.25
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 91152 0 0 0 192 33 0 0 16 0 8 0 169118235 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.32
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 557 0 0 0 30 2 0 0 16 0 8 0 169118238 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 108050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915912

[startup+51.2914 s]
/proc/loadavg: 1.00 1.18 1.44 2/72 31395
/proc/meminfo: memFree=1270696/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=51.23
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 108418 0 1 0 4915 208 0 0 25 0 8 0 169118232 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074240240 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31387/statm: 228978 108051 2546 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.25
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 91152 0 0 0 192 33 0 0 16 0 8 0 169118235 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.33
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 558 0 0 0 31 2 0 0 16 0 8 0 169118238 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 108051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 915912

[startup+102.593 s]
/proc/loadavg: 1.00 1.15 1.42 2/78 31511
/proc/meminfo: memFree=1269496/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=102.49
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 108448 0 1 0 10032 217 0 0 25 0 8 0 169118232 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073884077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31387/statm: 228978 108075 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.25
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 91152 0 0 0 192 33 0 0 16 0 8 0 169118235 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.36
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 578 0 0 0 34 2 0 0 16 0 8 0 169118238 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 108075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 915912

[startup+162.635 s]
/proc/loadavg: 1.00 1.12 1.39 2/78 31571
/proc/meminfo: memFree=1269432/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=162.51
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 108457 0 1 0 16027 224 0 0 25 0 8 0 169118232 937893888 108080 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073890199 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1423.89
Current children cumulated vsize (KiB) 915912

[startup+1484.47 s]
/proc/loadavg: 1.01 1.01 1.08 2/72 31595
/proc/meminfo: memFree=1246696/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=1483.96
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 114355 0 1 0 148167 229 0 0 25 0 8 0 169118232 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074161962 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228978 113971 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.43
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 97039 0 0 0 207 36 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.38
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 587 0 0 0 36 2 0 0 16 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.96
Current children cumulated vsize (KiB) 915912

[startup+1544.55 s]
/proc/loadavg: 1.00 1.01 1.07 2/72 31595
/proc/meminfo: memFree=1246696/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=1544.03
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 114356 0 1 0 154174 229 0 0 25 0 8 0 169118232 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074161942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228978 113971 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.43
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 97039 0 0 0 207 36 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.38
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 587 0 0 0 36 2 0 0 16 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1544.03
Current children cumulated vsize (KiB) 915912

[startup+1604.64 s]
/proc/loadavg: 1.00 1.00 1.07 2/72 31595
/proc/meminfo: memFree=1246696/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=1604.11
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 114356 0 1 0 160182 229 0 0 25 0 8 0 169118232 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074169030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228978 113971 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.43
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 97039 0 0 0 207 36 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.38
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 587 0 0 0 36 2 0 0 16 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.11
Current children cumulated vsize (KiB) 915912

[startup+1664.73 s]
/proc/loadavg: 1.04 1.01 1.07 2/72 31595
/proc/meminfo: memFree=1246696/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=1664.18
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 114356 0 1 0 166189 229 0 0 25 0 8 0 169118232 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074161944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228978 113971 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.43
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 97039 0 0 0 207 36 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.38
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 587 0 0 0 36 2 0 0 16 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.18
Current children cumulated vsize (KiB) 915912

[startup+1724.82 s]
/proc/loadavg: 1.01 1.01 1.06 2/72 31595
/proc/meminfo: memFree=1246632/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=1724.25
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 114356 0 1 0 172196 229 0 0 25 0 8 0 169118232 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074162890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228978 113971 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.43
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 97039 0 0 0 207 36 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.38
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 587 0 0 0 36 2 0 0 16 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 915912

[startup+1784.9 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 31595
/proc/meminfo: memFree=1246696/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=1784.32
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 114356 0 1 0 178203 229 0 0 25 0 8 0 169118232 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074169034 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228978 113971 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.43
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 97039 0 0 0 207 36 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.38
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 587 0 0 0 36 2 0 0 16 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 915912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.62 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 31595
/proc/meminfo: memFree=1246696/2055920 swapFree=4192812/4192956
[pid=31387] ppid=31385 vsize=915912 CPUtime=1800.03
/proc/31387/stat : 31387 (java) R 31385 31387 30569 0 -1 0 114356 0 1 0 179774 229 0 0 25 0 8 0 169118232 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074161942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31387/statm: 228978 113971 2548 14 0 215448 0
[pid=31387/tid=31389] ppid=31385 vsize=915912 CPUtime=2.43
/proc/31387/task/31389/stat : 31389 (java) S 31385 31387 30569 0 -1 64 97039 0 0 0 207 36 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31390] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 30569 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31391] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 30569 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 169118235 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31387/tid=31392] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 30569 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=915912 CPUtime=0.38
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 30569 0 -1 64 587 0 0 0 36 2 0 0 16 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169118238 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=915912 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 30569 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 169118239 937893888 113971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915912

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

Child status: 143
Real time (s): 1800.72
CPU time (s): 1800.13
CPU user time (s): 1797.77
CPU system time (s): 2.36264
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 915912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.36264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114373
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= 37926
involuntary context switches= 26619

runsolver used 1.91971 s user time and 4.52831 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 21:59:49 UTC 2007


IDJOB= 211316
IDBENCH= 4685
FILE ID= node40/211316-1168207189

PBS_JOBID= 3480779

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ttp/data-10-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211316-1168207189/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-211316-1168207189 -o ROOT/results/node40/solver-211316-1168207189 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211316-1168207189/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0e55a6b21f60962d919e77257912f16e

RANDOM SEED= 148713035

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.239
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.239
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:       1694000 kB
Buffers:         27444 kB
Cached:         265568 kB
SwapCached:          0 kB
Active:         135320 kB
Inactive:       173256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10700 kB
Writeback:           0 kB
Mapped:          25684 kB
Slab:            39440 kB
Committed_AS:  3473216 kB
PageTables:       1412 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= 66544 MiB



End job on node40 on Sun Jan  7 22:29:50 UTC 2007