Trace number 351903

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.28 1746.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/351903-1176617063/instance-351903-1176617063.opb
0.20/0.20	c reading problem ... 
29.49/22.65	c ... done. Wall clock time 22.45s.
29.49/22.65	c CPU time (experimental) 16.54s.
29.49/22.65	c #vars     1041679
29.49/22.65	c #constraints  160196
1800.09/1745.91	c starts		: 2
1800.09/1745.91	c conflicts		: 79409
1800.09/1745.91	c decisions		: 84007
1800.09/1745.91	c propagations		: 447124
1800.09/1745.91	c inspects		: 800950296
1800.09/1745.91	c learnt literals	: 0
1800.09/1745.91	c learnt binary clauses	: 0
1800.09/1745.91	c learnt ternary clauses	: 0
1800.09/1745.91	c learnt clauses	: 79409
1800.09/1745.91	c root simplifications	: 0
1800.09/1745.91	c removed literals (reason simplification)	: 0
1800.09/1745.91	c reason swapping (by a shorter reason)	: 0
1800.09/1745.91	c Calls to reduceDB	: 0
1800.09/1745.91	c speed (decisions/second)	: 48.75295685258566
1800.09/1745.91	c non guided choices	882
1800.09/1745.91	s UNKNOWN
1800.09/1745.91	c Total wall clock time (ms): 1745.711

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/node11/watcher-351903-1176617063 -o ROOT/results/node11/solver-351903-1176617063 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351903-1176617063/sat4jPseudoCPClause.jar /tmp/evaluation/351903-1176617063/instance-351903-1176617063.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 15125
/proc/meminfo: memFree=1594160/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=152 CPUtime=0
/proc/15125/stat : 15125 (java) D 15123 15125 14116 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 102755282 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15125/statm: 38 26 19 9 0 4 0

