Trace number 420525

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.32 1731.03

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/
contest05/pebbling/sat-grid-pbl-0200.sat05-1339.reshuffled-07.opb
MD5SUM21e6e90d98d88737fe7f7e77baf11e52
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark24.0143
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables40200
Total number of constraints79801
Number of constraints which are clauses79801
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/420525-1177426309/instance-420525-1177426309.opb
0.21/0.20	c reading problem ... 
4.08/3.22	c ... done. Wall clock time 3.018s.
4.08/3.22	c CPU time (experimental) 2.74s.
4.08/3.22	c #vars     40200
4.08/3.22	c #constraints  79799
1800.09/1730.81	c starts		: 3
1800.09/1730.81	c conflicts		: 4233399
1800.09/1730.81	c decisions		: 67279118
1800.09/1730.81	c propagations		: 93016042
1800.09/1730.81	c inspects		: 1574057181
1800.09/1730.81	c learnt literals	: 0
1800.09/1730.81	c learnt binary clauses	: 2496
1800.09/1730.81	c learnt ternary clauses	: 10150
1800.09/1730.81	c learnt clauses	: 4233399
1800.09/1730.81	c root simplifications	: 0
1800.09/1730.81	c removed literals (reason simplification)	: 0
1800.09/1730.81	c reason swapping (by a shorter reason)	: 0
1800.09/1730.81	c Calls to reduceDB	: 0
1800.09/1730.81	c speed (decisions/second)	: 38944.74959668386
1800.09/1730.81	c non guided choices	55445631
1800.09/1730.81	s UNKNOWN
1800.09/1730.81	c Total wall clock time (ms): 1730.615

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-420525-1177426309 -o ROOT/results/node44/solver-420525-1177426309 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420525-1177426309/sat4jPseudoCPClause.jar /tmp/evaluation/420525-1177426309/instance-420525-1177426309.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.98 2/77 28301
/proc/meminfo: memFree=1574680/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=152 CPUtime=0
/proc/28301/stat : 28301 (java) R 28299 28301 28112 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 190542642 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11281188 0 0 4096 0 0 0 0 17 1 0 0
/proc/28301/statm: 38 26 19 9 0 4 0

