Trace number 2660255

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.18 1751.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
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 variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660255-1276517487.opb
0.22/0.22	c reading problem ... 
46.41/36.79	c ... done. Wall clock time 36.568s.
46.41/36.79	c #vars     1466812
46.41/36.79	c #constraints  473312
46.41/36.79	c constraints type 
46.41/36.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48620
1800.01/1751.51	c starts		: 15
1800.01/1751.51	c conflicts		: 4320
1800.01/1751.51	c decisions		: 5953367
1800.01/1751.51	c propagations		: 11974977
1800.01/1751.51	c inspects		: 175746528
1800.01/1751.51	c learnt literals	: 0
1800.01/1751.51	c learnt binary clauses	: 0
1800.01/1751.51	c learnt ternary clauses	: 0
1800.01/1751.52	c learnt clauses	: 4319
1800.01/1751.52	c ignored clauses	: 0
1800.01/1751.52	c root simplifications	: 0
1800.01/1751.52	c removed literals (reason simplification)	: 0
1800.01/1751.52	c reason swapping (by a shorter reason)	: 0
1800.01/1751.52	c Calls to reduceDB	: 0
1800.01/1751.52	c number of reductions to clauses (during analyze)	: 0
1800.01/1751.52	c number of learned constraints concerned by reduction	: 0
1800.01/1751.52	c number of learning phase by resolution	: 0
1800.01/1751.52	c number of learning phase by cutting planes	: 0
1800.01/1751.52	c speed (assignments/second)	: 6983.695154560114
1800.01/1751.52	c non guided choices	0
1800.01/1751.52	c learnt constraints type 
1800.01/1751.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4319
1800.01/1751.52	c constraints type 
1800.01/1751.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48620
1800.01/1751.52	s UNKNOWN
1800.01/1751.52	c Total wall clock time (in seconds): 1751.304

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-2660255-1276517487/watcher-2660255-1276517487 -o /tmp/evaluation-result-2660255-1276517487/solver-2660255-1276517487 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660255-1276517487.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.75 1.98 1.66 3/106 28843
/proc/meminfo: memFree=1688528/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=248 CPUtime=0
/proc/28843/stat : 28843 (java6) S 28841 28843 28187 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 25404907 253952 28 1992294400 134512640 134550932 4286569296 18446744073709551615 6971988 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/28843/statm: 62 28 21 10 0 23 0

[startup+0.077722 s]
/proc/loadavg: 1.75 1.98 1.66 3/106 28843
/proc/meminfo: memFree=1688528/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1521796 CPUtime=0.05
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 3719 0 1 0 4 1 0 0 15 0 7 0 25404907 1558319104 3161 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 380449 3162 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100721 s]
/proc/loadavg: 1.75 1.98 1.66 3/106 28843
/proc/meminfo: memFree=1688528/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1523992 CPUtime=0.08
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 3917 0 1 0 6 2 0 0 15 0 12 0 25404907 1560567808 3357 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 380998 3357 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.300713 s]
/proc/loadavg: 1.75 1.98 1.66 3/106 28843
/proc/meminfo: memFree=1688528/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1526256 CPUtime=0.33
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 13431 0 1 0 27 6 0 0 15 0 12 0 25404907 1562886144 12869 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 381564 12869 1350 10 0 378866 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526256

[startup+0.700698 s]
/proc/loadavg: 1.75 1.98 1.66 3/106 28843
/proc/meminfo: memFree=1688528/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1527556 CPUtime=1
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 16838 0 1 0 92 8 0 0 15 0 12 0 25404907 1564217344 16188 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 381889 16188 1401 10 0 379191 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1527556

[startup+1.50067 s]
/proc/loadavg: 1.75 1.98 1.66 2/118 28855
/proc/meminfo: memFree=1610996/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1527556 CPUtime=1.79
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 29842 0 1 0 166 13 0 0 15 0 12 0 25404907 1564217344 29192 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 381889 29193 1401 10 0 379191 0
[pid=28843/tid=28845] ppid=28841 vsize=1527556 CPUtime=1.46
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 27742 0 1 0 134 12 0 0 25 0 12 0 25404909 1564217344 29194 1992294400 134512640 134550932 4290715392 18446744073709551615 4109514300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 25404911 1564217344 29195 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 25404911 1564217344 29195 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 25404912 1564217344 29196 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 25404913 1564217344 29197 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 25404913 1564217344 29198 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 25404917 1564217344 29199 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1527556 CPUtime=0.06
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 227 0 0 0 6 0 0 0 17 0 12 0 25404917 1564217344 29200 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1527556 CPUtime=0.25
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 812 0 0 0 25 0 0 0 16 0 12 0 25404917 1564217344 29200 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 25404917 1564217344 29201 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25404917 1564217344 29202 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 1527556

