Trace number 200050

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.15 1840.68

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-31_ext.xml
MD5SUM7c0b05f7f42ae11b3693dc048764a611
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.4135
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/200050-1168140128/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.44	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.44	       =>  wckTime=0.094  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.96	   
0.96	   constraints being loaded...
1.27	     nbConstraints=72  nbRelationTypes=72  nbExtensionStructures=72  nbSharedExtensionStructures=0
1.27	     nbConflictsStructures=72  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.27	       =>  wckTime=0.928  cpuTime=0.79  mem=43M965
1.38	   
1.38	   solver IterativeSystematicSolver being built... 
1.55	       =>  wckTime=1.203  cpuTime=0.93  mem=34M59
1.64	   
1.64	   preprocessing
1.64	     nbConstraintChecks=28782  nbValidityChecks=44471  nbPropagations=192  nbRevisions=1600  nbUselessRevisions=1379
1.64	     nbSingletonTests=30  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.64	       =>  wckTime=0.092  cpuTime=0.06  mem=34M59
1.70	   
1.70	   search
1.70	     run=0  nbConstraintChecks=26019  nbValidityChecks=46769  nbPropagations=413  nbRevisions=4042
1.70	     nbUselessRevisions=3340  nbAssignments=23  nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=38
1.70	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.15  cpuTime=0.11  mem=34M59
1.77	   
1.77	   search
1.77	     run=1  nbConstraintChecks=65801  nbValidityChecks=127329  nbPropagations=1236  nbRevisions=12982
1.77	     nbUselessRevisions=10563  nbAssignments=62  nbFailedAssignments=24  nbBacktracks=26  nbVisitedNodes=101
1.77	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.217  cpuTime=0.17  mem=34M59
1.89	   
1.89	   search
1.89	     run=2  nbConstraintChecks=136333  nbValidityChecks=268315  nbPropagations=2764  nbRevisions=30411
1.89	     nbUselessRevisions=24529  nbAssignments=125  nbFailedAssignments=60  nbBacktracks=48  nbVisitedNodes=213
1.89	     nbRestartNogoods=6  mapSize=41  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.336  cpuTime=0.27  mem=34M59
2.04	   
2.04	   search
2.04	     run=3  nbConstraintChecks=240734  nbValidityChecks=482147  nbPropagations=5534  nbRevisions=61814
2.04	     nbUselessRevisions=49401  nbAssignments=223  nbFailedAssignments=119  nbBacktracks=81  nbVisitedNodes=393
2.04	     nbRestartNogoods=10  mapSize=68  nbInferences=0  nbTooLargeKeys=0
2.04	       =>  wckTime=0.49  cpuTime=0.43  mem=34M59
2.23	   
2.23	   search
2.23	     run=4  nbConstraintChecks=374036  nbValidityChecks=735557  nbPropagations=9652  nbRevisions=109938
2.23	     nbUselessRevisions=87562  nbAssignments=330  nbFailedAssignments=166  nbBacktracks=134  nbVisitedNodes=577
2.23	     nbRestartNogoods=15  mapSize=113  nbInferences=0  nbTooLargeKeys=0
2.23	       =>  wckTime=0.675  cpuTime=0.61  mem=34M59
2.58	   
2.58	   search
2.58	     run=5  nbConstraintChecks=617841  nbValidityChecks=1244346  nbPropagations=16408  nbRevisions=189579
2.58	     nbUselessRevisions=150279  nbAssignments=539  nbFailedAssignments=294  nbBacktracks=211  nbVisitedNodes=967
2.58	     nbRestartNogoods=17  mapSize=183  nbInferences=0  nbTooLargeKeys=0
2.58	       =>  wckTime=1.028  cpuTime=0.95  mem=34M59
2.96	   
2.96	   search
2.96	     run=6  nbConstraintChecks=906390  nbValidityChecks=1797103  nbPropagations=26529  nbRevisions=308237
2.96	     nbUselessRevisions=243911  nbAssignments=807  nbFailedAssignments=442  nbBacktracks=325  nbVisitedNodes=1457
2.96	     nbRestartNogoods=20  mapSize=285  nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=1.415  cpuTime=1.33  mem=34M59
3.80	   
3.80	   search
3.80	     run=7  nbConstraintChecks=1462284  nbValidityChecks=2907724  nbPropagations=42927  nbRevisions=497828
3.80	     nbUselessRevisions=393291  nbAssignments=1298  nbFailedAssignments=755  nbBacktracks=495  nbVisitedNodes=2378
3.80	     nbRestartNogoods=23  mapSize=437  nbInferences=0  nbTooLargeKeys=0
3.80	       =>  wckTime=2.249  cpuTime=2.13  mem=34M59
5.29	   
5.29	   search
5.29	     run=8  nbConstraintChecks=2517054  nbValidityChecks=4932362  nbPropagations=69257  nbRevisions=807340
5.29	     nbUselessRevisions=637101  nbAssignments=2044  nbFailedAssignments=1228  nbBacktracks=751  nbVisitedNodes=3787
5.29	     nbRestartNogoods=32  mapSize=689  nbInferences=0  nbTooLargeKeys=0
5.29	       =>  wckTime=3.737  cpuTime=3.5  mem=34M59
6.49	   
6.49	   search
6.49	     run=9  nbConstraintChecks=3397344  nbValidityChecks=6604823  nbPropagations=105334  nbRevisions=1233647
6.49	     nbUselessRevisions=974301  nbAssignments=2860  nbFailedAssignments=1641  nbBacktracks=1135  nbVisitedNodes=5233
6.49	     nbRestartNogoods=41  mapSize=1025  nbInferences=0  nbTooLargeKeys=0
6.49	       =>  wckTime=4.943  cpuTime=4.68  mem=34M59
6.64	   
6.64	   INFO : Stopping hyperNogood (mapSize=1038, nbTooLargekeys=0, mem=34M59)
10.45	   
10.45	   search
10.45	     run=10  nbConstraintChecks=6183988  nbValidityChecks=12140570  nbPropagations=169635  nbRevisions=1991188
10.45	     nbUselessRevisions=1567183  nbAssignments=4901  nbFailedAssignments=3080  nbBacktracks=1711  nbVisitedNodes=9172
10.45	     nbRestartNogoods=53
10.45	       =>  wckTime=8.902  cpuTime=8.39  mem=34M59
13.69	   
13.69	   search
13.69	     run=11  nbConstraintChecks=8593088  nbValidityChecks=16790017  nbPropagations=260559  nbRevisions=3065419
13.69	     nbUselessRevisions=2411376  nbAssignments=6951  nbFailedAssignments=4259  nbBacktracks=2575  nbVisitedNodes=12988
13.69	     nbRestartNogoods=72
13.69	       =>  wckTime=12.142  cpuTime=11.54  mem=34M59
19.52	   
19.52	   search
19.52	     run=12  nbConstraintChecks=12835351  nbValidityChecks=25132306  nbPropagations=396951  nbRevisions=4668300
19.52	     nbUselessRevisions=3670363  nbAssignments=10366  nbFailedAssignments=6366  nbBacktracks=3872  nbVisitedNodes=19353
19.52	     nbRestartNogoods=84
19.52	       =>  wckTime=17.971  cpuTime=17.32  mem=34M59
29.63	   
29.63	   search
29.63	     run=13  nbConstraintChecks=20423391  nbValidityChecks=39450155  nbPropagations=602845  nbRevisions=7127971
29.63	     nbUselessRevisions=5601538  nbAssignments=15484  nbFailedAssignments=9503  nbBacktracks=5818  nbVisitedNodes=29076
29.63	     nbRestartNogoods=97
29.63	       =>  wckTime=28.079  cpuTime=26.97  mem=34M59
38.34	   
38.34	   search
38.34	     run=14  nbConstraintChecks=26714606  nbValidityChecks=52219744  nbPropagations=884919  nbRevisions=10499837
38.34	     nbUselessRevisions=8254759  nbAssignments=22375  nbFailedAssignments=13451  nbBacktracks=8738  nbVisitedNodes=41666
38.34	     nbRestartNogoods=113
38.34	       =>  wckTime=36.791  cpuTime=35.43  mem=34M59
54.96	   
54.96	   search
54.96	     run=15  nbConstraintChecks=38926399  nbValidityChecks=74449246  nbPropagations=1278850  nbRevisions=15152624
54.96	     nbUselessRevisions=11911648  nbAssignments=32068  nbFailedAssignments=18761  nbBacktracks=13116
54.96	     nbVisitedNodes=59207  nbRestartNogoods=133
54.96	       =>  wckTime=53.406  cpuTime=51.41  mem=34M59
93.91	   
93.91	   search
93.91	     run=16  nbConstraintChecks=67753040  nbValidityChecks=131025940  nbPropagations=1953575  nbRevisions=23174624
93.91	     nbUselessRevisions=18182194  nbAssignments=52595  nbFailedAssignments=32708  nbBacktracks=19684
93.91	     nbVisitedNodes=99083  nbRestartNogoods=153
93.91	       =>  wckTime=92.356  cpuTime=88.81  mem=34M59
125.31	   
125.31	   search
125.31	     run=17  nbConstraintChecks=90497274  nbValidityChecks=176558129  nbPropagations=2897436  nbRevisions=34381367
125.31	     nbUselessRevisions=26973554  nbAssignments=75767  nbFailedAssignments=46022  nbBacktracks=29538
125.31	     nbVisitedNodes=141564  nbRestartNogoods=178
125.31	       =>  wckTime=123.764  cpuTime=119.22  mem=34M59
189.86	   
189.86	   search
189.86	     run=18  nbConstraintChecks=137601866  nbValidityChecks=268119068  nbPropagations=4313999  nbRevisions=51275203
189.86	     nbUselessRevisions=40227956  nbAssignments=112115  nbFailedAssignments=67584  nbBacktracks=44318
189.86	     nbVisitedNodes=209393  nbRestartNogoods=194
189.86	       =>  wckTime=188.313  cpuTime=181.34  mem=34M59
273.50	   
273.50	   search
273.50	     run=19  nbConstraintChecks=192726764  nbValidityChecks=376348292  nbPropagations=6331782  nbRevisions=75436230
273.50	     nbUselessRevisions=59231894  nbAssignments=162738  nbFailedAssignments=96034  nbBacktracks=66486
273.50	     nbVisitedNodes=302156  nbRestartNogoods=205
273.50	       =>  wckTime=271.953  cpuTime=255.41  mem=34M59
425.76	   
425.76	   search
425.76	     run=20  nbConstraintChecks=288573538  nbValidityChecks=562009048  nbPropagations=9343995  nbRevisions=111095491
425.76	     nbUselessRevisions=87274048  nbAssignments=243095  nbFailedAssignments=143134  nbBacktracks=99740
425.76	     nbVisitedNodes=450062  nbRestartNogoods=217
425.76	       =>  wckTime=424.206  cpuTime=390.26  mem=34M59
652.37	   
652.37	   search
652.37	     run=21  nbConstraintChecks=457977731  nbValidityChecks=888109718  nbPropagations=13960666  nbRevisions=166609131
652.37	     nbUselessRevisions=130933097  nbAssignments=365539  nbFailedAssignments=215694  nbBacktracks=149618
652.37	     nbVisitedNodes=680459  nbRestartNogoods=234
652.37	       =>  wckTime=650.818  cpuTime=615.81  mem=34M59
888.46	   
888.46	   search
888.46	     run=22  nbConstraintChecks=627566664  nbValidityChecks=1222373321  nbPropagations=20497673  nbRevisions=245064731
888.46	     nbUselessRevisions=192704933  nbAssignments=540794  nbFailedAssignments=316083  nbBacktracks=224438
888.46	     nbVisitedNodes=1000714  nbRestartNogoods=263
888.46	       =>  wckTime=886.913  cpuTime=850.8  mem=34M59
1595.48	   
1595.48	   search
1595.48	     run=23  nbConstraintChecks=1139490844  nbValidityChecks=2234211766  nbPropagations=31936177  nbRevisions=384444272
1595.48	     nbUselessRevisions=302092469  nbAssignments=901772  nbFailedAssignments=564827  nbBacktracks=336665
1595.48	     nbVisitedNodes=1701297  nbRestartNogoods=287
1595.48	       =>  wckTime=1593.93  cpuTime=1554.5  mem=34M59

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

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

