Trace number 203287

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.12 1807.47

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-37_ext.xml
MD5SUM6d2a57b90818efdac2f338728d8f6bf2
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/203287-1168158791/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.106  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
1.55	   
1.55	   constraints being loaded...
2.31	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.31	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.31	     nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
2.31	       =>  wckTime=1.994  cpuTime=1.59  mem=58M49
2.47	   
2.47	   solver IterativeSystematicSolver being built... 
2.64	       =>  wckTime=2.33  cpuTime=1.73  mem=65M620
2.78	   
2.78	   preprocessing
2.78	     nbConstraintChecks=45570  nbValidityChecks=71449  nbPropagations=222  nbRevisions=2466  nbUselessRevisions=2137
2.78	     nbSingletonTests=34  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.78	       =>  wckTime=0.137  cpuTime=0.11  mem=65M620
2.88	   
2.88	   search
2.88	     run=0  nbConstraintChecks=43432  nbValidityChecks=83971  nbPropagations=614  nbRevisions=7240
2.88	     nbUselessRevisions=5951  nbAssignments=31  nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=52
2.88	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.88	       =>  wckTime=0.232  cpuTime=0.19  mem=66M628
2.97	   
2.97	   search
2.97	     run=1  nbConstraintChecks=89510  nbValidityChecks=179329  nbPropagations=1743  nbRevisions=20631
2.97	     nbUselessRevisions=16851  nbAssignments=75  nbFailedAssignments=31  nbBacktracks=26  nbVisitedNodes=125
2.97	     nbRestartNogoods=2  mapSize=22  nbInferences=0  nbTooLargeKeys=0
2.97	       =>  wckTime=0.325  cpuTime=0.28  mem=66M628
3.21	   
3.21	   search
3.21	     run=2  nbConstraintChecks=209685  nbValidityChecks=437344  nbPropagations=4007  nbRevisions=48797
3.21	     nbUselessRevisions=39598  nbAssignments=174  nbFailedAssignments=86  nbBacktracks=48  nbVisitedNodes=282
3.21	     nbRestartNogoods=7  mapSize=44  nbInferences=0  nbTooLargeKeys=0
3.21	       =>  wckTime=0.563  cpuTime=0.5  mem=66M628
3.38	   
3.38	   search
3.38	     run=3  nbConstraintChecks=307464  nbValidityChecks=635874  nbPropagations=7476  nbRevisions=91449
3.38	     nbUselessRevisions=73956  nbAssignments=262  nbFailedAssignments=131  nbBacktracks=84  nbVisitedNodes=441
3.38	     nbRestartNogoods=9  mapSize=77  nbInferences=0  nbTooLargeKeys=0
3.38	       =>  wckTime=0.734  cpuTime=0.67  mem=66M628
3.67	   
3.67	   search
3.67	     run=4  nbConstraintChecks=466023  nbValidityChecks=986218  nbPropagations=12765  nbRevisions=156623
3.67	     nbUselessRevisions=125983  nbAssignments=435  nbFailedAssignments=233  nbBacktracks=135  nbVisitedNodes=734
3.67	     nbRestartNogoods=15  mapSize=118  nbInferences=0  nbTooLargeKeys=0
3.67	       =>  wckTime=1.019  cpuTime=0.95  mem=66M628
4.07	   
4.07	   search
4.07	     run=5  nbConstraintChecks=698092  nbValidityChecks=1447116  nbPropagations=20530  nbRevisions=256257
4.07	     nbUselessRevisions=206010  nbAssignments=610  nbFailedAssignments=324  nbBacktracks=210  nbVisitedNodes=1053
4.07	     nbRestartNogoods=21  mapSize=185  nbInferences=0  nbTooLargeKeys=0
4.07	       =>  wckTime=1.419  cpuTime=1.34  mem=66M628
4.73	   
4.73	   search
4.73	     run=6  nbConstraintChecks=1093232  nbValidityChecks=2265046  nbPropagations=32277  nbRevisions=405200
4.73	     nbUselessRevisions=325049  nbAssignments=933  nbFailedAssignments=510  nbBacktracks=324  nbVisitedNodes=1615
4.73	     nbRestartNogoods=25  mapSize=277  nbInferences=0  nbTooLargeKeys=0
4.73	       =>  wckTime=2.087  cpuTime=2.01  mem=66M628
5.61	   
5.61	   search
5.61	     run=7  nbConstraintChecks=1614687  nbValidityChecks=3355126  nbPropagations=49341  nbRevisions=621079
5.61	     nbUselessRevisions=497432  nbAssignments=1344  nbFailedAssignments=732  nbBacktracks=494  nbVisitedNodes=2340
5.61	     nbRestartNogoods=31  mapSize=416  nbInferences=0  nbTooLargeKeys=0
5.61	       =>  wckTime=2.963  cpuTime=2.88  mem=66M628
6.86	   
6.86	   search
6.86	     run=8  nbConstraintChecks=2364800  nbValidityChecks=4875404  nbPropagations=75018  nbRevisions=947555
6.86	     nbUselessRevisions=758640  nbAssignments=1923  nbFailedAssignments=1047  nbBacktracks=750  nbVisitedNodes=3406
6.86	     nbRestartNogoods=42  mapSize=663  nbInferences=0  nbTooLargeKeys=0
6.86	       =>  wckTime=4.211  cpuTime=4.12  mem=66M628
8.64	   
8.64	   search
8.64	     run=9  nbConstraintChecks=3408794  nbValidityChecks=7121118  nbPropagations=114118  nbRevisions=1427792
8.64	     nbUselessRevisions=1139487  nbAssignments=2879  nbFailedAssignments=1610  nbBacktracks=1137  nbVisitedNodes=5187
8.64	     nbRestartNogoods=50  mapSize=1025  nbInferences=0  nbTooLargeKeys=0
8.64	       =>  wckTime=5.993  cpuTime=5.89  mem=66M628
8.73	   
8.73	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=66M628)
11.38	   
11.38	   search
11.38	     run=10  nbConstraintChecks=5093371  nbValidityChecks=10534437  nbPropagations=171148  nbRevisions=2131160
11.38	     nbUselessRevisions=1696116  nbAssignments=4192  nbFailedAssignments=2339  nbBacktracks=1714  nbVisitedNodes=7592
11.38	     nbRestartNogoods=56
11.38	       =>  wckTime=8.731  cpuTime=8.62  mem=66M628
16.05	   
16.05	   search
16.05	     run=11  nbConstraintChecks=7942916  nbValidityChecks=16462152  nbPropagations=258130  nbRevisions=3220517
16.05	     nbUselessRevisions=2560420  nbAssignments=6513  nbFailedAssignments=3778  nbBacktracks=2580  nbVisitedNodes=11945
16.05	     nbRestartNogoods=60
16.05	       =>  wckTime=13.4  cpuTime=13.29  mem=66M628
20.80	   
20.80	   search
20.80	     run=12  nbConstraintChecks=10865355  nbValidityChecks=22457570  nbPropagations=380128  nbRevisions=4747324
20.80	     nbUselessRevisions=3777467  nbAssignments=9243  nbFailedAssignments=5189  nbBacktracks=3877  nbVisitedNodes=16840
20.80	     nbRestartNogoods=71
20.80	       =>  wckTime=18.15  cpuTime=18.03  mem=66M628
29.69	   
29.69	   search
29.69	     run=13  nbConstraintChecks=16437810  nbValidityChecks=34773330  nbPropagations=568132  nbRevisions=7103886
29.69	     nbUselessRevisions=5652079  nbAssignments=15052  nbFailedAssignments=9026  nbBacktracks=5824  nbVisitedNodes=27766
29.69	     nbRestartNogoods=75
29.69	       =>  wckTime=27.041  cpuTime=26.92  mem=66M628
42.07	   
42.07	   search
42.07	     run=14  nbConstraintChecks=24115856  nbValidityChecks=50667849  nbPropagations=840865  nbRevisions=10500488
42.07	     nbUselessRevisions=8357683  nbAssignments=21518  nbFailedAssignments=12566  nbBacktracks=8745  nbVisitedNodes=39625
42.07	     nbRestartNogoods=89
42.07	       =>  wckTime=39.425  cpuTime=39.29  mem=66M628
64.06	   
64.06	   search
64.06	     run=15  nbConstraintChecks=37791603  nbValidityChecks=79318658  nbPropagations=1259868  nbRevisions=15736433
64.06	     nbUselessRevisions=12520745  nbAssignments=31803  nbFailedAssignments=18465  nbBacktracks=13124
64.06	     nbVisitedNodes=58829  nbRestartNogoods=104
64.06	       =>  wckTime=61.409  cpuTime=61.27  mem=66M628
94.38	   
94.38	   search
94.38	     run=16  nbConstraintChecks=56422826  nbValidityChecks=117739238  nbPropagations=1893403  nbRevisions=23605353
94.38	     nbUselessRevisions=18764409  nbAssignments=47660  nbFailedAssignments=27746  nbBacktracks=19693
94.38	     nbVisitedNodes=88369  nbRestartNogoods=122
94.38	       =>  wckTime=91.735  cpuTime=91.58  mem=66M628
145.06	   
145.06	   search
145.06	     run=17  nbConstraintChecks=88337202  nbValidityChecks=184164925  nbPropagations=2860670  nbRevisions=35742963
145.06	     nbUselessRevisions=28397467  nbAssignments=75017  nbFailedAssignments=45228  nbBacktracks=29545
145.06	     nbVisitedNodes=139803  nbRestartNogoods=142
145.06	       =>  wckTime=142.416  cpuTime=142.25  mem=66M628
215.30	   
215.30	   search
215.30	     run=18  nbConstraintChecks=132041372  nbValidityChecks=273239276  nbPropagations=4248125  nbRevisions=53397848
215.30	     nbUselessRevisions=42430898  nbAssignments=107488  nbFailedAssignments=62877  nbBacktracks=44323
215.30	     nbVisitedNodes=199392  nbRestartNogoods=156
215.30	       =>  wckTime=212.656  cpuTime=212.46  mem=66M628
316.46	   
316.46	   search
316.46	     run=19  nbConstraintChecks=195831516  nbValidityChecks=406598521  nbPropagations=6390637  nbRevisions=80319448
316.46	     nbUselessRevisions=63786544  nbAssignments=170175  nbFailedAssignments=103388  nbBacktracks=66492
316.46	     nbVisitedNodes=317411  nbRestartNogoods=170
316.46	       =>  wckTime=313.812  cpuTime=313.59  mem=66M628
449.13	   
449.13	   search
449.13	     run=20  nbConstraintChecks=277834230  nbValidityChecks=580071984  nbPropagations=9462739  nbRevisions=119048945
449.13	     nbUselessRevisions=94530478  nbAssignments=242508  nbFailedAssignments=142461  nbBacktracks=99744
449.13	     nbVisitedNodes=449210  nbRestartNogoods=184
449.13	       =>  wckTime=446.483  cpuTime=445.66  mem=66M628
700.55	   
700.55	   search
700.55	     run=21  nbConstraintChecks=437447117  nbValidityChecks=904943620  nbPropagations=14252333  nbRevisions=178887650
700.55	     nbUselessRevisions=141929828  nbAssignments=381551  nbFailedAssignments=231618  nbBacktracks=149622
700.55	     nbVisitedNodes=711085  nbRestartNogoods=199
700.55	       =>  wckTime=697.905  cpuTime=695.9  mem=66M628
1117.85	   
1117.85	   search
1117.85	     run=22  nbConstraintChecks=692326879  nbValidityChecks=1437944533  nbPropagations=21660447  nbRevisions=273202742
1117.85	     nbUselessRevisions=216832068  nbAssignments=579459  nbFailedAssignments=354678  nbBacktracks=224441
1117.85	     nbVisitedNodes=1085352  nbRestartNogoods=210
1117.85	       =>  wckTime=1115.205  cpuTime=1111.22  mem=66M628
1680.71	   
1680.71	   search
1680.71	     run=23  nbConstraintChecks=1049665873  nbValidityChecks=2164121654  nbPropagations=32897171  nbRevisions=414617444
1680.71	     nbUselessRevisions=328912970  nbAssignments=883524  nbFailedAssignments=546506  nbBacktracks=336668
1680.71	     nbVisitedNodes=1657032  nbRestartNogoods=221
1680.71	       =>  wckTime=1678.066  cpuTime=1671.36  mem=66M628

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-203287-1168158791 -o ROOT/results/node20/solver-203287-1168158791 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203287-1168158791/unknown.xml 

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

