Trace number 351227

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.15 1785.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
MD5SUMb5e82d02e51b7eb09c369bc9f6b2937f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
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 constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 1981
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 601677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 13452
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 608143
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.26	c no version file found!!!
0.08/0.26	c sun.arch.data.model	32
0.08/0.26	c java.version	1.6.0
0.08/0.26	c os.name	Linux
0.08/0.26	c os.version	2.6.9-22.EL.rootsmp
0.08/0.26	c os.arch	i386
0.08/0.26	c Free memory 1651659224
0.08/0.26	c Max memory 1654456320
0.08/0.26	c Total memory 1654456320
0.08/0.26	c Number of processors 2
0.20/0.31	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.31	--- Begin Solver configuration ---
0.20/0.31	c Stops conflict analysis at the first Unique Implication Point
0.20/0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.31	c Learn all clauses as in MiniSAT
0.20/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.31	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.31	c No reason simplification
0.20/0.31	c --- End Solver configuration ---
0.20/0.31	c Simplify asserted PB constraints to clauses
0.20/0.31	c solving /tmp/evaluation/351227-1176589975/instance-351227-1176589975.opb
0.20/0.31	c reading problem ... 
17.90/13.96	c ... done. Wall clock time 13.649s.
17.90/13.96	c CPU time (experimental) 10.32s.
17.90/13.96	c #vars     118500
17.90/13.96	c #constraints  10526
1800.00/1785.01	c starts		: 1
1800.00/1785.01	c conflicts		: 52
1800.00/1785.01	c decisions		: 24836
1800.00/1785.01	c propagations		: 74025
1800.00/1785.01	c inspects		: 493005
1800.00/1785.01	c learnt literals	: 0
1800.00/1785.01	c learnt binary clauses	: 0
1800.00/1785.01	c learnt ternary clauses	: 0
1800.00/1785.01	c learnt clauses	: 51
1800.00/1785.01	c root simplifications	: 0
1800.00/1785.01	c removed literals (reason simplification)	: 0
1800.00/1785.01	c reason swapping (by a shorter reason)	: 0
1800.00/1785.01	c Calls to reduceDB	: 0
1800.00/1785.01	c speed (decisions/second)	: 14.028040265378259
1800.00/1785.01	c non guided choices	0
1800.00/1785.01	s UNKNOWN
1800.00/1785.01	c Total wall clock time (ms): 1784.699

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node45/watcher-351227-1176589975 -o ROOT/results/node45/solver-351227-1176589975 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351227-1176589975/sat4jPseudoCPClause.jar /tmp/evaluation/351227-1176589975/instance-351227-1176589975.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15061
/proc/meminfo: memFree=1767184/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=152 CPUtime=0
/proc/15061/stat : 15061 (java) R 15059 15061 13970 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 13843136 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 1 0 0
/proc/15061/statm: 38 26 19 9 0 4 0

