Trace number 352289

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.14 1791.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c no version file found!!!
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1651659224
0.07/0.17	c Max memory 1654456320
0.07/0.17	c Total memory 1654456320
0.07/0.17	c Number of processors 2
0.16/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.16/0.23	--- Begin Solver configuration ---
0.16/0.23	c Stops conflict analysis at the first Unique Implication Point
0.16/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.23	c Learn all clauses as in MiniSAT
0.16/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.23	c No reason simplification
0.16/0.23	c --- End Solver configuration ---
0.16/0.23	c solving /tmp/evaluation/352289-1176628136/instance-352289-1176628136.opb
0.16/0.23	c reading problem ... 
13.15/10.97	c ... done. Wall clock time 10.742s.
13.15/10.97	c CPU time (experimental) 8.75s.
13.15/10.97	c #vars     10000
13.15/10.97	c #constraints  656900
1800.01/1791.21	c starts		: 2
1800.01/1791.21	c conflicts		: 9316
1800.01/1791.21	c decisions		: 22898
1800.01/1791.21	c propagations		: 978660
1800.01/1791.21	c inspects		: 5943420
1800.01/1791.21	c learnt literals	: 0
1800.01/1791.21	c learnt binary clauses	: 0
1800.01/1791.21	c learnt ternary clauses	: 0
1800.01/1791.21	c learnt clauses	: 9315
1800.01/1791.21	c root simplifications	: 0
1800.01/1791.21	c removed literals (reason simplification)	: 0
1800.01/1791.21	c reason swapping (by a shorter reason)	: 0
1800.01/1791.21	c Calls to reduceDB	: 0
1800.01/1791.21	c speed (decisions/second)	: 12.864203939599253
1800.01/1791.21	c non guided choices	0
1800.01/1791.21	s UNKNOWN
1800.01/1791.21	c Total wall clock time (ms): 1790.985

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/node30/watcher-352289-1176628136 -o ROOT/results/node30/solver-352289-1176628136 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352289-1176628136/sat4jPseudoCP.jar /tmp/evaluation/352289-1176628136/instance-352289-1176628136.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.00 1.00 1.00 3/77 21202
/proc/meminfo: memFree=1702064/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=18568 CPUtime=0
/proc/21202/stat : 21202 (runsolver) R 21200 21202 20464 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 110729336 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21202/statm: 4642 292 257 24 0 2626 0