/proc/loadavg: 0.94 0.99 1.02 4/87 17441
/proc/meminfo: memFree=1435024/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=72 CPUtime=0
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 164273657 73728 2 18446744073709551615 0 0 4294956882 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17440/statm: 18 2 0 0 0 1 0

[startup+0.103453 s]
/proc/loadavg: 0.94 0.99 1.02 4/87 17441
/proc/meminfo: memFree=1435024/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=914988 CPUtime=0.09
/proc/17440/stat : 17440 (java) S 17438 17440 17290 0 -1 0 2997 0 1 0 7 2 0 0 18 0 8 0 164273657 936947712 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511509 s]
/proc/loadavg: 0.94 0.99 1.02 4/87 17441
/proc/meminfo: memFree=1435024/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915328 CPUtime=0.48
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 7449 0 1 0 43 5 0 0 18 0 8 0 164273657 937295872 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228832 7189 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.3326 s]
/proc/loadavg: 0.94 0.99 1.02 3/101 17455
/proc/meminfo: memFree=1334624/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915328 CPUtime=1.3
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 19100 0 1 0 119 11 0 0 25 0 8 0 164273657 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073561096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228832 18838 2149 14 0 215302 0
[pid=17440/tid=17445] ppid=17438 vsize=915328 CPUtime=0.05
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 2680 0 0 0 4 1 0 0 17 0 8 0 164273660 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915328 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 164273661 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915328 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915328 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915328 CPUtime=0.08
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 309 0 0 0 7 1 0 0 16 0 8 0 164273664 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915328 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915328 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 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.3
Current children cumulated vsize (KiB) 915328

