Trace number 362104

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
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 benchmark33.113
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
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 103
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/362104-1177006579/instance-362104-1177006579.opb
0.20/0.20	c reading problem ... 
2.31/1.76	c ... done. Wall clock time 1.557s.
2.31/1.76	c CPU time (experimental) 1.33s.
2.31/1.76	c #vars     4602
2.31/1.76	c #constraints  30353
1800.07/1751.71	c starts		: 2
1800.07/1751.71	c conflicts		: 71366
1800.07/1751.71	c decisions		: 149252
1800.07/1751.71	c propagations		: 2711727
1800.07/1751.71	c inspects		: 560804551
1800.07/1751.71	c learnt literals	: 0
1800.07/1751.71	c learnt binary clauses	: 0
1800.07/1751.71	c learnt ternary clauses	: 0
1800.07/1751.71	c learnt clauses	: 71366
1800.07/1751.71	c root simplifications	: 0
1800.07/1751.71	c removed literals (reason simplification)	: 0
1800.07/1751.71	c reason swapping (by a shorter reason)	: 0
1800.07/1751.71	c Calls to reduceDB	: 0
1800.07/1751.71	c speed (decisions/second)	: 85.28958640962226
1800.07/1751.71	c non guided choices	8153
1800.07/1751.71	s UNKNOWN
1800.07/1751.71	c Total wall clock time (ms): 1751.511

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 15447
/proc/meminfo: memFree=1732936/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=152 CPUtime=0
/proc/15447/stat : 15447 (java) D 15445 15447 14101 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 148575342 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7861028 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15447/statm: 38 26 19 9 0 4 0