[startup+0.0768359 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 28301
/proc/meminfo: memFree=1574680/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1777708 CPUtime=0.06
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 3762 0 1 0 4 2 0 0 18 0 7 0 190542642 1820372992 3506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7369 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 444427 3506 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101835 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 28301
/proc/meminfo: memFree=1574680/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1780112 CPUtime=0.08
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 190542642 1822834688 3721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 445028 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301855 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 28301
/proc/meminfo: memFree=1574680/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1781604 CPUtime=0.33
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 5531 0 1 0 29 4 0 0 18 0 12 0 190542642 1824362496 5271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 445401 5271 1264 9 0 443012 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781604

[startup+0.701898 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 28301
/proc/meminfo: memFree=1574680/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1782436 CPUtime=0.9
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 7441 0 1 0 85 5 0 0 18 0 12 0 190542642 1825214464 6976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 445609 6976 1301 9 0 443220 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782436

[startup+1.50298 s]
/proc/loadavg: 0.99 0.97 0.98 4/89 28313
/proc/meminfo: memFree=1543416/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1786628 CPUtime=2.22
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 20811 0 1 0 210 12 0 0 18 0 12 0 190542642 1829507072 18853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446657 18855 1303 9 0 444268 0
[pid=28301/tid=28303] ppid=28299 vsize=1786628 CPUtime=1.13
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 16576 0 1 0 104 9 0 0 20 0 12 0 190542644 1829507072 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493748 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 190542645 1829507072 18856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 190542645 1829507072 18857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 190542647 1829507072 18858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 190542648 1829507072 18859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 190542648 1829507072 18860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190542652 1829507072 18861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1786628 CPUtime=0.46
/proc/28301/task/28310/stat : 28310 (java) R 28299 28301 28112 0 -1 64 1366 0 0 0 46 0 0 0 17 0 12 0 190542652 1829507072 18862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336390 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1786628 CPUtime=0.59
/proc/28301/task/28311/stat : 28311 (java) R 28299 28301 28112 0 -1 64 2151 0 0 0 59 0 0 0 17 0 12 0 190542652 1829507072 18863 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105868842 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 190542652 1829507072 18864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1786628 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190542652 1829507072 18865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1786628

[startup+3.10213 s]
/proc/loadavg: 0.99 0.97 0.98 2/89 28313
/proc/meminfo: memFree=1442424/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1786952 CPUtime=3.98
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 44593 0 1 0 375 23 0 0 18 0 12 0 190542642 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446738 42625 1312 9 0 444349 0
[pid=28301/tid=28303] ppid=28299 vsize=1786952 CPUtime=2.62
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 37678 0 1 0 243 19 0 0 22 0 12 0 190542644 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511733 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1786952 CPUtime=0.1
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 1271 0 0 0 10 0 0 0 17 0 12 0 190542645 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1786952 CPUtime=0.09
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 1400 0 0 0 9 0 0 0 17 0 12 0 190542645 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1786952 CPUtime=0
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 190542647 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1786952 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 190542648 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1786952 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 190542648 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1786952 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190542652 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1786952 CPUtime=0.48
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1367 0 0 0 48 0 0 0 17 0 12 0 190542652 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1786952 CPUtime=0.62
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2153 0 0 0 62 0 0 0 17 0 12 0 190542652 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1786952 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 190542652 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1786952 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190542652 1829838848 42625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 1786952

[startup+6.30146 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 28314
/proc/meminfo: memFree=1393848/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1787888 CPUtime=8.04
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 50168 0 1 0 778 26 0 0 18 0 13 0 190542642 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446972 47230 1327 9 0 444583 0
[pid=28301/tid=28303] ppid=28299 vsize=1787888 CPUtime=5.32
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 37720 0 1 0 513 19 0 0 25 0 13 0 190542644 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109796760 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1787888 CPUtime=0.28
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 3406 0 0 0 27 1 0 0 16 0 13 0 190542645 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1787888 CPUtime=0.27
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 3873 0 0 0 26 1 0 0 16 0 13 0 190542645 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 190542647 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190542652 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1787888 CPUtime=0.96
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1810 0 0 0 96 0 0 0 16 0 13 0 190542652 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1787888 CPUtime=1.15
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2627 0 0 0 114 1 0 0 16 0 13 0 190542652 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190542652 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190542652 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28314] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28314/stat : 28314 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190542969 1830797312 47230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1787888

[startup+12.7021 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 28314
/proc/meminfo: memFree=1369272/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1787888 CPUtime=14.83
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 56482 0 1 0 1454 29 0 0 18 0 13 0 190542642 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446972 52687 1333 9 0 444583 0
[pid=28301/tid=28303] ppid=28299 vsize=1787888 CPUtime=11.31
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 37726 0 1 0 1112 19 0 0 25 0 13 0 190542644 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808923 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1787888 CPUtime=0.64
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 5932 0 0 0 61 3 0 0 16 0 13 0 190542645 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1787888 CPUtime=0.64
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 7640 0 0 0 61 3 0 0 17 0 13 0 190542645 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 19 0 0 0 0 0 0 0 17 0 13 0 190542647 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190542652 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1787888 CPUtime=0.99
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1817 0 0 0 99 0 0 0 16 0 13 0 190542652 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1787888 CPUtime=1.18
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2627 0 0 0 117 1 0 0 16 0 13 0 190542652 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190542652 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190542652 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28314] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28314/stat : 28314 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190542969 1830797312 52687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 1787888

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 28314
/proc/meminfo: memFree=1372088/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1787888 CPUtime=27.74
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 59111 0 1 0 2743 31 0 0 18 0 13 0 190542642 1830797312 50674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446972 50674 1333 9 0 444583 0
[pid=28301/tid=28303] ppid=28299 vsize=1787888 CPUtime=23.98
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 37742 0 1 0 2378 20 0 0 24 0 13 0 190542644 1830797312 50674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845612 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1787888 CPUtime=0.76
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 7262 0 0 0 72 4 0 0 17 0 13 0 190542645 1830797312 50674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1787888 CPUtime=0.77
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 8922 0 0 0 73 4 0 0 16 0 13 0 190542645 1830797312 50674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 190542647 1830797312 50674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 50674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0.27
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 81 0 0 0 15 12 0 0 15 0 13 0 190542647 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190542652 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1787888 CPUtime=0.99
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1817 0 0 0 99 0 0 0 16 0 13 0 190542652 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1787888 CPUtime=1.18
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2627 0 0 0 117 1 0 0 16 0 13 0 190542652 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190542652 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190542652 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28314] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28314/stat : 28314 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190542969 1830797312 257788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.54
Current children cumulated vsize (KiB) 1787888

[startup+1602.3 s]
/proc/loadavg: 1.00 1.07 1.06 2/90 28512
/proc/meminfo: memFree=526392/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1787888 CPUtime=1664.13
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 296242 0 1 0 166197 216 0 0 18 0 13 0 190542642 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446972 262820 1333 9 0 444583 0
[pid=28301/tid=28303] ppid=28299 vsize=1787888 CPUtime=1529.9
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 60576 0 1 0 152943 47 0 0 25 0 13 0 190542644 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893679 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1787888 CPUtime=65.32
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 99397 0 0 0 6464 68 0 0 17 0 13 0 190542645 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1787888 CPUtime=66.41
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 131023 0 0 0 6556 85 0 0 16 0 13 0 190542645 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0.28
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 81 0 0 0 16 12 0 0 16 0 13 0 190542647 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190542652 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1787888 CPUtime=0.99
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1817 0 0 0 99 0 0 0 16 0 13 0 190542652 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1787888 CPUtime=1.18
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2627 0 0 0 117 1 0 0 16 0 13 0 190542652 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190542652 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190542652 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28314] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28314/stat : 28314 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190542969 1830797312 262820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.13
Current children cumulated vsize (KiB) 1787888

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.05 2/90 28512
/proc/meminfo: memFree=502008/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1787888 CPUtime=1727.63
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 302481 0 1 0 172540 223 0 0 18 0 13 0 190542642 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446972 268970 1333 9 0 444583 0
[pid=28301/tid=28303] ppid=28299 vsize=1787888 CPUtime=1585.66
/proc/28301/task/28303/stat : 28303 (java) S 28299 28301 28112 0 -1 64 60619 0 1 0 158519 47 0 0 25 0 13 0 190542644 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1787888 CPUtime=69.07
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 102308 0 0 0 6836 71 0 0 16 0 13 0 190542645 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1787888 CPUtime=70.38
/proc/28301/task/28305/stat : 28305 (java) R 28299 28301 28112 0 -1 64 134308 0 0 0 6950 88 0 0 17 0 13 0 190542645 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102355694 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0.29
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 81 0 0 0 16 13 0 0 15 0 13 0 190542647 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190542652 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1787888 CPUtime=0.99
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1817 0 0 0 99 0 0 0 16 0 13 0 190542652 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1787888 CPUtime=1.18
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2627 0 0 0 117 1 0 0 16 0 13 0 190542652 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190542652 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190542652 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28314] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28314/stat : 28314 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190542969 1830797312 268970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.63
Current children cumulated vsize (KiB) 1787888

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.05 2/90 28512
/proc/meminfo: memFree=474744/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1787888 CPUtime=1791.05
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 309291 0 1 0 178876 229 0 0 18 0 13 0 190542642 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446972 275738 1333 9 0 444583 0
[pid=28301/tid=28303] ppid=28299 vsize=1787888 CPUtime=1641.56
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 60661 0 1 0 164108 48 0 0 22 0 13 0 190542644 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109336898 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1787888 CPUtime=72.68
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 105751 0 0 0 7194 74 0 0 17 0 13 0 190542645 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1787888 CPUtime=74.29
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 137633 0 0 0 7339 90 0 0 17 0 13 0 190542645 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0.3
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 81 0 0 0 17 13 0 0 15 0 13 0 190542647 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190542652 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1787888 CPUtime=0.99
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1817 0 0 0 99 0 0 0 16 0 13 0 190542652 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1787888 CPUtime=1.18
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2627 0 0 0 117 1 0 0 16 0 13 0 190542652 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190542652 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190542652 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28314] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28314/stat : 28314 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190542969 1830797312 275738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1791.05
Current children cumulated vsize (KiB) 1787888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1730.8 s]
/proc/loadavg: 1.00 1.04 1.04 2/90 28512
/proc/meminfo: memFree=471480/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=1787888 CPUtime=1800.09
/proc/28301/stat : 28301 (java) S 28299 28301 28112 0 -1 0 309988 0 1 0 179779 230 0 0 18 0 13 0 190542642 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28301/statm: 446972 276429 1333 9 0 444583 0
[pid=28301/tid=28303] ppid=28299 vsize=1787888 CPUtime=1649.43
/proc/28301/task/28303/stat : 28303 (java) R 28299 28301 28112 0 -1 64 60667 0 1 0 164895 48 0 0 21 0 13 0 190542644 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893679 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28304] ppid=28299 vsize=1787888 CPUtime=73.23
/proc/28301/task/28304/stat : 28304 (java) S 28299 28301 28112 0 -1 64 106126 0 0 0 7249 74 0 0 16 0 13 0 190542645 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28305] ppid=28299 vsize=1787888 CPUtime=74.9
/proc/28301/task/28305/stat : 28305 (java) S 28299 28301 28112 0 -1 64 137949 0 0 0 7399 91 0 0 16 0 13 0 190542645 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28306] ppid=28299 vsize=1787888 CPUtime=0.3
/proc/28301/task/28306/stat : 28306 (java) S 28299 28301 28112 0 -1 64 81 0 0 0 17 13 0 0 15 0 13 0 190542647 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28307] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28307/stat : 28307 (java) S 28299 28301 28112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28308] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28308/stat : 28308 (java) S 28299 28301 28112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190542648 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28309] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28309/stat : 28309 (java) S 28299 28301 28112 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190542652 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28310] ppid=28299 vsize=1787888 CPUtime=0.99
/proc/28301/task/28310/stat : 28310 (java) S 28299 28301 28112 0 -1 64 1817 0 0 0 99 0 0 0 16 0 13 0 190542652 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28311] ppid=28299 vsize=1787888 CPUtime=1.18
/proc/28301/task/28311/stat : 28311 (java) S 28299 28301 28112 0 -1 64 2627 0 0 0 117 1 0 0 16 0 13 0 190542652 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28301/tid=28312] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28312/stat : 28312 (java) S 28299 28301 28112 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190542652 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28313] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28313/stat : 28313 (java) S 28299 28301 28112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190542652 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28301/tid=28314] ppid=28299 vsize=1787888 CPUtime=0
/proc/28301/task/28314/stat : 28314 (java) S 28299 28301 28112 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190542969 1830797312 276429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1787888

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

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