[startup+3.10161 s]
/proc/loadavg: 1.77 1.98 1.66 2/118 28855
/proc/meminfo: memFree=1516508/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1527556 CPUtime=3.5
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 45908 0 1 0 328 22 0 0 15 0 12 0 25404907 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 381889 44794 1412 10 0 379191 0
[pid=28843/tid=28845] ppid=28841 vsize=1527556 CPUtime=2.95
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 31999 0 1 0 281 14 0 0 25 0 12 0 25404909 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4109432458 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1527556 CPUtime=0.09
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 9210 0 0 0 5 4 0 0 16 0 12 0 25404911 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1527556 CPUtime=0.09
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 2588 0 0 0 8 1 0 0 18 0 12 0 25404911 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 25404912 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 25404913 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 25404913 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 25404917 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1527556 CPUtime=0.06
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 227 0 0 0 6 0 0 0 17 0 12 0 25404917 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1527556 CPUtime=0.25
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 812 0 0 0 25 0 0 0 16 0 12 0 25404917 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 25404917 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1527556 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25404917 1564217344 44794 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1527556

[startup+6.30149 s]
/proc/loadavg: 1.77 1.98 1.66 2/118 28855
/proc/meminfo: memFree=1462444/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1540484 CPUtime=7.53
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 66821 0 1 0 722 31 0 0 15 0 12 0 25404907 1577455616 61221 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 385121 61222 1418 10 0 382423 0
[pid=28843/tid=28845] ppid=28841 vsize=1540484 CPUtime=5.87
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 32012 0 1 0 572 15 0 0 25 0 12 0 25404909 1577455616 61223 1992294400 134512640 134550932 4290715392 18446744073709551615 4109489821 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1540484 CPUtime=0.37
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 20060 0 0 0 29 8 0 0 16 0 12 0 25404911 1577455616 61224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1540484 CPUtime=0.37
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 9255 0 0 0 33 4 0 0 18 0 12 0 25404911 1577455616 61225 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1540484 CPUtime=0
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 25404912 1577455616 61226 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1540644 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 25404913 1577619456 61231 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1540644 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 25404913 1577619456 61233 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1540644 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 25404917 1577619456 61233 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1540644 CPUtime=0.39
/proc/28843/task/28852/stat : 28852 (java) R 28841 28843 28187 0 -1 4202560 2719 0 0 0 38 1 0 0 16 0 12 0 25404917 1577619456 61234 1992294400 134512640 134550932 4290715392 18446744073709551615 106251268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1540644 CPUtime=0.48
/proc/28843/task/28853/stat : 28853 (java) R 28841 28843 28187 0 -1 4202560 1717 0 0 0 48 0 0 0 16 0 12 0 25404917 1577619456 61235 1992294400 134512640 134550932 4290715392 18446744073709551615 102192186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1540644 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 25404917 1577619456 61236 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1540644 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25404917 1577619456 61236 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1540484

[startup+12.7012 s]
/proc/loadavg: 1.80 1.98 1.67 2/118 28855
/proc/meminfo: memFree=1297772/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1542648 CPUtime=16.16
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 116607 0 1 0 1559 57 0 0 15 0 12 0 25404907 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 385662 104282 1420 10 0 382964 0
[pid=28843/tid=28845] ppid=28841 vsize=1542648 CPUtime=10.47
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 32024 0 1 0 1030 17 0 0 25 0 12 0 25404909 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4109668840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1542648 CPUtime=2.1
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 46247 0 0 0 190 20 0 0 15 0 12 0 25404911 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1542648 CPUtime=2.08
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 30335 0 0 0 193 15 0 0 16 0 12 0 25404911 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1542648 CPUtime=0
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 25404912 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1542648 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 25404913 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1542648 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 25404913 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1542648 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 25404917 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1542648 CPUtime=0.69
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 4423 0 0 0 67 2 0 0 16 0 12 0 25404917 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1542648 CPUtime=0.77
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 2506 0 0 0 77 0 0 0 15 0 12 0 25404917 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1542648 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 25404917 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1542648 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25404917 1579671552 104282 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.16
Current children cumulated vsize (KiB) 1542648