[startup+2.99181 s]
/proc/loadavg: 1.03 1.01 1.02 3/101 17455
/proc/meminfo: memFree=1281248/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=2.97
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32573 0 1 0 278 19 0 0 25 0 8 0 164273657 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812489 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32308 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 17 0 8 0 164273660 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.21
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 374 0 0 0 19 2 0 0 15 0 8 0 164273664 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915440

[startup+6.29119 s]
/proc/loadavg: 1.03 1.01 1.02 3/101 17455
/proc/meminfo: memFree=1253792/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=6.27
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32594 0 1 0 607 20 0 0 25 0 8 0 164273657 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634778 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32326 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 17 0 8 0 164273660 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.26
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 393 0 0 0 24 2 0 0 16 0 8 0 164273664 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 915440

[startup+12.763 s]
/proc/loadavg: 1.18 1.04 1.03 3/101 17455
/proc/meminfo: memFree=1253664/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=12.73
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32603 0 1 0 1253 20 0 0 25 0 8 0 164273657 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32332 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.27
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 400 0 0 0 25 2 0 0 15 0 8 0 164273664 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 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.6315 s]
/proc/loadavg: 1.30 1.07 1.04 3/101 17455
/proc/meminfo: memFree=1253856/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=25.6
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32606 0 1 0 2540 20 0 0 25 0 8 0 164273657 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664848 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32334 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 403 0 0 0 26 2 0 0 15 0 8 0 164273664 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 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.6
Current children cumulated vsize (KiB) 915440

