Trace number 206501

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.18 1809.45

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-41_ext.xml
MD5SUMd15423797f1ef1d5245c3829c28d61e0
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/206501-1168174002/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
1.49	   
1.49	   constraints being loaded...
2.21	     nbConstraints=90  nbRelationTypes=93  nbMergedConstraints=3  nbExtensionStructures=90
2.21	     nbSharedExtensionStructures=0  nbConflictsStructures=90  nbSharedConflictsStructures=0
2.21	     nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.21	       =>  wckTime=1.882  cpuTime=1.51  mem=55M851
2.36	   
2.36	   solver IterativeSystematicSolver being built... 
2.52	       =>  wckTime=2.198  cpuTime=1.64  mem=64M573
2.66	   
2.66	   preprocessing
2.66	     nbConstraintChecks=47589  nbValidityChecks=75229  nbPropagations=229  nbRevisions=2501  nbUselessRevisions=2203
2.66	     nbSingletonTests=36  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.66	       =>  wckTime=0.131  cpuTime=0.1  mem=64M573
2.78	   
2.79	   search
2.79	     run=0  nbConstraintChecks=66642  nbValidityChecks=124930  nbPropagations=690  nbRevisions=8288
2.79	     nbUselessRevisions=6837  nbAssignments=40  nbFailedAssignments=25  nbBacktracks=11  nbVisitedNodes=74
2.79	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
2.79	       =>  wckTime=0.261  cpuTime=0.23  mem=65M597
2.90	   
2.90	   search
2.90	     run=1  nbConstraintChecks=129731  nbValidityChecks=239957  nbPropagations=1880  nbRevisions=22284
2.90	     nbUselessRevisions=18182  nbAssignments=78  nbFailedAssignments=43  nbBacktracks=27  nbVisitedNodes=137
2.90	     nbRestartNogoods=1  mapSize=23  nbInferences=0  nbTooLargeKeys=0
2.90	       =>  wckTime=0.376  cpuTime=0.34  mem=65M597
3.08	   
3.08	   search
3.08	     run=2  nbConstraintChecks=233542  nbValidityChecks=439568  nbPropagations=3846  nbRevisions=45565
3.08	     nbUselessRevisions=36867  nbAssignments=134  nbFailedAssignments=72  nbBacktracks=50  nbVisitedNodes=237
3.08	     nbRestartNogoods=2  mapSize=43  nbInferences=0  nbTooLargeKeys=0
3.08	       =>  wckTime=0.555  cpuTime=0.51  mem=65M597
3.30	   
3.30	   search
3.30	     run=3  nbConstraintChecks=371917  nbValidityChecks=697075  nbPropagations=6863  nbRevisions=81862
3.30	     nbUselessRevisions=66094  nbAssignments=221  nbFailedAssignments=109  nbBacktracks=85  nbVisitedNodes=374
3.30	     nbRestartNogoods=7  mapSize=71  nbInferences=0  nbTooLargeKeys=0
3.30	       =>  wckTime=0.771  cpuTime=0.72  mem=65M597
3.55	   
3.55	   search
3.55	     run=4  nbConstraintChecks=529678  nbValidityChecks=1018182  nbPropagations=11208  nbRevisions=134164
3.55	     nbUselessRevisions=108335  nbAssignments=363  nbFailedAssignments=177  nbBacktracks=136  nbVisitedNodes=594
3.55	     nbRestartNogoods=16  mapSize=113  nbInferences=0  nbTooLargeKeys=0
3.55	       =>  wckTime=1.025  cpuTime=0.98  mem=65M597
4.04	   
4.04	   search
4.04	     run=5  nbConstraintChecks=832648  nbValidityChecks=1572223  nbPropagations=17659  nbRevisions=211501
4.04	     nbUselessRevisions=170393  nbAssignments=526  nbFailedAssignments=260  nbBacktracks=211  nbVisitedNodes=882
4.04	     nbRestartNogoods=20  mapSize=174  nbInferences=0  nbTooLargeKeys=0
4.04	       =>  wckTime=1.513  cpuTime=1.47  mem=65M597
4.68	   
4.68	   search
4.68	     run=6  nbConstraintChecks=1236125  nbValidityChecks=2333988  nbPropagations=27411  nbRevisions=329374
4.68	     nbUselessRevisions=265119  nbAssignments=790  nbFailedAssignments=394  nbBacktracks=325  nbVisitedNodes=1338
4.68	     nbRestartNogoods=25  mapSize=273  nbInferences=0  nbTooLargeKeys=0
4.68	       =>  wckTime=2.152  cpuTime=2.1  mem=65M597
5.59	   
5.59	   search
5.59	     run=7  nbConstraintChecks=1830600  nbValidityChecks=3470934  nbPropagations=42262  nbRevisions=509999
5.59	     nbUselessRevisions=410057  nbAssignments=1196  nbFailedAssignments=615  nbBacktracks=495  nbVisitedNodes=2058
5.59	     nbRestartNogoods=35  mapSize=420  nbInferences=0  nbTooLargeKeys=0
5.59	       =>  wckTime=3.065  cpuTime=3.01  mem=65M597
7.22	   
7.22	   search
7.22	     run=8  nbConstraintChecks=2856641  nbValidityChecks=5492867  nbPropagations=65347  nbRevisions=793304
7.22	     nbUselessRevisions=637806  nbAssignments=1844  nbFailedAssignments=978  nbBacktracks=752  nbVisitedNodes=3228
7.22	     nbRestartNogoods=43  mapSize=657  nbInferences=0  nbTooLargeKeys=0
7.22	       =>  wckTime=4.697  cpuTime=4.62  mem=65M597
9.21	   
9.21	   search
9.21	     run=9  nbConstraintChecks=4185182  nbValidityChecks=8050671  nbPropagations=99461  nbRevisions=1211651
9.21	     nbUselessRevisions=973987  nbAssignments=2741  nbFailedAssignments=1471  nbBacktracks=1138  nbVisitedNodes=4855
9.21	     nbRestartNogoods=49  mapSize=996  nbInferences=0  nbTooLargeKeys=0
9.21	       =>  wckTime=6.688  cpuTime=6.6  mem=65M597
9.29	   
9.29	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=65M597)
13.59	   
13.59	   search
13.59	     run=10  nbConstraintChecks=7072684  nbValidityChecks=13384450  nbPropagations=153231  nbRevisions=1865333
13.59	     nbUselessRevisions=1494239  nbAssignments=4226  nbFailedAssignments=2371  nbBacktracks=1717  nbVisitedNodes=7615
13.59	     nbRestartNogoods=58
13.59	       =>  wckTime=11.064  cpuTime=10.97  mem=65M597
18.59	   
18.59	   search
18.59	     run=11  nbConstraintChecks=10340413  nbValidityChecks=19858052  nbPropagations=233796  nbRevisions=2855167
18.59	     nbUselessRevisions=2285085  nbAssignments=6419  nbFailedAssignments=3647  nbBacktracks=2584  nbVisitedNodes=11623
18.59	     nbRestartNogoods=68
18.59	       =>  wckTime=16.065  cpuTime=15.96  mem=65M597
26.10	   
26.10	   search
26.10	     run=12  nbConstraintChecks=15296571  nbValidityChecks=29618992  nbPropagations=355875  nbRevisions=4353721
26.10	     nbUselessRevisions=3479354  nbAssignments=10026  nbFailedAssignments=5952  nbBacktracks=3882  nbVisitedNodes=18356
26.10	     nbRestartNogoods=73
26.10	       =>  wckTime=23.574  cpuTime=23.44  mem=65M597
38.51	   
38.51	   search
38.51	     run=13  nbConstraintChecks=23440840  nbValidityChecks=44797978  nbPropagations=537715  nbRevisions=6558574
38.51	     nbUselessRevisions=5229917  nbAssignments=14474  nbFailedAssignments=8447  nbBacktracks=5828  nbVisitedNodes=26520
38.51	     nbRestartNogoods=83
38.51	       =>  wckTime=35.983  cpuTime=35.84  mem=65M597
54.66	   
54.66	   search
54.66	     run=14  nbConstraintChecks=33925955  nbValidityChecks=64946774  nbPropagations=807625  nbRevisions=9849159
54.66	     nbUselessRevisions=7851326  nbAssignments=20750  nbFailedAssignments=11801  nbBacktracks=8747  nbVisitedNodes=37926
54.66	     nbRestartNogoods=95
54.66	       =>  wckTime=52.136  cpuTime=51.99  mem=65M597
76.02	   
76.02	   search
76.02	     run=15  nbConstraintChecks=48419659  nbValidityChecks=92883254  nbPropagations=1201264  nbRevisions=14652048
76.02	     nbUselessRevisions=11678707  nbAssignments=31153  nbFailedAssignments=17820  nbBacktracks=13125
76.02	     nbVisitedNodes=57071  nbRestartNogoods=110
76.02	       =>  wckTime=73.499  cpuTime=73.31  mem=65M597
118.73	   
118.73	   search
118.73	     run=16  nbConstraintChecks=76082913  nbValidityChecks=145635407  nbPropagations=1810766  nbRevisions=22091922
118.73	     nbUselessRevisions=17598658  nbAssignments=46793  nbFailedAssignments=26887  nbBacktracks=19693
118.73	     nbVisitedNodes=86096  nbRestartNogoods=126
118.73	       =>  wckTime=116.204  cpuTime=115.95  mem=65M597
176.43	   
176.43	   search
176.43	     run=17  nbConstraintChecks=114674721  nbValidityChecks=221057499  nbPropagations=2722859  nbRevisions=33338274
176.43	     nbUselessRevisions=26567295  nbAssignments=71123  nbFailedAssignments=41317  nbBacktracks=29547
176.43	     nbVisitedNodes=131055  nbRestartNogoods=163
176.43	       =>  wckTime=173.908  cpuTime=173.59  mem=65M597
263.39	   
263.39	   search
263.39	     run=18  nbConstraintChecks=172565179  nbValidityChecks=329895997  nbPropagations=4088380  nbRevisions=50175559
263.39	     nbUselessRevisions=39992824  nbAssignments=105760  nbFailedAssignments=61156  nbBacktracks=44325
263.39	     nbVisitedNodes=195074  nbRestartNogoods=172
263.39	       =>  wckTime=260.866  cpuTime=260.46  mem=65M597
387.65	   
387.65	   search
387.65	     run=19  nbConstraintChecks=255562814  nbValidityChecks=485970145  nbPropagations=6089541  nbRevisions=74974856
387.65	     nbUselessRevisions=59759748  nbAssignments=155269  nbFailedAssignments=88491  nbBacktracks=66494
387.65	     nbVisitedNodes=285592  nbRestartNogoods=186
387.65	       =>  wckTime=385.129  cpuTime=384.58  mem=65M597
600.44	   
600.44	   search
600.44	     run=20  nbConstraintChecks=394915568  nbValidityChecks=749600152  nbPropagations=9129616  nbRevisions=113208649
600.44	     nbUselessRevisions=90281067  nbAssignments=234914  nbFailedAssignments=134879  nbBacktracks=99746
600.44	     nbVisitedNodes=434284  nbRestartNogoods=216
600.44	       =>  wckTime=597.919  cpuTime=597.16  mem=65M597
933.86	   
933.86	   search
933.86	     run=21  nbConstraintChecks=611230700  nbValidityChecks=1151038690  nbPropagations=13649454  nbRevisions=170687047
933.86	     nbUselessRevisions=136230201  nbAssignments=354655  nbFailedAssignments=204737  nbBacktracks=149624
933.86	     nbVisitedNodes=656491  nbRestartNogoods=231
933.86	       =>  wckTime=931.337  cpuTime=928.82  mem=65M597
1344.63	   
1344.63	   search
1344.63	     run=22  nbConstraintChecks=867223905  nbValidityChecks=1647268404  nbPropagations=20405435  nbRevisions=255866575
1344.63	     nbUselessRevisions=204367320  nbAssignments=518956  nbFailedAssignments=294186  nbBacktracks=224442
1344.63	     nbVisitedNodes=958456  nbRestartNogoods=271
1344.63	       =>  wckTime=1342.107  cpuTime=1335.42  mem=65M597

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/node62/watcher-206501-1168174002 -o ROOT/results/node62/solver-206501-1168174002 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206501-1168174002/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: 2.06 2.04 2.00 4/85 31603
/proc/meminfo: memFree=1241000/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=172 CPUtime=0
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 165797990 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8106283 0 0 4096 0 0 0 0 17 0 0 0
/proc/31602/statm: 43 24 18 14 0 3 0