[startup+25.5008 s]
/proc/loadavg: 1.68 1.95 1.66 2/118 28855
/proc/meminfo: memFree=998436/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1542004 CPUtime=32.39
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 194591 0 1 0 3138 101 0 0 15 0 12 0 25404907 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 385501 174224 1421 10 0 382803 0
[pid=28843/tid=28845] ppid=28841 vsize=1542004 CPUtime=19.69
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 32046 0 1 0 1948 21 0 0 25 0 12 0 25404909 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4109535642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1542004 CPUtime=5.57
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 89713 0 0 0 515 42 0 0 16 0 12 0 25404911 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1542004 CPUtime=5.5
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 64820 0 0 0 517 33 0 0 16 0 12 0 25404911 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1542004 CPUtime=0
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 25404912 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1542004 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 25404913 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1542004 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 25404913 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1542004 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 25404917 1579012096 174224 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1542004 CPUtime=0.78

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

[pid=28843/tid=28849] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1546424 CPUtime=1.7
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 4504 0 0 0 168 2 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1546424 CPUtime=2.45
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 4761 0 1 0 244 1 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28856] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28856/stat : 28856 (java) S 28841 28843 28187 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25409062 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1587.35
Current children cumulated vsize (KiB) 1546424

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/119 28898
/proc/meminfo: memFree=278984/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1546424 CPUtime=1647.76
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 444128 0 2 0 164341 435 0 0 15 0 13 0 25404907 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 386606 353171 1448 10 0 383908 0
[pid=28843/tid=28845] ppid=28841 vsize=1546424 CPUtime=1521.58
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 33194 0 1 0 152112 46 0 0 25 0 13 0 25404909 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4109941385 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1546424 CPUtime=46.3
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 178718 0 0 0 4451 179 0 0 15 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1546424 CPUtime=46.55
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 160038 0 0 0 4482 173 0 0 16 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1546424 CPUtime=29.1
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 61756 0 0 0 2881 29 0 0 15 0 13 0 25404912 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1546424 CPUtime=1.7
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 4504 0 0 0 168 2 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1546424 CPUtime=2.45
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 4761 0 1 0 244 1 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28856] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28856/stat : 28856 (java) S 28841 28843 28187 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25409062 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1647.76
Current children cumulated vsize (KiB) 1546424

