Trace number 206254

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

General information on the benchmark

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

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/206254-1168170451/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.44	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.44	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
1.57	   
1.57	   constraints being loaded...
2.33	     nbConstraints=91  nbRelationTypes=93  nbMergedConstraints=2  nbExtensionStructures=91
2.33	     nbSharedExtensionStructures=0  nbConflictsStructures=91  nbSharedConflictsStructures=0
2.33	     nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
2.33	       =>  wckTime=1.987  cpuTime=1.59  mem=56M997
2.49	   
2.49	   solver IterativeSystematicSolver being built... 
2.66	       =>  wckTime=2.32  cpuTime=1.74  mem=65M49
2.81	   
2.81	   preprocessing
2.81	     nbConstraintChecks=50940  nbValidityChecks=77527  nbPropagations=233  nbRevisions=2641  nbUselessRevisions=2290
2.81	     nbSingletonTests=37  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.81	       =>  wckTime=0.142  cpuTime=0.11  mem=65M49
2.89	   
2.89	   search
2.89	     run=0  nbConstraintChecks=35822  nbValidityChecks=67757  nbPropagations=543  nbRevisions=6337
2.89	     nbUselessRevisions=5244  nbAssignments=23  nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=37
2.89	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
2.89	       =>  wckTime=0.223  cpuTime=0.19  mem=66M57
3.01	   
3.01	   search
3.01	     run=1  nbConstraintChecks=100681  nbValidityChecks=189477  nbPropagations=1679  nbRevisions=19700
3.01	     nbUselessRevisions=16004  nbAssignments=68  nbFailedAssignments=29  nbBacktracks=25  nbVisitedNodes=113
3.01	     nbRestartNogoods=3  mapSize=20  nbInferences=0  nbTooLargeKeys=0
3.01	       =>  wckTime=0.343  cpuTime=0.31  mem=66M57
3.24	   
3.24	   search
3.24	     run=2  nbConstraintChecks=213392  nbValidityChecks=471881  nbPropagations=4118  nbRevisions=49740
3.24	     nbUselessRevisions=40353  nbAssignments=181  nbFailedAssignments=66  nbBacktracks=47  nbVisitedNodes=233
3.24	     nbRestartNogoods=11  mapSize=42  nbInferences=0  nbTooLargeKeys=0
3.24	       =>  wckTime=0.572  cpuTime=0.52  mem=66M57
3.40	   
3.40	   search
3.40	     run=3  nbConstraintChecks=306626  nbValidityChecks=657068  nbPropagations=7533  nbRevisions=91892
3.40	     nbUselessRevisions=74252  nbAssignments=251  nbFailedAssignments=97  nbBacktracks=82  nbVisitedNodes=356
3.40	     nbRestartNogoods=14  mapSize=72  nbInferences=0  nbTooLargeKeys=0
3.40	       =>  wckTime=0.738  cpuTime=0.69  mem=66M57
3.79	   
3.79	   search
3.79	     run=4  nbConstraintChecks=525800  nbValidityChecks=1094033  nbPropagations=12848  nbRevisions=158816
3.79	     nbUselessRevisions=127568  nbAssignments=387  nbFailedAssignments=176  nbBacktracks=132  nbVisitedNodes=603
3.79	     nbRestartNogoods=15  mapSize=118  nbInferences=0  nbTooLargeKeys=0
3.79	       =>  wckTime=1.125  cpuTime=1.07  mem=66M57
4.38	   
4.38	   search
4.38	     run=5  nbConstraintChecks=874033  nbValidityChecks=1816346  nbPropagations=21507  nbRevisions=269410
4.38	     nbUselessRevisions=215401  nbAssignments=627  nbFailedAssignments=304  nbBacktracks=207  nbVisitedNodes=997
4.38	     nbRestartNogoods=23  mapSize=193  nbInferences=0  nbTooLargeKeys=0
4.38	       =>  wckTime=1.714  cpuTime=1.65  mem=66M57
5.05	   
5.05	   search
5.05	     run=6  nbConstraintChecks=1278692  nbValidityChecks=2601119  nbPropagations=33766  nbRevisions=425763
5.05	     nbUselessRevisions=339831  nbAssignments=868  nbFailedAssignments=425  nbBacktracks=320  nbVisitedNodes=1436
5.05	     nbRestartNogoods=31  mapSize=293  nbInferences=0  nbTooLargeKeys=0
5.05	       =>  wckTime=2.386  cpuTime=2.32  mem=66M57
6.30	   
6.30	   search
6.30	     run=7  nbConstraintChecks=2044633  nbValidityChecks=4145206  nbPropagations=53849  nbRevisions=673463
6.30	     nbUselessRevisions=533650  nbAssignments=1357  nbFailedAssignments=737  nbBacktracks=492  nbVisitedNodes=2374
6.30	     nbRestartNogoods=34  mapSize=459  nbInferences=0  nbTooLargeKeys=0
6.30	       =>  wckTime=3.631  cpuTime=3.56  mem=66M57
8.01	   
8.01	   search
8.01	     run=8  nbConstraintChecks=3128820  nbValidityChecks=6253960  nbPropagations=82880  nbRevisions=1048386
8.01	     nbUselessRevisions=830814  nbAssignments=2017  nbFailedAssignments=1132  nbBacktracks=748  nbVisitedNodes=3620
8.01	     nbRestartNogoods=37  mapSize=710  nbInferences=0  nbTooLargeKeys=0
8.01	       =>  wckTime=5.347  cpuTime=5.25  mem=66M57
9.75	   
9.75	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=66M57)
9.95	   
9.95	   search
9.95	     run=9  nbConstraintChecks=4302946  nbValidityChecks=8599436  nbPropagations=124790  nbRevisions=1582109
9.95	     nbUselessRevisions=1253487  nbAssignments=2885  nbFailedAssignments=1608  nbBacktracks=1134  nbVisitedNodes=5212
9.95	     nbRestartNogoods=48
9.95	       =>  wckTime=7.284  cpuTime=7.18  mem=66M57
12.41	   
12.41	   search
12.41	     run=10  nbConstraintChecks=5813801  nbValidityChecks=11600941  nbPropagations=183551  nbRevisions=2326407
12.41	     nbUselessRevisions=1843285  nbAssignments=4084  nbFailedAssignments=2222  nbBacktracks=1712  nbVisitedNodes=7389
12.41	     nbRestartNogoods=54
12.41	       =>  wckTime=9.748  cpuTime=9.64  mem=66M57
17.92	   
17.92	   search
17.92	     run=11  nbConstraintChecks=9258746  nbValidityChecks=18502798  nbPropagations=274585  nbRevisions=3483668
17.92	     nbUselessRevisions=2762372  nbAssignments=6467  nbFailedAssignments=3734  nbBacktracks=2577  nbVisitedNodes=11902
17.92	     nbRestartNogoods=62
17.92	       =>  wckTime=15.254  cpuTime=15.14  mem=66M57
27.16	   
27.16	   search
27.16	     run=12  nbConstraintChecks=15157678  nbValidityChecks=29800367  nbPropagations=413321  nbRevisions=5269718
27.16	     nbUselessRevisions=4180773  nbAssignments=10051  nbFailedAssignments=6012  nbBacktracks=3875  nbVisitedNodes=18760
27.16	     nbRestartNogoods=77
27.16	       =>  wckTime=24.497  cpuTime=24.38  mem=66M57
40.03	   
40.03	   search
40.03	     run=13  nbConstraintChecks=23435147  nbValidityChecks=45755920  nbPropagations=620765  nbRevisions=8008892
40.03	     nbUselessRevisions=6372081  nbAssignments=14988  nbFailedAssignments=8979  nbBacktracks=5822  nbVisitedNodes=28103
40.03	     nbRestartNogoods=86
40.03	       =>  wckTime=37.364  cpuTime=37.23  mem=66M57
57.49	   
57.49	   search
57.49	     run=14  nbConstraintChecks=34256396  nbValidityChecks=67430146  nbPropagations=936689  nbRevisions=12132616
57.49	     nbUselessRevisions=9664888  nbAssignments=22231  nbFailedAssignments=13296  nbBacktracks=8741  nbVisitedNodes=41642
57.49	     nbRestartNogoods=101
57.49	       =>  wckTime=54.823  cpuTime=54.7  mem=66M57
77.66	   
77.66	   search
77.66	     run=15  nbConstraintChecks=47061225  nbValidityChecks=93037345  nbPropagations=1403259  nbRevisions=18204001
77.66	     nbUselessRevisions=14510635  nbAssignments=32717  nbFailedAssignments=19383  nbBacktracks=13120
77.66	     nbVisitedNodes=61255  nbRestartNogoods=118
77.66	       =>  wckTime=74.997  cpuTime=74.86  mem=66M57
109.63	   
109.63	   search
109.63	     run=16  nbConstraintChecks=67396974  nbValidityChecks=134000282  nbPropagations=2087560  nbRevisions=26958946
109.63	     nbUselessRevisions=21469546  nbAssignments=47991  nbFailedAssignments=28076  nbBacktracks=19688
109.63	     nbVisitedNodes=89493  nbRestartNogoods=138
109.63	       =>  wckTime=106.962  cpuTime=106.81  mem=66M57
172.44	   
172.44	   search
172.44	     run=17  nbConstraintChecks=107774194  nbValidityChecks=216913787  nbPropagations=3168379  nbRevisions=40858614
172.44	     nbUselessRevisions=32492915  nbAssignments=75624  nbFailedAssignments=45850  nbBacktracks=29540
172.44	     nbVisitedNodes=142410  nbRestartNogoods=164
172.44	       =>  wckTime=169.779  cpuTime=169.61  mem=66M57
258.34	   
258.34	   search
258.34	     run=18  nbConstraintChecks=161376476  nbValidityChecks=323666315  nbPropagations=4762801  nbRevisions=61330031
258.34	     nbUselessRevisions=48747950  nbAssignments=110666  nbFailedAssignments=66107  nbBacktracks=44318
258.34	     nbVisitedNodes=207543  nbRestartNogoods=174
258.34	       =>  wckTime=255.672  cpuTime=255.48  mem=66M57
412.26	   
412.26	   search
412.26	     run=19  nbConstraintChecks=259071569  nbValidityChecks=514309921  nbPropagations=7184768  nbRevisions=92789259
412.26	     nbUselessRevisions=73762630  nbAssignments=170247  nbFailedAssignments=103512  nbBacktracks=66486
412.26	     nbVisitedNodes=321604  nbRestartNogoods=191
412.26	       =>  wckTime=409.593  cpuTime=409.35  mem=66M57
608.53	   
608.53	   search
608.53	     run=20  nbConstraintChecks=381343119  nbValidityChecks=757650413  nbPropagations=10789376  nbRevisions=139444062
608.53	     nbUselessRevisions=110892841  nbAssignments=251181  nbFailedAssignments=151177  nbBacktracks=99740
608.53	     nbVisitedNodes=472346  nbRestartNogoods=212
608.53	       =>  wckTime=605.865  cpuTime=605.57  mem=66M57
907.50	   
907.50	   search
907.50	     run=21  nbConstraintChecks=567930038  nbValidityChecks=1129013334  nbPropagations=16165316  nbRevisions=209069157
907.50	     nbUselessRevisions=166356492  nbAssignments=374187  nbFailedAssignments=224297  nbBacktracks=149620
907.50	     nbVisitedNodes=701873  nbRestartNogoods=223
907.50	       =>  wckTime=904.831  cpuTime=904.26  mem=66M57
1399.35	   
1399.35	   search
1399.35	     run=22  nbConstraintChecks=886685133  nbValidityChecks=1739951832  nbPropagations=24536374  nbRevisions=318575252
1399.35	     nbUselessRevisions=253531085  nbAssignments=568020  nbFailedAssignments=343303  nbBacktracks=224439
1399.35	     nbVisitedNodes=1070079  nbRestartNogoods=234
1399.35	       =>  wckTime=1396.685  cpuTime=1395.97  mem=66M57

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/node20/watcher-206254-1168170451 -o ROOT/results/node20/solver-206254-1168170451 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206254-1168170451/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.85 0.97 1.01 4/83 21188
/proc/meminfo: memFree=1417008/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=1784 CPUtime=0
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 165439881 1826816 136 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/21187/statm: 446 136 102 14 0 91 0