[startup+0.0321211 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 15447
/proc/meminfo: memFree=1732936/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1774248 CPUtime=0.01
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 2625 0 1 0 0 1 0 0 18 0 4 0 148575342 1816829952 2373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 443562 2377 441 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.10212 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 15447
/proc/meminfo: memFree=1732936/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1780108 CPUtime=0.08
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 148575342 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301144 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 15447
/proc/meminfo: memFree=1732936/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1782444 CPUtime=0.31
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 5202 0 1 0 28 3 0 0 18 0 12 0 148575342 1825222656 4940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 445611 4940 1270 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701189 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 15447
/proc/meminfo: memFree=1732936/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1784952 CPUtime=0.96
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 7758 0 1 0 92 4 0 0 18 0 12 0 148575342 1827790848 6667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 446238 6668 1309 9 0 443850 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784952

[startup+1.50226 s]
/proc/loadavg: 0.92 0.97 0.98 2/89 15459
/proc/meminfo: memFree=1703144/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1786036 CPUtime=2.12
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 19536 0 1 0 200 12 0 0 18 0 12 0 148575342 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 446509 17585 1309 9 0 444121 0
[pid=15447/tid=15449] ppid=15445 vsize=1786036 CPUtime=1.07
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 15689 0 1 0 98 9 0 0 18 0 12 0 148575344 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109621700 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 148575345 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148575345 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 148575347 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 148575348 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 148575348 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 148575352 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1786036 CPUtime=0.51
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 1890 0 0 0 50 1 0 0 17 0 12 0 148575352 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1786036 CPUtime=0.51
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 1234 0 0 0 51 0 0 0 16 0 12 0 148575352 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 148575352 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1786036 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148575352 1828900864 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1786036

[startup+3.10143 s]
/proc/loadavg: 0.93 0.97 0.98 3/90 15460
/proc/meminfo: memFree=1631776/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1797208 CPUtime=4.85
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 45262 0 1 0 462 23 0 0 18 0 13 0 148575342 1840340992 38219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 449302 38227 1321 9 0 446914 0
[pid=15447/tid=15449] ppid=15445 vsize=1797208 CPUtime=1.99
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 33901 0 1 0 182 17 0 0 18 0 13 0 148575344 1840340992 38231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848640 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 148575345 1840340992 38235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 148575345 1840340992 38240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 148575347 1840340992 38244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 148575348 1840340992 38248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148575348 1840340992 38252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1840340992 38257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1797208 CPUtime=1.35
/proc/15447/task/15456/stat : 15456 (java) R 15445 15447 14101 0 -1 64 5815 0 0 0 132 3 0 0 18 0 13 0 148575352 1840340992 38261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335960 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1797208 CPUtime=1.49
/proc/15447/task/15457/stat : 15457 (java) R 15445 15447 14101 0 -1 64 4861 0 0 0 147 2 0 0 18 0 13 0 148575352 1840340992 38265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102065265 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1840340992 38269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1840340992 38273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1797208 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1840340992 38277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1797208

[startup+6.30272 s]
/proc/loadavg: 0.93 0.97 0.98 3/90 15460
/proc/meminfo: memFree=1554976/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1795940 CPUtime=9.35
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 61438 0 1 0 904 31 0 0 18 0 13 0 148575342 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 448985 45283 1330 9 0 446597 0
[pid=15447/tid=15449] ppid=15445 vsize=1795940 CPUtime=4.58
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 37757 0 1 0 439 19 0 0 25 0 13 0 148575344 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848033 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1795940 CPUtime=0.07
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 1675 0 0 0 7 0 0 0 16 0 13 0 148575345 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1795940 CPUtime=0.06
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 1434 0 0 0 6 0 0 0 16 0 13 0 148575345 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 148575347 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148575348 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148575348 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1795940 CPUtime=2.24
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 10124 0 0 0 219 5 0 0 16 0 13 0 148575352 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1795940 CPUtime=2.33
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 9711 0 0 0 230 3 0 0 16 0 13 0 148575352 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1839042560 45283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 1795940

[startup+12.7013 s]
/proc/loadavg: 1.18 1.02 1.00 2/90 15460
/proc/meminfo: memFree=1524456/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1795940 CPUtime=16.46
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 73165 0 1 0 1609 37 0 0 18 0 13 0 148575342 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 448985 53771 1332 9 0 446597 0
[pid=15447/tid=15449] ppid=15445 vsize=1795940 CPUtime=10.67
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 38609 0 1 0 1048 19 0 0 25 0 13 0 148575344 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812031 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1795940 CPUtime=0.31
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 6381 0 0 0 28 3 0 0 15 0 13 0 148575345 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1795940 CPUtime=0.33
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 6681 0 0 0 30 3 0 0 16 0 13 0 148575345 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 148575347 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148575348 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148575348 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1795940 CPUtime=2.53
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 10937 0 0 0 248 5 0 0 16 0 13 0 148575352 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1795940 CPUtime=2.54
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 9801 0 0 0 251 3 0 0 17 0 13 0 148575352 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1795940 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1839042560 53771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.46
Current children cumulated vsize (KiB) 1795940

[startup+25.5026 s]
/proc/loadavg: 1.15 1.02 1.00 2/90 15460
/proc/meminfo: memFree=1507752/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1794392 CPUtime=29.41
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 77632 0 1 0 2902 39 0 0 18 0 13 0 148575342 1837457408 57324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 448598 57324 1332 9 0 446210 0
[pid=15447/tid=15449] ppid=15445 vsize=1794392 CPUtime=23.31
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 38623 0 1 0 2312 19 0 0 25 0 13 0 148575344 1837457408 57324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109816291 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1794392 CPUtime=0.47
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 8283 0 0 0 43 4 0 0 16 0 13 0 148575345 1837457408 57324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1794392 CPUtime=0.48
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 9232 0 0 0 44 4 0 0 17 0 13 0 148575345 1837457408 57324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 148575347 1837457408 57324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=15447/tid=15452] ppid=15445 vsize=1794392 CPUtime=0.19
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 34 0 0 0 12 7 0 0 15 0 13 0 148575347 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1794392 CPUtime=2.62
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 10938 0 0 0 257 5 0 0 16 0 13 0 148575352 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1794392 CPUtime=2.61
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 9801 0 0 0 258 3 0 0 16 0 13 0 148575352 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1837457408 167532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1583.3
Current children cumulated vsize (KiB) 1794392

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15462
/proc/meminfo: memFree=1053608/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1794392 CPUtime=1645.33
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 201596 0 1 0 164427 106 0 0 18 0 13 0 148575342 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 448598 170492 1333 9 0 446210 0
[pid=15447/tid=15449] ppid=15445 vsize=1794392 CPUtime=1558.89
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 39731 0 1 0 155863 26 0 0 25 0 13 0 148575344 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840482 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1794392 CPUtime=40.48
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 65675 0 0 0 4019 29 0 0 17 0 13 0 148575345 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1794392 CPUtime=40.47
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 74694 0 0 0 4015 32 0 0 16 0 13 0 148575345 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1794392 CPUtime=0.19
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 34 0 0 0 12 7 0 0 16 0 13 0 148575347 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1794392 CPUtime=2.62
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 10938 0 0 0 257 5 0 0 16 0 13 0 148575352 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1794392 CPUtime=2.61
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 9801 0 0 0 258 3 0 0 16 0 13 0 148575352 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1837457408 170492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.33
Current children cumulated vsize (KiB) 1794392

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15462
/proc/meminfo: memFree=1042088/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1794392 CPUtime=1707.43
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 204646 0 1 0 170636 107 0 0 18 0 13 0 148575342 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 448598 173379 1333 9 0 446210 0
[pid=15447/tid=15449] ppid=15445 vsize=1794392 CPUtime=1616.68
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 39756 0 1 0 161642 26 0 0 25 0 13 0 148575344 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840684 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1794392 CPUtime=42.62
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 66515 0 0 0 4233 29 0 0 16 0 13 0 148575345 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1794392 CPUtime=42.64
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 76879 0 0 0 4231 33 0 0 16 0 13 0 148575345 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1794392 CPUtime=0.19
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 34 0 0 0 12 7 0 0 16 0 13 0 148575347 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1794392 CPUtime=2.62
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 10938 0 0 0 257 5 0 0 16 0 13 0 148575352 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1794392 CPUtime=2.61
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 9801 0 0 0 258 3 0 0 16 0 13 0 148575352 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1837457408 173379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.43
Current children cumulated vsize (KiB) 1794392

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 15462
/proc/meminfo: memFree=1029864/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1794392 CPUtime=1769.6
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 207864 0 1 0 176851 109 0 0 18 0 13 0 148575342 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 448598 176410 1333 9 0 446210 0
[pid=15447/tid=15449] ppid=15445 vsize=1794392 CPUtime=1674.42
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 39781 0 1 0 167416 26 0 0 25 0 13 0 148575344 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840747 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1794392 CPUtime=44.83
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 67249 0 0 0 4454 29 0 0 17 0 13 0 148575345 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1794392 CPUtime=44.85
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 79338 0 0 0 4451 34 0 0 16 0 13 0 148575345 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1794392 CPUtime=0.2
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 34 0 0 0 13 7 0 0 16 0 13 0 148575347 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1794392 CPUtime=2.62
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 10938 0 0 0 257 5 0 0 16 0 13 0 148575352 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1794392 CPUtime=2.61
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 9801 0 0 0 258 3 0 0 16 0 13 0 148575352 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1837457408 176410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.6
Current children cumulated vsize (KiB) 1794392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15462
/proc/meminfo: memFree=1024552/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=1794392 CPUtime=1800.07
/proc/15447/stat : 15447 (java) S 15445 15447 14101 0 -1 0 209304 0 1 0 179897 110 0 0 18 0 13 0 148575342 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/statm: 448598 177739 1333 9 0 446210 0
[pid=15447/tid=15449] ppid=15445 vsize=1794392 CPUtime=1702.72
/proc/15447/task/15449/stat : 15449 (java) R 15445 15447 14101 0 -1 64 39793 0 1 0 170246 26 0 0 25 0 13 0 148575344 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1794392 CPUtime=45.91
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 14101 0 -1 64 67577 0 0 0 4562 29 0 0 16 0 13 0 148575345 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1794392 CPUtime=45.94
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 14101 0 -1 64 80438 0 0 0 4559 35 0 0 16 0 13 0 148575345 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1794392 CPUtime=0.2
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 14101 0 -1 64 34 0 0 0 13 7 0 0 16 0 13 0 148575347 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 14101 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 14101 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148575348 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148575352 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1794392 CPUtime=2.62
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 14101 0 -1 64 10938 0 0 0 257 5 0 0 16 0 13 0 148575352 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1794392 CPUtime=2.61
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 14101 0 -1 64 9801 0 0 0 258 3 0 0 16 0 13 0 148575352 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 14101 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148575352 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148575352 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15447/tid=15460] ppid=15445 vsize=1794392 CPUtime=0
/proc/15447/task/15460/stat : 15460 (java) S 15445 15447 14101 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148575520 1837457408 177739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794392

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

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

