Trace number 2660296

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.17 1774.32

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg3.opb
MD5SUMbbee2849ae83900e79494d0f7a7c3755
Bench CategoryOPT-BIGINT (optimisation, big 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 variables9060
Total number of constraints429
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
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@16fd0b7
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	c solving HOME/instance-2660296-1276551182.opb
0.25/0.21	c reading problem ... 
3.04/1.71	c ... done. Wall clock time 1.49s.
3.04/1.71	c #vars     9060
3.04/1.71	c #constraints  1619
3.04/1.71	c constraints type 
3.04/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
573.75/567.43	c cleaning 0 clauses out of 5001 with flag 0/5001
1268.17/1252.00	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.03/1774.22	c starts		: 27
1800.03/1774.22	c conflicts		: 12731
1800.03/1774.22	c decisions		: 195580
1800.03/1774.22	c propagations		: 524745
1800.03/1774.22	c inspects		: 460074036
1800.03/1774.22	c learnt literals	: 0
1800.03/1774.22	c learnt binary clauses	: 0
1800.03/1774.22	c learnt ternary clauses	: 0
1800.03/1774.22	c learnt clauses	: 12731
1800.03/1774.22	c ignored clauses	: 0
1800.03/1774.22	c root simplifications	: 0
1800.03/1774.23	c removed literals (reason simplification)	: 0
1800.03/1774.23	c reason swapping (by a shorter reason)	: 0
1800.03/1774.23	c Calls to reduceDB	: 2
1800.03/1774.23	c number of reductions to clauses (during analyze)	: 0
1800.03/1774.23	c number of learned constraints concerned by reduction	: 0
1800.03/1774.23	c number of learning phase by resolution	: 0
1800.03/1774.23	c number of learning phase by cutting planes	: 0
1800.03/1774.23	c speed (assignments/second)	: 296.0437793543109
1800.03/1774.23	c non guided choices	0
1800.03/1774.25	c learnt constraints type 
1800.03/1774.25	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 409
1800.03/1774.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12322
1800.03/1774.25	c constraints type 
1800.03/1774.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
1800.03/1774.25	s UNKNOWN
1800.03/1774.25	c Total wall clock time (in seconds): 1774.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-2660296-1276551182/watcher-2660296-1276551182 -o /tmp/evaluation-result-2660296-1276551182/solver-2660296-1276551182 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660296-1276551182.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 1.00 1.05 3/107 31203
/proc/meminfo: memFree=1824788/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1832 CPUtime=0
/proc/31203/stat : 31203 (java6) R 31201 31203 30980 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 28773963 1875968 157 1992294400 134512640 134550932 4288635280 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31203/statm: 458 157 119 10 0 63 0

[startup+0.072133 s]
/proc/loadavg: 1.00 1.00 1.05 3/107 31203
/proc/meminfo: memFree=1824788/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1521796 CPUtime=0.06
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 3709 0 1 0 4 2 0 0 18 0 7 0 28773963 1558319104 3150 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 380449 3150 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101133 s]
/proc/loadavg: 1.00 1.00 1.05 3/107 31203
/proc/meminfo: memFree=1824788/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1524184 CPUtime=0.09
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 3953 0 1 0 7 2 0 0 18 0 12 0 28773963 1560764416 3392 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 381046 3392 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300612 s]
/proc/loadavg: 1.00 1.00 1.05 3/107 31203
/proc/meminfo: memFree=1824788/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1526872 CPUtime=0.39
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 5474 0 1 0 36 3 0 0 18 0 12 0 28773963 1563516928 4911 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 381718 4911 1366 10 0 379020 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526872