[startup+51.2536 s]
/proc/loadavg: 1.54 1.15 1.07 3/101 17455
/proc/meminfo: memFree=1253728/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=51.2
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32606 0 1 0 5100 20 0 0 25 0 8 0 164273657 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32334 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 403 0 0 0 26 2 0 0 15 0 8 0 164273664 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 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.2
Current children cumulated vsize (KiB) 915440

[startup+102.468 s]
/proc/loadavg: 1.81 1.29 1.12 3/101 17455
/proc/meminfo: memFree=1253856/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=102.4
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32608 0 1 0 10219 21 0 0 25 0 8 0 164273657 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32335 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 404 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 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) 102.4
Current children cumulated vsize (KiB) 915440

[startup+162.522 s]
/proc/loadavg: 1.93 1.41 1.17 3/101 17455
/proc/meminfo: memFree=1253920/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=162.43
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32608 0 1 0 16222 21 0 0 25 0 8 0 164273657 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1482.99 s]
/proc/loadavg: 2.00 2.00 1.78 3/101 17455
/proc/meminfo: memFree=1253344/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=1477.38
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32609 0 1 0 147706 32 0 0 25 0 8 0 164273657 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32336 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 405 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.38
Current children cumulated vsize (KiB) 915440

[startup+1543 s]
/proc/loadavg: 2.00 2.00 1.79 3/101 17455
/proc/meminfo: memFree=1253344/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=1537.11
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32609 0 1 0 153679 32 0 0 25 0 8 0 164273657 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32336 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 405 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.11
Current children cumulated vsize (KiB) 915440