/proc/loadavg: 1.08 1.02 1.00 4/90 10885
/proc/meminfo: memFree=1428456/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=18540 CPUtime=0
/proc/10883/stat : 10883 (runsolver) R 10878 10883 9674 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 162407359 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10883/statm: 4635 279 244 17 0 2626 0

[startup+0.103764 s]
/proc/loadavg: 1.08 1.02 1.00 4/90 10885
/proc/meminfo: memFree=1428456/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=907808 CPUtime=0.05
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 2481 0 1 0 4 1 0 0 17 0 4 0 162407359 929595392 2228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153799154 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 226952 2231 1226 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.515819 s]
/proc/loadavg: 1.08 1.02 1.00 4/90 10885
/proc/meminfo: memFree=1428456/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915328 CPUtime=0.44
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 7217 0 1 0 41 3 0 0 19 0 8 0 162407359 937295872 6956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155769987 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228832 6956 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.34493 s]
/proc/loadavg: 1.08 1.02 1.00 6/107 10963
/proc/meminfo: memFree=1290072/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1.26
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 19146 0 1 0 116 10 0 0 25 0 8 0 162407359 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228856 18883 2169 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.11
/proc/10883/task/10919/stat : 10919 (java) R 10878 10883 9674 0 -1 64 2665 0 0 0 10 1 0 0 16 0 8 0 162407366 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155772422 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.09
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 320 0 0 0 9 0 0 0 15 0 8 0 162407371 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915424

