Trace number 2662409

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.28 911.295

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark317
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
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.v20100531
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662409-1276621866.opb
0.25/0.21	c reading problem ... 
8.20/5.11	c ... done. Wall clock time 4.9s.
8.20/5.11	c #vars     8878
8.20/5.11	c #constraints  17460
8.20/5.11	c constraints type 
8.20/5.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
8.20/5.11	c constraints type 
8.20/5.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
284.94/144.81	c cleaning 2495 clauses out of 5000 with flag 5000/5000
425.95/216.27	c cleaning 0 clauses out of 5000 with flag 0/5000
589.27/298.99	c cleaning 4250 clauses out of 8507 with flag 11002/11002
942.24/477.38	c cleaning 5619 clauses out of 11256 with flag 18001/18001
1033.88/523.94	c cleaning 0 clauses out of 11000 with flag 0/11000
1340.62/679.05	c cleaning 6809 clauses out of 13638 with flag 26002/26002
1800.14/911.22	c starts		: 62
1800.14/911.22	c conflicts		: 34308
1800.14/911.22	c decisions		: 54313
1800.14/911.22	c propagations		: 12803086
1800.14/911.22	c inspects		: 382211969
1800.14/911.22	c learnt literals	: 0
1800.14/911.22	c learnt binary clauses	: 0
1800.14/911.22	c learnt ternary clauses	: 4
1800.14/911.22	c learnt clauses	: 34308
1800.14/911.22	c ignored clauses	: 0
1800.14/911.22	c root simplifications	: 0
1800.14/911.22	c removed literals (reason simplification)	: 565193
1800.14/911.22	c reason swapping (by a shorter reason)	: 0
1800.14/911.22	c Calls to reduceDB	: 4
1800.14/911.22	c number of reductions to clauses (during analyze)	: 0
1800.14/911.22	c number of learned constraints concerned by reduction	: 0
1800.14/911.22	c number of learning phase by resolution	: 0
1800.14/911.22	c number of learning phase by cutting planes	: 0
1800.14/911.22	c speed (assignments/second)	: 14129.867420960798
1800.14/911.22	c non guided choices	8714
1800.14/911.25	c learnt constraints type 
1800.14/911.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15137
1800.14/911.25	c constraints type 
1800.14/911.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.14/911.25	c constraints type 
1800.14/911.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.14/911.25	s UNKNOWN
1800.14/911.25	c Total wall clock time (in seconds): 911.041

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-2662409-1276621866/watcher-2662409-1276621866 -o /tmp/evaluation-result-2662409-1276621866/solver-2662409-1276621866 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662409-1276621866.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.92 0.99 1.04 3/106 12272
/proc/meminfo: memFree=1394804/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1832 CPUtime=0
/proc/12272/stat : 12272 (java6) S 12270 12272 11923 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 3477613 1875968 153 1992294400 134512640 134550932 4292517200 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/12272/statm: 458 153 116 10 0 63 0

[startup+0.08963 s]
/proc/loadavg: 0.92 0.99 1.04 3/106 12272
/proc/meminfo: memFree=1394804/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1521796 CPUtime=0.07
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 3845 0 1 0 5 2 0 0 18 0 7 0 3477613 1558319104 3286 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 380449 3286 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101632 s]
/proc/loadavg: 0.92 0.99 1.04 3/106 12272
/proc/meminfo: memFree=1394804/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1524180 CPUtime=0.08
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 3477613 1560760320 3396 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300059 s]
/proc/loadavg: 0.92 0.99 1.04 3/106 12272
/proc/meminfo: memFree=1394804/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1526232 CPUtime=0.37
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 5464 0 1 0 33 4 0 0 18 0 12 0 3477613 1562861568 4901 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 381558 4901 1368 10 0 378861 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526232

[startup+0.700051 s]
/proc/loadavg: 0.92 0.99 1.04 3/106 12272
/proc/meminfo: memFree=1394804/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1533920 CPUtime=1.16
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 8693 0 1 0 111 5 0 0 18 0 12 0 3477613 1570734080 7706 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 383480 7706 1404 10 0 380783 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533920

