Trace number 2660253

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.31 1795.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660253-1276473586.opb
0.22/0.22	c reading problem ... 
1.59/1.18	c ... done. Wall clock time 0.961s.
1.59/1.18	c #vars     6352
1.59/1.18	c #constraints  13321
1.59/1.18	c constraints type 
1.59/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1.59/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
23.36/21.72	c cleaning 0 clauses out of 5001 with flag 0/5001
48.76/47.09	c cleaning 0 clauses out of 11000 with flag 0/11000
83.10/80.94	c cleaning 0 clauses out of 18000 with flag 0/18000
123.18/120.71	c cleaning 0 clauses out of 26000 with flag 0/26000
170.55/168.06	c cleaning 0 clauses out of 35000 with flag 0/35000
228.48/225.95	c cleaning 0 clauses out of 45001 with flag 0/45001
291.85/289.21	c cleaning 0 clauses out of 56002 with flag 0/56002
363.96/361.29	c cleaning 0 clauses out of 68001 with flag 0/68001
454.36/451.53	c cleaning 0 clauses out of 81001 with flag 0/81001
568.56/565.65	c cleaning 0 clauses out of 95000 with flag 0/95000
698.47/695.40	c cleaning 0 clauses out of 109000 with flag 0/109000
850.11/846.93	c cleaning 0 clauses out of 123000 with flag 0/123000
980.93/977.65	c cleaning 0 clauses out of 137001 with flag 0/137001
1085.36/1081.91	c cleaning 0 clauses out of 151001 with flag 0/151001
1194.91/1191.37	c cleaning 0 clauses out of 165001 with flag 0/165001
1314.14/1310.42	c cleaning 0 clauses out of 179000 with flag 0/179000
1429.98/1426.18	c cleaning 0 clauses out of 193000 with flag 0/193000
1541.54/1537.51	c cleaning 0 clauses out of 207000 with flag 0/207000
1661.85/1657.72	c cleaning 0 clauses out of 221001 with flag 0/221001
1787.16/1782.97	c cleaning 0 clauses out of 235000 with flag 0/235000
1800.07/1795.81	c starts		: 120
1800.07/1795.81	c conflicts		: 237333
1800.07/1795.81	c decisions		: 244150
1800.07/1795.81	c propagations		: 509821700
1800.07/1795.81	c inspects		: 2533095709
1800.07/1795.81	c learnt literals	: 0
1800.07/1795.81	c learnt binary clauses	: 69
1800.07/1795.81	c learnt ternary clauses	: 3
1800.07/1795.81	c learnt clauses	: 237332
1800.07/1795.81	c ignored clauses	: 0
1800.07/1795.81	c root simplifications	: 0
1800.07/1795.81	c removed literals (reason simplification)	: 0
1800.07/1795.81	c reason swapping (by a shorter reason)	: 0
1800.07/1795.81	c Calls to reduceDB	: 20
1800.07/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.81	c number of learned constraints concerned by reduction	: 0
1800.07/1795.81	c number of learning phase by resolution	: 0
1800.07/1795.81	c number of learning phase by cutting planes	: 0
1800.07/1795.81	c speed (assignments/second)	: 284080.99697152904
1800.07/1795.81	c non guided choices	0
1800.07/1795.89	c learnt constraints type 
1800.07/1795.89	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 237276
1800.07/1795.89	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 69
1800.07/1795.89	c constraints type 
1800.07/1795.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1800.07/1795.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
1800.07/1795.89	s UNKNOWN
1800.07/1795.89	c Total wall clock time (in seconds): 1795.678

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-2660253-1276473586/watcher-2660253-1276473586 -o /tmp/evaluation-result-2660253-1276473586/solver-2660253-1276473586 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660253-1276473586.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: 1.00 0.99 0.99 3/106 27393
/proc/meminfo: memFree=1856488/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=428 CPUtime=0
/proc/27393/stat : 27393 (java6) R 27391 27393 26346 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 22962277 438272 42 1992294400 134512640 134550932 4293204096 18446744073709551615 2679380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27393/statm: 107 45 36 10 0 25 0

