Trace number 206670

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 1809.42

General information on the benchmark

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

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/206670-1168176237/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.39	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
1.46	   
1.46	   constraints being loaded...
2.16	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.16	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.16	     nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.16	       =>  wckTime=1.864  cpuTime=1.49  mem=58M154
2.31	   
2.31	   solver IterativeSystematicSolver being built... 
2.48	       =>  wckTime=2.181  cpuTime=1.63  mem=65M619
2.63	   
2.63	   preprocessing
2.63	     nbConstraintChecks=54301  nbValidityChecks=92316  nbPropagations=317  nbRevisions=3418  nbUselessRevisions=3012
2.63	     nbSingletonTests=38  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.63	       =>  wckTime=0.145  cpuTime=0.12  mem=65M619
2.70	   
2.70	   search
2.70	     run=0  nbConstraintChecks=40755  nbValidityChecks=70281  nbPropagations=639  nbRevisions=7033
2.71	     nbUselessRevisions=5901  nbAssignments=30  nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=46
2.71	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
2.71	       =>  wckTime=0.224  cpuTime=0.2  mem=66M627
2.85	   
2.85	   search
2.85	     run=1  nbConstraintChecks=116669  nbValidityChecks=228225  nbPropagations=2150  nbRevisions=23803
2.85	     nbUselessRevisions=19482  nbAssignments=104  nbFailedAssignments=45  nbBacktracks=26  nbVisitedNodes=153
2.85	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
2.85	       =>  wckTime=0.366  cpuTime=0.33  mem=66M627
2.97	   
2.97	   search
2.97	     run=2  nbConstraintChecks=192893  nbValidityChecks=374354  nbPropagations=4354  nbRevisions=49488
2.97	     nbUselessRevisions=40353  nbAssignments=159  nbFailedAssignments=70  nbBacktracks=49  nbVisitedNodes=249
2.97	     nbRestartNogoods=6  mapSize=43  nbInferences=0  nbTooLargeKeys=0
2.97	       =>  wckTime=0.494  cpuTime=0.45  mem=66M627
3.14	   
3.14	   search
3.14	     run=3  nbConstraintChecks=295620  nbValidityChecks=580995  nbPropagations=7721  nbRevisions=89122
3.14	     nbUselessRevisions=72246  nbAssignments=255  nbFailedAssignments=125  nbBacktracks=83  nbVisitedNodes=422
3.14	     nbRestartNogoods=9  mapSize=69  nbInferences=0  nbTooLargeKeys=0
3.14	       =>  wckTime=0.661  cpuTime=0.62  mem=66M627
3.40	   
3.40	   search
3.40	     run=4  nbConstraintChecks=454147  nbValidityChecks=908573  nbPropagations=13064  nbRevisions=150498
3.40	     nbUselessRevisions=120681  nbAssignments=422  nbFailedAssignments=232  nbBacktracks=133  nbVisitedNodes=730
3.40	     nbRestartNogoods=10  mapSize=116  nbInferences=0  nbTooLargeKeys=0
3.40	       =>  wckTime=0.913  cpuTime=0.87  mem=66M627
3.76	   
3.76	   search
3.76	     run=5  nbConstraintChecks=681978  nbValidityChecks=1353367  nbPropagations=20562  nbRevisions=239426
3.76	     nbUselessRevisions=191311  nbAssignments=592  nbFailedAssignments=317  nbBacktracks=210  nbVisitedNodes=1032
3.76	     nbRestartNogoods=15  mapSize=181  nbInferences=0  nbTooLargeKeys=0
3.76	       =>  wckTime=1.278  cpuTime=1.22  mem=66M627
4.50	   
4.50	   search
4.50	     run=6  nbConstraintChecks=1144711  nbValidityChecks=2266647  nbPropagations=31672  nbRevisions=376085
4.50	     nbUselessRevisions=300008  nbAssignments=874  nbFailedAssignments=478  nbBacktracks=323  nbVisitedNodes=1551
4.50	     nbRestartNogoods=23  mapSize=285  nbInferences=0  nbTooLargeKeys=0
4.50	       =>  wckTime=2.019  cpuTime=1.97  mem=66M627
5.58	   
5.58	   search
5.58	     run=7  nbConstraintChecks=1822383  nbValidityChecks=3550065  nbPropagations=48538  nbRevisions=586618
5.58	     nbUselessRevisions=467731  nbAssignments=1275  nbFailedAssignments=699  nbBacktracks=495  nbVisitedNodes=2286
5.58	     nbRestartNogoods=29  mapSize=437  nbInferences=0  nbTooLargeKeys=0
5.58	       =>  wckTime=3.098  cpuTime=3.04  mem=66M627
7.19	   
7.19	   search
7.19	     run=8  nbConstraintChecks=2812130  nbValidityChecks=5522206  nbPropagations=74218  nbRevisions=911976
7.19	     nbUselessRevisions=727860  nbAssignments=2019  nbFailedAssignments=1181  nbBacktracks=751  nbVisitedNodes=3700
7.19	     nbRestartNogoods=33  mapSize=670  nbInferences=0  nbTooLargeKeys=0
7.19	       =>  wckTime=4.709  cpuTime=4.63  mem=66M627
9.31	   
9.31	   search
9.31	     run=9  nbConstraintChecks=4210901  nbValidityChecks=8365961  nbPropagations=114585  nbRevisions=1420886
9.31	     nbUselessRevisions=1131947  nbAssignments=3346  nbFailedAssignments=2103  nbBacktracks=1135  nbVisitedNodes=6190
9.31	     nbRestartNogoods=42  mapSize=999  nbInferences=0  nbTooLargeKeys=0
9.31	       =>  wckTime=6.831  cpuTime=6.74  mem=66M627
9.41	   
9.41	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=66M627)
12.35	   
12.35	   search
12.35	     run=10  nbConstraintChecks=6134096  nbValidityChecks=12244509  nbPropagations=172887  nbRevisions=2155527
12.35	     nbUselessRevisions=1714976  nbAssignments=4837  nbFailedAssignments=3005  nbBacktracks=1711  nbVisitedNodes=8954
12.35	     nbRestartNogoods=54
12.35	       =>  wckTime=9.866  cpuTime=9.77  mem=66M627
16.90	   
16.90	   search
16.90	     run=11  nbConstraintChecks=9113848  nbValidityChecks=17999915  nbPropagations=260845  nbRevisions=3256345
16.90	     nbUselessRevisions=2591197  nbAssignments=7041  nbFailedAssignments=4280  nbBacktracks=2576  nbVisitedNodes=12969
16.90	     nbRestartNogoods=73
16.90	       =>  wckTime=14.418  cpuTime=14.32  mem=66M627
25.04	   
25.04	   search
25.04	     run=12  nbConstraintChecks=14287432  nbValidityChecks=27963158  nbPropagations=396154  nbRevisions=4971547
25.04	     nbUselessRevisions=3957669  nbAssignments=10334  nbFailedAssignments=6269  nbBacktracks=3873  nbVisitedNodes=19211
25.04	     nbRestartNogoods=81
25.04	       =>  wckTime=22.557  cpuTime=22.42  mem=66M627
35.05	   
35.05	   search
35.05	     run=13  nbConstraintChecks=20881695  nbValidityChecks=40911473  nbPropagations=594261  nbRevisions=7463222
35.05	     nbUselessRevisions=5938077  nbAssignments=15873  nbFailedAssignments=9854  nbBacktracks=5820  nbVisitedNodes=29530
35.05	     nbRestartNogoods=92
35.05	       =>  wckTime=32.567  cpuTime=32.43  mem=66M627
52.14	   
52.14	   search
52.14	     run=14  nbConstraintChecks=31926223  nbValidityChecks=62236924  nbPropagations=886031  nbRevisions=11175198
52.14	     nbUselessRevisions=8889053  nbAssignments=22807  nbFailedAssignments=13826  nbBacktracks=8739  nbVisitedNodes=42439
52.14	     nbRestartNogoods=111
52.14	       =>  wckTime=49.659  cpuTime=49.51  mem=66M627
77.91	   
77.91	   search
77.91	     run=15  nbConstraintChecks=48442138  nbValidityChecks=94580644  nbPropagations=1336475  nbRevisions=16742258
77.91	     nbUselessRevisions=13298056  nbAssignments=33398  nbFailedAssignments=20032  nbBacktracks=13119
77.91	     nbVisitedNodes=62393  nbRestartNogoods=118
77.91	       =>  wckTime=75.425  cpuTime=75.24  mem=66M627
114.56	   
114.56	   search
114.56	     run=16  nbConstraintChecks=71918282  nbValidityChecks=140420321  nbPropagations=2010268  nbRevisions=25205049
114.56	     nbUselessRevisions=20022449  nbAssignments=49754  nbFailedAssignments=29813  nbBacktracks=19689
114.56	     nbVisitedNodes=93200  nbRestartNogoods=128
114.56	       =>  wckTime=112.083  cpuTime=111.86  mem=66M627
166.08	   
166.08	   search
166.08	     run=17  nbConstraintChecks=106447811  nbValidityChecks=208134550  nbPropagations=3005011  nbRevisions=37663447
166.08	     nbUselessRevisions=29918372  nbAssignments=78411  nbFailedAssignments=48611  nbBacktracks=29541
166.08	     nbVisitedNodes=146879  nbRestartNogoods=136
166.08	       =>  wckTime=163.597  cpuTime=163.31  mem=66M627
273.09	   
273.09	   search
273.09	     run=18  nbConstraintChecks=174599437  nbValidityChecks=342540037  nbPropagations=4486471  nbRevisions=57116646
273.09	     nbUselessRevisions=45438379  nbAssignments=118440  nbFailedAssignments=73854  nbBacktracks=44321
273.09	     nbVisitedNodes=222771  nbRestartNogoods=157
273.09	       =>  wckTime=270.613  cpuTime=269.76  mem=66M627
405.73	   
405.73	   search
405.73	     run=19  nbConstraintChecks=258313941  nbValidityChecks=508380081  nbPropagations=6716583  nbRevisions=86325546
405.73	     nbUselessRevisions=68753613  nbAssignments=175758  nbFailedAssignments=108996  nbBacktracks=66489
405.73	     nbVisitedNodes=330781  nbRestartNogoods=172
405.73	       =>  wckTime=403.25  cpuTime=401.68  mem=66M627
570.19	   
570.19	   search
570.19	     run=20  nbConstraintChecks=364664561  nbValidityChecks=717819128  nbPropagations=9997850  nbRevisions=128516483
570.19	     nbUselessRevisions=102342006  nbAssignments=261878  nbFailedAssignments=161796  nbBacktracks=99741
570.19	     nbVisitedNodes=490287  nbRestartNogoods=192
570.19	       =>  wckTime=567.708  cpuTime=565.25  mem=66M627
818.62	   
818.62	   search
818.62	     run=21  nbConstraintChecks=528495690  nbValidityChecks=1038579273  nbPropagations=14941703  nbRevisions=191286762
818.62	     nbUselessRevisions=152205013  nbAssignments=401432  nbFailedAssignments=251451  nbBacktracks=149620
818.62	     nbVisitedNodes=751377  nbRestartNogoods=212
818.62	       =>  wckTime=816.142  cpuTime=812.35  mem=66M627
1314.62	   
1314.62	   search
1314.62	     run=22  nbConstraintChecks=847823832  nbValidityChecks=1666187895  nbPropagations=22493135  nbRevisions=289820006
1314.62	     nbUselessRevisions=230961381  nbAssignments=603871  nbFailedAssignments=379066  nbBacktracks=224438
1314.62	     nbVisitedNodes=1136873  nbRestartNogoods=231
1314.62	       =>  wckTime=1312.135  cpuTime=1305.66  mem=66M627

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

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