[startup+0.034797 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21202
/proc/meminfo: memFree=1702064/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1775952 CPUtime=0.01
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 2799 0 1 0 0 1 0 0 18 0 4 0 110729336 1818574848 2546 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 443988 2546 581 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.101803 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21202
/proc/meminfo: memFree=1702064/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1777844 CPUtime=0.07
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 3871 0 1 0 5 2 0 0 18 0 7 0 110729336 1820512256 3613 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 444461 3613 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301812 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21202
/proc/meminfo: memFree=1702064/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1782444 CPUtime=0.28
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 5117 0 1 0 25 3 0 0 18 0 12 0 110729336 1825222656 4855 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 445611 4855 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782444

[startup+0.701839 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21202
/proc/meminfo: memFree=1702064/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1783308 CPUtime=0.86
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 7232 0 1 0 82 4 0 0 18 0 12 0 110729336 1826107392 6725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 445827 6725 1297 9 0 443439 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783308

[startup+1.50288 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 21214
/proc/meminfo: memFree=1672528/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1786480 CPUtime=1.99
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 19539 0 1 0 189 10 0 0 18 0 12 0 110729336 1829355520 17082 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 446620 17083 1301 9 0 444232 0
[pid=21202/tid=21204] ppid=21200 vsize=1786480 CPUtime=1.08
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 15042 0 1 0 100 8 0 0 25 0 12 0 110729338 1829355520 17084 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109680573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 110729339 1829355520 17085 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 110729339 1829355520 17086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 110729342 1829355520 17087 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 110729342 1829355520 17088 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 110729342 1829355520 17088 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110729348 1829355520 17088 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1786480 CPUtime=0.39
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 1738 0 0 0 39 0 0 0 16 0 12 0 110729348 1829355520 17089 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1786480 CPUtime=0.49
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2041 0 0 0 48 1 0 0 16 0 12 0 110729348 1829355520 17090 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 110729349 1829355520 17092 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110729349 1829355520 17093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1786480

[startup+3.10298 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 21214
/proc/meminfo: memFree=1573264/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1786480 CPUtime=3.65
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 44190 0 1 0 341 24 0 0 18 0 12 0 110729336 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 446620 41719 1310 9 0 444232 0
[pid=21202/tid=21204] ppid=21200 vsize=1786480 CPUtime=2.63
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 37693 0 1 0 242 21 0 0 22 0 12 0 110729338 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109508997 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1786480 CPUtime=0.05
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 1075 0 0 0 5 0 0 0 16 0 12 0 110729339 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1786480 CPUtime=0.05
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 918 0 0 0 5 0 0 0 17 0 12 0 110729339 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 110729342 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110729342 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110729342 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110729348 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1786480 CPUtime=0.4
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 1738 0 0 0 40 0 0 0 16 0 12 0 110729348 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1786480 CPUtime=0.49
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2041 0 0 0 48 1 0 0 16 0 12 0 110729348 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 110729349 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1786480 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110729349 1829355520 41719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1786480

[startup+6.30119 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 21214
/proc/meminfo: memFree=1515280/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1786740 CPUtime=7.16
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 53586 0 1 0 687 29 0 0 18 0 12 0 110729336 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 446685 50527 1310 9 0 444297 0
[pid=21202/tid=21204] ppid=21200 vsize=1786740 CPUtime=5.51
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 37698 0 1 0 530 21 0 0 23 0 12 0 110729338 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1786740 CPUtime=0.36
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 6863 0 0 0 33 3 0 0 16 0 12 0 110729339 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1786740 CPUtime=0.36
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 4515 0 0 0 34 2 0 0 17 0 12 0 110729339 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1786740 CPUtime=0
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 110729342 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1786740 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110729342 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1786740 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110729342 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1786740 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110729348 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1786740 CPUtime=0.4
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 1738 0 0 0 40 0 0 0 16 0 12 0 110729348 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1786740 CPUtime=0.49
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2041 0 0 0 48 1 0 0 16 0 12 0 110729348 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1786740 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 110729349 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1786740 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110729349 1829621760 50527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1786740

[startup+12.7016 s]
/proc/loadavg: 1.08 1.02 1.01 3/90 21215
/proc/meminfo: memFree=1456528/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1792956 CPUtime=15.75
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 70948 0 1 0 1536 39 0 0 18 0 13 0 110729336 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 448239 64820 1326 9 0 445851 0
[pid=21202/tid=21204] ppid=21200 vsize=1792956 CPUtime=9.98
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 37753 0 1 0 976 22 0 0 18 0 13 0 110729338 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109832459 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1792956 CPUtime=1.96
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 14908 0 0 0 189 7 0 0 16 0 13 0 110729339 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1792956 CPUtime=1.98
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 12716 0 0 0 192 6 0 0 16 0 13 0 110729339 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110729348 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1792956 CPUtime=0.84
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 2748 0 0 0 84 0 0 0 16 0 13 0 110729348 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1792956 CPUtime=0.93
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2085 0 0 0 92 1 0 0 16 0 13 0 110729348 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 110729349 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110729349 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21215] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21215/stat : 21215 (java) S 21200 21202 20464 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110730460 1835986944 64820 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 1792956

[startup+25.5024 s]
/proc/loadavg: 1.14 1.03 1.01 2/90 21215
/proc/meminfo: memFree=1481360/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1792956 CPUtime=28.78
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 72154 0 1 0 2837 41 0 0 18 0 13 0 110729336 1835986944 55172 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 448239 55172 1326 9 0 445851 0
[pid=21202/tid=21204] ppid=21200 vsize=1792956 CPUtime=22.54
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 37776 0 1 0 2232 22 0 0 22 0 13 0 110729338 1835986944 55172 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109862337 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1792956 CPUtime=2.04
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 14970 0 0 0 197 7 0 0 16 0 13 0 110729339 1835986944 55172 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1792956 CPUtime=2.05
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 13124 0 0 0 198 7 0 0 16 0 13 0 110729339 1835986944 55172 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 55172 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 55172 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 55172 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21202/tid=21207] ppid=21200 vsize=1792956 CPUtime=0.34
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 281 0 0 0 21 13 0 0 16 0 13 0 110729342 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110729348 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1792956 CPUtime=1.09
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 3443 0 0 0 109 0 0 0 16 0 13 0 110729348 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1792956 CPUtime=1.22
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2097 0 0 0 121 1 0 0 16 0 13 0 110729348 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 110729349 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110729349 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21215] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21215/stat : 21215 (java) S 21200 21202 20464 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110730460 1835986944 81108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1610.57
Current children cumulated vsize (KiB) 1792956

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21215
/proc/meminfo: memFree=1371984/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1792956 CPUtime=1670.78
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 161990 0 1 0 166813 265 0 0 18 0 13 0 110729336 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 448239 83504 1326 9 0 445851 0
[pid=21202/tid=21204] ppid=21200 vsize=1792956 CPUtime=1642.7
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 81678 0 1 0 164221 49 0 0 25 0 13 0 110729338 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109832384 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1792956 CPUtime=12.86
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 37888 0 0 0 1189 97 0 0 16 0 13 0 110729339 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1792956 CPUtime=12.5
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 35879 0 0 0 1148 102 0 0 16 0 13 0 110729339 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1792956 CPUtime=0.35
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 282 0 0 0 22 13 0 0 16 0 13 0 110729342 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110729348 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1792956 CPUtime=1.09
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 3443 0 0 0 109 0 0 0 16 0 13 0 110729348 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1792956 CPUtime=1.22
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2097 0 0 0 121 1 0 0 16 0 13 0 110729348 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 110729349 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110729349 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21215] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21215/stat : 21215 (java) S 21200 21202 20464 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110730460 1835986944 83504 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.78
Current children cumulated vsize (KiB) 1792956

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21217
/proc/meminfo: memFree=1376528/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1792956 CPUtime=1730.92
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 163653 0 1 0 172821 271 0 0 18 0 13 0 110729336 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 448239 82424 1326 9 0 445851 0
[pid=21202/tid=21204] ppid=21200 vsize=1792956 CPUtime=1702.03
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 81778 0 1 0 170154 49 0 0 25 0 13 0 110729338 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109839512 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1792956 CPUtime=13.24
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 38954 0 0 0 1224 100 0 0 16 0 13 0 110729339 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1792956 CPUtime=12.92
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 36366 0 0 0 1188 104 0 0 16 0 13 0 110729339 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1792956 CPUtime=0.36
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 292 0 0 0 22 14 0 0 17 0 13 0 110729342 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110729348 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1792956 CPUtime=1.09
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 3443 0 0 0 109 0 0 0 16 0 13 0 110729348 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1792956 CPUtime=1.22
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2097 0 0 0 121 1 0 0 16 0 13 0 110729348 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 110729349 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110729349 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21215] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21215/stat : 21215 (java) S 21200 21202 20464 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110730460 1835986944 82424 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.92
Current children cumulated vsize (KiB) 1792956

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21217
/proc/meminfo: memFree=1356176/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1792956 CPUtime=1791.08
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 170485 0 1 0 178828 280 0 0 18 0 13 0 110729336 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 448239 87410 1326 9 0 445851 0
[pid=21202/tid=21204] ppid=21200 vsize=1792956 CPUtime=1761.36
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 86277 0 1 0 176084 52 0 0 25 0 13 0 110729338 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109831962 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1792956 CPUtime=13.63
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 40625 0 0 0 1259 104 0 0 16 0 13 0 110729339 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1792956 CPUtime=13.34
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 37015 0 0 0 1229 105 0 0 16 0 13 0 110729339 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1792956 CPUtime=0.38
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 305 0 0 0 23 15 0 0 16 0 13 0 110729342 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110729348 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1792956 CPUtime=1.09
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 3443 0 0 0 109 0 0 0 16 0 13 0 110729348 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1792956 CPUtime=1.22
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2097 0 0 0 121 1 0 0 16 0 13 0 110729348 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 110729349 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110729349 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21215] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21215/stat : 21215 (java) S 21200 21202 20464 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110730460 1835986944 87410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1791.08
Current children cumulated vsize (KiB) 1792956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21217
/proc/meminfo: memFree=1355088/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=1792956 CPUtime=1800.01
/proc/21202/stat : 21202 (java) S 21200 21202 20464 0 -1 0 170976 0 1 0 179720 281 0 0 18 0 13 0 110729336 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21202/statm: 448239 87782 1326 9 0 445851 0
[pid=21202/tid=21204] ppid=21200 vsize=1792956 CPUtime=1770.16
/proc/21202/task/21204/stat : 21204 (java) R 21200 21202 20464 0 -1 64 86468 0 1 0 176964 52 0 0 25 0 13 0 110729338 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109831958 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21205] ppid=21200 vsize=1792956 CPUtime=13.7
/proc/21202/task/21205/stat : 21205 (java) S 21200 21202 20464 0 -1 64 40625 0 0 0 1266 104 0 0 16 0 13 0 110729339 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21206] ppid=21200 vsize=1792956 CPUtime=13.39
/proc/21202/task/21206/stat : 21206 (java) S 21200 21202 20464 0 -1 64 37315 0 0 0 1233 106 0 0 16 0 13 0 110729339 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21207] ppid=21200 vsize=1792956 CPUtime=0.38
/proc/21202/task/21207/stat : 21207 (java) S 21200 21202 20464 0 -1 64 305 0 0 0 23 15 0 0 16 0 13 0 110729342 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21208] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21208/stat : 21208 (java) S 21200 21202 20464 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21209] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21209/stat : 21209 (java) S 21200 21202 20464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110729342 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21210] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21210/stat : 21210 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110729348 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21211] ppid=21200 vsize=1792956 CPUtime=1.09
/proc/21202/task/21211/stat : 21211 (java) S 21200 21202 20464 0 -1 64 3443 0 0 0 109 0 0 0 16 0 13 0 110729348 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21202/tid=21212] ppid=21200 vsize=1792956 CPUtime=1.22
/proc/21202/task/21212/stat : 21212 (java) S 21200 21202 20464 0 -1 64 2097 0 0 0 121 1 0 0 16 0 13 0 110729348 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21213] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21213/stat : 21213 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 110729349 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21214] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21214/stat : 21214 (java) S 21200 21202 20464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110729349 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21202/tid=21215] ppid=21200 vsize=1792956 CPUtime=0
/proc/21202/task/21215/stat : 21215 (java) S 21200 21202 20464 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110730460 1835986944 87782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1792956

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

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