[startup+0.014884 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15125
/proc/meminfo: memFree=1594160/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=12336 CPUtime=0
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 723 0 0 0 0 0 0 0 18 0 2 0 102755282 12632064 521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 3084 522 217 9 0 1230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12336

[startup+0.101899 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15125
/proc/meminfo: memFree=1594160/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1780112 CPUtime=0.09
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 3974 0 1 0 6 3 0 0 18 0 12 0 102755282 1822834688 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 445028 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.301921 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15125
/proc/meminfo: memFree=1594160/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1782424 CPUtime=0.3
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 14139 0 1 0 23 7 0 0 18 0 12 0 102755282 1825202176 13878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 445606 13878 1261 9 0 443217 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782424

[startup+0.701971 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15125
/proc/meminfo: memFree=1594160/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1783444 CPUtime=0.89
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 16043 0 1 0 81 8 0 0 18 0 12 0 102755282 1826246656 15563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 445861 15563 1302 9 0 443472 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783444

[startup+1.50206 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 15137
/proc/meminfo: memFree=1527376/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1785924 CPUtime=1.94
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 31921 0 1 0 177 17 0 0 18 0 12 0 102755282 1828786176 30435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 446481 30437 1303 9 0 444092 0
[pid=15125/tid=15127] ppid=15123 vsize=1785924 CPUtime=1.13
/proc/15125/task/15127/stat : 15127 (java) R 15123 15125 14116 0 -1 64 28622 0 1 0 98 15 0 0 20 0 12 0 102755283 1828786176 30437 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109572748 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15128/stat : 15128 (java) S 15123 15125 14116 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 102755285 1828786176 30438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15129/stat : 15129 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 102755285 1828786176 30439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 102755287 1828786176 30440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 102755287 1828786176 30442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 102755287 1828786176 30442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 102755291 1828786176 30443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1785924 CPUtime=0.37
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 802 0 0 0 37 0 0 0 15 0 12 0 102755291 1828786176 30444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1785924 CPUtime=0.41
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 1778 0 0 0 41 0 0 0 16 0 12 0 102755291 1828786176 30445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 102755291 1828786176 30447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1785924 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 102755291 1828786176 30448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1785924

[startup+3.10125 s]
/proc/loadavg: 0.92 0.98 0.99 3/89 15137
/proc/meminfo: memFree=1384528/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1787208 CPUtime=4.04
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 57039 0 1 0 374 30 0 0 18 0 12 0 102755282 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 446802 53965 1312 9 0 444413 0
[pid=15125/tid=15127] ppid=15123 vsize=1787208 CPUtime=2.26
/proc/15125/task/15127/stat : 15127 (java) R 15123 15125 14116 0 -1 64 37684 0 1 0 207 19 0 0 23 0 12 0 102755283 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554434 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1787208 CPUtime=0.26
/proc/15125/task/15128/stat : 15128 (java) S 15123 15125 14116 0 -1 64 9647 0 0 0 22 4 0 0 16 0 12 0 102755285 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1787208 CPUtime=0.26
/proc/15125/task/15129/stat : 15129 (java) S 15123 15125 14116 0 -1 64 5364 0 0 0 23 3 0 0 18 0 12 0 102755285 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1787208 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 102755287 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1787208 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 102755287 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1787208 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 102755287 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1787208 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 102755291 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1787208 CPUtime=0.6
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 1413 0 0 0 60 0 0 0 15 0 12 0 102755291 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1787208 CPUtime=0.6
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 2207 0 0 0 60 0 0 0 17 0 12 0 102755291 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1787208 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 102755291 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1787208 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 102755291 1830100992 53965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1787208

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 3/89 15137
/proc/meminfo: memFree=1289040/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1789772 CPUtime=8.11
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 93749 0 1 0 763 48 0 0 18 0 12 0 102755282 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 447443 84401 1312 9 0 445054 0
[pid=15125/tid=15127] ppid=15123 vsize=1789772 CPUtime=4.58
/proc/15125/task/15127/stat : 15127 (java) S 15123 15125 14116 0 -1 64 37690 0 1 0 438 20 0 0 22 0 12 0 102755283 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1789772 CPUtime=1.13
/proc/15125/task/15128/stat : 15128 (java) R 15123 15125 14116 0 -1 64 28921 0 0 0 100 13 0 0 16 0 12 0 102755285 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070832 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1789772 CPUtime=1.14
/proc/15125/task/15129/stat : 15129 (java) R 15123 15125 14116 0 -1 64 22794 0 0 0 103 11 0 0 17 0 12 0 102755285 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1789772 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 102755287 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1789772 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 102755287 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1789772 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 102755287 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1789772 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 102755291 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1789772 CPUtime=0.6
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 1413 0 0 0 60 0 0 0 15 0 12 0 102755291 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1789772 CPUtime=0.6
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 2207 0 0 0 60 0 0 0 17 0 12 0 102755291 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1789772 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 102755291 1832726528 84401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1789772 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 102755291 1832726528 84401 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.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 15137
/proc/meminfo: memFree=1086992/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1799100 CPUtime=17.44
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 154283 0 1 0 1668 76 0 0 18 0 12 0 102755282 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 449775 131853 1324 9 0 447386 0
[pid=15125/tid=15127] ppid=15123 vsize=1799100 CPUtime=8.72
/proc/15125/task/15127/stat : 15127 (java) R 15123 15125 14116 0 -1 64 37717 0 1 0 851 21 0 0 16 0 12 0 102755283 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475082 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1799100 CPUtime=3.32
/proc/15125/task/15128/stat : 15128 (java) S 15123 15125 14116 0 -1 64 56414 0 0 0 306 26 0 0 16 0 12 0 102755285 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1799100 CPUtime=3.33
/proc/15125/task/15129/stat : 15129 (java) S 15123 15125 14116 0 -1 64 51618 0 0 0 310 23 0 0 17 0 12 0 102755285 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1799100 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 102755287 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1799100 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 102755287 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1799100 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 102755287 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1799100 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 102755291 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1799100 CPUtime=0.68
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 1510 0 0 0 68 0 0 0 15 0 12 0 102755291 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1799100 CPUtime=1.33
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 6299 0 0 0 131 2 0 0 19 0 12 0 102755291 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1799100 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 102755291 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1799100 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 102755291 1842278400 131853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.44
Current children cumulated vsize (KiB) 1799100

[startup+25.5029 s]
/proc/loadavg: 1.16 1.03 1.01 2/90 15138
/proc/meminfo: memFree=848200/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1803000 CPUtime=34.25
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 225642 0 1 0 3312 113 0 0 18 0 13 0 102755282 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 450750 187814 1332 9 0 448361 0
[pid=15125/tid=15127] ppid=15123 vsize=1803000 CPUtime=18.5
/proc/15125/task/15127/stat : 15127 (java) R 15123 15125 14116 0 -1 64 37791 0 1 0 1826 24 0 0 18 0 13 0 102755283 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110083982 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1803000 CPUtime=5.63
/proc/15125/task/15128/stat : 15128 (java) S 15123 15125 14116 0 -1 64 74413 0 0 0 527 36 0 0 16 0 13 0 102755285 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1803000 CPUtime=5.64
/proc/15125/task/15129/stat : 15129 (java) S 15123 15125 14116 0 -1 64 94615 0 0 0 522 42 0 0 16 0 13 0 102755285 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1803000 CPUtime=0.01
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 102755287 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1803000 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102755287 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1803000 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102755287 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1803000 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 102755291 1846272000 187814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15125/tid=15130] ppid=15123 vsize=1801560 CPUtime=0.2
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 27 0 0 0 13 7 0 0 16 0 13 0 102755287 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 102755291 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1801560 CPUtime=2
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 4398 0 0 0 199 1 0 0 17 0 13 0 102755291 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1801560 CPUtime=2.54
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 13686 0 0 0 248 6 0 0 17 0 13 0 102755291 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 102755291 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102755291 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15138] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15138/stat : 15138 (java) S 15123 15125 14116 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 102757565 1844797440 242141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.67
Current children cumulated vsize (KiB) 1801560

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 15138
/proc/meminfo: memFree=624528/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1801560 CPUtime=1651.62
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 283475 0 1 0 165001 161 0 0 18 0 13 0 102755282 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 450390 243224 1334 9 0 448001 0
[pid=15125/tid=15127] ppid=15123 vsize=1801560 CPUtime=1553.18
/proc/15125/task/15127/stat : 15127 (java) S 15123 15125 14116 0 -1 64 38563 0 1 0 155281 37 0 0 25 0 13 0 102755283 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1801560 CPUtime=46.79
/proc/15125/task/15128/stat : 15128 (java) R 15123 15125 14116 0 -1 64 103939 0 0 0 4630 49 0 0 16 0 13 0 102755285 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070772 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1801560 CPUtime=46.84
/proc/15125/task/15129/stat : 15129 (java) R 15123 15125 14116 0 -1 64 122141 0 0 0 4628 56 0 0 16 0 13 0 102755285 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102354377 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1801560 CPUtime=0.2
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 27 0 0 0 13 7 0 0 15 0 13 0 102755287 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 102755291 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1801560 CPUtime=2
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 4398 0 0 0 199 1 0 0 17 0 13 0 102755291 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1801560 CPUtime=2.54
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 13686 0 0 0 248 6 0 0 17 0 13 0 102755291 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 102755291 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102755291 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15138] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15138/stat : 15138 (java) S 15123 15125 14116 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 102757565 1844797440 243224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.62
Current children cumulated vsize (KiB) 1801560

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 15138
/proc/meminfo: memFree=620176/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1801560 CPUtime=1713.65
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 284597 0 1 0 171203 162 0 0 18 0 13 0 102755282 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 450390 244318 1334 9 0 448001 0
[pid=15125/tid=15127] ppid=15123 vsize=1801560 CPUtime=1611.1
/proc/15125/task/15127/stat : 15127 (java) R 15123 15125 14116 0 -1 64 38591 0 1 0 161072 38 0 0 25 0 13 0 102755283 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109779258 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1801560 CPUtime=48.84
/proc/15125/task/15128/stat : 15128 (java) S 15123 15125 14116 0 -1 64 104017 0 0 0 4835 49 0 0 17 0 13 0 102755285 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1801560 CPUtime=48.89
/proc/15125/task/15129/stat : 15129 (java) S 15123 15125 14116 0 -1 64 123157 0 0 0 4832 57 0 0 16 0 13 0 102755285 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1801560 CPUtime=0.21
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 27 0 0 0 14 7 0 0 16 0 13 0 102755287 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 102755291 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1801560 CPUtime=2
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 4398 0 0 0 199 1 0 0 17 0 13 0 102755291 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1801560 CPUtime=2.54
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 13686 0 0 0 248 6 0 0 17 0 13 0 102755291 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 102755291 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102755291 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15138] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15138/stat : 15138 (java) S 15123 15125 14116 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 102757565 1844797440 244318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.65
Current children cumulated vsize (KiB) 1801560

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 15138
/proc/meminfo: memFree=616464/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1801560 CPUtime=1775.66
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 285537 0 1 0 177403 163 0 0 18 0 13 0 102755282 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 450390 245231 1334 9 0 448001 0
[pid=15125/tid=15127] ppid=15123 vsize=1801560 CPUtime=1669.05
/proc/15125/task/15127/stat : 15127 (java) R 15123 15125 14116 0 -1 64 38618 0 1 0 166867 38 0 0 25 0 13 0 102755283 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109718237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1801560 CPUtime=50.86
/proc/15125/task/15128/stat : 15128 (java) S 15123 15125 14116 0 -1 64 104336 0 0 0 5037 49 0 0 16 0 13 0 102755285 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1801560 CPUtime=50.91
/proc/15125/task/15129/stat : 15129 (java) S 15123 15125 14116 0 -1 64 123751 0 0 0 5034 57 0 0 16 0 13 0 102755285 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1801560 CPUtime=0.22
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 27 0 0 0 15 7 0 0 16 0 13 0 102755287 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 102755291 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1801560 CPUtime=2
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 4398 0 0 0 199 1 0 0 17 0 13 0 102755291 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1801560 CPUtime=2.54
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 13686 0 0 0 248 6 0 0 17 0 13 0 102755291 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 102755291 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102755291 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15138] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15138/stat : 15138 (java) S 15123 15125 14116 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 102757565 1844797440 245231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.66
Current children cumulated vsize (KiB) 1801560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1745.9 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 15138
/proc/meminfo: memFree=615056/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=1801560 CPUtime=1800.09
/proc/15125/stat : 15125 (java) S 15123 15125 14116 0 -1 0 285887 0 1 0 179846 163 0 0 18 0 13 0 102755282 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 450390 245570 1334 9 0 448001 0
[pid=15125/tid=15127] ppid=15123 vsize=1801560 CPUtime=1691.82
/proc/15125/task/15127/stat : 15127 (java) R 15123 15125 14116 0 -1 64 38629 0 1 0 169143 39 0 0 25 0 13 0 102755283 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893282 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15123 vsize=1801560 CPUtime=51.71
/proc/15125/task/15128/stat : 15128 (java) S 15123 15125 14116 0 -1 64 104655 0 0 0 5121 50 0 0 16 0 13 0 102755285 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15129] ppid=15123 vsize=1801560 CPUtime=51.75
/proc/15125/task/15129/stat : 15129 (java) S 15123 15125 14116 0 -1 64 123771 0 0 0 5118 57 0 0 16 0 13 0 102755285 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15123 vsize=1801560 CPUtime=0.22
/proc/15125/task/15130/stat : 15130 (java) S 15123 15125 14116 0 -1 64 27 0 0 0 15 7 0 0 16 0 13 0 102755287 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15131/stat : 15131 (java) S 15123 15125 14116 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15123 15125 14116 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102755287 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15133] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15123 15125 14116 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 102755291 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15134] ppid=15123 vsize=1801560 CPUtime=2
/proc/15125/task/15134/stat : 15134 (java) S 15123 15125 14116 0 -1 64 4398 0 0 0 199 1 0 0 17 0 13 0 102755291 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15135] ppid=15123 vsize=1801560 CPUtime=2.54
/proc/15125/task/15135/stat : 15135 (java) S 15123 15125 14116 0 -1 64 13686 0 0 0 248 6 0 0 17 0 13 0 102755291 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15136] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15136/stat : 15136 (java) S 15123 15125 14116 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 102755291 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15125/tid=15137] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15137/stat : 15137 (java) S 15123 15125 14116 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102755291 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15125/tid=15138] ppid=15123 vsize=1801560 CPUtime=0
/proc/15125/task/15138/stat : 15138 (java) S 15123 15125 14116 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 102757565 1844797440 245570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1801560

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

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