[startup+0.052165 s]
/proc/loadavg: 1.00 0.99 0.99 3/106 27393
/proc/meminfo: memFree=1856488/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1521016 CPUtime=0.03
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 3485 0 1 0 1 2 0 0 15 0 5 0 22962277 1557520384 2929 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 380254 2929 987 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100165 s]
/proc/loadavg: 1.00 0.99 0.99 3/106 27393
/proc/meminfo: memFree=1856488/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1524024 CPUtime=0.08
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 3929 0 1 0 6 2 0 0 15 0 12 0 22962277 1560600576 3368 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 381006 3369 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300164 s]
/proc/loadavg: 1.00 0.99 0.99 3/106 27393
/proc/meminfo: memFree=1856488/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1526432 CPUtime=0.35
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 5315 0 1 0 32 3 0 0 15 0 12 0 22962277 1563066368 4752 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 381608 4752 1362 10 0 378910 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526432

[startup+0.700164 s]
/proc/loadavg: 1.00 0.99 0.99 3/106 27393
/proc/meminfo: memFree=1856488/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1531244 CPUtime=1
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 8100 0 1 0 96 4 0 0 15 0 12 0 22962277 1567993856 7268 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 382811 7269 1401 10 0 380113 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1531244

[startup+1.50116 s]
/proc/loadavg: 1.00 0.99 0.99 4/118 27405
/proc/meminfo: memFree=1819688/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1531244 CPUtime=2.18
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 14440 0 1 0 211 7 0 0 15 0 12 0 22962277 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 382811 13063 1426 10 0 380113 0
[pid=27393/tid=27395] ppid=27391 vsize=1531244 CPUtime=1.07
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 10695 0 1 0 102 5 0 0 25 0 12 0 22962278 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 22962280 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 22962280 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 22962282 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 22962282 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 22962282 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 22962286 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1531244 CPUtime=0.58
/proc/27393/task/27402/stat : 27402 (java) R 27391 27393 26346 0 -1 4202560 1197 0 0 0 58 0 0 0 16 0 12 0 22962286 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 103142700 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1531244 CPUtime=0.5
/proc/27393/task/27403/stat : 27403 (java) R 27391 27393 26346 0 -1 4202560 1486 0 0 0 50 0 0 0 17 0 12 0 22962286 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 103371461 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 22962286 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1531244 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 22962287 1567993856 13063 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1531244

[startup+3.10116 s]
/proc/loadavg: 1.16 1.02 1.00 2/119 27406
/proc/meminfo: memFree=1800460/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1532984 CPUtime=4.57
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 34541 0 2 0 442 15 0 0 15 0 13 0 22962277 1569775616 32226 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383246 32227 1433 10 0 380548 0
[pid=27393/tid=27395] ppid=27391 vsize=1532984 CPUtime=2.21
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 29248 0 1 0 209 12 0 0 25 0 13 0 22962278 1569775616 32228 1992294400 134512640 134550932 4289892128 18446744073709551615 4109299544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 22962280 1569775616 32229 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 22962280 1569775616 32230 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 22962282 1569775616 32231 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 22962282 1569775616 32232 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 22962282 1569775616 32233 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 22962286 1569775616 32233 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1532984 CPUtime=1.23
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 1566 0 0 0 122 1 0 0 15 0 13 0 22962286 1569775616 32234 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1532984 CPUtime=1.1
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2663 0 1 0 110 0 0 0 16 0 13 0 22962286 1569775616 32235 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22962286 1569775616 32236 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22962287 1569775616 32237 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22962429 1569775616 32238 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 1532984

