Trace number 362066

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.16 1761.32

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-13.opb
MD5SUMbcdf4c9a1de867d3db370c95867fefb5
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 benchmark2.18467
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4632
Total number of constraints30964
Number of constraints which are clauses29940
Number of constraints which are cardinality constraints (but not clauses)946
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 104
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.12/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.54	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.54	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.55	c no version file found!!!
0.12/0.55	c sun.arch.data.model	32
0.12/0.55	c java.version	1.6.0
0.12/0.55	c os.name	Linux
0.12/0.55	c os.version	2.6.9-22.EL.rootsmp
0.12/0.55	c os.arch	i386
0.12/0.55	c Free memory 1651659224
0.12/0.55	c Max memory 1654456320
0.12/0.55	c Total memory 1654456320
0.12/0.55	c Number of processors 2
0.23/0.61	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.23/0.61	--- Begin Solver configuration ---
0.23/0.61	c Stops conflict analysis at the first Unique Implication Point
0.23/0.61	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.23/0.61	c Learn all clauses as in MiniSAT
0.23/0.61	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.23/0.61	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.61	c No reason simplification
0.23/0.61	c --- End Solver configuration ---
0.23/0.61	c Simplify asserted PB constraints to clauses
0.23/0.61	c solving /tmp/evaluation/362066-1177005932/instance-362066-1177005932.opb
0.23/0.61	c reading problem ... 
2.34/2.20	c ... done. Wall clock time 1.589s.
2.34/2.20	c CPU time (experimental) 1.37s.
2.34/2.20	c #vars     4632
2.34/2.20	c #constraints  31138
1800.04/1761.21	c starts		: 2
1800.04/1761.21	c conflicts		: 50244
1800.04/1761.21	c decisions		: 108817
1800.04/1761.21	c propagations		: 1902012
1800.04/1761.21	c inspects		: 659415208
1800.04/1761.21	c learnt literals	: 0
1800.04/1761.21	c learnt binary clauses	: 0
1800.04/1761.21	c learnt ternary clauses	: 0
1800.04/1761.21	c learnt clauses	: 50243
1800.04/1761.21	c root simplifications	: 0
1800.04/1761.21	c removed literals (reason simplification)	: 0
1800.04/1761.21	c reason swapping (by a shorter reason)	: 0
1800.04/1761.21	c Calls to reduceDB	: 0
1800.04/1761.21	c speed (decisions/second)	: 61.86288482737096
1800.04/1761.21	c non guided choices	6663
1800.04/1761.21	s UNKNOWN
1800.04/1761.21	c Total wall clock time (ms): 1760.604

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/node2/watcher-362066-1177005932 -o ROOT/results/node2/solver-362066-1177005932 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362066-1177005932/sat4jPseudoCPClause.jar /tmp/evaluation/362066-1177005932/instance-362066-1177005932.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 3/77 30778
/proc/meminfo: memFree=1859304/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=18568 CPUtime=0
/proc/30778/stat : 30778 (runsolver) R 30776 30778 30146 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 176631049 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30778/statm: 4642 292 257 24 0 2626 0