[startup+1603.01 s]
/proc/loadavg: 2.00 2.00 1.80 3/101 17455
/proc/meminfo: memFree=1253280/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=1596.85
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32609 0 1 0 159652 33 0 0 25 0 8 0 164273657 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32336 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 405 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.85
Current children cumulated vsize (KiB) 915440

[startup+1663.03 s]
/proc/loadavg: 2.00 2.00 1.81 3/101 17455
/proc/meminfo: memFree=1253280/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=1656.57
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32609 0 1 0 165624 33 0 0 25 0 8 0 164273657 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32336 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 405 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.57
Current children cumulated vsize (KiB) 915440

[startup+1723.07 s]
/proc/loadavg: 2.00 2.00 1.82 3/107 17601
/proc/meminfo: memFree=1251936/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=1716.19
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32609 0 1 0 171585 34 0 0 25 0 8 0 164273657 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32336 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 405 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.19
Current children cumulated vsize (KiB) 915440

[startup+1783.1 s]
/proc/loadavg: 2.00 2.00 1.83 3/101 17653
/proc/meminfo: memFree=1252888/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=1775.87
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32609 0 1 0 177553 34 0 0 25 0 8 0 164273657 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32336 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 405 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.87
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.39 s]
/proc/loadavg: 2.00 2.00 1.83 3/101 17653
/proc/meminfo: memFree=1252888/2055920 swapFree=4170192/4192956
[pid=17440] ppid=17438 vsize=915440 CPUtime=1800.04
/proc/17440/stat : 17440 (java) R 17438 17440 17290 0 -1 0 32609 0 1 0 179970 34 0 0 25 0 8 0 164273657 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17440/statm: 228860 32336 2531 14 0 215330 0
[pid=17440/tid=17445] ppid=17438 vsize=915440 CPUtime=0.45
/proc/17440/task/17445/stat : 17445 (java) S 17438 17440 17290 0 -1 64 15581 0 0 0 39 6 0 0 16 0 8 0 164273660 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17446] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17446/stat : 17446 (java) S 17438 17440 17290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17447] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17447/stat : 17447 (java) S 17438 17440 17290 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164273661 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17452] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17452/stat : 17452 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17453] ppid=17438 vsize=915440 CPUtime=0.28
/proc/17440/task/17453/stat : 17453 (java) S 17438 17440 17290 0 -1 64 405 0 0 0 26 2 0 0 16 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17454] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17454/stat : 17454 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17440/tid=17455] ppid=17438 vsize=915440 CPUtime=0
/proc/17440/task/17455/stat : 17455 (java) S 17438 17440 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164273664 937410560 32336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1807.47
CPU time (s): 1800.12
CPU user time (s): 1799.76
CPU system time (s): 0.366944
CPU usage (%): 99.5935
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32625
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= 37756
involuntary context switches= 54559

runsolver used 1.73574 s user time and 6.28104 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 08:33:11 UTC 2007


IDJOB= 203287
IDBENCH= 3949
FILE ID= node20/203287-1168158791

PBS_JOBID= 3478550

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6d2a57b90818efdac2f338728d8f6bf2

RANDOM SEED= 717706084

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1436376 kB
Buffers:         43660 kB
Cached:         479148 kB
SwapCached:       3580 kB
Active:          97136 kB
Inactive:       455484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436376 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:           13756 kB
Writeback:           0 kB
Mapped:          44340 kB
Slab:            51864 kB
Committed_AS:  3217864 kB
PageTables:       2304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB



End job on node20 on Sun Jan  7 09:03:19 UTC 2007