[startup+1662.3 s]
/proc/loadavg: 1.03 1.02 1.13 4/119 28903
/proc/meminfo: memFree=278356/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1546424 CPUtime=1708.2
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 444151 0 2 0 170381 439 0 0 15 0 13 0 25404907 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 386606 353171 1448 10 0 383908 0
[pid=28843/tid=28845] ppid=28841 vsize=1546424 CPUtime=1581.08
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 33211 0 1 0 158059 49 0 0 25 0 13 0 25404909 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4109970827 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1546424 CPUtime=46.77
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 178718 0 0 0 4497 180 0 0 16 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1546424 CPUtime=47.02
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 160038 0 0 0 4529 173 0 0 16 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1546424 CPUtime=29.11
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 61760 0 0 0 2882 29 0 0 15 0 13 0 25404912 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1546424 CPUtime=1.7
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 4504 0 0 0 168 2 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1546424 CPUtime=2.45
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 4761 0 1 0 244 1 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28856] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28856/stat : 28856 (java) S 28841 28843 28187 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25409062 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1708.2
Current children cumulated vsize (KiB) 1546424

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.12 2/119 28905
/proc/meminfo: memFree=278356/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1546424 CPUtime=1769.5
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 451217 0 2 0 176503 447 0 0 15 0 13 0 25404907 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 386606 353171 1448 10 0 383908 0
[pid=28843/tid=28845] ppid=28841 vsize=1546424 CPUtime=1636.18
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 33266 0 1 0 163568 50 0 0 25 0 13 0 25404909 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4109529469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1546424 CPUtime=48.2
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 178718 0 0 0 4637 183 0 0 15 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1546424 CPUtime=48.48
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 160038 0 0 0 4673 175 0 0 16 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1546424 CPUtime=32.43
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 68767 0 0 0 3211 32 0 0 15 0 13 0 25404912 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1546424 CPUtime=1.7
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 4504 0 0 0 168 2 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1546424 CPUtime=2.45
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 4761 0 1 0 244 1 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) R 28841 28843 28187 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28843/tid=28856] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28856/stat : 28856 (java) S 28841 28843 28187 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25409062 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1769.5
Current children cumulated vsize (KiB) 1546424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751.5 s]
/proc/loadavg: 1.16 1.05 1.12 2/119 28905
/proc/meminfo: memFree=278356/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=1546424 CPUtime=1800.01
/proc/28843/stat : 28843 (java) S 28841 28843 28187 0 -1 4202496 451271 0 2 0 179548 453 0 0 15 0 13 0 25404907 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 386606 353171 1448 10 0 383908 0
[pid=28843/tid=28845] ppid=28841 vsize=1546424 CPUtime=1663.92
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4202560 33316 0 1 0 166342 50 0 0 25 0 13 0 25404909 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4109971246 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28843/tid=28846] ppid=28841 vsize=1546424 CPUtime=49.58
/proc/28843/task/28846/stat : 28846 (java) S 28841 28843 28187 0 -1 4202560 178718 0 0 0 4772 186 0 0 15 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28847] ppid=28841 vsize=1546424 CPUtime=49.85
/proc/28843/task/28847/stat : 28847 (java) S 28841 28843 28187 0 -1 4202560 160038 0 0 0 4808 177 0 0 16 0 13 0 25404911 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28848] ppid=28841 vsize=1546424 CPUtime=32.43
/proc/28843/task/28848/stat : 28848 (java) S 28841 28843 28187 0 -1 4202560 68769 0 0 0 3211 32 0 0 16 0 13 0 25404912 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 0 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28849] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28849/stat : 28849 (java) S 28841 28843 28187 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28850] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28850/stat : 28850 (java) S 28841 28843 28187 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25404913 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28851] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28851/stat : 28851 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28852] ppid=28841 vsize=1546424 CPUtime=1.7
/proc/28843/task/28852/stat : 28852 (java) S 28841 28843 28187 0 -1 4202560 4504 0 0 0 168 2 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28853] ppid=28841 vsize=1546424 CPUtime=2.45
/proc/28843/task/28853/stat : 28853 (java) S 28841 28843 28187 0 -1 4202560 4761 0 1 0 244 1 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
[pid=28843/tid=28854] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28854/stat : 28854 (java) S 28841 28843 28187 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28855] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28855/stat : 28855 (java) S 28841 28843 28187 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 25404917 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 0 0 0 0
[pid=28843/tid=28856] ppid=28841 vsize=1546424 CPUtime=0
/proc/28843/task/28856/stat : 28856 (java) S 28841 28843 28187 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25409062 1583538176 353171 1992294400 134512640 134550932 4290715392 18446744073709551615 4294960144 0 4 0 16800975 18446604437809403200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1546424

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

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

[startup+1751.62 s]
/proc/loadavg: 1.16 1.05 1.12 2/119 28905
/proc/meminfo: memFree=278356/2059040 swapFree=4136648/4192956
[pid=28843] ppid=28841 vsize=0 CPUtime=1800.12
/proc/28843/stat : 28843 (java) Z 28841 28843 28187 0 -1 4203548 451290 0 2 0 179551 461 0 0 15 0 2 0 25404907 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28843/statm: 0 0 0 0 0 0 0
[pid=28843/tid=28845] ppid=28841 vsize=0 CPUtime=1664.04
/proc/28843/task/28845/stat : 28845 (java) R 28841 28843 28187 0 -1 4203588 33316 0 1 0 166345 59 0 0 25 0 2 0 25404909 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1751.67
CPU time (s): 1800.18
CPU user time (s): 1795.52
CPU system time (s): 4.66729
CPU usage (%): 102.77
Max. virtual memory (cumulated for all children) (KiB): 1570432

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

runsolver used 3.67544 second user time and 9.36758 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-14 14:11:35
IDJOB=2660255
IDBENCH=2279
IDSOLVER=1165
FILE ID=node026/2660255-1276517487
PBS_JOBID= 11173424
Free space on /tmp= 62440 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660255-1276517487/watcher-2660255-1276517487 -o /tmp/evaluation-result-2660255-1276517487/solver-2660255-1276517487 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660255-1276517487.opb

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

MD5SUM BENCH= d6efb238990ec55ca510b102fead8acf
RANDOM SEED=892660297

node026.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.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1688924 kB
Buffers:         85596 kB
Cached:         199720 kB
SwapCached:       9576 kB
Active:         182348 kB
Inactive:       115612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1688924 kB
SwapTotal:     4192956 kB
SwapFree:      4136648 kB
Dirty:           80084 kB
Writeback:           0 kB
AnonPages:       10944 kB
Mapped:           9256 kB
Slab:            50412 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179856 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= 62440 MiB
End job on node026 at 2010-06-14 14:40:49