/proc/loadavg: 1.66 1.92 1.97 4/82 15408
/proc/meminfo: memFree=1291576/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=11820 CPUtime=0
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 745 0 1 0 0 0 0 0 16 0 1 0 166017785 12103680 495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 0 0 0 17 1 0 0
/proc/15407/statm: 2955 504 415 14 0 1602 0

[startup+0.108726 s]
/proc/loadavg: 1.66 1.92 1.97 4/82 15408
/proc/meminfo: memFree=1291576/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=914988 CPUtime=0.08
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 3059 0 1 0 7 1 0 0 23 0 8 0 166017785 936947712 2805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228747 2805 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.520749 s]
/proc/loadavg: 1.66 1.92 1.97 4/82 15408
/proc/meminfo: memFree=1291576/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915328 CPUtime=0.5
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 8419 0 1 0 45 5 0 0 25 0 8 0 166017785 937295872 8158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228832 8159 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34885 s]
/proc/loadavg: 1.69 1.92 1.97 3/101 15446
/proc/meminfo: memFree=1146272/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915328 CPUtime=1.32
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 19100 0 1 0 121 11 0 0 25 0 8 0 166017785 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073583144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228832 18838 2149 14 0 215302 0
[pid=15407/tid=15423] ppid=15404 vsize=915328 CPUtime=0.05
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 166017789 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915328 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915328 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915328 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915328 CPUtime=0.08
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 309 0 0 0 8 0 0 0 16 0 8 0 166017792 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915328 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915328 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915328

