Trace number 2658755

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.19 1796.7

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658755-1276337460.opb
0.08/0.20	c reading problem ... 
4.04/3.19	c ... done. Wall clock time 2.991s.
4.04/3.19	c #vars     62704
4.04/3.20	c #constraints  187107
4.04/3.20	c constraints type 
4.04/3.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
4.04/3.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
4.04/3.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
41.15/38.95	c cleaning 2496 clauses out of 4996 with flag 5002/5002
91.20/88.54	c cleaning 4242 clauses out of 8494 with flag 11002/11002
156.14/153.46	c cleaning 5620 clauses out of 11247 with flag 18001/18001
226.11/223.41	c cleaning 6809 clauses out of 13627 with flag 26001/26001
313.21/310.31	c cleaning 7898 clauses out of 15814 with flag 35000/35000
406.55/403.70	c cleaning 8952 clauses out of 17915 with flag 45000/45000
510.76/507.85	c cleaning 9971 clauses out of 19962 with flag 56001/56001
624.69/621.73	c cleaning 10991 clauses out of 21988 with flag 68000/68000
749.94/746.98	c cleaning 11995 clauses out of 23996 with flag 81000/81000
888.98/885.95	c cleaning 12998 clauses out of 25999 with flag 95000/95000
1031.15/1028.05	c cleaning 13993 clauses out of 28002 with flag 110002/110002
1198.02/1194.87	c cleaning 15000 clauses out of 30005 with flag 126000/126000
1368.48/1365.20	c cleaning 15993 clauses out of 32003 with flag 143001/143001
1546.86/1543.50	c cleaning 17003 clauses out of 34009 with flag 161000/161000
1732.03/1728.61	c cleaning 17998 clauses out of 36006 with flag 180000/180000
1800.07/1796.61	c starts		: 104
1800.07/1796.61	c conflicts		: 187524
1800.07/1796.61	c decisions		: 282169
1800.07/1796.61	c propagations		: 1460928809
1800.07/1796.61	c inspects		: 4307352529
1800.07/1796.61	c learnt literals	: 33
1800.07/1796.61	c learnt binary clauses	: 119
1800.07/1796.61	c learnt ternary clauses	: 187
1800.07/1796.61	c learnt clauses	: 187491
1800.07/1796.61	c ignored clauses	: 0
1800.07/1796.61	c root simplifications	: 0
1800.07/1796.61	c removed literals (reason simplification)	: 25311876
1800.07/1796.61	c reason swapping (by a shorter reason)	: 0
1800.07/1796.61	c Calls to reduceDB	: 15
1800.07/1796.61	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.61	c number of learned constraints concerned by reduction	: 0
1800.07/1796.61	c number of learning phase by resolution	: 0
1800.07/1796.62	c number of learning phase by cutting planes	: 0
1800.07/1796.62	c speed (assignments/second)	: 814605.8581992597
1800.07/1796.62	c non guided choices	2208
1800.07/1796.64	c learnt constraints type 
1800.07/1796.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25415
1800.07/1796.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 119
1800.07/1796.64	c constraints type 
1800.07/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1800.07/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1800.07/1796.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.07/1796.64	s UNKNOWN
1800.07/1796.64	c Total wall clock time (in seconds): 1796.439

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658755-1276337460/watcher-2658755-1276337460 -o /tmp/evaluation-result-2658755-1276337460/solver-2658755-1276337460 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658755-1276337460.opb 

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


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 12210
/proc/meminfo: memFree=1521296/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=248 CPUtime=0
/proc/12210/stat : 12210 (java) R 12208 12210 12185 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 7402373 253952 28 1992294400 134512640 134550932 4292404704 18446744073709551615 5145054 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12210/statm: 62 28 21 10 0 23 0

