Trace number 2660507

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.21 1789.01

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow22.opb
MD5SUM459c1d0101a0e61c9c386c9d02f149df
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables25124
Total number of constraints1320
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 constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 234612588283
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660507-1276549348.opb
0.24/0.21	c reading problem ... 
3.90/2.37	c ... done. Wall clock time 2.164s.
3.90/2.37	c #vars     25124
3.90/2.37	c #constraints  1760
3.90/2.37	c constraints type 
3.90/2.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1760
1411.28/1403.74	c cleaning 0 clauses out of 5001 with flag 0/5001
1800.08/1788.92	c starts		: 27
1800.08/1788.92	c conflicts		: 7112
1800.08/1788.92	c decisions		: 21737
1800.08/1788.92	c propagations		: 109524
1800.08/1788.92	c inspects		: 85658355
1800.08/1788.92	c learnt literals	: 0
1800.08/1788.92	c learnt binary clauses	: 0
1800.08/1788.92	c learnt ternary clauses	: 0
1800.08/1788.92	c learnt clauses	: 7112
1800.08/1788.92	c ignored clauses	: 0
1800.08/1788.92	c root simplifications	: 0
1800.08/1788.92	c removed literals (reason simplification)	: 0
1800.08/1788.92	c reason swapping (by a shorter reason)	: 0
1800.08/1788.92	c Calls to reduceDB	: 1
1800.08/1788.92	c number of reductions to clauses (during analyze)	: 0
1800.08/1788.92	c number of learned constraints concerned by reduction	: 0
1800.08/1788.92	c number of learning phase by resolution	: 0
1800.08/1788.92	c number of learning phase by cutting planes	: 0
1800.08/1788.92	c speed (assignments/second)	: 61.30495526558539
1800.08/1788.92	c non guided choices	0
1800.08/1788.93	c learnt constraints type 
1800.08/1788.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.08/1788.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7104
1800.08/1788.93	c constraints type 
1800.08/1788.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1760
1800.08/1788.93	s UNKNOWN
1800.08/1788.93	c Total wall clock time (in seconds): 1788.723

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-2660507-1276549348/watcher-2660507-1276549348 -o /tmp/evaluation-result-2660507-1276549348/solver-2660507-1276549348 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660507-1276549348.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.05 1.09 1.03 2/106 32051
/proc/meminfo: memFree=1852672/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1836 CPUtime=0
/proc/32051/stat : 32051 (java6) R 32049 32051 31584 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 28591188 1880064 154 1992294400 134512640 134550932 4287373568 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32051/statm: 458 153 116 10 0 63 0

[startup+0.0297329 s]
/proc/loadavg: 1.05 1.09 1.03 2/106 32051
/proc/meminfo: memFree=1852672/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1517712 CPUtime=0.01
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 2620 0 1 0 0 1 0 0 18 0 3 0 28591188 1554137088 2064 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.10146 s]
/proc/loadavg: 1.05 1.09 1.03 2/106 32051
/proc/meminfo: memFree=1852672/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1524184 CPUtime=0.08
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 28591188 1560764416 3401 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300773 s]
/proc/loadavg: 1.05 1.09 1.03 2/106 32051
/proc/meminfo: memFree=1852672/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1526520 CPUtime=0.37
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 5493 0 1 0 34 3 0 0 18 0 12 0 28591188 1563156480 4930 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 381630 4930 1366 10 0 378932 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526520

[startup+0.700765 s]
/proc/loadavg: 1.05 1.09 1.03 2/106 32051
/proc/meminfo: memFree=1852672/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1531020 CPUtime=1.17
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 9199 0 1 0 112 5 0 0 18 0 12 0 28591188 1567764480 8480 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 382755 8481 1406 10 0 380057 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1531020