[startup+2.98691 s]
/proc/loadavg: 1.69 1.92 1.97 5/101 15446
/proc/meminfo: memFree=1097376/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=2.95
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32578 0 1 0 278 17 0 0 25 0 8 0 166017785 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665353 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32313 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 17 0 8 0 166017789 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.19
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 379 0 0 0 19 0 0 0 15 0 8 0 166017792 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915440

[startup+6.27311 s]
/proc/loadavg: 1.71 1.92 1.97 3/101 15446
/proc/meminfo: memFree=1055976/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=6.24
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32592 0 1 0 606 18 0 0 25 0 8 0 166017785 937410560 32324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812866 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32324 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 17 0 8 0 166017789 937410560 32324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.21
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 390 0 0 0 21 0 0 0 15 0 8 0 166017792 937410560 32324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32324 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) 915440

[startup+12.7665 s]
/proc/loadavg: 1.73 1.92 1.97 3/101 15446
/proc/meminfo: memFree=961064/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=12.73
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32603 0 1 0 1255 18 0 0 25 0 8 0 166017785 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32332 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.24
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 166017792 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915440

[startup+25.6433 s]
/proc/loadavg: 1.85 1.94 1.98 4/101 15446
/proc/meminfo: memFree=654120/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=25.57
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32605 0 1 0 2539 18 0 0 25 0 8 0 166017785 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32334 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.24
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 400 0 0 0 23 1 0 0 15 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915440