[startup+0.103171 s]
/proc/loadavg: 0.85 0.97 1.01 4/83 21188
/proc/meminfo: memFree=1417008/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=907808 CPUtime=0.05
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 2501 0 1 0 4 1 0 0 17 0 4 0 165439881 929595392 2248 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 226952 2248 1230 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.511221 s]
/proc/loadavg: 0.85 0.97 1.01 4/83 21188
/proc/meminfo: memFree=1417008/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915328 CPUtime=0.46
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 7021 0 1 0 42 4 0 0 18 0 8 0 165439881 937295872 6760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228832 6761 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33332 s]
/proc/loadavg: 0.85 0.97 1.01 3/101 21207
/proc/meminfo: memFree=1314400/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915328 CPUtime=1.28
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 19099 0 1 0 119 9 0 0 25 0 8 0 165439881 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228832 18837 2149 14 0 215302 0
[pid=21187/tid=21197] ppid=21184 vsize=915328 CPUtime=0.05
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 165439888 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915328 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165439889 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915328 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915328 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915328 CPUtime=0.09
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 308 0 0 0 8 1 0 0 16 0 8 0 165439892 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915328 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915328 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915328

[startup+2.97452 s]
/proc/loadavg: 0.85 0.97 1.01 4/101 21207
/proc/meminfo: memFree=1261344/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=2.92
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32443 0 1 0 276 16 0 0 25 0 8 0 165439881 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32178 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 17 0 8 0 165439888 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.2
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 373 0 0 0 18 2 0 0 15 0 8 0 165439892 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915440