[startup+0.108067 s]
/proc/loadavg: 2.06 2.04 2.00 4/85 31603
/proc/meminfo: memFree=1241000/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=911488 CPUtime=0.06
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 2629 0 1 0 5 1 0 0 22 0 8 0 165797990 933363712 2376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153785378 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 227872 2376 1282 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.516147 s]
/proc/loadavg: 2.06 2.04 2.00 4/85 31603
/proc/meminfo: memFree=1241000/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915328 CPUtime=0.46
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 7674 0 1 0 42 4 0 0 24 0 8 0 165797990 937295872 7413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228832 7415 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33831 s]
/proc/loadavg: 2.06 2.04 2.00 3/92 31610
/proc/meminfo: memFree=1174128/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915328 CPUtime=1.29
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 19100 0 1 0 119 10 0 0 25 0 8 0 165797990 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445305 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228832 18838 2149 14 0 215302 0
[pid=31602/tid=31604] ppid=31600 vsize=915328 CPUtime=0.04
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 2681 0 0 0 4 0 0 0 17 0 8 0 165797994 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915328 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915328 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915328 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915328 CPUtime=0.08
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 309 0 0 0 8 0 0 0 16 0 8 0 165798000 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915328 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915328 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 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.29
Current children cumulated vsize (KiB) 915328