[startup+0.0673211 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15061
/proc/meminfo: memFree=1767184/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=12652 CPUtime=0.01
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 854 0 3 0 0 1 0 0 18 0 2 0 13843136 12955648 613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 3163 613 296 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12652

[startup+0.102325 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15061
/proc/meminfo: memFree=1767184/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1776376 CPUtime=0.04
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 3469 0 3 0 2 2 0 0 18 0 4 0 13843136 1819009024 3216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 444094 3216 1026 9 0 441730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776376

[startup+0.302342 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15061
/proc/meminfo: memFree=1767184/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1781960 CPUtime=0.2
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 4817 0 3 0 16 4 0 0 18 0 12 0 13843136 1824727040 4557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 445490 4557 1244 9 0 443101 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781960

[startup+0.701385 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15061
/proc/meminfo: memFree=1767184/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1784352 CPUtime=0.79
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 8031 0 3 0 74 5 0 0 18 0 12 0 13843136 1827176448 7296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 446088 7297 1296 9 0 443699 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1784352

[startup+1.50147 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 15073
/proc/meminfo: memFree=1713904/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1786652 CPUtime=1.79
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 21434 0 3 0 167 12 0 0 18 0 12 0 13843136 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 446663 20102 1303 9 0 444274 0
[pid=15061/tid=15063] ppid=15059 vsize=1786652 CPUtime=1.04
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 18111 0 3 0 95 9 0 0 19 0 12 0 13843140 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109200162 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 13843144 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 13843144 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 13843147 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 13843147 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 13843147 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 13843156 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1786652 CPUtime=0.38
/proc/15061/task/15070/stat : 15070 (java) R 15059 15061 13970 0 -1 64 1528 0 0 0 38 0 0 0 17 0 12 0 13843156 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336970 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1786652 CPUtime=0.33
/proc/15061/task/15071/stat : 15071 (java) R 15059 15061 13970 0 -1 64 1073 0 0 0 33 0 0 0 16 0 12 0 13843156 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395705 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 13843156 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1786652 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 13843156 1829531648 20102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 1786652

[startup+3.10162 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 15073
/proc/meminfo: memFree=1635248/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1787980 CPUtime=4.14
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 51469 0 3 0 386 28 0 0 18 0 12 0 13843136 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 446995 48481 1312 9 0 444606 0
[pid=15061/tid=15063] ppid=15059 vsize=1787980 CPUtime=2.31
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 37668 0 3 0 211 20 0 0 20 0 12 0 13843140 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550961 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1787980 CPUtime=0.25
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 4709 0 0 0 23 2 0 0 16 0 12 0 13843144 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1787980 CPUtime=0.24
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 4454 0 0 0 22 2 0 0 16 0 12 0 13843144 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1787980 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 13843147 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1787980 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 13843147 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1787980 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 13843147 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1787980 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 13843156 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1787980 CPUtime=0.7
/proc/15061/task/15070/stat : 15070 (java) R 15059 15061 13970 0 -1 64 1939 0 0 0 69 1 0 0 18 0 12 0 13843156 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105643698 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1787980 CPUtime=0.6
/proc/15061/task/15071/stat : 15071 (java) R 15059 15061 13970 0 -1 64 1973 0 0 0 59 1 0 0 18 0 12 0 13843156 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103319240 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1787980 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 13843156 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1787980 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 13843156 1830891520 48481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1787980

[startup+6.30295 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 15073
/proc/meminfo: memFree=1526768/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1789772 CPUtime=8.11
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 70551 0 3 0 773 38 0 0 18 0 12 0 13843136 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 447443 64598 1313 9 0 445054 0
[pid=15061/tid=15063] ppid=15059 vsize=1789772 CPUtime=4.89
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 37672 0 3 0 468 21 0 0 20 0 12 0 13843140 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477130 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1789772 CPUtime=0.85
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 13805 0 0 0 79 6 0 0 16 0 12 0 13843144 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1789772 CPUtime=0.85
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 14278 0 0 0 78 7 0 0 16 0 12 0 13843144 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1789772 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 13843147 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1789772 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 13843147 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1789772 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 13843147 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1789772 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 13843156 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1789772 CPUtime=0.74
/proc/15061/task/15070/stat : 15070 (java) S 15059 15061 13970 0 -1 64 1941 0 0 0 73 1 0 0 17 0 12 0 13843156 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1789772 CPUtime=0.73
/proc/15061/task/15071/stat : 15071 (java) S 15059 15061 13970 0 -1 64 2129 0 0 0 72 1 0 0 16 0 12 0 13843156 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1789772 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 13843156 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1789772 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 13843156 1832726528 64598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 1789772

[startup+12.7026 s]
/proc/loadavg: 1.15 1.03 1.01 2/76 15073
/proc/meminfo: memFree=1454704/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1791052 CPUtime=16.28
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 92403 0 3 0 1579 49 0 0 18 0 12 0 13843136 1834037248 83096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 447763 83098 1313 9 0 445374 0
[pid=15061/tid=15063] ppid=15059 vsize=1791052 CPUtime=9.49
/proc/15061/task/15063/stat : 15063 (java) S 15059 15061 13970 0 -1 64 37678 0 3 0 927 22 0 0 22 0 12 0 13843140 1834037248 83100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1791052 CPUtime=2.64
/proc/15061/task/15064/stat : 15064 (java) R 15059 15061 13970 0 -1 64 24869 0 0 0 253 11 0 0 17 0 12 0 13843144 1834037248 83102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1791052 CPUtime=2.63
/proc/15061/task/15065/stat : 15065 (java) R 15059 15061 13970 0 -1 64 25068 0 0 0 252 11 0 0 18 0 12 0 13843144 1834037248 83104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1791052 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 13843147 1834037248 83105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1791052 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 13843147 1834037248 83107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1791052 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 13843147 1834037248 83109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1791052 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 13843156 1834037248 83111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1791052 CPUtime=0.74
/proc/15061/task/15070/stat : 15070 (java) S 15059 15061 13970 0 -1 64 1941 0 0 0 73 1 0 0 17 0 12 0 13843156 1834037248 83113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1791052 CPUtime=0.73
/proc/15061/task/15071/stat : 15071 (java) S 15059 15061 13970 0 -1 64 2129 0 0 0 72 1 0 0 17 0 12 0 13843156 1834037248 83114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1791052 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 13843156 1834037248 83116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1791052 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 13843156 1834037248 83118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (KiB) 1791052

[startup+25.5029 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 15074
/proc/meminfo: memFree=1393576/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1791344 CPUtime=30.02
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 105022 0 3 0 2948 54 0 0 18 0 13 0 13843136 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 447836 94251 1328 9 0 445447 0
[pid=15061/tid=15063] ppid=15059 vsize=1791344 CPUtime=21.48
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 37719 0 3 0 2126 22 0 0 25 0 13 0 13843140 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109949725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1791344 CPUtime=3.27
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 33367 0 0 0 312 15 0 0 16 0 13 0 13843144 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1791344 CPUtime=3.26
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 28363 0 0 0 313 13 0 0 16 0 13 0 13843144 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1791344 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 13843147 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1791344 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 13843147 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1791344 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13843147 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1791344 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 13843156 1834336256 94251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15061/tid=15066] ppid=15059 vsize=1792368 CPUtime=0.37
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 247 0 0 0 19 18 0 0 15 0 13 0 13843147 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 13843156 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1792368 CPUtime=1.61
/proc/15061/task/15070/stat : 15070 (java) S 15059 15061 13970 0 -1 64 2173 0 0 0 160 1 0 0 16 0 13 0 13843156 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1792368 CPUtime=1.6
/proc/15061/task/15071/stat : 15071 (java) S 15059 15061 13970 0 -1 64 3641 0 0 0 158 2 0 0 16 0 13 0 13843156 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 13843156 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13843156 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15074] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15074/stat : 15074 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13844593 1835384832 124618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1616.08
Current children cumulated vsize (KiB) 1792368

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15074
/proc/meminfo: memFree=1267752/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1792368 CPUtime=1676.45
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 219289 0 3 0 167419 226 0 0 18 0 13 0 13843136 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 448092 125516 1328 9 0 445703 0
[pid=15061/tid=15063] ppid=15059 vsize=1792368 CPUtime=1640.95
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 109363 0 3 0 164040 55 0 0 19 0 13 0 13843140 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109665906 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1792368 CPUtime=15.73
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 54125 0 0 0 1492 81 0 0 16 0 13 0 13843144 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1792368 CPUtime=16.1
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 49014 0 0 0 1545 65 0 0 17 0 13 0 13843144 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1792368 CPUtime=0.39
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 248 0 0 0 20 19 0 0 16 0 13 0 13843147 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 13843156 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1792368 CPUtime=1.61
/proc/15061/task/15070/stat : 15070 (java) S 15059 15061 13970 0 -1 64 2173 0 0 0 160 1 0 0 16 0 13 0 13843156 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1792368 CPUtime=1.6
/proc/15061/task/15071/stat : 15071 (java) S 15059 15061 13970 0 -1 64 3641 0 0 0 158 2 0 0 16 0 13 0 13843156 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 13843156 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13843156 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15074] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15074/stat : 15074 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13844593 1835384832 125516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.45
Current children cumulated vsize (KiB) 1792368

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 15240
/proc/meminfo: memFree=1262864/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1792368 CPUtime=1736.92
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 223769 0 3 0 173460 232 0 0 18 0 13 0 13843136 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 448092 126267 1328 9 0 445703 0
[pid=15061/tid=15063] ppid=15059 vsize=1792368 CPUtime=1700.17
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 111962 0 3 0 169959 58 0 0 25 0 13 0 13843140 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109614057 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1792368 CPUtime=16.36
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 55048 0 0 0 1554 82 0 0 16 0 13 0 13843144 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1792368 CPUtime=16.73
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 49959 0 0 0 1606 67 0 0 16 0 13 0 13843144 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1792368 CPUtime=0.39
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 261 0 0 0 20 19 0 0 16 0 13 0 13843147 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 13843156 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1792368 CPUtime=1.61
/proc/15061/task/15070/stat : 15070 (java) S 15059 15061 13970 0 -1 64 2173 0 0 0 160 1 0 0 16 0 13 0 13843156 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1792368 CPUtime=1.6
/proc/15061/task/15071/stat : 15071 (java) S 15059 15061 13970 0 -1 64 3641 0 0 0 158 2 0 0 16 0 13 0 13843156 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 13843156 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13843156 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15074] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15074/stat : 15074 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13844593 1835384832 126267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.92
Current children cumulated vsize (KiB) 1792368

[startup+1782.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 15272
/proc/meminfo: memFree=1260520/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1792368 CPUtime=1797.27
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 224857 0 3 0 179490 237 0 0 18 0 13 0 13843136 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 448092 127067 1328 9 0 445703 0
[pid=15061/tid=15063] ppid=15059 vsize=1792368 CPUtime=1759.51
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 113032 0 3 0 175892 59 0 0 18 0 13 0 13843140 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110121413 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1792368 CPUtime=16.86
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 55059 0 0 0 1602 84 0 0 16 0 13 0 13843144 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1792368 CPUtime=17.22
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 49965 0 0 0 1654 68 0 0 16 0 13 0 13843144 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1792368 CPUtime=0.4
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 262 0 0 0 21 19 0 0 16 0 13 0 13843147 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 13843156 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1792368 CPUtime=1.61
/proc/15061/task/15070/stat : 15070 (java) S 15059 15061 13970 0 -1 64 2173 0 0 0 160 1 0 0 16 0 13 0 13843156 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1792368 CPUtime=1.6
/proc/15061/task/15071/stat : 15071 (java) S 15059 15061 13970 0 -1 64 3641 0 0 0 158 2 0 0 16 0 13 0 13843156 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 13843156 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13843156 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15074] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15074/stat : 15074 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13844593 1835384832 127067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.27
Current children cumulated vsize (KiB) 1792368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 15272
/proc/meminfo: memFree=1259176/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=1792368 CPUtime=1800
/proc/15061/stat : 15061 (java) S 15059 15061 13970 0 -1 0 225295 0 3 0 179763 237 0 0 18 0 13 0 13843136 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 448092 127453 1328 9 0 445703 0
[pid=15061/tid=15063] ppid=15059 vsize=1792368 CPUtime=1762.18
/proc/15061/task/15063/stat : 15063 (java) R 15059 15061 13970 0 -1 64 113035 0 3 0 176159 59 0 0 19 0 13 0 13843140 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109606968 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15059 vsize=1792368 CPUtime=16.89
/proc/15061/task/15064/stat : 15064 (java) S 15059 15061 13970 0 -1 64 55271 0 0 0 1605 84 0 0 16 0 13 0 13843144 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15059 vsize=1792368 CPUtime=17.25
/proc/15061/task/15065/stat : 15065 (java) S 15059 15061 13970 0 -1 64 50188 0 0 0 1657 68 0 0 15 0 13 0 13843144 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15066] ppid=15059 vsize=1792368 CPUtime=0.4
/proc/15061/task/15066/stat : 15066 (java) S 15059 15061 13970 0 -1 64 262 0 0 0 21 19 0 0 15 0 13 0 13843147 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15067] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15067/stat : 15067 (java) S 15059 15061 13970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13843147 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15059 15061 13970 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 13843156 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15070] ppid=15059 vsize=1792368 CPUtime=1.61
/proc/15061/task/15070/stat : 15070 (java) S 15059 15061 13970 0 -1 64 2173 0 0 0 160 1 0 0 16 0 13 0 13843156 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15061/tid=15071] ppid=15059 vsize=1792368 CPUtime=1.6
/proc/15061/task/15071/stat : 15071 (java) S 15059 15061 13970 0 -1 64 3641 0 0 0 158 2 0 0 16 0 13 0 13843156 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15072] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15072/stat : 15072 (java) S 15059 15061 13970 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 13843156 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15073] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15073/stat : 15073 (java) S 15059 15061 13970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13843156 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15061/tid=15074] ppid=15059 vsize=1792368 CPUtime=0
/proc/15061/task/15074/stat : 15074 (java) S 15059 15061 13970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13844593 1835384832 127453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1792368

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

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

