Trace number 362080

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.26 1761.29

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark549.057
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/362080-1177006167/instance-362080-1177006167.opb
0.21/0.20	c reading problem ... 
2.30/1.77	c ... done. Wall clock time 1.572s.
2.30/1.77	c CPU time (experimental) 1.33s.
2.30/1.77	c #vars     4626
2.30/1.77	c #constraints  30921
1800.02/1761.16	c starts		: 2
1800.02/1761.16	c conflicts		: 50114
1800.02/1761.16	c decisions		: 140035
1800.02/1761.16	c propagations		: 1918015
1800.02/1761.16	c inspects		: 653334530
1800.02/1761.16	c learnt literals	: 0
1800.02/1761.16	c learnt binary clauses	: 0
1800.02/1761.16	c learnt ternary clauses	: 0
1800.02/1761.16	c learnt clauses	: 50113
1800.02/1761.16	c root simplifications	: 0
1800.02/1761.16	c removed literals (reason simplification)	: 0
1800.02/1761.16	c reason swapping (by a shorter reason)	: 0
1800.02/1761.16	c Calls to reduceDB	: 0
1800.02/1761.16	c speed (decisions/second)	: 79.59333424653329
1800.02/1761.16	c non guided choices	4598
1800.02/1761.16	s UNKNOWN
1800.02/1761.16	c Total wall clock time (ms): 1760.962

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/node48/watcher-362080-1177006167 -o ROOT/results/node48/solver-362080-1177006167 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362080-1177006167/sat4jPseudoCPClause.jar /tmp/evaluation/362080-1177006167/instance-362080-1177006167.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 5258
/proc/meminfo: memFree=1479280/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=308 CPUtime=0
/proc/5258/stat : 5258 (java) R 5256 5258 4373 0 -1 0 55 0 0 0 0 0 0 0 18 0 1 0 55462011 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3531556 0 0 4096 0 0 0 0 17 1 0 0
/proc/5258/statm: 77 41 31 9 0 6 0