[startup+0.098284 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 30778
/proc/meminfo: memFree=1859304/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1472 CPUtime=0
/proc/30778/stat : 30778 (java) D 30776 30778 30146 0 -1 0 94 0 5 0 0 0 0 0 18 0 1 0 176631049 1507328 71 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11348288 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/30778/statm: 368 71 51 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.10228 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 30778
/proc/meminfo: memFree=1859304/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1472 CPUtime=0
/proc/30778/stat : 30778 (java) D 30776 30778 30146 0 -1 0 97 0 7 0 0 0 0 0 18 0 1 0 176631049 1507328 76 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11615886 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/30778/statm: 368 76 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.302303 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 30778
/proc/meminfo: memFree=1859304/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=12652 CPUtime=0.01
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 835 0 45 0 0 1 0 0 18 0 2 0 176631049 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12652

[startup+0.702352 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 30778
/proc/meminfo: memFree=1859304/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1782552 CPUtime=0.34
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 5134 0 52 0 28 6 0 0 18 0 12 0 176631049 1825333248 4923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 445638 4923 1269 9 0 443249 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782552

[startup+1.50143 s]
/proc/loadavg: 0.99 0.97 0.98 4/89 30790
/proc/meminfo: memFree=1829512/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1785984 CPUtime=1.64
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 12033 0 52 0 155 9 0 0 18 0 12 0 176631049 1828847616 10030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 446496 10031 1309 9 0 444107 0
[pid=30778/tid=30780] ppid=30776 vsize=1785984 CPUtime=0.77
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 8173 0 11 0 71 6 0 0 18 0 12 0 176631067 1828847616 10031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617850 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 176631082 1828847616 10032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 176631082 1828847616 10032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 176631086 1828847616 10033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 176631086 1828847616 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 176631086 1828847616 10034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 176631095 1828847616 10035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1785984 CPUtime=0.39
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 1294 0 0 0 39 0 0 0 16 0 12 0 176631095 1828847616 10036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1785984 CPUtime=0.43
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 1888 0 0 0 43 0 0 0 16 0 12 0 176631095 1828847616 10036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 176631095 1828847616 10037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1785984 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 176631095 1828847616 10038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1785984

[startup+3.10161 s]
/proc/loadavg: 1.07 0.99 0.99 2/89 30790
/proc/meminfo: memFree=1763720/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1793924 CPUtime=4.14
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 38453 0 52 0 393 21 0 0 18 0 13 0 176631049 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 448481 32160 1321 9 0 446092 0
[pid=30778/tid=30780] ppid=30776 vsize=1793924 CPUtime=1.78
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 28344 0 11 0 162 16 0 0 19 0 13 0 176631067 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545011 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631082 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 176631082 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 176631086 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 176631086 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 176631086 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1793924 CPUtime=1.24
/proc/30778/task/30787/stat : 30787 (java) R 30776 30778 30146 0 -1 64 4525 0 0 0 122 2 0 0 21 0 13 0 176631095 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421410 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1793924 CPUtime=1.08
/proc/30778/task/30788/stat : 30788 (java) R 30776 30778 30146 0 -1 64 4902 0 0 0 107 1 0 0 18 0 13 0 176631095 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103316019 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1793924 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1836978176 32160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1793924

[startup+6.30293 s]
/proc/loadavg: 1.07 0.99 0.99 2/90 30791
/proc/meminfo: memFree=1672064/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1797724 CPUtime=9.05
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 58484 0 52 0 873 32 0 0 18 0 13 0 176631049 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 449431 46553 1330 9 0 447042 0
[pid=30778/tid=30780] ppid=30776 vsize=1797724 CPUtime=4.73
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 37743 0 11 0 452 21 0 0 22 0 13 0 176631067 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109788319 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1797724 CPUtime=0.08
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 1779 0 0 0 8 0 0 0 16 0 13 0 176631082 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1797724 CPUtime=0.12
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 2166 0 0 0 11 1 0 0 17 0 13 0 176631082 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1797724 CPUtime=1.98
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 7838 0 0 0 194 4 0 0 16 0 13 0 176631095 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1797724 CPUtime=2.09
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 8263 0 0 0 206 3 0 0 16 0 13 0 176631095 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30791] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30791/stat : 30791 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631270 1840869376 46553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 1797724

[startup+12.7026 s]
/proc/loadavg: 1.06 0.99 0.99 2/90 30791
/proc/meminfo: memFree=1638336/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1797724 CPUtime=15.76
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 69507 0 52 0 1539 37 0 0 18 0 13 0 176631049 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 449431 54637 1332 9 0 447042 0
[pid=30778/tid=30780] ppid=30776 vsize=1797724 CPUtime=10.85
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 38230 0 11 0 1064 21 0 0 17 0 13 0 176631067 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476407 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1797724 CPUtime=0.34
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 7392 0 0 0 31 3 0 0 17 0 13 0 176631082 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1797724 CPUtime=0.37
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 7072 0 0 0 34 3 0 0 17 0 13 0 176631082 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1797724 CPUtime=2.01
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 7839 0 0 0 197 4 0 0 16 0 13 0 176631095 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1797724 CPUtime=2.13
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 8264 0 0 0 210 3 0 0 16 0 13 0 176631095 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30791] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30791/stat : 30791 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631270 1840869376 54637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1797724