[startup+6.30116 s]
/proc/loadavg: 1.16 1.02 1.00 2/119 27406
/proc/meminfo: memFree=1714904/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1532984 CPUtime=7.8
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 38897 0 2 0 763 17 0 0 15 0 13 0 22962277 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383246 36527 1442 10 0 380548 0
[pid=27393/tid=27395] ppid=27391 vsize=1532984 CPUtime=5.37
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 32069 0 1 0 524 13 0 0 25 0 13 0 22962278 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4109269017 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1532984 CPUtime=0.02
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 653 0 0 0 2 0 0 0 16 0 13 0 22962280 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1532984 CPUtime=0.03
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 866 0 0 0 3 0 0 0 18 0 13 0 22962280 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 13 0 22962282 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22962282 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22962282 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 22962286 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1532984 CPUtime=1.23
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 1566 0 0 0 122 1 0 0 15 0 13 0 22962286 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1532984 CPUtime=1.1
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2663 0 1 0 110 0 0 0 16 0 13 0 22962286 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22962286 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22962287 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1532984 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22962429 1569775616 36527 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1532984

[startup+12.7011 s]
/proc/loadavg: 1.13 1.02 1.00 2/119 27406
/proc/meminfo: memFree=1682540/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1532472 CPUtime=14.28
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 47286 0 2 0 1407 21 0 0 15 0 13 0 22962277 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383118 44653 1442 10 0 380420 0
[pid=27393/tid=27395] ppid=27391 vsize=1532472 CPUtime=11.73
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 38357 0 1 0 1156 17 0 0 25 0 13 0 22962278 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4109366398 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1532472 CPUtime=0.07
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 1631 0 0 0 7 0 0 0 16 0 13 0 22962280 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1532472 CPUtime=0.07
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 1976 0 0 0 7 0 0 0 18 0 13 0 22962280 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1532472 CPUtime=0
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 22962282 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1532472 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22962282 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1532472 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22962282 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1532472 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 22962286 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1532472 CPUtime=1.23
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 1566 0 0 0 122 1 0 0 15 0 13 0 22962286 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1532472 CPUtime=1.14
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2665 0 1 0 114 0 0 0 15 0 13 0 22962286 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1532472 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22962286 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1532472 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22962287 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1532472 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22962429 1569251328 44653 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 1532472

[startup+25.5001 s]
/proc/loadavg: 1.11 1.02 1.00 2/119 27406
/proc/meminfo: memFree=1680184/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1532472 CPUtime=27.21
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 47858 0 2 0 2699 22 0 0 15 0 13 0 22962277 1569251328 45136 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383118 45136 1448 10 0 380420 0
[pid=27393/tid=27395] ppid=27391 vsize=1532472 CPUtime=24.44
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 38368 0 1 0 2427 17 0 0 25 0 13 0 22962278 1569251328 45136 1992294400 134512640 134550932 4289892128 18446744073709551615 4109335952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1532472 CPUtime=0.08
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 1871 0 0 0 8 0 0 0 16 0 13 0 22962280 1569251328 45136 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1532472 CPUtime=0.08
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 2239 0 0 0 8 0 0 0 15 0 13 0 22962280 1569251328 45136 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1532472 CPUtime=0.03
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 13 0 22962282 1569251328 45136 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1532472 CPUtime=0

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