[startup+1746.01 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 15138
/proc/meminfo: memFree=615056/2055920 swapFree=4146224/4192956
[pid=15125] ppid=15123 vsize=0 CPUtime=1800.2
/proc/15125/stat : 15125 (java) Z 15123 15125 14116 0 -1 1036 285908 0 1 0 179849 171 0 0 16 0 2 0 102755282 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15125/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1746.09
CPU time (s): 1800.28
CPU user time (s): 1798.5
CPU system time (s): 1.78273
CPU usage (%): 103.104
Max. virtual memory (cumulated for all children) (KiB): 1805896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.78273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285908
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= 45061
involuntary context switches= 75461

runsolver used 1.62375 second user time and 4.82926 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Apr 15 06:04:23 UTC 2007

IDJOB= 351903
IDBENCH= 1845
IDSOLVER= 164
FILE ID= node11/351903-1176617063

PBS_JOBID= 4556835

Free space on /tmp= 66432 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351903-1176617063/sat4jPseudoCPClause.jar /tmp/evaluation/351903-1176617063/instance-351903-1176617063.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-351903-1176617063 -o ROOT/results/node11/solver-351903-1176617063 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351903-1176617063/sat4jPseudoCPClause.jar /tmp/evaluation/351903-1176617063/instance-351903-1176617063.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1ef5c8e94b66b7ed63dffc6923ecd901

RANDOM SEED= 350538932

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1594568 kB
Buffers:         53408 kB
Cached:         332176 kB
SwapCached:      15684 kB
Active:         179012 kB
Inactive:       234088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594568 kB
SwapTotal:     4192956 kB
SwapFree:      4146224 kB
Dirty:           39376 kB
Writeback:           0 kB
Mapped:          30980 kB
Slab:            33708 kB
Committed_AS:  5586820 kB
PageTables:       1852 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= 66432 MiB

End job on node11 on Sun Apr 15 06:33:31 UTC 2007