[startup+1.50103 s]
/proc/loadavg: 0.92 0.99 1.04 4/118 12284
/proc/meminfo: memFree=1356828/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1541496 CPUtime=2.75
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 18644 0 1 0 266 9 0 0 18 0 12 0 3477613 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 385374 15122 1406 10 0 382677 0
[pid=12272/tid=12274] ppid=12270 vsize=1541496 CPUtime=1.45
/proc/12272/task/12274/stat : 12274 (java) R 12270 12272 11923 0 -1 4202560 10408 0 1 0 140 5 0 0 18 0 12 0 3477615 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4109796760 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 3477616 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 3477616 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3477618 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 3477619 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 3477619 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3477623 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1541496 CPUtime=0.91
/proc/12272/task/12281/stat : 12281 (java) R 12270 12272 11923 0 -1 4202560 3583 0 0 0 90 1 0 0 18 0 12 0 3477623 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 103368789 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1541496 CPUtime=0.36
/proc/12272/task/12282/stat : 12282 (java) R 12270 12272 11923 0 -1 4202560 3592 0 0 0 35 1 0 0 25 0 12 0 3477623 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 104163171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3477623 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1541496 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3477623 1578491904 15122 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1541496

[startup+3.101 s]
/proc/loadavg: 0.92 0.99 1.04 3/118 12284
/proc/meminfo: memFree=1287264/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1548340 CPUtime=5.79
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 52808 0 1 0 555 24 0 0 18 0 12 0 3477613 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 387085 43678 1418 10 0 384388 0
[pid=12272/tid=12274] ppid=12270 vsize=1548340 CPUtime=2.41
/proc/12272/task/12274/stat : 12274 (java) R 12270 12272 11923 0 -1 4202560 32033 0 1 0 226 15 0 0 18 0 12 0 3477615 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4109788290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1548340 CPUtime=0.19
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 4983 0 0 0 18 1 0 0 18 0 12 0 3477616 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1548340 CPUtime=0
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 12 0 3477616 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1548340 CPUtime=0
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 12 0 3477618 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1548340 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 3477619 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1548340 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 3477619 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1548340 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3477623 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1548340 CPUtime=1.42
/proc/12272/task/12281/stat : 12281 (java) R 12270 12272 11923 0 -1 4202560 4455 0 0 0 141 1 0 0 16 0 12 0 3477623 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 106916452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1548340 CPUtime=1.73
/proc/12272/task/12282/stat : 12282 (java) S 12270 12272 11923 0 -1 4202560 10275 0 0 0 169 4 0 0 17 0 12 0 3477623 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1548340 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3477623 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1548340 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3477623 1585500160 43678 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 1548340

[startup+6.30194 s]
/proc/loadavg: 0.93 0.99 1.04 5/122 12288
/proc/meminfo: memFree=1162240/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1549108 CPUtime=10.55
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 74406 0 1 0 1018 37 0 0 18 0 16 0 3477613 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 387277 62682 1432 10 0 384580 0
[pid=12272/tid=12274] ppid=12270 vsize=1549108 CPUtime=4.03
/proc/12272/task/12274/stat : 12274 (java) S 12270 12272 11923 0 -1 4202560 32061 0 1 0 387 16 0 0 15 0 16 0 3477615 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1549108 CPUtime=0.74
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 16608 0 0 0 68 6 0 0 16 0 16 0 3477616 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1549108 CPUtime=0.54
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 9841 0 0 0 50 4 0 0 16 0 16 0 3477616 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1549108 CPUtime=0.03
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 5 0 0 0 1 2 0 0 15 0 16 0 3477618 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1549108 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 3477619 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1549108 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 3477619 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1549108 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3477623 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1549108 CPUtime=1.72
/proc/12272/task/12281/stat : 12281 (java) S 12270 12272 11923 0 -1 4202560 4481 0 0 0 170 2 0 0 15 0 16 0 3477623 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1549108 CPUtime=2.09
/proc/12272/task/12282/stat : 12282 (java) S 12270 12272 11923 0 -1 4202560 10302 0 0 0 205 4 0 0 15 0 16 0 3477623 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1549108 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3477623 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1549108 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3477623 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12285] ppid=12270 vsize=1549108 CPUtime=0.65
/proc/12272/task/12285/stat : 12285 (java) R 12270 12272 11923 0 -1 4202560 24 0 0 0 65 0 0 0 16 0 16 0 3478125 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4110284065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12286] ppid=12270 vsize=1549108 CPUtime=0.68
/proc/12272/task/12286/stat : 12286 (java) R 12270 12272 11923 0 -1 4202560 17 0 0 0 68 0 0 0 18 0 16 0 3478125 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4110283940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12287] ppid=12270 vsize=1549108 CPUtime=0
/proc/12272/task/12287/stat : 12287 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3478131 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12288] ppid=12270 vsize=1549108 CPUtime=0
/proc/12272/task/12288/stat : 12288 (java) S 12270 12272 11923 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 3478137 1586286592 62682 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 1549108