[startup+2.99263 s]
/proc/loadavg: 2.06 2.04 2.00 4/92 31610
/proc/meminfo: memFree=1133552/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=2.94
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32319 0 1 0 276 18 0 0 25 0 8 0 165797990 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32054 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 17 0 8 0 165797994 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.2
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 379 0 0 0 19 1 0 0 15 0 8 0 165798000 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915440

[startup+6.27928 s]
/proc/loadavg: 2.06 2.04 2.00 3/92 31610
/proc/meminfo: memFree=1122416/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=6.22
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32328 0 1 0 604 18 0 0 25 0 8 0 165797990 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32061 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.21
/proc/31602/task/31608/stat : 31608 (java) R 31600 31602 30424 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 165798000 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153066206 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915440

[startup+12.7736 s]
/proc/loadavg: 2.05 2.04 2.00 3/92 31610
/proc/meminfo: memFree=1122416/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=12.72
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32344 0 1 0 1253 19 0 0 25 0 8 0 165797990 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821434 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32073 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.24
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 165798000 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915440

[startup+25.6331 s]
/proc/loadavg: 2.04 2.04 2.00 3/92 31610
/proc/meminfo: memFree=1122608/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=25.54
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32346 0 1 0 2535 19 0 0 25 0 8 0 165797990 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797233 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32075 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 405 0 0 0 24 1 0 0 15 0 8 0 165798000 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915440