[startup+1791.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21217
/proc/meminfo: memFree=1355088/2055920 swapFree=4170976/4192956
[pid=21202] ppid=21200 vsize=0 CPUtime=1800.13
/proc/21202/stat : 21202 (java) Z 21200 21202 20464 0 -1 1036 170996 0 1 0 179726 287 0 0 16 0 2 0 110729336 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21202/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.32
CPU time (s): 1800.14
CPU user time (s): 1797.26
CPU system time (s): 2.87856
CPU usage (%): 100.492
Max. virtual memory (cumulated for all children) (KiB): 1793228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 2.87856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170996
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= 68329
involuntary context switches= 45643

runsolver used 2.26765 second user time and 5.37618 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Apr 15 09:08:57 UTC 2007

IDJOB= 352289
IDBENCH= 1964
IDSOLVER= 160
FILE ID= node30/352289-1176628136

PBS_JOBID= 4559794

Free space on /tmp= 66544 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352289-1176628136/sat4jPseudoCP.jar /tmp/evaluation/352289-1176628136/instance-352289-1176628136.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-352289-1176628136 -o ROOT/results/node30/solver-352289-1176628136 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352289-1176628136/sat4jPseudoCP.jar /tmp/evaluation/352289-1176628136/instance-352289-1176628136.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  35ffbede57b8807d38d913370f4c4486

RANDOM SEED= 878309349

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1702664 kB
Buffers:         37808 kB
Cached:         187828 kB
SwapCached:       2300 kB
Active:          99172 kB
Inactive:       150916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702664 kB
SwapTotal:     4192956 kB
SwapFree:      4170976 kB
Dirty:           20432 kB
Writeback:           0 kB
Mapped:          39700 kB
Slab:            88716 kB
Committed_AS:   237272 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB

End job on node30 on Sun Apr 15 09:38:50 UTC 2007