[startup+51.2809 s]
/proc/loadavg: 1.91 1.94 1.98 3/102 15447
/proc/meminfo: memFree=620704/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=51.19
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32605 0 1 0 5101 18 0 0 25 0 8 0 166017785 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32334 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.24
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 400 0 0 0 23 1 0 0 15 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 915440

[startup+102.564 s]
/proc/loadavg: 1.96 1.95 1.98 3/102 15447
/proc/meminfo: memFree=620896/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=102.43
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32605 0 1 0 10225 18 0 0 25 0 8 0 166017785 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32334 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.24
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 400 0 0 0 23 1 0 0 15 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 915440

[startup+162.653 s]
/proc/loadavg: 1.98 1.95 1.98 3/102 15447
/proc/meminfo: memFree=620960/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=162.44
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32606 0 1 0 16225 19 0 0 25 0 8 0 166017785 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800234 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1484.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/102 15447
/proc/meminfo: memFree=620768/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=1477.37
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32607 0 1 0 147713 24 0 0 25 0 8 0 166017785 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32335 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.25
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.37
Current children cumulated vsize (KiB) 915440

[startup+1544.79 s]
/proc/loadavg: 2.04 2.01 2.00 3/102 15447
/proc/meminfo: memFree=620768/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=1537.14
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32607 0 1 0 153690 24 0 0 25 0 8 0 166017785 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629987 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32335 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.25
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.14
Current children cumulated vsize (KiB) 915440