[startup+0.700601 s]
/proc/loadavg: 1.00 1.00 1.05 3/107 31203
/proc/meminfo: memFree=1824788/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1533332 CPUtime=1.17
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 9370 0 1 0 112 5 0 0 18 0 12 0 28773963 1570131968 8507 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 383333 8508 1402 10 0 380635 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1533332

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 1.05 5/119 31215
/proc/meminfo: memFree=1776952/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1549956 CPUtime=2.75
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 24149 0 1 0 264 11 0 0 18 0 12 0 28773963 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 387489 20877 1407 10 0 384791 0
[pid=31203/tid=31205] ppid=31201 vsize=1549956 CPUtime=1.28
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 14666 0 1 0 121 7 0 0 18 0 12 0 28773965 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4109756290 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 28773966 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 28773966 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28773968 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 28773969 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28773969 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28773973 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1549956 CPUtime=0.51
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 1939 0 0 0 51 0 0 0 17 0 12 0 28773973 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1549956 CPUtime=0.92
/proc/31203/task/31213/stat : 31213 (java) R 31201 31203 30980 0 -1 4202560 6481 0 0 0 90 2 0 0 18 0 12 0 28773973 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 103143129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28773973 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1549956 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28773973 1587154944 20877 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1549956

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.05 4/120 31216
/proc/meminfo: memFree=1722012/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=5.3
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 44395 0 1 0 510 20 0 0 18 0 13 0 28773963 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 40705 1439 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=2.44
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 32055 0 1 0 230 14 0 0 20 0 13 0 28773965 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4109838159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=0.04
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 1526 0 0 0 4 0 0 0 18 0 13 0 28773966 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=0.03
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 1025 0 0 0 3 0 0 0 18 0 13 0 28773966 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 28773968 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=1.11
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2046 0 0 0 110 1 0 0 16 0 13 0 28773973 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.62
/proc/31203/task/31213/stat : 31213 (java) S 31201 31203 30980 0 -1 4202560 6668 0 0 0 160 2 0 0 16 0 13 0 28773973 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 40705 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 1547852

[startup+6.30145 s]
/proc/loadavg: 1.16 1.03 1.06 2/120 31216
/proc/meminfo: memFree=1633476/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=9.07
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 53778 0 1 0 883 24 0 0 18 0 13 0 28773963 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 49512 1439 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=5.35
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 32070 0 1 0 521 14 0 0 25 0 13 0 28773965 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4110222344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=0.28
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 6219 0 0 0 26 2 0 0 16 0 13 0 28773966 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=0.27
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 5631 0 0 0 25 2 0 0 16 0 13 0 28773966 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 28773968 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=1.27
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2064 0 0 0 126 1 0 0 15 0 13 0 28773973 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.85
/proc/31203/task/31213/stat : 31213 (java) R 31201 31203 30980 0 -1 4202560 6699 0 0 0 183 2 0 0 16 0 13 0 28773973 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 104163883 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 49512 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 1547852

[startup+12.7013 s]
/proc/loadavg: 1.15 1.03 1.06 2/120 31216
/proc/meminfo: memFree=1624548/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=15.63
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 56362 0 1 0 1538 25 0 0 18 0 13 0 28773963 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 51861 1439 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=11.67
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 32868 0 1 0 1153 14 0 0 25 0 13 0 28773965 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4110205723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=0.34
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 7269 0 0 0 31 3 0 0 16 0 13 0 28773966 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=0.32
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 6353 0 0 0 30 2 0 0 16 0 13 0 28773966 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 28773968 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=1.3
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2066 0 0 0 129 1 0 0 15 0 13 0 28773973 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.93
/proc/31203/task/31213/stat : 31213 (java) S 31201 31203 30980 0 -1 4202560 6711 0 0 0 191 2 0 0 15 0 13 0 28773973 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 51861 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1547852

[startup+25.5019 s]
/proc/loadavg: 1.11 1.03 1.06 2/120 31216
/proc/meminfo: memFree=1608552/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=28.76
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 60219 0 1 0 2848 28 0 0 18 0 13 0 28773963 1585000448 55192 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 55192 1439 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=24.32
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 33418 0 1 0 2417 15 0 0 25 0 13 0 28773965 1585000448 55192 1992294400 134512640 134550932 4294550176 18446744073709551615 4109838186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=0.46
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 8935 0 0 0 42 4 0 0 16 0 13 0 28773966 1585000448 55192 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=0.43
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 7936 0 0 0 41 2 0 0 16 0 13 0 28773966 1585000448 55192 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=0.01
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 13 0 28773968 1585000448 55192 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0

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