[startup+1.50175 s]
/proc/loadavg: 1.05 1.09 1.03 4/118 32063
/proc/meminfo: memFree=1806884/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1543456 CPUtime=2.76
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 24648 0 1 0 263 13 0 0 18 0 12 0 28591188 1580498944 22798 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 385864 22805 1407 10 0 383166 0
[pid=32051/tid=32053] ppid=32049 vsize=1543456 CPUtime=1.47
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 17897 0 1 0 137 10 0 0 18 0 12 0 28591190 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 4109710730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 28591191 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28591191 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 28591193 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 28591193 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28591193 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28591197 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1543456 CPUtime=0.72
/proc/32051/task/32060/stat : 32060 (java) R 32049 32051 31584 0 -1 4202560 4272 0 0 0 70 2 0 0 25 0 12 0 28591197 1580498944 22805 1992294400 134512640 134550932 4287112944 18446744073709551615 103143151 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1543456 CPUtime=0.55
/proc/32051/task/32061/stat : 32061 (java) R 32049 32051 31584 0 -1 4202560 1424 0 0 0 55 0 0 0 18 0 12 0 28591198 1580498944 22807 1992294400 134512640 134550932 4287112944 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28591198 1580498944 22810 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1543456 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) R 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28591198 1580498944 22811 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1543456

[startup+3.10071 s]
/proc/loadavg: 1.05 1.09 1.03 2/118 32063
/proc/meminfo: memFree=1719464/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1544064 CPUtime=5.43
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 46531 0 1 0 520 23 0 0 18 0 13 0 28591188 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 386016 42836 1439 10 0 383318 0
[pid=32051/tid=32053] ppid=32049 vsize=1544064 CPUtime=2.92
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32078 0 1 0 277 15 0 0 18 0 13 0 28591190 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4109324836 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1544064 CPUtime=0.08
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 2548 0 0 0 8 0 0 0 18 0 13 0 28591191 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1544064 CPUtime=0.08
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 2838 0 0 0 7 1 0 0 18 0 13 0 28591191 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1544064 CPUtime=0
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 28591193 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1544064 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1544064 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1544064 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1544064 CPUtime=1.34
/proc/32051/task/32060/stat : 32060 (java) R 32049 32051 31584 0 -1 4202560 5678 0 0 0 132 2 0 0 16 0 13 0 28591197 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1544064 CPUtime=0.95
/proc/32051/task/32061/stat : 32061 (java) R 32049 32051 31584 0 -1 4202560 2313 0 0 0 94 1 0 0 16 0 13 0 28591198 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 104163866 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1544064 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1544064 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28591198 1581121536 42836 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 1544064

[startup+6.30165 s]
/proc/loadavg: 1.05 1.09 1.03 2/119 32064
/proc/meminfo: memFree=1662540/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1543376 CPUtime=9.85
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 60325 0 1 0 955 30 0 0 18 0 13 0 28591188 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 385844 53164 1440 10 0 383146 0
[pid=32051/tid=32053] ppid=32049 vsize=1543376 CPUtime=5.59
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32089 0 1 0 543 16 0 0 21 0 13 0 28591190 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4109706193 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1543376 CPUtime=0.42
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 6490 0 0 0 40 2 0 0 16 0 13 0 28591191 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1543376 CPUtime=0.5
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 10135 0 0 0 45 5 0 0 16 0 13 0 28591191 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1543376 CPUtime=0
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28591193 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1543376 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1543376 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1543376 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1543376 CPUtime=1.83
/proc/32051/task/32060/stat : 32060 (java) S 32049 32051 31584 0 -1 4202560 6122 0 0 0 181 2 0 0 15 0 13 0 28591197 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1543376 CPUtime=1.45
/proc/32051/task/32061/stat : 32061 (java) S 32049 32051 31584 0 -1 4202560 4413 0 0 0 143 2 0 0 15 0 13 0 28591198 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1543376 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1543376 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28591198 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32064] ppid=32049 vsize=1543376 CPUtime=0
/proc/32051/task/32064/stat : 32064 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 28591441 1580417024 53164 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 1543376

