Trace number 362094

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.17 1767.71

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
MD5SUM6441cbb759000c1a64397279f4b3f0ed
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 benchmark0.248961
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4662
Total number of constraints31725
Number of constraints which are clauses30696
Number of constraints which are cardinality constraints (but not clauses)951
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 102
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.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c no version file found!!!
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.12/0.26	--- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c No reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c Simplify asserted PB constraints to clauses
0.12/0.26	c solving /tmp/evaluation/362094-1177006364/instance-362094-1177006364.opb
0.12/0.26	c reading problem ... 
2.34/1.86	c ... done. Wall clock time 1.593s.
2.34/1.86	c CPU time (experimental) 1.33s.
2.34/1.86	c #vars     4662
2.34/1.86	c #constraints  31899
1800.05/1767.61	c starts		: 2
1800.05/1767.61	c conflicts		: 38847
1800.05/1767.61	c decisions		: 76339
1800.05/1767.61	c propagations		: 1470204
1800.05/1767.61	c inspects		: 607867434
1800.05/1767.61	c learnt literals	: 0
1800.05/1767.61	c learnt binary clauses	: 0
1800.05/1767.61	c learnt ternary clauses	: 0
1800.05/1767.61	c learnt clauses	: 38847
1800.05/1767.61	c root simplifications	: 0
1800.05/1767.61	c removed literals (reason simplification)	: 0
1800.05/1767.61	c reason swapping (by a shorter reason)	: 0
1800.05/1767.61	c Calls to reduceDB	: 0
1800.05/1767.61	c speed (decisions/second)	: 43.23323599970097
1800.05/1767.61	c non guided choices	6807
1800.05/1767.61	s UNKNOWN
1800.05/1767.61	c Total wall clock time (ms): 1767.35

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/node12/watcher-362094-1177006364 -o ROOT/results/node12/solver-362094-1177006364 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362094-1177006364/sat4jPseudoCPClause.jar /tmp/evaluation/362094-1177006364/instance-362094-1177006364.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.85 0.97 0.99 2/77 12832
/proc/meminfo: memFree=1686696/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=18568 CPUtime=0
/proc/12832/stat : 12832 (runsolver) R 12830 12832 11789 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 176673831 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12832/statm: 4642 292 257 24 0 2626 0