[startup+6.1809 s]
/proc/loadavg: 0.94 0.98 1.02 4/101 21207
/proc/meminfo: memFree=1236072/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=6.11
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32457 0 1 0 594 17 0 0 25 0 8 0 165439881 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32190 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 17 0 8 0 165439888 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.22
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 386 0 0 0 20 2 0 0 15 0 8 0 165439892 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915440

[startup+12.6587 s]
/proc/loadavg: 1.02 1.00 1.02 3/101 21207
/proc/meminfo: memFree=1236072/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=12.58
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32475 0 1 0 1241 17 0 0 25 0 8 0 165439881 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32203 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.25
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 402 0 0 0 23 2 0 0 16 0 8 0 165439892 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915440

[startup+25.5302 s]
/proc/loadavg: 1.24 1.05 1.04 3/101 21207
/proc/meminfo: memFree=1236200/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=25.46
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32477 0 1 0 2528 18 0 0 25 0 8 0 165439881 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32205 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 404 0 0 0 24 2 0 0 15 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915440

[startup+51.1426 s]
/proc/loadavg: 1.50 1.12 1.06 3/101 21207
/proc/meminfo: memFree=1236264/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=51.05
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32477 0 1 0 5087 18 0 0 25 0 8 0 165439881 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800503 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32205 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 404 0 0 0 24 2 0 0 15 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915440