[startup+1731 s]
/proc/loadavg: 1.00 1.04 1.04 2/90 28512
/proc/meminfo: memFree=471480/2055920 swapFree=4156148/4192956
[pid=28301] ppid=28299 vsize=0 CPUtime=1800.29
/proc/28301/stat : 28301 (java) Z 28299 28301 28112 0 -1 1036 310009 0 1 0 179785 244 0 0 15 0 2 0 190542642 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28301/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1731.03
CPU time (s): 1800.32
CPU user time (s): 1797.86
CPU system time (s): 2.46762
CPU usage (%): 104.003
Max. virtual memory (cumulated for all children) (KiB): 1787928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.46762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310009
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= 53730
involuntary context switches= 52550

runsolver used 1.59776 second user time and 4.76228 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Apr 24 14:51:49 UTC 2007

IDJOB= 420525
IDBENCH= 47851
IDSOLVER= 164
FILE ID= node44/420525-1177426309

PBS_JOBID= 4675736

Free space on /tmp= 66408 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/sat-grid-pbl-0200.sat05-1339.reshuffled-07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420525-1177426309/sat4jPseudoCPClause.jar /tmp/evaluation/420525-1177426309/instance-420525-1177426309.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-420525-1177426309 -o ROOT/results/node44/solver-420525-1177426309 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420525-1177426309/sat4jPseudoCPClause.jar /tmp/evaluation/420525-1177426309/instance-420525-1177426309.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  21e6e90d98d88737fe7f7e77baf11e52

RANDOM SEED= 208264575

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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:       1575024 kB
Buffers:         51676 kB
Cached:         330280 kB
SwapCached:      14144 kB
Active:         234840 kB
Inactive:       175004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575024 kB
SwapTotal:     4192956 kB
SwapFree:      4156148 kB
Dirty:            7376 kB
Writeback:           0 kB
Mapped:          35760 kB
Slab:            56520 kB
Committed_AS:  1454100 kB
PageTables:       1744 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= 66408 MiB

End job on node44 on Tue Apr 24 15:20:42 UTC 2007