[startup+0.080381 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 12210
/proc/meminfo: memFree=1521296/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1521796 CPUtime=0.06
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 3783 0 1 0 4 2 0 0 18 0 7 0 7402373 1558319104 3224 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 380449 3224 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101376 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 12210
/proc/meminfo: memFree=1521296/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1524184 CPUtime=0.08
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 7402373 1560764416 3403 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300635 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 12210
/proc/meminfo: memFree=1521296/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1526560 CPUtime=0.36
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 5712 0 1 0 32 4 0 0 18 0 12 0 7402373 1563197440 5149 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 381640 5149 1361 10 0 378942 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526560

[startup+0.701627 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 12210
/proc/meminfo: memFree=1521296/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1528288 CPUtime=1.14
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 8104 0 1 0 109 5 0 0 18 0 12 0 7402373 1564966912 7466 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 382072 7466 1402 10 0 379374 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528288

[startup+1.50161 s]
/proc/loadavg: 0.93 0.98 0.99 4/118 12222
/proc/meminfo: memFree=1478608/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1528352 CPUtime=2.33
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 25955 0 1 0 218 15 0 0 18 0 12 0 7402373 1565032448 25004 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 382088 25005 1406 10 0 379390 0
[pid=12210/tid=12212] ppid=12208 vsize=1528352 CPUtime=1.47
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 23274 0 1 0 134 13 0 0 18 0 12 0 7402374 1565032448 25006 1992294400 134512640 134550932 4292404704 18446744073709551615 4109706445 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7402376 1565032448 25008 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7402376 1565032448 25009 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7402378 1565032448 25010 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7402378 1565032448 25012 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7402378 1565032448 25013 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7402382 1565032448 25015 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1528352 CPUtime=0.32
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 603 0 0 0 32 0 0 0 25 0 12 0 7402382 1565032448 25016 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1528352 CPUtime=0.5
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 1016 0 0 0 50 0 0 0 24 0 12 0 7402382 1565032448 25018 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7402382 1565032448 25019 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7402382 1565032448 25020 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1528352

[startup+3.10058 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 12222
/proc/meminfo: memFree=1382384/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1528352 CPUtime=4.04
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 40919 0 1 0 384 20 0 0 18 0 12 0 7402373 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 382088 39925 1416 10 0 379390 0
[pid=12210/tid=12212] ppid=12208 vsize=1528352 CPUtime=2.93
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32011 0 1 0 277 16 0 0 19 0 12 0 7402374 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4109787420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1528352 CPUtime=0.12
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 3071 0 0 0 11 1 0 0 16 0 12 0 7402376 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1528352 CPUtime=0.11
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 3148 0 0 0 11 0 0 0 18 0 12 0 7402376 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 7402378 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7402378 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 7402378 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7402382 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1528352 CPUtime=0.32
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 603 0 0 0 32 0 0 0 25 0 12 0 7402382 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1528352 CPUtime=0.5
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 1016 0 0 0 50 0 0 0 24 0 12 0 7402382 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7402382 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1528352 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7402382 1565032448 39925 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1528352

[startup+6.30151 s]
/proc/loadavg: 1.01 1.00 0.99 2/119 12223
/proc/meminfo: memFree=1364272/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1529428 CPUtime=8.24
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 42455 0 1 0 803 21 0 0 18 0 13 0 7402373 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 382357 40204 1435 10 0 379659 0
[pid=12210/tid=12212] ppid=12208 vsize=1529428 CPUtime=6.13
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32053 0 1 0 596 17 0 0 25 0 13 0 7402374 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4109974774 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1529428 CPUtime=0.12
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 3071 0 0 0 11 1 0 0 16 0 13 0 7402376 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1529428 CPUtime=0.11
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 3148 0 0 0 11 0 0 0 18 0 13 0 7402376 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 7402378 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 7402378 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402382 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1529428 CPUtime=0.79
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 1803 0 0 0 79 0 0 0 15 0 13 0 7402382 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1529428 CPUtime=1.03
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 1306 0 0 0 103 0 0 0 15 0 13 0 7402382 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7402382 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7402382 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12223] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12223/stat : 12223 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7402702 1566134272 40204 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1529428

[startup+12.7004 s]
/proc/loadavg: 1.01 1.00 0.99 3/119 12223
/proc/meminfo: memFree=1364396/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1529428 CPUtime=14.65
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 42469 0 1 0 1444 21 0 0 18 0 13 0 7402373 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 382357 40218 1435 10 0 379659 0
[pid=12210/tid=12212] ppid=12208 vsize=1529428 CPUtime=12.53
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32054 0 1 0 1236 17 0 0 25 0 13 0 7402374 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4109797632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1529428 CPUtime=0.12
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 3071 0 0 0 11 1 0 0 16 0 13 0 7402376 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1529428 CPUtime=0.11
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 3148 0 0 0 11 0 0 0 18 0 13 0 7402376 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 7402378 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 7402378 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402382 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1529428 CPUtime=0.79
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 1803 0 0 0 79 0 0 0 15 0 13 0 7402382 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1529428 CPUtime=1.05
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 1319 0 0 0 105 0 0 0 15 0 13 0 7402382 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7402382 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7402382 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12223] ppid=12208 vsize=1529428 CPUtime=0
/proc/12210/task/12223/stat : 12223 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7402702 1566134272 40218 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.65
Current children cumulated vsize (KiB) 1529428

[startup+25.5011 s]
/proc/loadavg: 1.01 1.00 0.99 2/119 12223
/proc/meminfo: memFree=1350508/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1529636 CPUtime=27.62
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 46739 0 1 0 2739 23 0 0 18 0 13 0 7402373 1566347264 43830 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 382409 43830 1439 10 0 379711 0
[pid=12210/tid=12212] ppid=12208 vsize=1529636 CPUtime=25.22
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32057 0 1 0 2505 17 0 0 25 0 13 0 7402374 1566347264 43830 1992294400 134512640 134550932 4292404704 18446744073709551615 4110011451 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1529636 CPUtime=0.21
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 5038 0 0 0 20 1 0 0 16 0 13 0 7402376 1566347264 43830 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1529636 CPUtime=0.21
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 5038 0 0 0 20 1 0 0 18 0 13 0 7402376 1566347264 43830 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1529636 CPUtime=0
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 7402378 1566347264 43830 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1529636 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1566347264 43830 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1529636 CPUtime=0

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

[pid=12210] ppid=12208 vsize=1532004 CPUtime=1605.69
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 67292 0 1 0 160496 73 0 0 18 0 13 0 7402373 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 383001 56964 1444 10 0 380303 0
[pid=12210/tid=12212] ppid=12208 vsize=1532004 CPUtime=1597.95
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32157 0 1 0 159740 55 0 0 25 0 13 0 7402374 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4110022033 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1532004 CPUtime=1.5
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 8601 0 0 0 146 4 0 0 16 0 13 0 7402376 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1532004 CPUtime=1.47
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 9856 0 0 0 142 5 0 0 15 0 13 0 7402376 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1532004 CPUtime=2.23
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9224 0 0 0 220 3 0 0 15 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1532004 CPUtime=0.86
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 1804 0 0 0 86 0 0 0 16 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1532004 CPUtime=1.61
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 4491 0 0 0 159 2 0 0 16 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12223] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12223/stat : 12223 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7402702 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1605.69
Current children cumulated vsize (KiB) 1532004

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/119 12270
/proc/meminfo: memFree=1295072/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1532004 CPUtime=1665.7
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 67301 0 1 0 166496 74 0 0 18 0 13 0 7402373 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 383001 56964 1444 10 0 380303 0
[pid=12210/tid=12212] ppid=12208 vsize=1532004 CPUtime=1657.88
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32160 0 1 0 165732 56 0 0 25 0 13 0 7402374 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4110011451 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1532004 CPUtime=1.54
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 8601 0 0 0 150 4 0 0 15 0 13 0 7402376 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1532004 CPUtime=1.51
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 9856 0 0 0 146 5 0 0 15 0 13 0 7402376 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1532004 CPUtime=2.24
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9228 0 0 0 221 3 0 0 15 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1532004 CPUtime=0.86
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 1804 0 0 0 86 0 0 0 16 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1532004 CPUtime=1.61
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 4491 0 0 0 159 2 0 0 16 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12223] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12223/stat : 12223 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7402702 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.7
Current children cumulated vsize (KiB) 1532004

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/119 12272
/proc/meminfo: memFree=1295196/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1532004 CPUtime=1725.72
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 67312 0 1 0 172497 75 0 0 18 0 13 0 7402373 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 383001 56964 1444 10 0 380303 0
[pid=12210/tid=12212] ppid=12208 vsize=1532004 CPUtime=1717.82
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32163 0 1 0 171725 57 0 0 25 0 13 0 7402374 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4109977255 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1532004 CPUtime=1.58
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 8601 0 0 0 154 4 0 0 16 0 13 0 7402376 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1532004 CPUtime=1.54
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 9856 0 0 0 149 5 0 0 15 0 13 0 7402376 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1532004 CPUtime=2.24
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9232 0 0 0 221 3 0 0 15 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1532004 CPUtime=0.86
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 1804 0 0 0 86 0 0 0 16 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1532004 CPUtime=1.61
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 4491 0 0 0 159 2 0 0 16 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 7402382 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12223] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12223/stat : 12223 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7402702 1568772096 56964 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.72
Current children cumulated vsize (KiB) 1532004

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/119 12274
/proc/meminfo: memFree=1295196/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1532004 CPUtime=1785.75
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 67645 0 1 0 178499 76 0 0 18 0 13 0 7402373 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 383001 56965 1444 10 0 380303 0
[pid=12210/tid=12212] ppid=12208 vsize=1532004 CPUtime=1777.58
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32167 0 1 0 177701 57 0 0 25 0 13 0 7402374 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4110022033 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1532004 CPUtime=1.63
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 8602 0 0 0 159 4 0 0 16 0 13 0 7402376 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1532004 CPUtime=1.59
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 9856 0 0 0 154 5 0 0 15 0 13 0 7402376 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1532004 CPUtime=2.4
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9556 0 0 0 237 3 0 0 15 0 13 0 7402378 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1532004 CPUtime=0.86
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 1804 0 0 0 86 0 0 0 16 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1532004 CPUtime=1.61
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 4491 0 0 0 159 2 0 0 16 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12223] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12223/stat : 12223 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7402702 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.75
Current children cumulated vsize (KiB) 1532004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/119 12274
/proc/meminfo: memFree=1295196/2059040 swapFree=4192956/4192956
[pid=12210] ppid=12208 vsize=1532004 CPUtime=1800.07
/proc/12210/stat : 12210 (java) S 12208 12210 12185 0 -1 4202496 67648 0 1 0 179930 77 0 0 18 0 13 0 7402373 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12210/statm: 383001 56965 1444 10 0 380303 0
[pid=12210/tid=12212] ppid=12208 vsize=1532004 CPUtime=1791.88
/proc/12210/task/12212/stat : 12212 (java) R 12208 12210 12185 0 -1 4202560 32168 0 1 0 179130 58 0 0 25 0 13 0 7402374 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4109960558 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12210/tid=12213] ppid=12208 vsize=1532004 CPUtime=1.64
/proc/12210/task/12213/stat : 12213 (java) S 12208 12210 12185 0 -1 4202560 8602 0 0 0 160 4 0 0 16 0 13 0 7402376 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12214] ppid=12208 vsize=1532004 CPUtime=1.6
/proc/12210/task/12214/stat : 12214 (java) S 12208 12210 12185 0 -1 4202560 9856 0 0 0 155 5 0 0 15 0 13 0 7402376 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12215] ppid=12208 vsize=1532004 CPUtime=2.4
/proc/12210/task/12215/stat : 12215 (java) S 12208 12210 12185 0 -1 4202560 9558 0 0 0 237 3 0 0 15 0 13 0 7402378 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 0 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12216] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12216/stat : 12216 (java) S 12208 12210 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12217] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12217/stat : 12217 (java) S 12208 12210 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 7402378 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12218] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12218/stat : 12218 (java) S 12208 12210 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12219] ppid=12208 vsize=1532004 CPUtime=0.86
/proc/12210/task/12219/stat : 12219 (java) S 12208 12210 12185 0 -1 4202560 1804 0 0 0 86 0 0 0 16 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12220] ppid=12208 vsize=1532004 CPUtime=1.61
/proc/12210/task/12220/stat : 12220 (java) S 12208 12210 12185 0 -1 4202560 4491 0 0 0 159 2 0 0 16 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12221] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12221/stat : 12221 (java) S 12208 12210 12185 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
[pid=12210/tid=12222] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12222/stat : 12222 (java) S 12208 12210 12185 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 7402382 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 1 0 0 0
[pid=12210/tid=12223] ppid=12208 vsize=1532004 CPUtime=0
/proc/12210/task/12223/stat : 12223 (java) S 12208 12210 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7402702 1568772096 56965 1992294400 134512640 134550932 4292404704 18446744073709551615 4294960144 0 4 0 16800975 18446604437858083008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1532004

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.7
CPU time (s): 1800.19
CPU user time (s): 1799.4
CPU system time (s): 0.793879
CPU usage (%): 100.194
Max. virtual memory (cumulated for all children) (KiB): 1537864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.793879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67670
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= 37744
involuntary context switches= 21764

runsolver used 3.61945 second user time and 9.66053 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 12:11:00
IDJOB=2658755
IDBENCH=1479
IDSOLVER=1164
FILE ID=node018/2658755-1276337460
PBS_JOBID= 11173183
Free space on /tmp= 62288 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658755-1276337460/watcher-2658755-1276337460 -o /tmp/evaluation-result-2658755-1276337460/solver-2658755-1276337460 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658755-1276337460.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1909572306

node018.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1521692 kB
Buffers:        111464 kB
Cached:         282396 kB
SwapCached:          0 kB
Active:         150608 kB
Inactive:       302404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1521692 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5928 kB
Writeback:           0 kB
AnonPages:       59044 kB
Mapped:          15376 kB
Slab:            62440 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62288 MiB
End job on node018 at 2010-06-12 12:40:59