[startup+2.98411 s]
/proc/loadavg: 1.08 1.02 1.00 5/108 11006
/proc/meminfo: memFree=1257552/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=2.89
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23196 0 1 0 276 13 0 0 25 0 8 0 162407359 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749364 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228856 22932 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 17 0 8 0 162407366 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.2
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 371 0 0 0 19 1 0 0 15 0 8 0 162407371 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915424

[startup+6.27151 s]
/proc/loadavg: 1.23 1.05 1.02 4/108 11299
/proc/meminfo: memFree=1227200/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=6.03
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23212 0 1 0 589 14 0 0 25 0 8 0 162407359 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228856 22945 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 17 0 8 0 162407366 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.22
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 162407371 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 915424

[startup+12.7653 s]
/proc/loadavg: 1.37 1.08 1.03 4/107 11944
/proc/meminfo: memFree=1120016/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=12.2
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23217 0 1 0 1205 15 0 0 25 0 8 0 162407359 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228856 22948 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 915424

[startup+25.6398 s]
/proc/loadavg: 1.73 1.18 1.06 4/109 12685
/proc/meminfo: memFree=1066688/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=24.8
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23217 0 1 0 2465 15 0 0 25 0 8 0 162407359 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749360 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228856 22948 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 915424

[startup+51.2769 s]
/proc/loadavg: 2.36 1.37 1.12 5/108 15028
/proc/meminfo: memFree=1063624/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=49.41
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 4924 17 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624858 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.41
Current children cumulated vsize (KiB) 915424