[startup+102.363 s]
/proc/loadavg: 1.78 1.26 1.11 3/101 21207
/proc/meminfo: memFree=1236392/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=102.25
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32478 0 1 0 10207 18 0 0 25 0 8 0 165439881 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32206 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 405 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 915440

[startup+162.422 s]
/proc/loadavg: 1.98 1.40 1.17 3/101 21207
/proc/meminfo: memFree=1236456/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=162.3
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32479 0 1 0 16211 19 0 0 25 0 8 0 165439881 937410560 32206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484.01 s]
/proc/loadavg: 2.00 2.00 1.78 3/101 21405
/proc/meminfo: memFree=1235888/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=1483.31
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32480 0 1 0 148302 29 0 0 25 0 8 0 165439881 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32207 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 406 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.31
Current children cumulated vsize (KiB) 915440

[startup+1544.1 s]
/proc/loadavg: 2.00 2.00 1.79 3/101 21405
/proc/meminfo: memFree=1235952/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=1543.37
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32480 0 1 0 154308 29 0 0 25 0 8 0 165439881 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32207 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 406 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.37
Current children cumulated vsize (KiB) 915440

[startup+1604.19 s]
/proc/loadavg: 2.00 2.00 1.80 3/101 21405
/proc/meminfo: memFree=1235888/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=1603.45
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32480 0 1 0 160315 30 0 0 25 0 8 0 165439881 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32207 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 406 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.45
Current children cumulated vsize (KiB) 915440