[startup+12.7018 s]
/proc/loadavg: 1.09 1.03 1.05 3/122 12288
/proc/meminfo: memFree=1122064/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1550132 CPUtime=23.2
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 82580 0 1 0 2280 40 0 0 18 0 16 0 3477613 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 387533 69206 1435 10 0 384836 0
[pid=12272/tid=12274] ppid=12270 vsize=1550132 CPUtime=4.03
/proc/12272/task/12274/stat : 12274 (java) S 12270 12272 11923 0 -1 4202560 32061 0 1 0 387 16 0 0 15 0 16 0 3477615 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1550132 CPUtime=1.44
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 20693 0 0 0 137 7 0 0 16 0 16 0 3477616 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1550132 CPUtime=1.25
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 13058 0 0 0 119 6 0 0 16 0 16 0 3477616 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1550132 CPUtime=0.04
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 5 0 0 0 2 2 0 0 15 0 16 0 3477618 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1550132 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 3477619 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1550132 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 3477619 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1550132 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3477623 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1550132 CPUtime=2.39
/proc/12272/task/12281/stat : 12281 (java) S 12270 12272 11923 0 -1 4202560 5313 0 0 0 237 2 0 0 15 0 16 0 3477623 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1550132 CPUtime=2.19
/proc/12272/task/12282/stat : 12282 (java) S 12270 12272 11923 0 -1 4202560 10324 0 0 0 215 4 0 0 15 0 16 0 3477623 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1550132 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3477623 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1550132 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3477623 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12285] ppid=12270 vsize=1550132 CPUtime=6.23
/proc/12272/task/12285/stat : 12285 (java) R 12270 12272 11923 0 -1 4202560 34 0 0 0 623 0 0 0 16 0 16 0 3478125 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4110403303 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12286] ppid=12270 vsize=1550132 CPUtime=5.58
/proc/12272/task/12286/stat : 12286 (java) R 12270 12272 11923 0 -1 4202560 25 0 0 0 558 0 0 0 25 0 16 0 3478125 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4109930689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12287] ppid=12270 vsize=1550132 CPUtime=0
/proc/12272/task/12287/stat : 12287 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3478131 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12288] ppid=12270 vsize=1550132 CPUtime=0
/proc/12272/task/12288/stat : 12288 (java) S 12270 12272 11923 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 3478137 1587335168 69206 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 1550132

[startup+25.5016 s]
/proc/loadavg: 1.29 1.07 1.07 3/122 12288
/proc/meminfo: memFree=1116856/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1553204 CPUtime=48.55
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 86522 0 1 0 4812 43 0 0 18 0 16 0 3477613 1590480896 70359 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/12272/task/12287/stat : 12287 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3478131 1590480896 81556 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12288] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12288/stat : 12288 (java) S 12270 12272 11923 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 3478137 1590480896 81556 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1386.18
Current children cumulated vsize (KiB) 1553204

[startup+762.311 s]
/proc/loadavg: 2.27 2.07 1.65 3/122 12308
/proc/meminfo: memFree=1064528/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1553204 CPUtime=1505.09
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 101851 0 1 0 150368 141 0 0 18 0 16 0 3477613 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 388301 83345 1450 10 0 385604 0
[pid=12272/tid=12274] ppid=12270 vsize=1553204 CPUtime=4.03
/proc/12272/task/12274/stat : 12274 (java) S 12270 12272 11923 0 -1 4202560 32076 0 1 0 387 16 0 0 15 0 16 0 3477615 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1553204 CPUtime=31.98
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 26965 0 0 0 3154 44 0 0 15 0 16 0 3477616 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1553204 CPUtime=31.81
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 19611 0 0 0 3149 32 0 0 16 0 16 0 3477616 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1553204 CPUtime=3.83
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 570 0 0 0 374 9 0 0 15 0 16 0 3477618 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1553204 CPUtime=3.65
/proc/12272/task/12281/stat : 12281 (java) S 12270 12272 11923 0 -1 4202560 10445 0 0 0 362 3 0 0 15 0 16 0 3477623 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1553204 CPUtime=2.2
/proc/12272/task/12282/stat : 12282 (java) S 12270 12272 11923 0 -1 4202560 10324 0 0 0 216 4 0 0 15 0 16 0 3477623 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 16 0 3477623 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12285] ppid=12270 vsize=1553204 CPUtime=711.73
/proc/12272/task/12285/stat : 12285 (java) R 12270 12272 11923 0 -1 4202560 353 0 0 0 71164 9 0 0 25 0 16 0 3478125 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4109930689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12286] ppid=12270 vsize=1553204 CPUtime=715.77
/proc/12272/task/12286/stat : 12286 (java) R 12270 12272 11923 0 -1 4202560 394 0 0 0 71558 19 0 0 25 0 16 0 3478125 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4109930746 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12287] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12287/stat : 12287 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3478131 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12288] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12288/stat : 12288 (java) S 12270 12272 11923 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 3478137 1590480896 83345 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1505.09
Current children cumulated vsize (KiB) 1553204