[startup+0.00887709 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 5258
/proc/meminfo: memFree=1479280/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=272 CPUtime=0
/proc/5258/stat : 5258 (java) D 5256 5258 4373 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 55462011 278528 37 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 3531556 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5258/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101892 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 5258
/proc/meminfo: memFree=1479280/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1780112 CPUtime=0.09
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 3982 0 1 0 6 3 0 0 18 0 12 0 55462011 1822834688 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 445028 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.301909 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 5258
/proc/meminfo: memFree=1479280/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1782436 CPUtime=0.31
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 5198 0 1 0 27 4 0 0 18 0 12 0 55462011 1825214464 4937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 445609 4937 1270 9 0 443220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782436

[startup+0.701947 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 5258
/proc/meminfo: memFree=1479280/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1785296 CPUtime=0.97
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 7960 0 1 0 92 5 0 0 18 0 12 0 55462011 1828143104 6937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 446324 6937 1309 9 0 443935 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1785296

[startup+1.50303 s]
/proc/loadavg: 0.99 0.97 0.96 2/76 5270
/proc/meminfo: memFree=1449168/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1785096 CPUtime=2.1
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 19149 0 1 0 200 10 0 0 18 0 12 0 55462011 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 446274 17115 1309 9 0 443885 0
[pid=5258/tid=5260] ppid=5256 vsize=1785096 CPUtime=1.05
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 15238 0 1 0 98 7 0 0 19 0 12 0 55462013 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529807 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 55462014 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 55462014 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 55462016 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 55462017 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 55462017 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 55462021 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1785096 CPUtime=0.51
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 1853 0 0 0 51 0 0 0 16 0 12 0 55462021 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1785096 CPUtime=0.51
/proc/5258/task/5268/stat : 5268 (java) S 5256 5258 4373 0 -1 64 1339 0 0 0 50 1 0 0 16 0 12 0 55462021 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 55462021 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1785096 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 55462021 1827938304 17115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1785096

[startup+3.10217 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 5271
/proc/meminfo: memFree=1377544/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1803068 CPUtime=4.92
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 49731 0 1 0 467 25 0 0 18 0 13 0 55462011 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450767 41277 1321 9 0 448378 0
[pid=5258/tid=5260] ppid=5256 vsize=1803068 CPUtime=2.01
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 35634 0 1 0 183 18 0 0 18 0 13 0 55462013 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541573 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 55462014 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 55462014 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 55462016 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 55462017 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 55462017 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1803068 CPUtime=1.48
/proc/5258/task/5267/stat : 5267 (java) R 5256 5258 4373 0 -1 64 7144 0 0 0 145 3 0 0 18 0 13 0 55462021 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102602207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1803068 CPUtime=1.4
/proc/5258/task/5268/stat : 5268 (java) R 5256 5258 4373 0 -1 64 6231 0 0 0 138 2 0 0 19 0 13 0 55462021 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103315195 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1803068 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1846341632 41277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1803068

[startup+6.30646 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 5271
/proc/meminfo: memFree=1297736/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1800680 CPUtime=8.79
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 58255 0 1 0 849 30 0 0 18 0 13 0 55462011 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450170 47151 1330 9 0 447781 0
[pid=5258/tid=5260] ppid=5256 vsize=1800680 CPUtime=4.86
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 37741 0 1 0 467 19 0 0 25 0 13 0 55462013 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109774361 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1800680 CPUtime=0.09
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 1747 0 0 0 9 0 0 0 17 0 13 0 55462014 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1800680 CPUtime=0.12
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 2260 0 0 0 11 1 0 0 16 0 13 0 55462014 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 55462016 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1800680 CPUtime=1.84
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 7993 0 0 0 180 4 0 0 16 0 13 0 55462021 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1800680 CPUtime=1.83
/proc/5258/task/5268/stat : 5268 (java) R 5256 5258 4373 0 -1 64 7780 0 0 0 180 3 0 0 15 0 13 0 55462021 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102297900 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1843896320 47151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1800680

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 5271
/proc/meminfo: memFree=1267216/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1800680 CPUtime=15.45
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 68872 0 1 0 1511 34 0 0 18 0 13 0 55462011 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450170 54854 1331 9 0 447781 0
[pid=5258/tid=5260] ppid=5256 vsize=1800680 CPUtime=11
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 38120 0 1 0 1080 20 0 0 21 0 13 0 55462013 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884448 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1800680 CPUtime=0.34
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 6924 0 0 0 32 2 0 0 17 0 13 0 55462014 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1800680 CPUtime=0.37
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 7307 0 0 0 34 3 0 0 17 0 13 0 55462014 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 55462016 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1800680 CPUtime=1.85
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 7994 0 0 0 181 4 0 0 16 0 13 0 55462021 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1800680 CPUtime=1.84
/proc/5258/task/5268/stat : 5268 (java) S 5256 5258 4373 0 -1 64 7780 0 0 0 181 3 0 0 17 0 13 0 55462021 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1843896320 54854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 1800680

[startup+25.5012 s]
/proc/loadavg: 1.07 0.99 0.96 2/77 5271
/proc/meminfo: memFree=1251024/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1800680 CPUtime=28.45
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 72680 0 1 0 2809 36 0 0 18 0 13 0 55462011 1843896320 58122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450170 58122 1332 9 0 447781 0
[pid=5258/tid=5260] ppid=5256 vsize=1800680 CPUtime=23.63
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 38131 0 1 0 2343 20 0 0 25 0 13 0 55462013 1843896320 58122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826787 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1800680 CPUtime=0.5
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 8499 0 0 0 47 3 0 0 16 0 13 0 55462014 1843896320 58122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1800680 CPUtime=0.53
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 9510 0 0 0 50 3 0 0 16 0 13 0 55462014 1843896320 58122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0.01
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 27 0 0 0 1 0 0 0 17 0 13 0 55462016 1843896320 58122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0.16
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 27 0 0 0 10 6 0 0 15 0 13 0 55462016 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1800680 CPUtime=2.42
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 8102 0 0 0 238 4 0 0 16 0 13 0 55462021 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1800680 CPUtime=2.03
/proc/5258/task/5268/stat : 5268 (java) S 5256 5258 4373 0 -1 64 7783 0 0 0 200 3 0 0 16 0 13 0 55462021 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1843896320 139859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1575.24
Current children cumulated vsize (KiB) 1800680

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 5271
/proc/meminfo: memFree=917840/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1800680 CPUtime=1636.82
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 164578 0 1 0 163593 89 0 0 18 0 13 0 55462011 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450170 141236 1333 9 0 447781 0
[pid=5258/tid=5260] ppid=5256 vsize=1800680 CPUtime=1567.85
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 39257 0 1 0 156759 26 0 0 25 0 13 0 55462013 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109823269 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1800680 CPUtime=32.13
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 53233 0 0 0 3189 24 0 0 16 0 13 0 55462014 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1800680 CPUtime=32.17
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 55456 0 0 0 3195 22 0 0 16 0 13 0 55462014 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0.16
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 27 0 0 0 10 6 0 0 16 0 13 0 55462016 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1800680 CPUtime=2.42
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 8102 0 0 0 238 4 0 0 16 0 13 0 55462021 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1800680 CPUtime=2.03
/proc/5258/task/5268/stat : 5268 (java) S 5256 5258 4373 0 -1 64 7783 0 0 0 200 3 0 0 16 0 13 0 55462021 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1843896320 141236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1636.82
Current children cumulated vsize (KiB) 1800680

[startup+1662.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/77 5271
/proc/meminfo: memFree=910864/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1800680 CPUtime=1698.51
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 166385 0 1 0 169761 90 0 0 18 0 13 0 55462011 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450170 142976 1333 9 0 447781 0
[pid=5258/tid=5260] ppid=5256 vsize=1800680 CPUtime=1626.09
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 39280 0 1 0 162583 26 0 0 19 0 13 0 55462013 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882850 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1800680 CPUtime=33.85
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 54604 0 0 0 3360 25 0 0 16 0 13 0 55462014 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1800680 CPUtime=33.9
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 55869 0 0 0 3367 23 0 0 17 0 13 0 55462014 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0.16
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 27 0 0 0 10 6 0 0 15 0 13 0 55462016 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1800680 CPUtime=2.42
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 8102 0 0 0 238 4 0 0 16 0 13 0 55462021 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1800680 CPUtime=2.03
/proc/5258/task/5268/stat : 5268 (java) S 5256 5258 4373 0 -1 64 7783 0 0 0 200 3 0 0 16 0 13 0 55462021 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1843896320 142976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1698.51
Current children cumulated vsize (KiB) 1800680

[startup+1722.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 5271
/proc/meminfo: memFree=901712/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1800680 CPUtime=1760.18
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 168803 0 1 0 175926 92 0 0 18 0 13 0 55462011 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450170 145287 1333 9 0 447781 0
[pid=5258/tid=5260] ppid=5256 vsize=1800680 CPUtime=1684.35
/proc/5258/task/5260/stat : 5260 (java) R 5256 5258 4373 0 -1 64 39303 0 1 0 168409 26 0 0 25 0 13 0 55462013 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885714 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1800680 CPUtime=35.54
/proc/5258/task/5261/stat : 5261 (java) S 5256 5258 4373 0 -1 64 56407 0 0 0 3528 26 0 0 16 0 13 0 55462014 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1800680 CPUtime=35.61
/proc/5258/task/5262/stat : 5262 (java) S 5256 5258 4373 0 -1 64 56461 0 0 0 3538 23 0 0 16 0 13 0 55462014 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0.17
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 27 0 0 0 11 6 0 0 15 0 13 0 55462016 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1800680 CPUtime=2.42
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 8102 0 0 0 238 4 0 0 16 0 13 0 55462021 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1800680 CPUtime=2.03
/proc/5258/task/5268/stat : 5268 (java) S 5256 5258 4373 0 -1 64 7783 0 0 0 200 3 0 0 16 0 13 0 55462021 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1843896320 145287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1760.18
Current children cumulated vsize (KiB) 1800680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.11 s]
/proc/loadavg: 1.02 1.03 1.00 3/77 5271
/proc/meminfo: memFree=896656/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=1800680 CPUtime=1800.02
/proc/5258/stat : 5258 (java) S 5256 5258 4373 0 -1 0 170066 0 1 0 179909 93 0 0 18 0 13 0 55462011 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5258/statm: 450170 146470 1333 9 0 447781 0
[pid=5258/tid=5260] ppid=5256 vsize=1800680 CPUtime=1722.05
/proc/5258/task/5260/stat : 5260 (java) S 5256 5258 4373 0 -1 64 39318 0 1 0 172178 27 0 0 25 0 13 0 55462013 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5261] ppid=5256 vsize=1800680 CPUtime=36.6
/proc/5258/task/5261/stat : 5261 (java) R 5256 5258 4373 0 -1 64 57284 0 0 0 3634 26 0 0 17 0 13 0 55462014 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070793 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5262] ppid=5256 vsize=1800680 CPUtime=36.68
/proc/5258/task/5262/stat : 5262 (java) R 5256 5258 4373 0 -1 64 56832 0 0 0 3645 23 0 0 16 0 13 0 55462014 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105883041 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5263] ppid=5256 vsize=1800680 CPUtime=0.18
/proc/5258/task/5263/stat : 5263 (java) S 5256 5258 4373 0 -1 64 27 0 0 0 11 7 0 0 15 0 13 0 55462016 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5264] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5264/stat : 5264 (java) S 5256 5258 4373 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5265] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5265/stat : 5265 (java) S 5256 5258 4373 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55462017 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5266] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5266/stat : 5266 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 55462021 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5267] ppid=5256 vsize=1800680 CPUtime=2.42
/proc/5258/task/5267/stat : 5267 (java) S 5256 5258 4373 0 -1 64 8102 0 0 0 238 4 0 0 16 0 13 0 55462021 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5268] ppid=5256 vsize=1800680 CPUtime=2.03
/proc/5258/task/5268/stat : 5268 (java) S 5256 5258 4373 0 -1 64 7783 0 0 0 200 3 0 0 16 0 13 0 55462021 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5269] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5269/stat : 5269 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 55462021 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5258/tid=5270] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5270/stat : 5270 (java) S 5256 5258 4373 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55462021 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5258/tid=5271] ppid=5256 vsize=1800680 CPUtime=0
/proc/5258/task/5271/stat : 5271 (java) S 5256 5258 4373 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 55462190 1843896320 146470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1800680

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

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