[startup+25.5029 s]
/proc/loadavg: 1.05 0.99 0.99 2/90 30791
/proc/meminfo: memFree=1619584/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1797724 CPUtime=29.22
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 74227 0 52 0 2882 40 0 0 18 0 13 0 176631049 1840869376 58771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 449431 58771 1332 9 0 447042 0
[pid=30778/tid=30780] ppid=30776 vsize=1797724 CPUtime=23.42
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 38243 0 11 0 2321 21 0 0 18 0 13 0 176631067 1840869376 58771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544824 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1797724 CPUtime=0.52
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 9971 0 0 0 48 4 0 0 16 0 13 0 176631082 1840869376 58771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1797724 CPUtime=0.55
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 9179 0 0 0 51 4 0 0 16 0 13 0 176631082 1840869376 58771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 29 0 0 0 0 0 0 0 15 0 13 0 176631086 1840869376 58771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 58771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0.16
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 29 0 0 0 10 6 0 0 16 0 13 0 176631086 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1797724 CPUtime=2.59
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 7850 0 0 0 255 4 0 0 17 0 13 0 176631095 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1797724 CPUtime=2.37
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 8275 0 0 0 234 3 0 0 16 0 13 0 176631095 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30791] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30791/stat : 30791 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631270 1840869376 134279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1575.05
Current children cumulated vsize (KiB) 1797724

[startup+1602.3 s]
/proc/loadavg: 1.07 1.11 1.05 2/90 30793
/proc/meminfo: memFree=1308672/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1797724 CPUtime=1636.74
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 158545 0 52 0 163583 91 0 0 18 0 13 0 176631049 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 449431 135760 1333 9 0 447042 0
[pid=30778/tid=30780] ppid=30776 vsize=1797724 CPUtime=1567.4
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 39099 0 11 0 156713 27 0 0 25 0 13 0 176631067 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109876519 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1797724 CPUtime=32.08
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 48354 0 0 0 3186 22 0 0 16 0 13 0 176631082 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1797724 CPUtime=32.07
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 54257 0 0 0 3182 25 0 0 16 0 13 0 176631082 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0.16
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 29 0 0 0 10 6 0 0 16 0 13 0 176631086 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1797724 CPUtime=2.59
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 7850 0 0 0 255 4 0 0 17 0 13 0 176631095 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1797724 CPUtime=2.37
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 8275 0 0 0 234 3 0 0 16 0 13 0 176631095 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30791] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30791/stat : 30791 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631270 1840869376 135760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1636.74
Current children cumulated vsize (KiB) 1797724

[startup+1662.3 s]
/proc/loadavg: 1.02 1.09 1.04 2/90 30793
/proc/meminfo: memFree=1302528/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1797724 CPUtime=1698.36
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 160108 0 52 0 169744 92 0 0 18 0 13 0 176631049 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 449431 137276 1333 9 0 447042 0
[pid=30778/tid=30780] ppid=30776 vsize=1797724 CPUtime=1625.69
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 39122 0 11 0 162542 27 0 0 25 0 13 0 176631067 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109667425 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1797724 CPUtime=33.75
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 48641 0 0 0 3352 23 0 0 17 0 13 0 176631082 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1797724 CPUtime=33.73
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 55510 0 0 0 3348 25 0 0 16 0 13 0 176631082 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0.17
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 29 0 0 0 11 6 0 0 16 0 13 0 176631086 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1797724 CPUtime=2.59
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 7850 0 0 0 255 4 0 0 17 0 13 0 176631095 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1797724 CPUtime=2.37
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 8275 0 0 0 234 3 0 0 16 0 13 0 176631095 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30791] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30791/stat : 30791 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631270 1840869376 137276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1698.36
Current children cumulated vsize (KiB) 1797724