[startup+1785.11 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 15272
/proc/meminfo: memFree=1259176/2055920 swapFree=4192036/4192956
[pid=15061] ppid=15059 vsize=0 CPUtime=1800.11
/proc/15061/stat : 15061 (java) Z 15059 15061 13970 0 -1 1036 225316 0 3 0 179769 242 0 0 16 0 2 0 13843136 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15061/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.14
CPU time (s): 1800.15
CPU user time (s): 1797.7
CPU system time (s): 2.44863
CPU usage (%): 100.841
Max. virtual memory (cumulated for all children) (KiB): 1792368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.7
system time used= 2.44863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225316
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59761
involuntary context switches= 29959

runsolver used 2.04869 second user time and 5.16721 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Apr 14 22:32:55 UTC 2007

IDJOB= 351227
IDBENCH= 1705
IDSOLVER= 164
FILE ID= node45/351227-1176589975

PBS_JOBID= 4556924

Free space on /tmp= 66544 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351227-1176589975/sat4jPseudoCPClause.jar /tmp/evaluation/351227-1176589975/instance-351227-1176589975.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-351227-1176589975 -o ROOT/results/node45/solver-351227-1176589975 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351227-1176589975/sat4jPseudoCPClause.jar /tmp/evaluation/351227-1176589975/instance-351227-1176589975.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b5e82d02e51b7eb09c369bc9f6b2937f

RANDOM SEED= 216780969

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.218
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.218
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1767592 kB
Buffers:          4788 kB
Cached:         178768 kB
SwapCached:        384 kB
Active:          43460 kB
Inactive:       155924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767592 kB
SwapTotal:     4192956 kB
SwapFree:      4192036 kB
Dirty:           20600 kB
Writeback:           0 kB
Mapped:          25308 kB
Slab:            74996 kB
Committed_AS:    94840 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB

End job on node45 on Sat Apr 14 23:02:42 UTC 2007