Trace number 347900

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
sat4jPseudoCP 2007-03-23? (TO) 1800.18 1769.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-dano3_3.opb
MD5SUM108953e78fcc72e03ac9c2dad6fbc1ae
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535830
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.22	--- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.22	c No reason simplification
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving /tmp/evaluation/347900-1176532397/instance-347900-1176532397.opb
0.19/0.22	c reading problem ... 
26.13/19.47	c ... done. Wall clock time 19.246s.
26.13/19.47	c CPU time (experimental) 13.29s.
26.13/19.47	c #vars     404796
26.13/19.47	c #constraints  4933
1800.03/1769.62	c starts		: 2
1800.03/1769.62	c conflicts		: 654
1800.03/1769.62	c decisions		: 98881
1800.03/1769.62	c propagations		: 1537441
1800.03/1769.62	c inspects		: 7986669
1800.03/1769.62	c learnt literals	: 0
1800.03/1769.62	c learnt binary clauses	: 0
1800.03/1769.62	c learnt ternary clauses	: 0
1800.03/1769.62	c learnt clauses	: 653
1800.03/1769.62	c root simplifications	: 0
1800.03/1769.62	c removed literals (reason simplification)	: 0
1800.03/1769.62	c reason swapping (by a shorter reason)	: 0
1800.03/1769.62	c Calls to reduceDB	: 0
1800.03/1769.62	c speed (decisions/second)	: 56.50097481480804
1800.03/1769.62	c non guided choices	3921
1800.03/1769.62	s UNKNOWN
1800.03/1769.62	c Total wall clock time (ms): 1769.401

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/node17/watcher-347900-1176532397 -o ROOT/results/node17/solver-347900-1176532397 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347900-1176532397/sat4jPseudoCP.jar /tmp/evaluation/347900-1176532397/instance-347900-1176532397.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: 1.08 1.02 1.01 2/77 9189
/proc/meminfo: memFree=1865144/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=18568 CPUtime=0
/proc/9189/stat : 9189 (runsolver) R 9187 9189 7992 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 101157216 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9189/statm: 4642 292 257 24 0 2626 0

