Trace number 351136

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.24 1766.36

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-d2q06c.opb
MD5SUM121100115f65aafe7304954ad1ff7cf1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1744.78
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155010
Total number of constraints2171
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 constraints2171
Minimum length of a constraint30
Maximum length of a constraint3270
Number of terms in the objective function 89670
Biggest coefficient in the objective function 1092
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 602590
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 602590
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.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c no version file found!!!
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1651659224
0.07/0.17	c Max memory 1654456320
0.07/0.17	c Total memory 1654456320
0.07/0.17	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c Simplify asserted PB constraints to clauses
0.18/0.22	c solving /tmp/evaluation/351136-1176582643/instance-351136-1176582643.opb
0.18/0.22	c reading problem ... 
9.72/7.71	c ... done. Wall clock time 7.486s.
9.72/7.71	c CPU time (experimental) 6.06s.
9.72/7.71	c #vars     155010
9.72/7.71	c #constraints  3674
1800.07/1766.21	c starts		: 2
1800.07/1766.21	c conflicts		: 13818
1800.07/1766.21	c decisions		: 20450
1800.07/1766.21	c propagations		: 159359
1800.07/1766.21	c inspects		: 83821054
1800.07/1766.21	c learnt literals	: 0
1800.07/1766.21	c learnt binary clauses	: 0
1800.07/1766.21	c learnt ternary clauses	: 0
1800.07/1766.21	c learnt clauses	: 13817
1800.07/1766.21	c root simplifications	: 0
1800.07/1766.21	c removed literals (reason simplification)	: 0
1800.07/1766.21	c reason swapping (by a shorter reason)	: 0
1800.07/1766.21	c Calls to reduceDB	: 0
1800.07/1766.21	c speed (decisions/second)	: 11.631795926539379
1800.07/1766.21	c non guided choices	0
1800.07/1766.21	s UNKNOWN
1800.07/1766.21	c Total wall clock time (ms): 1765.987

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/node39/watcher-351136-1176582643 -o ROOT/results/node39/solver-351136-1176582643 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351136-1176582643/sat4jPseudoCPClause.jar /tmp/evaluation/351136-1176582643/instance-351136-1176582643.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/77 8667
/proc/meminfo: memFree=1608176/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=272 CPUtime=0
/proc/8667/stat : 8667 (java) D 8665 8667 8297 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 106176421 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 11092772 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/8667/statm: 68 37 28 9 0 6 0