[startup+822.302 s]
/proc/loadavg: 2.13 2.07 1.67 3/122 12310
/proc/meminfo: memFree=1057832/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1553204 CPUtime=1623.97
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 103615 0 1 0 162245 152 0 0 18 0 16 0 3477613 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 388301 85031 1450 10 0 385604 0
[pid=12272/tid=12274] ppid=12270 vsize=1553204 CPUtime=4.03
/proc/12272/task/12274/stat : 12274 (java) S 12270 12272 11923 0 -1 4202560 32077 0 1 0 387 16 0 0 15 0 16 0 3477615 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1553204 CPUtime=34.72
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 27787 0 0 0 3427 45 0 0 15 0 16 0 3477616 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1553204 CPUtime=34.57
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 20490 0 0 0 3418 39 0 0 16 0 16 0 3477616 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1553204 CPUtime=3.85
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 574 0 0 0 376 9 0 0 15 0 16 0 3477618 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1553204 CPUtime=3.65
/proc/12272/task/12281/stat : 12281 (java) S 12270 12272 11923 0 -1 4202560 10445 0 0 0 362 3 0 0 15 0 16 0 3477623 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1553204 CPUtime=2.2
/proc/12272/task/12282/stat : 12282 (java) S 12270 12272 11923 0 -1 4202560 10324 0 0 0 216 4 0 0 15 0 16 0 3477623 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 3477623 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12285] ppid=12270 vsize=1553204 CPUtime=767.9
/proc/12272/task/12285/stat : 12285 (java) R 12270 12272 11923 0 -1 4202560 371 0 0 0 76781 9 0 0 25 0 16 0 3478125 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4110403327 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12286] ppid=12270 vsize=1553204 CPUtime=772.95
/proc/12272/task/12286/stat : 12286 (java) R 12270 12272 11923 0 -1 4202560 430 0 0 0 77274 21 0 0 25 0 16 0 3478125 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4110446073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12287] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12287/stat : 12287 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3478131 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12288] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12288/stat : 12288 (java) S 12270 12272 11923 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 3478137 1590480896 85031 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1623.97
Current children cumulated vsize (KiB) 1553204