[startup+12.7005 s]
/proc/loadavg: 1.05 1.09 1.03 2/119 32064
/proc/meminfo: memFree=1644436/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1536304 CPUtime=16.61
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 62739 0 1 0 1630 31 0 0 18 0 13 0 28591188 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 384076 53439 1444 10 0 381378 0
[pid=32051/tid=32053] ppid=32049 vsize=1536304 CPUtime=11.84
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32105 0 1 0 1168 16 0 0 25 0 13 0 28591190 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4110051470 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1536304 CPUtime=0.48
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 7679 0 0 0 46 2 0 0 16 0 13 0 28591191 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1536304 CPUtime=0.56
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 11303 0 0 0 51 5 0 0 16 0 13 0 28591191 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1536304 CPUtime=0.01
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 28591193 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1536304 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1536304 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1536304 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1536304 CPUtime=2.18
/proc/32051/task/32060/stat : 32060 (java) S 32049 32051 31584 0 -1 4202560 6162 0 0 0 215 3 0 0 15 0 13 0 28591197 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1536304 CPUtime=1.49
/proc/32051/task/32061/stat : 32061 (java) S 32049 32051 31584 0 -1 4202560 4414 0 0 0 147 2 0 0 15 0 13 0 28591198 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1536304 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1536304 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28591198 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32064] ppid=32049 vsize=1536304 CPUtime=0
/proc/32051/task/32064/stat : 32064 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 28591441 1573175296 53439 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.61
Current children cumulated vsize (KiB) 1536304

[startup+25.5012 s]
/proc/loadavg: 1.03 1.08 1.03 2/119 32064
/proc/meminfo: memFree=1625960/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1536304 CPUtime=29.6
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 68517 0 1 0 2926 34 0 0 18 0 13 0 28591188 1573175296 57985 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 384076 57985 1444 10 0 381378 0
[pid=32051/tid=32053] ppid=32049 vsize=1536304 CPUtime=24.47
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32123 0 1 0 2430 17 0 0 25 0 13 0 28591190 1573175296 57985 1992294400 134512640 134550932 4287112944 18446744073709551615 4110299363 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1536304 CPUtime=0.62
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 10397 0 0 0 59 3 0 0 15 0 13 0 28591191 1573175296 57985 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1536304 CPUtime=0.69
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 14341 0 0 0 63 6 0 0 16 0 13 0 28591191 1573175296 57985 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1536304 CPUtime=0.01
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 28591193 1573175296 57985 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1536304 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1573175296 57985 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1536304 CPUtime=0

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