[pid=31203] ppid=31201 vsize=1547852 CPUtime=1563.59
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 145646 0 1 0 156216 143 0 0 18 0 13 0 28773963 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 126440 1449 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=1520.56
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 34505 0 1 0 152007 49 0 0 25 0 13 0 28773965 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4110144668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=18.57
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 51391 0 0 0 1817 40 0 0 15 0 13 0 28773966 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=18.5
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 49008 0 0 0 1810 40 0 0 16 0 13 0 28773966 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=1.76
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 351 0 0 0 170 6 0 0 16 0 13 0 28773968 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=2.14
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2518 0 0 0 213 1 0 0 15 0 13 0 28773973 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.98
/proc/31203/task/31213/stat : 31213 (java) S 31201 31203 30980 0 -1 4202560 6713 0 0 0 196 2 0 0 15 0 13 0 28773973 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 126440 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1563.59
Current children cumulated vsize (KiB) 1547852

[startup+1602.3 s]
/proc/loadavg: 1.26 1.14 1.04 2/120 31261
/proc/meminfo: memFree=1319880/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=1624.71
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 146059 0 1 0 162325 146 0 0 18 0 13 0 28773963 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 126790 1449 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=1579.34
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 34552 0 1 0 157885 49 0 0 25 0 13 0 28773965 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4110205596 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=19.73
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 51486 0 0 0 1933 40 0 0 15 0 13 0 28773966 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=19.67
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 49270 0 0 0 1924 43 0 0 16 0 13 0 28773966 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=1.77
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 356 0 0 0 171 6 0 0 15 0 13 0 28773968 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=2.14
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2518 0 0 0 213 1 0 0 15 0 13 0 28773973 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.98
/proc/31203/task/31213/stat : 31213 (java) S 31201 31203 30980 0 -1 4202560 6713 0 0 0 196 2 0 0 15 0 13 0 28773973 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 126790 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.71
Current children cumulated vsize (KiB) 1547852

[startup+1662.3 s]
/proc/loadavg: 1.17 1.14 1.05 2/120 31263
/proc/meminfo: memFree=1318144/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=1685.85
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 146530 0 1 0 168435 150 0 0 18 0 13 0 28773963 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 127201 1449 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=1638.13
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 34599 0 1 0 163764 49 0 0 25 0 13 0 28773965 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4110205771 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=20.91
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 51711 0 0 0 2049 42 0 0 16 0 13 0 28773966 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=20.83
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 49461 0 0 0 2039 44 0 0 15 0 13 0 28773966 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=1.78
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 360 0 0 0 171 7 0 0 15 0 13 0 28773968 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=2.14
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2518 0 0 0 213 1 0 0 15 0 13 0 28773973 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.98
/proc/31203/task/31213/stat : 31213 (java) S 31201 31203 30980 0 -1 4202560 6713 0 0 0 196 2 0 0 15 0 13 0 28773973 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 127201 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1685.85
Current children cumulated vsize (KiB) 1547852