[startup+882.302 s]
/proc/loadavg: 2.14 2.09 1.70 3/122 12310
/proc/meminfo: memFree=1051880/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1553204 CPUtime=1742.85
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 105114 0 1 0 174124 161 0 0 18 0 16 0 3477613 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 388301 86462 1450 10 0 385604 0
[pid=12272/tid=12274] ppid=12270 vsize=1553204 CPUtime=4.03
/proc/12272/task/12274/stat : 12274 (java) S 12270 12272 11923 0 -1 4202560 32078 0 1 0 387 16 0 0 15 0 16 0 3477615 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1553204 CPUtime=37.62
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 28431 0 0 0 3716 46 0 0 15 0 16 0 3477616 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1553204 CPUtime=37.48
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 21282 0 0 0 3703 45 0 0 16 0 16 0 3477616 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1553204 CPUtime=3.87
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 578 0 0 0 377 10 0 0 15 0 16 0 3477618 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1553204 CPUtime=3.65
/proc/12272/task/12281/stat : 12281 (java) S 12270 12272 11923 0 -1 4202560 10445 0 0 0 362 3 0 0 15 0 16 0 3477623 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1553204 CPUtime=2.2
/proc/12272/task/12282/stat : 12282 (java) S 12270 12272 11923 0 -1 4202560 10324 0 0 0 216 4 0 0 15 0 16 0 3477623 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 3477623 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12285] ppid=12270 vsize=1553204 CPUtime=823.92
/proc/12272/task/12285/stat : 12285 (java) R 12270 12272 11923 0 -1 4202560 397 0 0 0 82383 9 0 0 25 0 16 0 3478125 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4109930689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12286] ppid=12270 vsize=1553204 CPUtime=830.01
/proc/12272/task/12286/stat : 12286 (java) R 12270 12272 11923 0 -1 4202560 458 0 0 0 82977 24 0 0 25 0 16 0 3478125 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4109930737 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12287] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12287/stat : 12287 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3478131 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12288] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12288/stat : 12288 (java) S 12270 12272 11923 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 3478137 1590480896 86462 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.85
Current children cumulated vsize (KiB) 1553204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.201 s]
/proc/loadavg: 2.09 2.08 1.71 3/122 12312
/proc/meminfo: memFree=1047664/2059040 swapFree=4192956/4192956
[pid=12272] ppid=12270 vsize=1553204 CPUtime=1800.14
/proc/12272/stat : 12272 (java) S 12270 12272 11923 0 -1 4202496 106198 0 1 0 179846 168 0 0 18 0 16 0 3477613 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12272/statm: 388301 87509 1450 10 0 385604 0
[pid=12272/tid=12274] ppid=12270 vsize=1553204 CPUtime=4.03
/proc/12272/task/12274/stat : 12274 (java) S 12270 12272 11923 0 -1 4202560 32078 0 1 0 387 16 0 0 15 0 16 0 3477615 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12275] ppid=12270 vsize=1553204 CPUtime=39.04
/proc/12272/task/12275/stat : 12275 (java) S 12270 12272 11923 0 -1 4202560 28949 0 0 0 3858 46 0 0 16 0 16 0 3477616 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12276] ppid=12270 vsize=1553204 CPUtime=38.93
/proc/12272/task/12276/stat : 12276 (java) S 12270 12272 11923 0 -1 4202560 21815 0 0 0 3844 49 0 0 16 0 16 0 3477616 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12277] ppid=12270 vsize=1553204 CPUtime=3.89
/proc/12272/task/12277/stat : 12277 (java) S 12270 12272 11923 0 -1 4202560 581 0 0 0 378 11 0 0 15 0 16 0 3477618 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 0 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12278] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12278/stat : 12278 (java) S 12270 12272 11923 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12279] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12279/stat : 12279 (java) S 12270 12272 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3477619 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12280] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12280/stat : 12280 (java) S 12270 12272 11923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12281] ppid=12270 vsize=1553204 CPUtime=3.65
/proc/12272/task/12281/stat : 12281 (java) S 12270 12272 11923 0 -1 4202560 10445 0 0 0 362 3 0 0 15 0 16 0 3477623 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
[pid=12272/tid=12282] ppid=12270 vsize=1553204 CPUtime=2.2
/proc/12272/task/12282/stat : 12282 (java) S 12270 12272 11923 0 -1 4202560 10324 0 0 0 216 4 0 0 15 0 16 0 3477623 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12283] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12283/stat : 12283 (java) S 12270 12272 11923 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3477623 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12284] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12284/stat : 12284 (java) S 12270 12272 11923 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 3477623 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12285] ppid=12270 vsize=1553204 CPUtime=850.88
/proc/12272/task/12285/stat : 12285 (java) R 12270 12272 11923 0 -1 4202560 409 0 0 0 85078 10 0 0 25 0 16 0 3478125 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4110344761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12272/tid=12286] ppid=12270 vsize=1553204 CPUtime=857.45
/proc/12272/task/12286/stat : 12286 (java) R 12270 12272 11923 0 -1 4202560 474 0 0 0 85720 25 0 0 25 0 16 0 3478125 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4110344499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12272/tid=12287] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12287/stat : 12287 (java) S 12270 12272 11923 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3478131 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 0 0 0 0
[pid=12272/tid=12288] ppid=12270 vsize=1553204 CPUtime=0
/proc/12272/task/12288/stat : 12288 (java) S 12270 12272 11923 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 3478137 1590480896 87509 1992294400 134512640 134550932 4294513504 18446744073709551615 4294960144 0 4 0 16800975 18446604437839358016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1553204

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): 911.295
CPU time (s): 1800.28
CPU user time (s): 1798.57
CPU system time (s): 1.71474
CPU usage (%): 197.552
Max. virtual memory (cumulated for all children) (KiB): 1558324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.71474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106219
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= 29217
involuntary context switches= 52961

runsolver used 4.13237 second user time and 11.5672 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-15 19:11:07
IDJOB=2662409
IDBENCH=2949
IDSOLVER=1166
FILE ID=node056/2662409-1276621866
PBS_JOBID= 11172325
Free space on /tmp= 98632 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662409-1276621866/watcher-2662409-1276621866 -o /tmp/evaluation-result-2662409-1276621866/solver-2662409-1276621866 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662409-1276621866.opb

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=88768788

node056.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.215
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.43
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.215
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:       1395076 kB
Buffers:         80188 kB
Cached:         442160 kB
SwapCached:          0 kB
Active:         226472 kB
Inactive:       355300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1395076 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5108 kB
Writeback:           0 kB
AnonPages:       59436 kB
Mapped:          15460 kB
Slab:            60192 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180544 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= 98632 MiB
End job on node056 at 2010-06-15 19:26:20