[startup+0.0751591 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 12832
/proc/meminfo: memFree=1686696/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=12420 CPUtime=0
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 768 0 0 0 0 0 0 0 20 0 2 0 176673831 12718080 551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12420

[startup+0.101166 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 12832
/proc/meminfo: memFree=1686696/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1776088 CPUtime=0.02
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 3154 0 1 0 1 1 0 0 20 0 4 0 176673831 1818714112 2902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 444022 2902 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.301186 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 12832
/proc/meminfo: memFree=1686696/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1782416 CPUtime=0.24
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 5019 0 1 0 21 3 0 0 20 0 12 0 176673831 1825193984 4758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 445604 4758 1246 9 0 443215 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1782416

[startup+0.701226 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 12832
/proc/meminfo: memFree=1686696/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1783776 CPUtime=0.85
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 6739 0 1 0 81 4 0 0 20 0 12 0 176673831 1826586624 6244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 445944 6244 1302 9 0 443555 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783776

[startup+1.5023 s]
/proc/loadavg: 0.85 0.97 0.99 3/89 12844
/proc/meminfo: memFree=1659784/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1786652 CPUtime=2.03
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 17104 0 1 0 195 8 0 0 20 0 12 0 176673831 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 446663 15400 1309 9 0 444274 0
[pid=12832/tid=12834] ppid=12830 vsize=1786652 CPUtime=0.97
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 13400 0 1 0 92 5 0 0 25 0 12 0 176673832 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 176673840 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 176673840 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 176673842 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 176673843 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 176673843 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 176673847 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1786652 CPUtime=0.57
/proc/12832/task/12841/stat : 12841 (java) R 12830 12832 11789 0 -1 64 1888 0 0 0 56 1 0 0 16 0 12 0 176673847 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105282871 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1786652 CPUtime=0.46
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 1098 0 0 0 46 0 0 0 16 0 12 0 176673847 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 176673847 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1786652 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 176673847 1829531648 15400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1786652

[startup+3.10146 s]
/proc/loadavg: 0.86 0.97 0.99 2/90 12845
/proc/meminfo: memFree=1585344/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1804708 CPUtime=4.71
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 43011 0 1 0 452 19 0 0 20 0 13 0 176673831 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 451177 35907 1321 9 0 448788 0
[pid=12832/tid=12834] ppid=12830 vsize=1804708 CPUtime=1.73
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 29454 0 1 0 161 12 0 0 24 0 13 0 176673832 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 176673840 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 176673840 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 176673842 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 176673843 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 176673843 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1804708 CPUtime=1.54
/proc/12832/task/12841/stat : 12841 (java) R 12830 12832 11789 0 -1 64 6319 0 0 0 151 3 0 0 18 0 13 0 176673847 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314993 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1804708 CPUtime=1.41
/proc/12832/task/12842/stat : 12842 (java) R 12830 12832 11789 0 -1 64 6516 0 0 0 139 2 0 0 17 0 13 0 176673847 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105874117 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1804708 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1848020992 35907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1804708

[startup+6.30279 s]
/proc/loadavg: 0.86 0.97 0.99 2/90 12845
/proc/meminfo: memFree=1502912/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1802472 CPUtime=8.81
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 57284 0 1 0 856 25 0 0 20 0 13 0 176673831 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 450618 47612 1330 9 0 448229 0
[pid=12832/tid=12834] ppid=12830 vsize=1802472 CPUtime=4.51
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 37755 0 1 0 436 15 0 0 23 0 13 0 176673832 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109788705 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1802472 CPUtime=0.11
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 2025 0 0 0 11 0 0 0 17 0 13 0 176673840 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1802472 CPUtime=0.11
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 1916 0 0 0 10 1 0 0 16 0 13 0 176673840 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 176673842 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176673843 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176673843 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1802472 CPUtime=2.23
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 11789 0 -1 64 7775 0 0 0 219 4 0 0 17 0 13 0 176673847 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1802472 CPUtime=1.82
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 7079 0 0 0 179 3 0 0 16 0 13 0 176673847 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1845731328 47612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 1802472

[startup+12.7014 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 12845
/proc/meminfo: memFree=1472128/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1802472 CPUtime=15.86
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 68627 0 1 0 1555 31 0 0 20 0 13 0 176673831 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 450618 55336 1331 9 0 448229 0
[pid=12832/tid=12834] ppid=12830 vsize=1802472 CPUtime=10.65
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 38316 0 1 0 1049 16 0 0 25 0 13 0 176673832 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109821955 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1802472 CPUtime=0.34
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 6884 0 0 0 32 2 0 0 16 0 13 0 176673840 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1802472 CPUtime=0.34
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 7095 0 0 0 31 3 0 0 16 0 13 0 176673840 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 176673842 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176673843 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176673843 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1802472 CPUtime=2.5
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 11789 0 -1 64 7815 0 0 0 246 4 0 0 16 0 13 0 176673847 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1802472 CPUtime=1.98
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 7768 0 0 0 195 3 0 0 16 0 13 0 176673847 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1802472 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1845731328 55336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 1802472

[startup+25.5027 s]
/proc/loadavg: 0.96 0.98 0.99 2/90 12845
/proc/meminfo: memFree=1464256/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1794680 CPUtime=28.86
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 72487 0 1 0 2852 34 0 0 20 0 13 0 176673831 1837752320 56646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 448670 56646 1332 9 0 446281 0
[pid=12832/tid=12834] ppid=12830 vsize=1794680 CPUtime=23.26
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 38328 0 1 0 2310 16 0 0 25 0 13 0 176673832 1837752320 56646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1794680 CPUtime=0.5
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 8556 0 0 0 46 4 0 0 16 0 13 0 176673840 1837752320 56646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1794680 CPUtime=0.49
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 9270 0 0 0 45 4 0 0 16 0 13 0 176673840 1837752320 56646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1794680 CPUtime=0.01
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 176673842 1837752320 56646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=12832] ppid=12830 vsize=1798776 CPUtime=1569.64
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 155825 0 1 0 156872 92 0 0 20 0 13 0 176673831 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 449694 127983 1332 9 0 447305 0
[pid=12832/tid=12834] ppid=12830 vsize=1798776 CPUtime=1514.68
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 39551 0 1 0 151439 29 0 0 25 0 13 0 176673832 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883028 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1798776 CPUtime=24.99
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 48589 0 0 0 2477 22 0 0 16 0 13 0 176673840 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1798776 CPUtime=24.91
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 48952 0 0 0 2469 22 0 0 16 0 13 0 176673840 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1798776 CPUtime=0.19
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 33 0 0 0 12 7 0 0 16 0 13 0 176673842 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1798776 CPUtime=2.54
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 11789 0 -1 64 7815 0 0 0 250 4 0 0 17 0 13 0 176673847 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1798776 CPUtime=2.27
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 10165 0 0 0 223 4 0 0 16 0 13 0 176673847 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1841946624 127983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1569.64
Current children cumulated vsize (KiB) 1798776

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12847
/proc/meminfo: memFree=1172160/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1798776 CPUtime=1630.91
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 157359 0 1 0 162998 93 0 0 20 0 13 0 176673831 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 449694 129354 1332 9 0 447305 0
[pid=12832/tid=12834] ppid=12830 vsize=1798776 CPUtime=1573.32
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 39572 0 1 0 157302 30 0 0 25 0 13 0 176673832 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109881802 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1798776 CPUtime=26.32
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 49449 0 0 0 2609 23 0 0 16 0 13 0 176673840 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1798776 CPUtime=26.22
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 49605 0 0 0 2600 22 0 0 17 0 13 0 176673840 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1798776 CPUtime=0.19
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 33 0 0 0 12 7 0 0 16 0 13 0 176673842 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1798776 CPUtime=2.54
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 11789 0 -1 64 7815 0 0 0 250 4 0 0 17 0 13 0 176673847 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1798776 CPUtime=2.27
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 10165 0 0 0 223 4 0 0 16 0 13 0 176673847 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1841946624 129354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1630.91
Current children cumulated vsize (KiB) 1798776

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12847
/proc/meminfo: memFree=1166080/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1798776 CPUtime=1692.29
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 159048 0 1 0 169134 95 0 0 20 0 13 0 176673831 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 449694 130874 1332 9 0 447305 0
[pid=12832/tid=12834] ppid=12830 vsize=1798776 CPUtime=1631.88
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 39594 0 1 0 163158 30 0 0 25 0 13 0 176673832 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109844450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1798776 CPUtime=27.71
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 50559 0 0 0 2748 23 0 0 16 0 13 0 176673840 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1798776 CPUtime=27.62
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 50162 0 0 0 2740 22 0 0 16 0 13 0 176673840 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1798776 CPUtime=0.19
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 33 0 0 0 12 7 0 0 16 0 13 0 176673842 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1798776 CPUtime=2.54
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 11789 0 -1 64 7815 0 0 0 250 4 0 0 17 0 13 0 176673847 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1798776 CPUtime=2.27
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 10165 0 0 0 223 4 0 0 16 0 13 0 176673847 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1841946624 130874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1692.29
Current children cumulated vsize (KiB) 1798776

[startup+1722.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 12847
/proc/meminfo: memFree=1159552/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1798776 CPUtime=1753.65
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 160830 0 1 0 175269 96 0 0 20 0 13 0 176673831 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 449694 132519 1332 9 0 447305 0
[pid=12832/tid=12834] ppid=12830 vsize=1798776 CPUtime=1690.47
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 39616 0 1 0 169016 31 0 0 25 0 13 0 176673832 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845612 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1798776 CPUtime=29.1
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 51348 0 0 0 2887 23 0 0 16 0 13 0 176673840 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1798776 CPUtime=29.01
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 51133 0 0 0 2878 23 0 0 16 0 13 0 176673840 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1798776 CPUtime=0.2
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 33 0 0 0 13 7 0 0 16 0 13 0 176673842 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1798776 CPUtime=2.54
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 11789 0 -1 64 7815 0 0 0 250 4 0 0 17 0 13 0 176673847 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1798776 CPUtime=2.27
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 10165 0 0 0 223 4 0 0 16 0 13 0 176673847 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1841946624 132519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1753.65
Current children cumulated vsize (KiB) 1798776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 12847
/proc/meminfo: memFree=1153728/2055920 swapFree=4160068/4192956
[pid=12832] ppid=12830 vsize=1798776 CPUtime=1800.05
/proc/12832/stat : 12832 (java) S 12830 12832 11789 0 -1 0 162336 0 1 0 179908 97 0 0 20 0 13 0 176673831 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 449694 133941 1332 9 0 447305 0
[pid=12832/tid=12834] ppid=12830 vsize=1798776 CPUtime=1734.63
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 11789 0 -1 64 39633 0 1 0 173431 32 0 0 17 0 13 0 176673832 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883016 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1798776 CPUtime=30.23
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 11789 0 -1 64 52222 0 0 0 2999 24 0 0 16 0 13 0 176673840 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1798776 CPUtime=30.13
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 11789 0 -1 64 51748 0 0 0 2990 23 0 0 16 0 13 0 176673840 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1798776 CPUtime=0.2
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 11789 0 -1 64 33 0 0 0 13 7 0 0 15 0 13 0 176673842 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 11789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 11789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 176673843 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 176673847 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1798776 CPUtime=2.54
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 11789 0 -1 64 7815 0 0 0 250 4 0 0 17 0 13 0 176673847 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1798776 CPUtime=2.27
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 11789 0 -1 64 10165 0 0 0 223 4 0 0 16 0 13 0 176673847 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 11789 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 176673847 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 11789 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 176673847 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1798776 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 11789 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 176674018 1841946624 133941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1798776

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

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

Child status: 143
Real time (s): 1767.71
CPU time (s): 1800.17
CPU user time (s): 1799.11
CPU system time (s): 1.05984
CPU usage (%): 101.836
Max. virtual memory (cumulated for all children) (KiB): 1806012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.05984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162357
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= 42620
involuntary context switches= 48681

runsolver used 1.70774 second user time and 4.79227 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu Apr 19 18:12:45 UTC 2007

IDJOB= 362094
IDBENCH= 1499
IDSOLVER= 164
FILE ID= node12/362094-1177006364

PBS_JOBID= 4630502

Free space on /tmp= 66252 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-12,16.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362094-1177006364/sat4jPseudoCPClause.jar /tmp/evaluation/362094-1177006364/instance-362094-1177006364.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-362094-1177006364 -o ROOT/results/node12/solver-362094-1177006364 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362094-1177006364/sat4jPseudoCPClause.jar /tmp/evaluation/362094-1177006364/instance-362094-1177006364.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6441cbb759000c1a64397279f4b3f0ed

RANDOM SEED= 88586758

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1687040 kB
Buffers:         26872 kB
Cached:         264276 kB
SwapCached:      11520 kB
Active:          75204 kB
Inactive:       239620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687040 kB
SwapTotal:     4192956 kB
SwapFree:      4160068 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:          30752 kB
Slab:            39552 kB
Committed_AS:  4377752 kB
PageTables:       1796 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= 66252 MiB

End job on node12 on Thu Apr 19 18:42:14 UTC 2007