[startup+102.552 s]
/proc/loadavg: 2.84 1.65 1.23 4/108 19399
/proc/meminfo: memFree=1058584/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=98.93
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 9873 20 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751225 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.93
Current children cumulated vsize (KiB) 915424

[startup+162.638 s]
/proc/loadavg: 2.97 1.91 1.34 5/108 24773
/proc/meminfo: memFree=1053272/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=156.7
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 15646 24 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1385.72
Current children cumulated vsize (KiB) 915424

[startup+1484.42 s]
/proc/loadavg: 2.00 2.01 1.87 3/102 11041
/proc/meminfo: memFree=1033024/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1445.54
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 144512 42 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1445.54
Current children cumulated vsize (KiB) 915424

[startup+1544.52 s]
/proc/loadavg: 2.00 2.00 1.88 3/102 11041
/proc/meminfo: memFree=1032960/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1505.35
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 150493 42 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1505.35
Current children cumulated vsize (KiB) 915424

[startup+1604.52 s]
/proc/loadavg: 2.00 2.00 1.89 3/102 11041
/proc/meminfo: memFree=1032960/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1565.08
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 156465 43 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.08
Current children cumulated vsize (KiB) 915424

[startup+1664.62 s]
/proc/loadavg: 2.11 2.04 1.91 3/102 11041
/proc/meminfo: memFree=1032896/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1624.89
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 162446 43 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624813 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1624.89
Current children cumulated vsize (KiB) 915424