[pid=32051] ppid=32049 vsize=1536764 CPUtime=1671.96
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 167688 0 1 0 167095 101 0 0 18 0 13 0 28591188 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 384191 143934 1450 10 0 381493 0
[pid=32051/tid=32053] ppid=32049 vsize=1536764 CPUtime=1653.88
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32521 0 1 0 165355 33 0 0 25 0 13 0 28591190 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4109683397 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1536764 CPUtime=6.45
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 62149 0 0 0 616 29 0 0 15 0 13 0 28591191 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1536764 CPUtime=6.53
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 60932 0 0 0 624 29 0 0 16 0 13 0 28591191 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1536764 CPUtime=0.74
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 94 0 0 0 72 2 0 0 15 0 13 0 28591193 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1536764 CPUtime=2.76
/proc/32051/task/32060/stat : 32060 (java) S 32049 32051 31584 0 -1 4202560 6412 0 0 0 273 3 0 0 15 0 13 0 28591197 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1536764 CPUtime=1.54
/proc/32051/task/32061/stat : 32061 (java) S 32049 32051 31584 0 -1 4202560 4417 0 0 0 152 2 0 0 15 0 13 0 28591198 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 28591198 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32064] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32064/stat : 32064 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 28591441 1573646336 143934 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1671.96
Current children cumulated vsize (KiB) 1536764

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32110
/proc/meminfo: memFree=1262640/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1536764 CPUtime=1732.65
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 172033 0 1 0 173160 105 0 0 18 0 13 0 28591188 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 384191 148010 1450 10 0 381493 0
[pid=32051/tid=32053] ppid=32049 vsize=1536764 CPUtime=1713.12
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32556 0 1 0 171278 34 0 0 25 0 13 0 28591190 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4109683626 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1536764 CPUtime=7.17
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 63890 0 0 0 687 30 0 0 15 0 13 0 28591191 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1536764 CPUtime=7.24
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 63493 0 0 0 694 30 0 0 16 0 13 0 28591191 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1536764 CPUtime=0.76
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 98 0 0 0 73 3 0 0 15 0 13 0 28591193 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1536764 CPUtime=2.76
/proc/32051/task/32060/stat : 32060 (java) S 32049 32051 31584 0 -1 4202560 6412 0 0 0 273 3 0 0 15 0 13 0 28591197 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1536764 CPUtime=1.54
/proc/32051/task/32061/stat : 32061 (java) S 32049 32051 31584 0 -1 4202560 4417 0 0 0 152 2 0 0 15 0 13 0 28591198 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28591198 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32064] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32064/stat : 32064 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 28591441 1573646336 148010 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.65
Current children cumulated vsize (KiB) 1536764

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32112
/proc/meminfo: memFree=1247388/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1536764 CPUtime=1793.42
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 176123 0 1 0 179233 109 0 0 18 0 13 0 28591188 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 384191 151792 1450 10 0 381493 0
[pid=32051/tid=32053] ppid=32049 vsize=1536764 CPUtime=1772.3
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32590 0 1 0 177194 36 0 0 25 0 13 0 28591190 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4110140426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1536764 CPUtime=7.97
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 65743 0 0 0 766 31 0 0 15 0 13 0 28591191 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1536764 CPUtime=8.03
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 65692 0 0 0 771 32 0 0 16 0 13 0 28591191 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1536764 CPUtime=0.77
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 100 0 0 0 74 3 0 0 15 0 13 0 28591193 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1536764 CPUtime=2.76
/proc/32051/task/32060/stat : 32060 (java) S 32049 32051 31584 0 -1 4202560 6412 0 0 0 273 3 0 0 15 0 13 0 28591197 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1536764 CPUtime=1.54
/proc/32051/task/32061/stat : 32061 (java) S 32049 32051 31584 0 -1 4202560 4417 0 0 0 152 2 0 0 15 0 13 0 28591198 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28591198 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32064] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32064/stat : 32064 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 28591441 1573646336 151792 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1793.42
Current children cumulated vsize (KiB) 1536764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32112
/proc/meminfo: memFree=1245156/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1536764 CPUtime=1800.08
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 176736 0 1 0 179899 109 0 0 18 0 13 0 28591188 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 384191 152344 1450 10 0 381493 0
[pid=32051/tid=32053] ppid=32049 vsize=1536764 CPUtime=1778.82
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32593 0 1 0 177846 36 0 0 25 0 13 0 28591190 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4110022652 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1536764 CPUtime=8.04
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 66059 0 0 0 773 31 0 0 16 0 13 0 28591191 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1536764 CPUtime=8.1
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 65982 0 0 0 778 32 0 0 16 0 13 0 28591191 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1536764 CPUtime=0.77
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 102 0 0 0 74 3 0 0 15 0 13 0 28591193 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1536764 CPUtime=2.76
/proc/32051/task/32060/stat : 32060 (java) S 32049 32051 31584 0 -1 4202560 6412 0 0 0 273 3 0 0 15 0 13 0 28591197 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1536764 CPUtime=1.54
/proc/32051/task/32061/stat : 32061 (java) S 32049 32051 31584 0 -1 4202560 4417 0 0 0 152 2 0 0 15 0 13 0 28591198 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28591198 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32064] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32064/stat : 32064 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 28591441 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1536764

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

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