[startup+1722.3 s]
/proc/loadavg: 1.06 1.11 1.04 3/120 31274
/proc/meminfo: memFree=1315912/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=1746.99
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 147148 0 1 0 174546 153 0 0 18 0 13 0 28773963 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 127751 1449 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=1696.91
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 34646 0 1 0 169641 50 0 0 25 0 13 0 28773965 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4110307775 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=22.07
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 52058 0 0 0 2164 43 0 0 16 0 13 0 28773966 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=22
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 49681 0 0 0 2156 44 0 0 15 0 13 0 28773966 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=1.79
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 362 0 0 0 172 7 0 0 16 0 13 0 28773968 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=2.14
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2518 0 0 0 213 1 0 0 15 0 13 0 28773973 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.98
/proc/31203/task/31213/stat : 31213 (java) S 31201 31203 30980 0 -1 4202560 6713 0 0 0 196 2 0 0 15 0 13 0 28773973 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 127751 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1746.99
Current children cumulated vsize (KiB) 1547852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.2 s]
/proc/loadavg: 1.02 1.09 1.04 2/120 31274
/proc/meminfo: memFree=1295824/2059040 swapFree=4140108/4192956
[pid=31203] ppid=31201 vsize=1547852 CPUtime=1800.03
/proc/31203/stat : 31203 (java) S 31201 31203 30980 0 -1 4202496 152999 0 1 0 179845 158 0 0 18 0 13 0 28773963 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31203/statm: 386963 132725 1449 10 0 384265 0
[pid=31203/tid=31205] ppid=31201 vsize=1547852 CPUtime=1747.62
/proc/31203/task/31205/stat : 31205 (java) R 31201 31203 30980 0 -1 4202560 34686 0 1 0 174712 50 0 0 25 0 13 0 28773965 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4110205733 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31203/tid=31206] ppid=31201 vsize=1547852 CPUtime=23.23
/proc/31203/task/31206/stat : 31206 (java) S 31201 31203 30980 0 -1 4202560 55350 0 0 0 2277 46 0 0 16 0 13 0 28773966 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31207] ppid=31201 vsize=1547852 CPUtime=23.17
/proc/31203/task/31207/stat : 31207 (java) S 31201 31203 30980 0 -1 4202560 52192 0 0 0 2271 46 0 0 15 0 13 0 28773966 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31208] ppid=31201 vsize=1547852 CPUtime=1.81
/proc/31203/task/31208/stat : 31208 (java) S 31201 31203 30980 0 -1 4202560 366 0 0 0 173 8 0 0 16 0 13 0 28773968 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 0 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31209] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31209/stat : 31209 (java) S 31201 31203 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31210] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31210/stat : 31210 (java) S 31201 31203 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28773969 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31211] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31211/stat : 31211 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31212] ppid=31201 vsize=1547852 CPUtime=2.14
/proc/31203/task/31212/stat : 31212 (java) S 31201 31203 30980 0 -1 4202560 2518 0 0 0 213 1 0 0 15 0 13 0 28773973 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
[pid=31203/tid=31213] ppid=31201 vsize=1547852 CPUtime=1.98
/proc/31203/task/31213/stat : 31213 (java) S 31201 31203 30980 0 -1 4202560 6713 0 0 0 196 2 0 0 15 0 13 0 28773973 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31214] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31214/stat : 31214 (java) S 31201 31203 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28773973 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31215] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31215/stat : 31215 (java) S 31201 31203 30980 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28773973 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 0 0 0 0
[pid=31203/tid=31216] ppid=31201 vsize=1547852 CPUtime=0
/proc/31203/task/31216/stat : 31216 (java) S 31201 31203 30980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28774173 1585000448 132725 1992294400 134512640 134550932 4294550176 18446744073709551615 4294960144 0 4 0 16800975 18446604437852352960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1547852

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): 1774.32
CPU time (s): 1800.17
CPU user time (s): 1798.54
CPU system time (s): 1.63475
CPU usage (%): 101.457
Max. virtual memory (cumulated for all children) (KiB): 1549956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.63475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153022
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= 48177
involuntary context switches= 42831

runsolver used 3.72843 second user time and 10.0905 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-14 23:33:02
IDJOB=2660296
IDBENCH=2423
IDSOLVER=1165
FILE ID=node025/2660296-1276551182
PBS_JOBID= 11173488
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660296-1276551182/watcher-2660296-1276551182 -o /tmp/evaluation-result-2660296-1276551182/solver-2660296-1276551182 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660296-1276551182.opb

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

MD5SUM BENCH= bbee2849ae83900e79494d0f7a7c3755
RANDOM SEED=1914558899

node025.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.242
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.48
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.242
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825060 kB
Buffers:         43848 kB
Cached:         101324 kB
SwapCached:       6516 kB
Active:          21312 kB
Inactive:       136968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825060 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            1780 kB
Writeback:           4 kB
AnonPages:       11408 kB
Mapped:          12972 kB
Slab:            53744 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183384 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= 62568 MiB
End job on node025 at 2010-06-15 00:02:39