[startup+1604.89 s]
/proc/loadavg: 2.08 2.02 2.00 3/102 15447
/proc/meminfo: memFree=620704/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=1596.9
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32607 0 1 0 159665 25 0 0 25 0 8 0 166017785 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32335 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.25
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.9
Current children cumulated vsize (KiB) 915440

[startup+1664.98 s]
/proc/loadavg: 2.03 2.02 2.00 3/102 15447
/proc/meminfo: memFree=620704/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=1656.47
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32607 0 1 0 165622 25 0 0 25 0 8 0 166017785 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809866 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32335 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.25
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.47
Current children cumulated vsize (KiB) 915440

[startup+1725.07 s]
/proc/loadavg: 2.05 2.03 2.00 3/102 15447
/proc/meminfo: memFree=620768/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=1716.25
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32607 0 1 0 171599 26 0 0 25 0 8 0 166017785 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32335 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.25
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.25
Current children cumulated vsize (KiB) 915440

[startup+1785.17 s]
/proc/loadavg: 2.10 2.05 2.01 3/102 15447
/proc/meminfo: memFree=620704/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=1776.01
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32607 0 1 0 177575 26 0 0 25 0 8 0 166017785 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634825 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32335 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.25
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.01
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.36 s]
/proc/loadavg: 2.07 2.05 2.00 3/102 15447
/proc/meminfo: memFree=620704/2055920 swapFree=4191880/4192956
[pid=15407] ppid=15404 vsize=915440 CPUtime=1800.08
/proc/15407/stat : 15407 (java) R 15404 15407 15305 0 -1 0 32607 0 1 0 179982 26 0 0 25 0 8 0 166017785 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15407/statm: 228860 32335 2531 14 0 215330 0
[pid=15407/tid=15423] ppid=15404 vsize=915440 CPUtime=0.42
/proc/15407/task/15423/stat : 15423 (java) S 15404 15407 15305 0 -1 64 15582 0 0 0 37 5 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15426] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15426/stat : 15426 (java) S 15404 15407 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15427] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15427/stat : 15427 (java) S 15404 15407 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166017789 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15436] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15436/stat : 15436 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15437] ppid=15404 vsize=915440 CPUtime=0.25
/proc/15407/task/15437/stat : 15437 (java) S 15404 15407 15305 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15438] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15438/stat : 15438 (java) S 15404 15407 15305 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15407/tid=15439] ppid=15404 vsize=915440 CPUtime=0
/proc/15407/task/15439/stat : 15439 (java) S 15404 15407 15305 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166017792 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1809.42
CPU time (s): 1800.14
CPU user time (s): 1799.86
CPU system time (s): 0.281957
CPU usage (%): 99.4875
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32624
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= 37823
involuntary context switches= 82490

runsolver used 2.43863 s user time and 5.97109 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Jan  7 13:23:57 UTC 2007


IDJOB= 206670
IDBENCH= 4226
FILE ID= node29/206670-1168176237

PBS_JOBID= 3479039

Free space on /tmp= 66533 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  57dc392e113fbb3a049fc08028115965

RANDOM SEED= 961882143

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.241
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.241
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:       1291720 kB
Buffers:         80072 kB
Cached:         550520 kB
SwapCached:        448 kB
Active:         314460 kB
Inactive:       374488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1291720 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           16956 kB
Writeback:           0 kB
Mapped:          76088 kB
Slab:            60024 kB
Committed_AS:  3394732 kB
PageTables:       2324 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= 66533 MiB



End job on node29 on Sun Jan  7 13:54:06 UTC 2007