[startup+51.3079 s]
/proc/loadavg: 2.02 2.03 2.00 3/92 31610
/proc/meminfo: memFree=1122672/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=51.21
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32346 0 1 0 5102 19 0 0 25 0 8 0 165797990 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812348 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32075 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 405 0 0 0 24 1 0 0 15 0 8 0 165798000 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 915440

[startup+102.54 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 31610
/proc/meminfo: memFree=1094896/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=102.36
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 10217 19 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812348 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 915440

[startup+162.61 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 31610
/proc/meminfo: memFree=1094832/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=162.35
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 16216 19 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31808
/proc/meminfo: memFree=837680/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=1475.23
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 147501 22 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.23
Current children cumulated vsize (KiB) 915440

[startup+1543.65 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 31808
/proc/meminfo: memFree=837680/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=1534.48
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 153425 23 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799107 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.48
Current children cumulated vsize (KiB) 915440

[startup+1603.67 s]
/proc/loadavg: 1.39 1.83 1.94 2/72 31825
/proc/meminfo: memFree=1423856/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=1594.46
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 159423 23 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807887 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.46
Current children cumulated vsize (KiB) 915440

[startup+1663.67 s]
/proc/loadavg: 1.14 1.67 1.88 2/72 31825
/proc/meminfo: memFree=1423920/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=1654.44
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 165421 23 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.44
Current children cumulated vsize (KiB) 915440

[startup+1723.68 s]
/proc/loadavg: 1.05 1.55 1.82 2/72 31825
/proc/meminfo: memFree=1423984/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=1714.43
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 171420 23 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073660020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.43
Current children cumulated vsize (KiB) 915440

[startup+1783.69 s]
/proc/loadavg: 1.02 1.45 1.77 2/72 31825
/proc/meminfo: memFree=1423984/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=1774.42
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 177419 23 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.42
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.38 s]
/proc/loadavg: 1.01 1.41 1.74 2/72 31825
/proc/meminfo: memFree=1423984/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=915440 CPUtime=1800.1
/proc/31602/stat : 31602 (java) R 31600 31602 30424 0 -1 0 32348 0 1 0 179987 23 0 0 25 0 8 0 165797990 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804316 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31602/statm: 228860 32076 2531 14 0 215330 0
[pid=31602/tid=31604] ppid=31600 vsize=915440 CPUtime=0.43
/proc/31602/task/31604/stat : 31604 (java) S 31600 31602 30424 0 -1 64 15323 0 0 0 36 7 0 0 16 0 8 0 165797994 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31605] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31605/stat : 31605 (java) S 31600 31602 30424 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31606] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31606/stat : 31606 (java) S 31600 31602 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165797995 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31607] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31607/stat : 31607 (java) S 31600 31602 30424 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31608] ppid=31600 vsize=915440 CPUtime=0.25
/proc/31602/task/31608/stat : 31608 (java) S 31600 31602 30424 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31609] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31609/stat : 31609 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 165798000 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31602/tid=31610] ppid=31600 vsize=915440 CPUtime=0
/proc/31602/task/31610/stat : 31610 (java) S 31600 31602 30424 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165798001 937410560 32076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1809.45
CPU time (s): 1800.18
CPU user time (s): 1799.92
CPU system time (s): 0.25796
CPU usage (%): 99.4874
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32366
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= 37831
involuntary context switches= 54958

runsolver used 2.52861 s user time and 7.59685 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Jan  7 12:46:42 UTC 2007


IDJOB= 206501
IDBENCH= 4213
FILE ID= node62/206501-1168174002

PBS_JOBID= 3479046

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d15423797f1ef1d5245c3829c28d61e0

RANDOM SEED= 506727384

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1241480 kB
Buffers:         40268 kB
Cached:         410300 kB
SwapCached:          0 kB
Active:         481672 kB
Inactive:       276648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1241480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7468 kB
Writeback:           0 kB
Mapped:         327948 kB
Slab:            40664 kB
Committed_AS:  4041984 kB
PageTables:       2464 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= 66549 MiB



End job on node62 on Sun Jan  7 13:16:52 UTC 2007