[startup+0.0873261 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 9189
/proc/meminfo: memFree=1865144/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1777844 CPUtime=0.07
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 3789 0 2 0 5 2 0 0 18 0 7 0 101157216 1820512256 3532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 444461 3532 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101326 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 9189
/proc/meminfo: memFree=1865144/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1780040 CPUtime=0.08
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 3900 0 2 0 6 2 0 0 18 0 11 0 101157216 1822760960 3642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 445010 3642 1099 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780040

[startup+0.301347 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 9189
/proc/meminfo: memFree=1865144/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1781444 CPUtime=0.29
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 8559 0 2 0 24 5 0 0 18 0 12 0 101157216 1824198656 8298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 445361 8298 1247 9 0 442973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781444

[startup+0.702391 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 9189
/proc/meminfo: memFree=1865144/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1783028 CPUtime=0.88
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 10694 0 2 0 82 6 0 0 18 0 12 0 101157216 1825820672 10312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 445757 10312 1302 9 0 443369 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783028

[startup+1.50248 s]
/proc/loadavg: 1.08 1.02 1.01 3/89 9201
/proc/meminfo: memFree=1817880/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1796220 CPUtime=2.46
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 27503 0 2 0 231 15 0 0 18 0 12 0 101157216 1839329280 23595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 449055 23597 1303 9 0 446667 0
[pid=9189/tid=9191] ppid=9187 vsize=1796220 CPUtime=1.03
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 19364 0 1 0 92 11 0 0 18 0 12 0 101157218 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542114 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 101157219 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 101157219 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 101157222 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 101157222 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 101157222 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 101157226 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1796220 CPUtime=0.74
/proc/9189/task/9198/stat : 9198 (java) R 9187 9189 7992 0 -1 64 4008 0 0 0 72 2 0 0 18 0 12 0 101157226 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102399297 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1796220 CPUtime=0.65
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3412 0 0 0 64 1 0 0 18 0 12 0 101157226 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101157226 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1796220 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101157226 1839329280 23597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1796220

[startup+3.10265 s]
/proc/loadavg: 1.08 1.02 1.01 3/89 9201
/proc/meminfo: memFree=1693336/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1795288 CPUtime=4.44
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 56459 0 2 0 416 28 0 0 18 0 12 0 101157216 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448822 51156 1313 9 0 446434 0
[pid=9189/tid=9191] ppid=9187 vsize=1795288 CPUtime=2.36
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 37671 0 1 0 218 18 0 0 21 0 12 0 101157218 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1795288 CPUtime=0.25
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 4011 0 0 0 23 2 0 0 16 0 12 0 101157219 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1795288 CPUtime=0.25
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 6213 0 0 0 23 2 0 0 16 0 12 0 101157219 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1795288 CPUtime=0
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 101157222 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1795288 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 101157222 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1795288 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 101157222 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1795288 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 101157226 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1795288 CPUtime=0.83
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 4419 0 0 0 81 2 0 0 17 0 12 0 101157226 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1795288 CPUtime=0.69
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3421 0 0 0 68 1 0 0 15 0 12 0 101157226 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1795288 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101157226 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1795288 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101157226 1838374912 51156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 1795288

[startup+6.30197 s]
/proc/loadavg: 1.07 1.02 1.00 2/89 9201
/proc/meminfo: memFree=1590240/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1794780 CPUtime=8.69
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 86090 0 2 0 828 41 0 0 18 0 12 0 101157216 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448695 76153 1313 9 0 446307 0
[pid=9189/tid=9191] ppid=9187 vsize=1794780 CPUtime=4.5
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 37675 0 1 0 432 18 0 0 18 0 12 0 101157218 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1794780 CPUtime=1.31
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 18640 0 0 0 123 8 0 0 16 0 12 0 101157219 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1794780 CPUtime=1.31
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 21211 0 0 0 121 10 0 0 16 0 12 0 101157219 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1794780 CPUtime=0
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 101157222 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1794780 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 101157222 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1794780 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 101157222 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1794780 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 101157226 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1794780 CPUtime=0.83
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 4419 0 0 0 81 2 0 0 17 0 12 0 101157226 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1794780 CPUtime=0.69
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3421 0 0 0 68 1 0 0 16 0 12 0 101157226 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1794780 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101157226 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1794780 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101157226 1837854720 76153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 1794780

[startup+12.7016 s]
/proc/loadavg: 1.15 1.03 1.01 3/89 9201
/proc/meminfo: memFree=1452960/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1792992 CPUtime=17.65
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 123513 0 2 0 1704 61 0 0 18 0 12 0 101157216 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448248 106746 1324 9 0 445860 0
[pid=9189/tid=9191] ppid=9187 vsize=1792992 CPUtime=8.36
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 37690 0 1 0 817 19 0 0 17 0 12 0 101157218 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476156 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1792992 CPUtime=3.78
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 36904 0 0 0 361 17 0 0 17 0 12 0 101157219 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1792992 CPUtime=3.81
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 40344 0 0 0 363 18 0 0 17 0 12 0 101157219 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1792992 CPUtime=0
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 101157222 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1792992 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 101157222 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1792992 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 101157222 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1792992 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 101157226 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1792992 CPUtime=0.86
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 4419 0 0 0 84 2 0 0 16 0 12 0 101157226 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1792992 CPUtime=0.77
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3432 0 0 0 76 1 0 0 16 0 12 0 101157226 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1792992 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101157226 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1792992 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101157226 1836023808 106746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.65
Current children cumulated vsize (KiB) 1792992

[startup+25.5022 s]
/proc/loadavg: 1.11 1.03 1.01 2/90 9202
/proc/meminfo: memFree=1328280/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1793316 CPUtime=32.8
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 158737 0 2 0 3201 79 0 0 18 0 13 0 101157216 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448329 135114 1329 9 0 445941 0
[pid=9189/tid=9191] ppid=9187 vsize=1793316 CPUtime=19.01
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 37745 0 1 0 1880 21 0 0 25 0 13 0 101157218 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109827667 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1793316 CPUtime=5.82
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 53886 0 0 0 556 26 0 0 17 0 13 0 101157219 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1793316 CPUtime=5.85
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 58477 0 0 0 559 26 0 0 16 0 13 0 101157219 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 135114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9189/tid=9194] ppid=9187 vsize=1793316 CPUtime=0.4
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 29 0 0 0 25 15 0 0 15 0 13 0 101157222 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1793316 CPUtime=1.87
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 5393 0 0 0 184 3 0 0 17 0 13 0 101157226 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1793316 CPUtime=1.66
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3484 0 0 0 165 1 0 0 17 0 13 0 101157226 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101157226 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9202] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9202/stat : 9202 (java) S 9187 9189 7992 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 101159238 1836355584 182201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1569.26
Current children cumulated vsize (KiB) 1793316

[startup+1602.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 9204
/proc/meminfo: memFree=1132184/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1793316 CPUtime=1630.21
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 219595 0 2 0 162825 196 0 0 18 0 13 0 101157216 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448329 183479 1334 9 0 445941 0
[pid=9189/tid=9191] ppid=9187 vsize=1793316 CPUtime=1570.77
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 42966 0 1 0 157041 36 0 0 17 0 13 0 101157218 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551020 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1793316 CPUtime=27.62
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 81397 0 0 0 2686 76 0 0 17 0 13 0 101157219 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1793316 CPUtime=27.8
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 85604 0 0 0 2719 61 0 0 16 0 13 0 101157219 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1793316 CPUtime=0.42
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 29 0 0 0 26 16 0 0 16 0 13 0 101157222 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1793316 CPUtime=1.87
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 5393 0 0 0 184 3 0 0 17 0 13 0 101157226 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1793316 CPUtime=1.66
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3484 0 0 0 165 1 0 0 17 0 13 0 101157226 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101157226 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9202] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9202/stat : 9202 (java) S 9187 9189 7992 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 101159238 1836355584 183479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1630.21
Current children cumulated vsize (KiB) 1793316

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 9204
/proc/meminfo: memFree=1128600/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1793316 CPUtime=1691.14
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 220732 0 2 0 168913 201 0 0 18 0 13 0 101157216 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448329 184370 1334 9 0 445941 0
[pid=9189/tid=9191] ppid=9187 vsize=1793316 CPUtime=1629.55
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 43050 0 1 0 162919 36 0 0 20 0 13 0 101157218 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551346 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1793316 CPUtime=28.73
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 81832 0 0 0 2795 78 0 0 16 0 13 0 101157219 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1793316 CPUtime=28.83
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 86222 0 0 0 2819 64 0 0 16 0 13 0 101157219 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1793316 CPUtime=0.44
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 29 0 0 0 28 16 0 0 16 0 13 0 101157222 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1793316 CPUtime=1.87
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 5393 0 0 0 184 3 0 0 17 0 13 0 101157226 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1793316 CPUtime=1.66
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3484 0 0 0 165 1 0 0 17 0 13 0 101157226 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101157226 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9202] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9202/stat : 9202 (java) S 9187 9189 7992 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 101159238 1836355584 184370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1691.14
Current children cumulated vsize (KiB) 1793316

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 9402
/proc/meminfo: memFree=1124616/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1793316 CPUtime=1752.01
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 221777 0 2 0 174974 227 0 0 18 0 13 0 101157216 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448329 185188 1334 9 0 445941 0
[pid=9189/tid=9191] ppid=9187 vsize=1793316 CPUtime=1688.28
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 43134 0 1 0 168772 56 0 0 25 0 13 0 101157218 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110046943 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1793316 CPUtime=29.79
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 82290 0 0 0 2898 81 0 0 17 0 13 0 101157219 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1793316 CPUtime=29.9
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 86725 0 0 0 2924 66 0 0 16 0 13 0 101157219 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1793316 CPUtime=0.45
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 29 0 0 0 29 16 0 0 15 0 13 0 101157222 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1793316 CPUtime=1.87
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 5393 0 0 0 184 3 0 0 17 0 13 0 101157226 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1793316 CPUtime=1.66
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3484 0 0 0 165 1 0 0 17 0 13 0 101157226 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101157226 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9202] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9202/stat : 9202 (java) S 9187 9189 7992 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 101159238 1836355584 185188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1752.01
Current children cumulated vsize (KiB) 1793316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 9402
/proc/meminfo: memFree=1122392/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=1793316 CPUtime=1800.03
/proc/9189/stat : 9189 (java) S 9187 9189 7992 0 -1 0 222622 0 2 0 179772 231 0 0 18 0 13 0 101157216 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 448329 185805 1334 9 0 445941 0
[pid=9189/tid=9191] ppid=9187 vsize=1793316 CPUtime=1734.7
/proc/9189/task/9191/stat : 9191 (java) R 9187 9189 7992 0 -1 64 43197 0 1 0 173413 57 0 0 25 0 13 0 101157218 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863390 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9192] ppid=9187 vsize=1793316 CPUtime=30.59
/proc/9189/task/9192/stat : 9192 (java) S 9187 9189 7992 0 -1 64 82762 0 0 0 2976 83 0 0 16 0 13 0 101157219 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9193] ppid=9187 vsize=1793316 CPUtime=30.7
/proc/9189/task/9193/stat : 9193 (java) S 9187 9189 7992 0 -1 64 87035 0 0 0 3002 68 0 0 15 0 13 0 101157219 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9194] ppid=9187 vsize=1793316 CPUtime=0.45
/proc/9189/task/9194/stat : 9194 (java) S 9187 9189 7992 0 -1 64 29 0 0 0 29 16 0 0 16 0 13 0 101157222 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9195] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9195/stat : 9195 (java) S 9187 9189 7992 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9196] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9196/stat : 9196 (java) S 9187 9189 7992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101157222 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9197] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9197/stat : 9197 (java) S 9187 9189 7992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9198] ppid=9187 vsize=1793316 CPUtime=1.87
/proc/9189/task/9198/stat : 9198 (java) S 9187 9189 7992 0 -1 64 5393 0 0 0 184 3 0 0 17 0 13 0 101157226 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9189/tid=9199] ppid=9187 vsize=1793316 CPUtime=1.66
/proc/9189/task/9199/stat : 9199 (java) S 9187 9189 7992 0 -1 64 3484 0 0 0 165 1 0 0 17 0 13 0 101157226 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9200] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9200/stat : 9200 (java) S 9187 9189 7992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101157226 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9201] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9201/stat : 9201 (java) S 9187 9189 7992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101157226 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9189/tid=9202] ppid=9187 vsize=1793316 CPUtime=0
/proc/9189/task/9202/stat : 9202 (java) S 9187 9189 7992 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 101159238 1836355584 185805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1793316

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

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