[startup+1788.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32112
/proc/meminfo: memFree=1245156/2059040 swapFree=4140228/4192956
[pid=32051] ppid=32049 vsize=1536764 CPUtime=1800.08
/proc/32051/stat : 32051 (java) S 32049 32051 31584 0 -1 4202496 176736 0 1 0 179899 109 0 0 18 0 13 0 28591188 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32051/statm: 384191 152344 1450 10 0 381493 0
[pid=32051/tid=32053] ppid=32049 vsize=1536764 CPUtime=1778.82
/proc/32051/task/32053/stat : 32053 (java) R 32049 32051 31584 0 -1 4202560 32593 0 1 0 177846 36 0 0 25 0 13 0 28591190 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4110022652 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32051/tid=32054] ppid=32049 vsize=1536764 CPUtime=8.04
/proc/32051/task/32054/stat : 32054 (java) S 32049 32051 31584 0 -1 4202560 66059 0 0 0 773 31 0 0 16 0 13 0 28591191 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32055] ppid=32049 vsize=1536764 CPUtime=8.1
/proc/32051/task/32055/stat : 32055 (java) S 32049 32051 31584 0 -1 4202560 65982 0 0 0 778 32 0 0 16 0 13 0 28591191 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32056] ppid=32049 vsize=1536764 CPUtime=0.77
/proc/32051/task/32056/stat : 32056 (java) S 32049 32051 31584 0 -1 4202560 102 0 0 0 74 3 0 0 15 0 13 0 28591193 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 0 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32057] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32057/stat : 32057 (java) S 32049 32051 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32058] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32058/stat : 32058 (java) S 32049 32051 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28591193 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
[pid=32051/tid=32059] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32059/stat : 32059 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591197 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32060] ppid=32049 vsize=1536764 CPUtime=2.76
/proc/32051/task/32060/stat : 32060 (java) S 32049 32051 31584 0 -1 4202560 6412 0 0 0 273 3 0 0 15 0 13 0 28591197 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32061] ppid=32049 vsize=1536764 CPUtime=1.54
/proc/32051/task/32061/stat : 32061 (java) S 32049 32051 31584 0 -1 4202560 4417 0 0 0 152 2 0 0 15 0 13 0 28591198 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32062] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32062/stat : 32062 (java) S 32049 32051 31584 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28591198 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32063] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32063/stat : 32063 (java) S 32049 32051 31584 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28591198 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 0 0 0 0
[pid=32051/tid=32064] ppid=32049 vsize=1536764 CPUtime=0
/proc/32051/task/32064/stat : 32064 (java) S 32049 32051 31584 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 28591441 1573646336 152344 1992294400 134512640 134550932 4287112944 18446744073709551615 4294960144 0 4 0 16800975 18446604437830677760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1536764

Child status: 143
Real time (s): 1789.01
CPU time (s): 1800.21
CPU user time (s): 1799.05
CPU system time (s): 1.15982
CPU usage (%): 100.626
Max. virtual memory (cumulated for all children) (KiB): 1546336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.15982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176757
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= 41668
involuntary context switches= 44844

runsolver used 3.67444 second user time and 9.46256 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 23:02:29
IDJOB=2660507
IDBENCH=2415
IDSOLVER=1165
FILE ID=node018/2660507-1276549348
PBS_JOBID= 11173477
Free space on /tmp= 62364 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-grow22.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660507-1276549348/watcher-2660507-1276549348 -o /tmp/evaluation-result-2660507-1276549348/solver-2660507-1276549348 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660507-1276549348.opb

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

MD5SUM BENCH= 459c1d0101a0e61c9c386c9d02f149df
RANDOM SEED=1717722033

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1853068 kB
Buffers:         27184 kB
Cached:          91836 kB
SwapCached:       5836 kB
Active:          73376 kB
Inactive:        58076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1853068 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            2912 kB
Writeback:           0 kB
AnonPages:       10976 kB
Mapped:          12908 kB
Slab:            52476 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62364 MiB
End job on node018 at 2010-06-14 23:32:19