[pid=27393] ppid=27391 vsize=1533460 CPUtime=1666.45
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 73651 0 2 0 166575 70 0 0 15 0 13 0 22962277 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383365 66336 1448 10 0 380667 0
[pid=27393/tid=27395] ppid=27391 vsize=1533460 CPUtime=1655.2
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 39300 0 1 0 165481 39 0 0 25 0 13 0 22962278 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4109268901 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1533460 CPUtime=2.46
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 12525 0 0 0 233 13 0 0 16 0 13 0 22962280 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1533460 CPUtime=2.46
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 12626 0 0 0 238 8 0 0 16 0 13 0 22962280 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1533460 CPUtime=2.85
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 379 0 0 0 281 4 0 0 15 0 13 0 22962282 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 22962286 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1533460 CPUtime=2.06
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 4946 0 0 0 204 2 0 0 15 0 13 0 22962286 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1533460 CPUtime=1.34
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2710 0 1 0 134 0 0 0 15 0 13 0 22962286 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22962286 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 22962287 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22962429 1570263040 66336 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.45
Current children cumulated vsize (KiB) 1533460

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27464
/proc/meminfo: memFree=1590536/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1533460 CPUtime=1726.5
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 74342 0 2 0 172575 75 0 0 15 0 13 0 22962277 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383365 66994 1448 10 0 380667 0
[pid=27393/tid=27395] ppid=27391 vsize=1533460 CPUtime=1715.04
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 39318 0 1 0 171462 42 0 0 25 0 13 0 22962278 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4109335306 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1533460 CPUtime=2.57
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 12797 0 0 0 243 14 0 0 16 0 13 0 22962280 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1533460 CPUtime=2.57
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 13023 0 0 0 248 9 0 0 15 0 13 0 22962280 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1533460 CPUtime=2.85
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 381 0 0 0 281 4 0 0 15 0 13 0 22962282 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 22962286 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1533460 CPUtime=2.06
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 4946 0 0 0 204 2 0 0 15 0 13 0 22962286 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1533460 CPUtime=1.34
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2710 0 1 0 134 0 0 0 15 0 13 0 22962286 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22962286 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 22962287 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22962429 1570263040 66994 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.5
Current children cumulated vsize (KiB) 1533460

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27464
/proc/meminfo: memFree=1587312/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1533460 CPUtime=1786.56
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 75158 0 2 0 178577 79 0 0 15 0 13 0 22962277 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383365 67762 1448 10 0 380667 0
[pid=27393/tid=27395] ppid=27391 vsize=1533460 CPUtime=1774.86
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 39336 0 1 0 177442 44 0 0 25 0 13 0 22962278 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4109595096 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1533460 CPUtime=2.68
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 13104 0 0 0 254 14 0 0 16 0 13 0 22962280 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1533460 CPUtime=2.68
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 13506 0 0 0 259 9 0 0 16 0 13 0 22962280 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1533460 CPUtime=2.86
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 385 0 0 0 282 4 0 0 15 0 13 0 22962282 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 22962286 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1533460 CPUtime=2.06
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 4946 0 0 0 204 2 0 0 15 0 13 0 22962286 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1533460 CPUtime=1.34
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2710 0 1 0 134 0 0 0 15 0 13 0 22962286 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22962286 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 22962287 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22962429 1570263040 67762 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (KiB) 1533460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27466
/proc/meminfo: memFree=1587188/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1533460 CPUtime=1800.07
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 75206 0 2 0 179927 80 0 0 15 0 13 0 22962277 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383365 67805 1448 10 0 380667 0
[pid=27393/tid=27395] ppid=27391 vsize=1533460 CPUtime=1787.95
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 39341 0 1 0 178750 45 0 0 25 0 13 0 22962278 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4109350496 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1533460 CPUtime=2.7
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 13132 0 0 0 256 14 0 0 16 0 13 0 22962280 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1533460 CPUtime=2.71
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 13521 0 0 0 262 9 0 0 15 0 13 0 22962280 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1533460 CPUtime=3.22
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 385 0 0 0 318 4 0 0 15 0 13 0 22962282 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22962282 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 22962286 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1533460 CPUtime=2.06
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 4946 0 0 0 204 2 0 0 15 0 13 0 22962286 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1533460 CPUtime=1.34
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2710 0 1 0 134 0 0 0 15 0 13 0 22962286 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22962286 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 22962287 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1533460 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22962429 1570263040 67805 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1533460

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

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