[startup+1761.21 s]
/proc/loadavg: 1.02 1.03 1.00 3/77 5271
/proc/meminfo: memFree=896656/2055920 swapFree=4184636/4192956
[pid=5258] ppid=5256 vsize=0 CPUtime=1800.18
/proc/5258/stat : 5258 (java) Z 5256 5258 4373 0 -1 1036 170138 0 1 0 179924 94 0 0 16 0 2 0 55462011 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5258/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1761.29
CPU time (s): 1800.26
CPU user time (s): 1799.24
CPU system time (s): 1.01584
CPU usage (%): 102.212
Max. virtual memory (cumulated for all children) (KiB): 1804000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.01585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170138
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= 43263
involuntary context switches= 39976

runsolver used 1.79273 second user time and 4.63829 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Thu Apr 19 18:09:27 UTC 2007

IDJOB= 362080
IDBENCH= 1498
IDSOLVER= 164
FILE ID= node48/362080-1177006167

PBS_JOBID= 4630506

Free space on /tmp= 66482 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362080-1177006167/sat4jPseudoCPClause.jar /tmp/evaluation/362080-1177006167/instance-362080-1177006167.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-362080-1177006167 -o ROOT/results/node48/solver-362080-1177006167 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362080-1177006167/sat4jPseudoCPClause.jar /tmp/evaluation/362080-1177006167/instance-362080-1177006167.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  732cdc3fa8b0bf0f47e882c13d928a6d

RANDOM SEED= 314775974

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1479752 kB
Buffers:         33588 kB
Cached:         480016 kB
SwapCached:       2312 kB
Active:         127524 kB
Inactive:       396076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479752 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:            4664 kB
Writeback:           0 kB
Mapped:          16876 kB
Slab:            38592 kB
Committed_AS:  1018124 kB
PageTables:       1392 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= 66482 MiB

End job on node48 on Thu Apr 19 18:38:50 UTC 2007