[startup+1769.71 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 9402
/proc/meminfo: memFree=1122392/2055920 swapFree=4153028/4192956
[pid=9189] ppid=9187 vsize=0 CPUtime=1800.14
/proc/9189/stat : 9189 (java) Z 9187 9189 7992 0 -1 1036 222642 0 2 0 179774 240 0 0 16 0 2 0 101157216 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9189/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.75
CPU time (s): 1800.18
CPU user time (s): 1797.75
CPU system time (s): 2.42863
CPU usage (%): 101.719
Max. virtual memory (cumulated for all children) (KiB): 1796576

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

runsolver used 2.02069 second user time and 5.30019 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Apr 14 06:33:17 UTC 2007

IDJOB= 347900
IDBENCH= 1571
IDSOLVER= 160
FILE ID= node17/347900-1176532397

PBS_JOBID= 4556727

Free space on /tmp= 66530 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  108953e78fcc72e03ac9c2dad6fbc1ae

RANDOM SEED= 60190458

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1865808 kB
Buffers:          9044 kB
Cached:         105772 kB
SwapCached:       2484 kB
Active:          81148 kB
Inactive:        57484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865808 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:           28808 kB
Writeback:           0 kB
Mapped:          30888 kB
Slab:            37000 kB
Committed_AS:  4061352 kB
PageTables:       1800 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= 66530 MiB

End job on node17 on Sat Apr 14 07:02:49 UTC 2007