[startup+1664.25 s]
/proc/loadavg: 2.00 2.00 1.81 3/101 21405
/proc/meminfo: memFree=1235888/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=1663.49
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32480 0 1 0 166319 30 0 0 25 0 8 0 165439881 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32207 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 406 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.49
Current children cumulated vsize (KiB) 915440

[startup+1724.31 s]
/proc/loadavg: 2.00 2.00 1.82 3/101 21405
/proc/meminfo: memFree=1235888/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=1723.53
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32480 0 1 0 172323 30 0 0 25 0 8 0 165439881 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32207 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 406 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.53
Current children cumulated vsize (KiB) 915440

[startup+1784.38 s]
/proc/loadavg: 2.00 2.00 1.83 3/101 21405
/proc/meminfo: memFree=1235888/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=1783.59
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32480 0 1 0 178328 31 0 0 25 0 8 0 165439881 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32207 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 406 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.85 s]
/proc/loadavg: 2.00 2.00 1.83 3/101 21405
/proc/meminfo: memFree=1235888/2055920 swapFree=4170192/4192956
[pid=21187] ppid=21184 vsize=915440 CPUtime=1800.06
/proc/21187/stat : 21187 (java) R 21184 21187 21042 0 -1 0 32480 0 1 0 179975 31 0 0 25 0 8 0 165439881 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21187/statm: 228860 32207 2531 14 0 215330 0
[pid=21187/tid=21197] ppid=21184 vsize=915440 CPUtime=0.45
/proc/21187/task/21197/stat : 21197 (java) S 21184 21187 21042 0 -1 64 15453 0 0 0 39 6 0 0 16 0 8 0 165439888 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21198] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21198/stat : 21198 (java) S 21184 21187 21042 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21199] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21199/stat : 21199 (java) S 21184 21187 21042 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165439889 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21204] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21204/stat : 21204 (java) S 21184 21187 21042 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21205] ppid=21184 vsize=915440 CPUtime=0.26
/proc/21187/task/21205/stat : 21205 (java) S 21184 21187 21042 0 -1 64 406 0 0 0 24 2 0 0 16 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21206] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21206/stat : 21206 (java) S 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21187/tid=21207] ppid=21184 vsize=915440 CPUtime=0
/proc/21187/task/21207/stat : 21207 (java) R 21184 21187 21042 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165439892 937410560 32207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1800.93
CPU time (s): 1800.14
CPU user time (s): 1799.8
CPU system time (s): 0.334949
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32497
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= 37641
involuntary context switches= 56469

runsolver used 2.14467 s user time and 5.8881 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 11:47:32 UTC 2007


IDJOB= 206254
IDBENCH= 4194
FILE ID= node20/206254-1168170451

PBS_JOBID= 3479024

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5bd46c7477b4e1f2baf4992cc85a0e0a

RANDOM SEED= 995991613

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.216
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.216
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:       1417760 kB
Buffers:         48376 kB
Cached:         495240 kB
SwapCached:       3580 kB
Active:         113160 kB
Inactive:       460176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417760 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:           13796 kB
Writeback:           0 kB
Mapped:          44272 kB
Slab:            49664 kB
Committed_AS:  3281724 kB
PageTables:       2220 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= 66545 MiB



End job on node20 on Sun Jan  7 12:17:34 UTC 2007