[startup+1795.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27466
/proc/meminfo: memFree=1587188/2059040 swapFree=4140108/4192956
[pid=27393] ppid=27391 vsize=1534108 CPUtime=1800.26
/proc/27393/stat : 27393 (java) S 27391 27393 26346 0 -1 4202496 75225 0 2 0 179946 80 0 0 15 0 14 0 22962277 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27393/statm: 383527 67824 1449 10 0 380829 0
[pid=27393/tid=27395] ppid=27391 vsize=1534108 CPUtime=1788.05
/proc/27393/task/27395/stat : 27395 (java) R 27391 27393 26346 0 -1 4202560 39341 0 1 0 178760 45 0 0 25 0 14 0 22962278 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4109345215 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27393/tid=27396] ppid=27391 vsize=1534108 CPUtime=2.7
/proc/27393/task/27396/stat : 27396 (java) S 27391 27393 26346 0 -1 4202560 13132 0 0 0 256 14 0 0 16 0 14 0 22962280 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27397] ppid=27391 vsize=1534108 CPUtime=2.71
/proc/27393/task/27397/stat : 27397 (java) S 27391 27393 26346 0 -1 4202560 13521 0 0 0 262 9 0 0 15 0 14 0 22962280 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27398] ppid=27391 vsize=1534108 CPUtime=3.22
/proc/27393/task/27398/stat : 27398 (java) S 27391 27393 26346 0 -1 4202560 385 0 0 0 318 4 0 0 15 0 14 0 22962282 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27399] ppid=27391 vsize=1534108 CPUtime=0
/proc/27393/task/27399/stat : 27399 (java) S 27391 27393 26346 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 22962282 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27400] ppid=27391 vsize=1534108 CPUtime=0
/proc/27393/task/27400/stat : 27400 (java) S 27391 27393 26346 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 22962282 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27401] ppid=27391 vsize=1534108 CPUtime=0
/proc/27393/task/27401/stat : 27401 (java) S 27391 27393 26346 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 22962286 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27402] ppid=27391 vsize=1534108 CPUtime=2.1
/proc/27393/task/27402/stat : 27402 (java) S 27391 27393 26346 0 -1 4202560 4946 0 0 0 208 2 0 0 15 0 14 0 22962286 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27403] ppid=27391 vsize=1534108 CPUtime=1.34
/proc/27393/task/27403/stat : 27403 (java) S 27391 27393 26346 0 -1 4202560 2710 0 1 0 134 0 0 0 15 0 14 0 22962286 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27404] ppid=27391 vsize=1534108 CPUtime=0
/proc/27393/task/27404/stat : 27404 (java) S 27391 27393 26346 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 22962286 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=27393/tid=27405] ppid=27391 vsize=1534108 CPUtime=0
/proc/27393/task/27405/stat : 27405 (java) S 27391 27393 26346 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 14 0 22962287 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=27393/tid=27406] ppid=27391 vsize=1534108 CPUtime=0
/proc/27393/task/27406/stat : 27406 (java) S 27391 27393 26346 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22962429 1570926592 67824 1992294400 134512640 134550932 4289892128 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1534108

Child status: 143
Real time (s): 1795.96
CPU time (s): 1800.31
CPU user time (s): 1799.48
CPU system time (s): 0.829873
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 1537644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.829873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75226
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43376
involuntary context switches= 23012

runsolver used 3.56546 second user time and 9.66453 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-14 01:59:46
IDJOB=2660253
IDBENCH=2208
IDSOLVER=1165
FILE ID=node006/2660253-1276473586
PBS_JOBID= 11173357
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660253-1276473586/watcher-2660253-1276473586 -o /tmp/evaluation-result-2660253-1276473586/solver-2660253-1276473586 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660253-1276473586.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=22616999

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1856760 kB
Buffers:         35588 kB
Cached:          86660 kB
SwapCached:       6484 kB
Active:          17712 kB
Inactive:       118320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1856760 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:             748 kB
Writeback:           0 kB
AnonPages:       11996 kB
Mapped:          13008 kB
Slab:            44152 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180996 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= 62472 MiB
End job on node006 at 2010-06-14 02:29:44