[startup+1724.71 s]
/proc/loadavg: 2.12 2.05 1.91 3/102 11041
/proc/meminfo: memFree=1032896/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1684.71
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 168427 44 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758102 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1684.71
Current children cumulated vsize (KiB) 915424

[startup+1784.81 s]
/proc/loadavg: 2.08 2.05 1.92 3/102 11041
/proc/meminfo: memFree=1032832/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1744.52
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 174408 44 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1744.52
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1840.6 s]
/proc/loadavg: 2.03 2.04 1.92 3/102 11041
/proc/meminfo: memFree=1032832/2055920 swapFree=4170192/4192956
[pid=10883] ppid=10878 vsize=915424 CPUtime=1800.06
/proc/10883/stat : 10883 (java) R 10878 10883 9674 0 -1 0 23219 0 1 0 179961 45 0 0 25 0 8 0 162407359 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629646 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10883/statm: 228856 22949 2532 14 0 215326 0
[pid=10883/tid=10919] ppid=10878 vsize=915424 CPUtime=0.15
/proc/10883/task/10919/stat : 10919 (java) S 10878 10883 9674 0 -1 64 6219 0 0 0 13 2 0 0 16 0 8 0 162407366 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10920] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10920/stat : 10920 (java) S 10878 10883 9674 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10921] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10921/stat : 10921 (java) S 10878 10883 9674 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162407367 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10926] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10926/stat : 10926 (java) S 10878 10883 9674 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162407370 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10928] ppid=10878 vsize=915424 CPUtime=0.23
/proc/10883/task/10928/stat : 10928 (java) S 10878 10883 9674 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10883/tid=10931] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10931/stat : 10931 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10883/tid=10932] ppid=10878 vsize=915424 CPUtime=0
/proc/10883/task/10932/stat : 10932 (java) S 10878 10883 9674 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162407371 937394176 22949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1840.68
CPU time (s): 1800.15
CPU user time (s): 1799.68
CPU system time (s): 0.467928
CPU usage (%): 97.7976
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23236
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= 38361
involuntary context switches= 68564

runsolver used 2.58461 s user time and 5.75512 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 03:22:08 UTC 2007


IDJOB= 200050
IDBENCH= 3685
FILE ID= node20/200050-1168140128

PBS_JOBID= 3478077

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7c0b05f7f42ae11b3693dc048764a611

RANDOM SEED= 320966578

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:       1429288 kB
Buffers:         46224 kB
Cached:         483040 kB
SwapCached:       3516 kB
Active:         216264 kB
Inactive:       343944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429288 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:           11132 kB
Writeback:           0 kB
Mapped:          45796 kB
Slab:            50976 kB
Committed_AS:  3145696 kB
PageTables:       2508 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= 66548 MiB



End job on node20 on Sun Jan  7 03:52:49 UTC 2007