[startup+0.104382 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8667
/proc/meminfo: memFree=1608176/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1777844 CPUtime=0.07
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 3872 0 1 0 5 2 0 0 18 0 7 0 106176421 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.201399 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8667
/proc/meminfo: memFree=1608176/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1782020 CPUtime=0.18
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 4762 0 1 0 14 4 0 0 18 0 12 0 106176421 1824788480 4500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 445505 4500 1243 9 0 443116 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1782020

[startup+0.301414 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8667
/proc/meminfo: memFree=1608176/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1782020 CPUtime=0.28
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 6367 0 1 0 24 4 0 0 18 0 12 0 106176421 1824788480 6105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 445505 6106 1264 9 0 443116 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782020

[startup+0.701483 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8667
/proc/meminfo: memFree=1608176/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1784292 CPUtime=0.89
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 10148 0 1 0 83 6 0 0 18 0 12 0 106176421 1827115008 9559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 446073 9559 1296 9 0 443684 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784292

[startup+1.50262 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 8679
/proc/meminfo: memFree=1546128/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1793904 CPUtime=2.15
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 22860 0 1 0 203 12 0 0 18 0 12 0 106176421 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448476 20631 1303 9 0 446087 0
[pid=8667/tid=8669] ppid=8665 vsize=1793904 CPUtime=0.97
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 16754 0 1 0 88 9 0 0 18 0 12 0 106176423 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109215652 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 106176425 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 106176425 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 106176427 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 106176428 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 106176428 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106176432 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1793904 CPUtime=0.68
/proc/8667/task/8676/stat : 8676 (java) R 8665 8667 8297 0 -1 64 3901 0 0 0 67 1 0 0 18 0 12 0 106176432 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103322427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1793904 CPUtime=0.47
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 1485 0 0 0 47 0 0 0 17 0 12 0 106176432 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106176432 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1793904 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 106176432 1836957696 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1793904

[startup+3.10288 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 8679
/proc/meminfo: memFree=1458704/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1792920 CPUtime=4.16
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 52225 0 1 0 389 27 0 0 18 0 12 0 106176421 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448230 48197 1313 9 0 445841 0
[pid=8667/tid=8669] ppid=8665 vsize=1792920 CPUtime=2.4
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 37673 0 1 0 222 18 0 0 23 0 12 0 106176423 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109473505 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1792920 CPUtime=0.1
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 4136 0 0 0 8 2 0 0 16 0 12 0 106176425 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1792920 CPUtime=0.11
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 2988 0 0 0 9 2 0 0 16 0 12 0 106176425 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1792920 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 106176427 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1792920 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 106176428 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1792920 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 106176428 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1792920 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106176432 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1792920 CPUtime=0.88
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4640 0 0 0 87 1 0 0 16 0 12 0 106176432 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1792920 CPUtime=0.61
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2063 0 0 0 60 1 0 0 15 0 12 0 106176432 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1792920 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106176432 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1792920 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 106176432 1835950080 48197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1792920

[startup+6.30242 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 8679
/proc/meminfo: memFree=1356944/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1792708 CPUtime=7.94
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 75735 0 1 0 756 38 0 0 18 0 12 0 106176421 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448177 68479 1320 9 0 445788 0
[pid=8667/tid=8669] ppid=8665 vsize=1792708 CPUtime=5.02
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 37678 0 1 0 484 18 0 0 22 0 12 0 106176423 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109473613 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1792708 CPUtime=0.67
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 17173 0 0 0 58 9 0 0 16 0 12 0 106176425 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1792708 CPUtime=0.68
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 13449 0 0 0 62 6 0 0 16 0 12 0 106176425 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1792708 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 106176427 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1792708 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 106176428 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1792708 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 106176428 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1792708 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106176432 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1792708 CPUtime=0.89
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4640 0 0 0 88 1 0 0 16 0 12 0 106176432 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1792708 CPUtime=0.63
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2070 0 0 0 62 1 0 0 16 0 12 0 106176432 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1792708 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106176432 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1792708 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 106176432 1835732992 68479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1792708

[startup+12.7025 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 8680
/proc/meminfo: memFree=1267464/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1794312 CPUtime=15.89
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 99223 0 1 0 1540 49 0 0 18 0 13 0 106176421 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448578 86123 1334 9 0 446189 0
[pid=8667/tid=8669] ppid=8665 vsize=1794312 CPUtime=10.24
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 37746 0 1 0 1005 19 0 0 17 0 13 0 106176423 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885632 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1794312 CPUtime=1.43
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 27702 0 0 0 129 14 0 0 16 0 13 0 106176425 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1794312 CPUtime=1.45
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 26244 0 0 0 134 11 0 0 16 0 13 0 106176425 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 106176427 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1794312 CPUtime=1.49
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4690 0 0 0 147 2 0 0 16 0 13 0 106176432 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1794312 CPUtime=1.24
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2108 0 0 0 123 1 0 0 16 0 13 0 106176432 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106176432 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 23 0 13 0 106177247 1837375488 86123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 1794312

[startup+25.5027 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 8680
/proc/meminfo: memFree=1259592/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1794312 CPUtime=28.87
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 101501 0 1 0 2837 50 0 0 18 0 13 0 106176421 1837375488 88022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448578 88022 1334 9 0 446189 0
[pid=8667/tid=8669] ppid=8665 vsize=1794312 CPUtime=22.85
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 37770 0 1 0 2266 19 0 0 18 0 13 0 106176423 1837375488 88022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604957 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1794312 CPUtime=1.59
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 28875 0 0 0 145 14 0 0 16 0 13 0 106176425 1837375488 88022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1794312 CPUtime=1.61
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 27323 0 0 0 150 11 0 0 16 0 13 0 106176425 1837375488 88022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 106176427 1837375488 88022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 88022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 88022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8667/tid=8672] ppid=8665 vsize=1794312 CPUtime=0.23
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 13 0 0 0 14 9 0 0 15 0 13 0 106176427 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1794312 CPUtime=1.59
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4698 0 0 0 157 2 0 0 17 0 13 0 106176432 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1794312 CPUtime=1.28
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2108 0 0 0 127 1 0 0 16 0 13 0 106176432 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106176432 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 23 0 13 0 106177247 1837375488 205326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1571.78
Current children cumulated vsize (KiB) 1794312

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 8682
/proc/meminfo: memFree=778248/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1794312 CPUtime=1633.05
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 239382 0 1 0 163168 137 0 0 18 0 13 0 106176421 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448578 208224 1334 9 0 446189 0
[pid=8667/tid=8669] ppid=8665 vsize=1794312 CPUtime=1570.39
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 38709 0 1 0 157005 34 0 0 25 0 13 0 106176423 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109623823 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1794312 CPUtime=29.74
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 96504 0 0 0 2930 44 0 0 17 0 13 0 106176425 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1794312 CPUtime=29.75
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 96625 0 0 0 2931 44 0 0 16 0 13 0 106176425 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1794312 CPUtime=0.23
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 13 0 0 0 14 9 0 0 16 0 13 0 106176427 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1794312 CPUtime=1.59
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4698 0 0 0 157 2 0 0 17 0 13 0 106176432 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1794312 CPUtime=1.28
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2108 0 0 0 127 1 0 0 16 0 13 0 106176432 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106176432 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 23 0 13 0 106177247 1837375488 208224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1633.05
Current children cumulated vsize (KiB) 1794312

[startup+1662.3 s]
/proc/loadavg: 1.18 1.06 1.01 2/90 8682
/proc/meminfo: memFree=769032/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1794312 CPUtime=1694.21
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 242060 0 1 0 169282 139 0 0 18 0 13 0 106176421 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448578 210627 1334 9 0 446189 0
[pid=8667/tid=8669] ppid=8665 vsize=1794312 CPUtime=1629.17
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 38732 0 1 0 162883 34 0 0 17 0 13 0 106176423 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109962201 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1794312 CPUtime=30.92
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 97903 0 0 0 3047 45 0 0 16 0 13 0 106176425 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1794312 CPUtime=30.94
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 97881 0 0 0 3050 44 0 0 16 0 13 0 106176425 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1794312 CPUtime=0.23
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 13 0 0 0 14 9 0 0 16 0 13 0 106176427 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1794312 CPUtime=1.59
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4698 0 0 0 157 2 0 0 17 0 13 0 106176432 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1794312 CPUtime=1.28
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2108 0 0 0 127 1 0 0 16 0 13 0 106176432 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106176432 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 23 0 13 0 106177247 1837375488 210627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1694.21
Current children cumulated vsize (KiB) 1794312

[startup+1722.3 s]
/proc/loadavg: 1.12 1.06 1.01 2/90 8682
/proc/meminfo: memFree=758664/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1794312 CPUtime=1755.32
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 244789 0 1 0 175392 140 0 0 18 0 13 0 106176421 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448578 213102 1334 9 0 446189 0
[pid=8667/tid=8669] ppid=8665 vsize=1794312 CPUtime=1688.01
/proc/8667/task/8669/stat : 8669 (java) S 8665 8667 8297 0 -1 64 38754 0 1 0 168766 35 0 0 25 0 13 0 106176423 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1794312 CPUtime=32.06
/proc/8667/task/8670/stat : 8670 (java) R 8665 8667 8297 0 -1 64 99317 0 0 0 3161 45 0 0 17 0 13 0 106176425 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070797 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1794312 CPUtime=32.08
/proc/8667/task/8671/stat : 8671 (java) R 8665 8667 8297 0 -1 64 99174 0 0 0 3163 45 0 0 17 0 13 0 106176425 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070772 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1794312 CPUtime=0.25
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 13 0 0 0 15 10 0 0 15 0 13 0 106176427 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1794312 CPUtime=1.59
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4698 0 0 0 157 2 0 0 17 0 13 0 106176432 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1794312 CPUtime=1.28
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2108 0 0 0 127 1 0 0 16 0 13 0 106176432 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106176432 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 23 0 13 0 106177247 1837375488 213102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1755.32
Current children cumulated vsize (KiB) 1794312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.2 s]
/proc/loadavg: 1.19 1.08 1.02 2/90 8682
/proc/meminfo: memFree=751560/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=1794312 CPUtime=1800.07
/proc/8667/stat : 8667 (java) S 8665 8667 8297 0 -1 0 246904 0 1 0 179865 142 0 0 18 0 13 0 106176421 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 448578 214880 1334 9 0 446189 0
[pid=8667/tid=8669] ppid=8665 vsize=1794312 CPUtime=1731.02
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8297 0 -1 64 38770 0 1 0 173067 35 0 0 25 0 13 0 106176423 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1794312 CPUtime=32.92
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8297 0 -1 64 100547 0 0 0 3246 46 0 0 16 0 13 0 106176425 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1794312 CPUtime=32.94
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8297 0 -1 64 100043 0 0 0 3249 45 0 0 17 0 13 0 106176425 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1794312 CPUtime=0.25
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8297 0 -1 64 13 0 0 0 15 10 0 0 16 0 13 0 106176427 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106176428 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8297 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1794312 CPUtime=1.59
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8297 0 -1 64 4698 0 0 0 157 2 0 0 17 0 13 0 106176432 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1794312 CPUtime=1.28
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8297 0 -1 64 2108 0 0 0 127 1 0 0 16 0 13 0 106176432 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106176432 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8297 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106176432 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1794312 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8297 0 -1 64 7 0 0 0 0 0 0 0 23 0 13 0 106177247 1837375488 214880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794312

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

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

[startup+1766.31 s]
/proc/loadavg: 1.19 1.08 1.02 2/90 8682
/proc/meminfo: memFree=751560/2055920 swapFree=4144700/4192956
[pid=8667] ppid=8665 vsize=0 CPUtime=1800.18
/proc/8667/stat : 8667 (java) Z 8665 8667 8297 0 -1 1036 246924 0 1 0 179867 151 0 0 16 0 2 0 106176421 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.36
CPU time (s): 1800.24
CPU user time (s): 1798.67
CPU system time (s): 1.56576
CPU usage (%): 101.918
Max. virtual memory (cumulated for all children) (KiB): 1794312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.56576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246924
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46195
involuntary context switches= 60227

runsolver used 1.72374 second user time and 4.78927 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Apr 14 20:30:44 UTC 2007

IDJOB= 351136
IDBENCH= 1671
IDSOLVER= 164
FILE ID= node39/351136-1176582643

PBS_JOBID= 4556930

Free space on /tmp= 66551 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-d2q06c.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351136-1176582643/sat4jPseudoCPClause.jar /tmp/evaluation/351136-1176582643/instance-351136-1176582643.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-351136-1176582643 -o ROOT/results/node39/solver-351136-1176582643 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351136-1176582643/sat4jPseudoCPClause.jar /tmp/evaluation/351136-1176582643/instance-351136-1176582643.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  121100115f65aafe7304954ad1ff7cf1

RANDOM SEED= 753533773

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1608520 kB
Buffers:         32928 kB
Cached:         165584 kB
SwapCached:      11540 kB
Active:         185716 kB
Inactive:       163720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608520 kB
SwapTotal:     4192956 kB
SwapFree:      4144700 kB
Dirty:           14084 kB
Writeback:           0 kB
Mapped:         156612 kB
Slab:            83228 kB
Committed_AS:   352892 kB
PageTables:       2012 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= 66551 MiB

End job on node39 on Sat Apr 14 21:00:12 UTC 2007