[startup+1751.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15462
/proc/meminfo: memFree=1024552/2055920 swapFree=4147128/4192956
[pid=15447] ppid=15445 vsize=0 CPUtime=1800.18
/proc/15447/stat : 15447 (java) Z 15445 15447 14101 0 -1 1036 209324 0 1 0 179904 114 0 0 15 0 2 0 148575342 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15447/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): 1751.88
CPU time (s): 1800.26
CPU user time (s): 1799.04
CPU system time (s): 1.21581
CPU usage (%): 102.761
Max. virtual memory (cumulated for all children) (KiB): 1801208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.21582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209324
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= 44067
involuntary context switches= 59950

runsolver used 2.07568 second user time and 5.48317 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Thu Apr 19 18:16:20 UTC 2007

IDJOB= 362104
IDBENCH= 1500
IDSOLVER= 160
FILE ID= node18/362104-1177006579

PBS_JOBID= 4630471

Free space on /tmp= 66481 MiB

SOLVER NAME= sat4jPseudoCP 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-11,19,21.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362104-1177006579/sat4jPseudoCP.jar /tmp/evaluation/362104-1177006579/instance-362104-1177006579.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-362104-1177006579 -o ROOT/results/node18/solver-362104-1177006579 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362104-1177006579/sat4jPseudoCP.jar /tmp/evaluation/362104-1177006579/instance-362104-1177006579.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d484bc8efed557f17788965b19feafe5

RANDOM SEED= 574816439

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1733408 kB
Buffers:         36424 kB
Cached:         199244 kB
SwapCached:      14164 kB
Active:          85564 kB
Inactive:       175492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733408 kB
SwapTotal:     4192956 kB
SwapFree:      4147128 kB
Dirty:            4664 kB
Writeback:           0 kB
Mapped:          32480 kB
Slab:            46996 kB
Committed_AS:  4402116 kB
PageTables:       1780 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= 66481 MiB

End job on node18 on Thu Apr 19 18:45:33 UTC 2007