[startup+1722.3 s]
/proc/loadavg: 1.05 1.08 1.04 2/90 30793
/proc/meminfo: memFree=1296064/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1797724 CPUtime=1760.02
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 161779 0 52 0 175909 93 0 0 18 0 13 0 176631049 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 449431 138864 1333 9 0 447042 0
[pid=30778/tid=30780] ppid=30776 vsize=1797724 CPUtime=1684
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 39145 0 11 0 168372 28 0 0 25 0 13 0 176631067 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814052 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1797724 CPUtime=35.42
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 49814 0 0 0 3519 23 0 0 16 0 13 0 176631082 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1797724 CPUtime=35.4
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 55985 0 0 0 3515 25 0 0 17 0 13 0 176631082 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0.17
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 29 0 0 0 11 6 0 0 16 0 13 0 176631086 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1797724 CPUtime=2.59
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 7850 0 0 0 255 4 0 0 17 0 13 0 176631095 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1797724 CPUtime=2.37
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 8275 0 0 0 234 3 0 0 16 0 13 0 176631095 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30791] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30791/stat : 30791 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631270 1840869376 138864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1760.02
Current children cumulated vsize (KiB) 1797724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.2 s]
/proc/loadavg: 1.02 1.07 1.04 2/90 30793
/proc/meminfo: memFree=1292096/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=1797724 CPUtime=1800.04
/proc/30778/stat : 30778 (java) S 30776 30778 30146 0 -1 0 162815 0 52 0 179910 94 0 0 18 0 13 0 176631049 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30778/statm: 449431 139850 1333 9 0 447042 0
[pid=30778/tid=30780] ppid=30776 vsize=1797724 CPUtime=1721.76
/proc/30778/task/30780/stat : 30780 (java) R 30776 30778 30146 0 -1 64 39160 0 11 0 172148 28 0 0 25 0 13 0 176631067 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109667425 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30781] ppid=30776 vsize=1797724 CPUtime=36.55
/proc/30778/task/30781/stat : 30781 (java) S 30776 30778 30146 0 -1 64 50306 0 0 0 3632 23 0 0 17 0 13 0 176631082 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30782] ppid=30776 vsize=1797724 CPUtime=36.54
/proc/30778/task/30782/stat : 30782 (java) S 30776 30778 30146 0 -1 64 56514 0 0 0 3628 26 0 0 16 0 13 0 176631082 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30783] ppid=30776 vsize=1797724 CPUtime=0.17
/proc/30778/task/30783/stat : 30783 (java) S 30776 30778 30146 0 -1 64 29 0 0 0 11 6 0 0 16 0 13 0 176631086 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30784] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30784/stat : 30784 (java) S 30776 30778 30146 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30785] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30785/stat : 30785 (java) S 30776 30778 30146 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176631086 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30786] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30786/stat : 30786 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 176631095 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30787] ppid=30776 vsize=1797724 CPUtime=2.59
/proc/30778/task/30787/stat : 30787 (java) S 30776 30778 30146 0 -1 64 7850 0 0 0 255 4 0 0 17 0 13 0 176631095 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30788] ppid=30776 vsize=1797724 CPUtime=2.37
/proc/30778/task/30788/stat : 30788 (java) S 30776 30778 30146 0 -1 64 8275 0 0 0 234 3 0 0 16 0 13 0 176631095 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30778/tid=30789] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30789/stat : 30789 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 176631095 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30790] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30790/stat : 30790 (java) S 30776 30778 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176631095 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30778/tid=30791] ppid=30776 vsize=1797724 CPUtime=0
/proc/30778/task/30791/stat : 30791 (java) S 30776 30778 30146 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 176631270 1840869376 139850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1797724

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

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

[startup+1761.31 s]
/proc/loadavg: 1.02 1.07 1.04 2/90 30793
/proc/meminfo: memFree=1292096/2055920 swapFree=4149072/4192956
[pid=30778] ppid=30776 vsize=0 CPUtime=1800.15
/proc/30778/stat : 30778 (java) Z 30776 30778 30146 0 -1 1036 162835 0 52 0 179913 102 0 0 16 0 2 0 176631049 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30778/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1761.32
CPU time (s): 1800.16
CPU user time (s): 1799.13
CPU system time (s): 1.02984
CPU usage (%): 102.205
Max. virtual memory (cumulated for all children) (KiB): 1799992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.02984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162835
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43642
involuntary context switches= 68707

runsolver used 1.9447 second user time and 5.2312 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Thu Apr 19 18:05:33 UTC 2007

IDJOB= 362066
IDBENCH= 1497
IDSOLVER= 164
FILE ID= node2/362066-1177005932

PBS_JOBID= 4630513

Free space on /tmp= 66397 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bcdf4c9a1de867d3db370c95867fefb5

RANDOM SEED= 649244528

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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:       1859904 kB
Buffers:         22128 kB
Cached:          95444 kB
SwapCached:      12240 kB
Active:          38304 kB
Inactive:       104376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859904 kB
SwapTotal:     4192956 kB
SwapFree:      4149072 kB
Dirty:            4684 kB
Writeback:           0 kB
Mapped:          32152 kB
Slab:            38748 kB
Committed_AS:  7200648 kB
PageTables:       1864 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= 66397 MiB

End job on node2 on Thu Apr 19 18:34:56 UTC 2007