Trace number 362122

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.21 1766.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUM24c836f3fcb46569dfcfdc2eda4dee98
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 benchmark1.21581
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
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.07/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.19	c no version file found!!!
0.07/0.19	c sun.arch.data.model	32
0.07/0.19	c java.version	1.6.0
0.07/0.19	c os.name	Linux
0.07/0.19	c os.version	2.6.9-22.EL.rootsmp
0.07/0.19	c os.arch	i386
0.07/0.19	c Free memory 1651659224
0.07/0.19	c Max memory 1654456320
0.07/0.19	c Total memory 1654456320
0.07/0.19	c Number of processors 2
0.13/0.25	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.25	--- Begin Solver configuration ---
0.13/0.25	c Stops conflict analysis at the first Unique Implication Point
0.13/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.25	c Learn all clauses as in MiniSAT
0.13/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.25	c No reason simplification
0.13/0.25	c --- End Solver configuration ---
0.13/0.25	c Simplify asserted PB constraints to clauses
0.13/0.25	c solving /tmp/evaluation/362122-1177006854/instance-362122-1177006854.opb
0.13/0.25	c reading problem ... 
2.34/1.82	c ... done. Wall clock time 1.573s.
2.34/1.82	c CPU time (experimental) 1.31s.
2.34/1.82	c #vars     4608
2.34/1.82	c #constraints  30522
1800.07/1766.11	c starts		: 2
1800.07/1766.11	c conflicts		: 39798
1800.07/1766.11	c decisions		: 61230
1800.07/1766.11	c propagations		: 1517712
1800.07/1766.11	c inspects		: 629223228
1800.07/1766.11	c learnt literals	: 0
1800.07/1766.11	c learnt binary clauses	: 0
1800.07/1766.11	c learnt ternary clauses	: 0
1800.07/1766.11	c learnt clauses	: 39797
1800.07/1766.11	c root simplifications	: 0
1800.07/1766.11	c removed literals (reason simplification)	: 0
1800.07/1766.11	c reason swapping (by a shorter reason)	: 0
1800.07/1766.11	c Calls to reduceDB	: 0
1800.07/1766.11	c speed (decisions/second)	: 34.705395235107375
1800.07/1766.11	c non guided choices	6239
1800.07/1766.11	s UNKNOWN
1800.07/1766.11	c Total wall clock time (ms): 1765.862

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/node61/watcher-362122-1177006854 -o ROOT/results/node61/solver-362122-1177006854 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362122-1177006854/sat4jPseudoCPClause.jar /tmp/evaluation/362122-1177006854/instance-362122-1177006854.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.78 0.95 0.98 2/64 28734
/proc/meminfo: memFree=1722024/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=152 CPUtime=0
/proc/28734/stat : 28734 (java) R 28732 28734 27477 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 112649016 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10384164 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/28734/statm: 38 26 19 9 0 4 0

[startup+0.0576699 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 28734
/proc/meminfo: memFree=1722024/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1778140 CPUtime=0.03
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 3569 0 1 0 2 1 0 0 18 0 7 0 112649016 1820815360 3313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 444535 3313 1060 9 0 442171 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1778140

[startup+0.102669 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 28734
/proc/meminfo: memFree=1722024/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1778140 CPUtime=0.07
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 3816 0 1 0 5 2 0 0 18 0 7 0 112649016 1820815360 3559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 444535 3559 1090 9 0 442171 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778140

[startup+0.301689 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 28734
/proc/meminfo: memFree=1722024/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1781432 CPUtime=0.25
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 5044 0 1 0 21 4 0 0 18 0 12 0 112649016 1824186368 4783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 445358 4783 1247 9 0 442969 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1781432

[startup+0.701727 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 28734
/proc/meminfo: memFree=1722024/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1784288 CPUtime=0.87
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 7200 0 1 0 82 5 0 0 18 0 12 0 112649016 1827110912 6509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 446072 6509 1302 9 0 443683 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1784288

[startup+1.5018 s]
/proc/loadavg: 0.96 0.98 0.99 3/76 28746
/proc/meminfo: memFree=1695496/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1784768 CPUtime=2.04
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 17729 0 1 0 194 10 0 0 18 0 12 0 112649016 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 446192 15276 1309 9 0 443803 0
[pid=28734/tid=28736] ppid=28732 vsize=1784768 CPUtime=0.98
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 13454 0 1 0 90 8 0 0 19 0 12 0 112649017 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109607350 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 112649018 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 112649018 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 112649021 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 20 0 12 0 112649021 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 112649021 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 112649030 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1784768 CPUtime=0.5
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 1526 0 0 0 50 0 0 0 16 0 12 0 112649030 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1784768 CPUtime=0.53
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 2026 0 0 0 53 0 0 0 16 0 12 0 112649030 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 112649030 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1784768 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 112649030 1827602432 15276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1784768

[startup+3.10296 s]
/proc/loadavg: 0.96 0.98 0.99 3/77 28747
/proc/meminfo: memFree=1624000/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1795528 CPUtime=4.82
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 47930 0 1 0 457 25 0 0 18 0 13 0 112649016 1838620672 39942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 448882 39942 1321 9 0 446493 0
[pid=28734/tid=28736] ppid=28732 vsize=1795528 CPUtime=2.12
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 35826 0 1 0 192 20 0 0 18 0 13 0 112649017 1838620672 39942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109174816 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 112649018 1838620672 39942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112649018 1838620672 39942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 112649021 1838620672 39943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 112649021 1838620672 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 112649021 1838620672 39945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1838620672 39945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1795528 CPUtime=1.29
/proc/28734/task/28743/stat : 28743 (java) R 28732 28734 27477 0 -1 64 4894 0 0 0 128 1 0 0 18 0 13 0 112649030 1838620672 39946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104724513 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1795528 CPUtime=1.39
/proc/28734/task/28744/stat : 28744 (java) R 28732 28734 27477 0 -1 64 6483 0 0 0 137 2 0 0 20 0 13 0 112649030 1838620672 39947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1838620672 39948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1838620672 39949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1795528 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1838620672 39951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1795528

[startup+6.30225 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 28747
/proc/meminfo: memFree=1538952/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1801156 CPUtime=9.24
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 60759 0 1 0 894 30 0 0 18 0 13 0 112649016 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 450289 47543 1330 9 0 447900 0
[pid=28734/tid=28736] ppid=28732 vsize=1801156 CPUtime=4.86
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 37721 0 1 0 465 21 0 0 18 0 13 0 112649017 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541771 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1801156 CPUtime=0.12
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 2153 0 0 0 11 1 0 0 16 0 13 0 112649018 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1801156 CPUtime=0.11
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 2059 0 0 0 10 1 0 0 16 0 13 0 112649018 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 17 0 0 0 0 0 0 0 15 0 13 0 112649021 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112649021 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112649021 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1801156 CPUtime=2.18
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 8348 0 0 0 216 2 0 0 16 0 13 0 112649030 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1801156 CPUtime=1.93
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 9738 0 0 0 190 3 0 0 16 0 13 0 112649030 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1844383744 47543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.24
Current children cumulated vsize (KiB) 1801156

[startup+12.7029 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 28747
/proc/meminfo: memFree=1507984/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1801156 CPUtime=15.92
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 70534 0 1 0 1558 34 0 0 18 0 13 0 112649016 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 450289 54583 1331 9 0 447900 0
[pid=28734/tid=28736] ppid=28732 vsize=1801156 CPUtime=11.01
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 38119 0 1 0 1080 21 0 0 23 0 13 0 112649017 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109901279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1801156 CPUtime=0.35
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 7279 0 0 0 32 3 0 0 16 0 13 0 112649018 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1801156 CPUtime=0.35
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 6296 0 0 0 33 2 0 0 17 0 13 0 112649018 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 112649021 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112649021 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112649021 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1801156 CPUtime=2.2
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 8349 0 0 0 218 2 0 0 16 0 13 0 112649030 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1801156 CPUtime=1.95
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 9738 0 0 0 192 3 0 0 16 0 13 0 112649030 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1844383744 54583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 1801156

[startup+25.5021 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 28747
/proc/meminfo: memFree=1492432/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1801156 CPUtime=28.93
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 75164 0 1 0 2856 37 0 0 18 0 13 0 112649016 1844383744 58508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 450289 58508 1332 9 0 447900 0
[pid=28734/tid=28736] ppid=28732 vsize=1801156 CPUtime=23.62
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 38129 0 1 0 2341 21 0 0 24 0 13 0 112649017 1844383744 58508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882798 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1801156 CPUtime=0.53
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 9444 0 0 0 49 4 0 0 17 0 13 0 112649018 1844383744 58508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1801156 CPUtime=0.52
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 8737 0 0 0 49 3 0 0 16 0 13 0 112649018 1844383744 58508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1801156 CPUtime=0
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 112649021 1844383744 58508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=28734/tid=28739] ppid=28732 vsize=1802268 CPUtime=0.15
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 42 0 0 0 10 5 0 0 16 0 13 0 112649021 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1802268 CPUtime=2.49
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 8359 0 0 0 246 3 0 0 16 0 13 0 112649030 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1802268 CPUtime=2.39
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 11938 0 0 0 235 4 0 0 16 0 13 0 112649030 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1845522432 125748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1571.16
Current children cumulated vsize (KiB) 1802268

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28749
/proc/meminfo: memFree=1217552/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1802268 CPUtime=1632.5
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 157024 0 1 0 163162 88 0 0 18 0 13 0 112649016 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 450567 126921 1332 9 0 448178 0
[pid=28734/tid=28736] ppid=28732 vsize=1802268 CPUtime=1572.78
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 40717 0 1 0 157249 29 0 0 25 0 13 0 112649017 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109880964 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1802268 CPUtime=27.33
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 48092 0 0 0 2711 22 0 0 16 0 13 0 112649018 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1802268 CPUtime=27.31
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 47153 0 0 0 2709 22 0 0 16 0 13 0 112649018 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1802268 CPUtime=0.15
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 42 0 0 0 10 5 0 0 16 0 13 0 112649021 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1802268 CPUtime=2.49
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 8359 0 0 0 246 3 0 0 16 0 13 0 112649030 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1802268 CPUtime=2.39
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 11938 0 0 0 235 4 0 0 16 0 13 0 112649030 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1845522432 126921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1632.5
Current children cumulated vsize (KiB) 1802268

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28749
/proc/meminfo: memFree=1212688/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1802268 CPUtime=1693.86
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 158280 0 1 0 169297 89 0 0 18 0 13 0 112649016 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 450567 128119 1332 9 0 448178 0
[pid=28734/tid=28736] ppid=28732 vsize=1802268 CPUtime=1631.37
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 40739 0 1 0 163108 29 0 0 25 0 13 0 112649017 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810508 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1802268 CPUtime=28.7
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 49001 0 0 0 2848 22 0 0 16 0 13 0 112649018 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1802268 CPUtime=28.68
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 47478 0 0 0 2846 22 0 0 16 0 13 0 112649018 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1802268 CPUtime=0.17
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 42 0 0 0 11 6 0 0 16 0 13 0 112649021 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1802268 CPUtime=2.49
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 8359 0 0 0 246 3 0 0 16 0 13 0 112649030 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1802268 CPUtime=2.39
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 11938 0 0 0 235 4 0 0 16 0 13 0 112649030 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1845522432 128119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1693.86
Current children cumulated vsize (KiB) 1802268

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28749
/proc/meminfo: memFree=1207824/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1802268 CPUtime=1755.24
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 159623 0 1 0 175435 89 0 0 18 0 13 0 112649016 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 450567 129341 1332 9 0 448178 0
[pid=28734/tid=28736] ppid=28732 vsize=1802268 CPUtime=1689.94
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 40761 0 1 0 168965 29 0 0 25 0 13 0 112649017 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815627 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1802268 CPUtime=30.11
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 49719 0 0 0 2989 22 0 0 16 0 13 0 112649018 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1802268 CPUtime=30.09
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 48081 0 0 0 2987 22 0 0 16 0 13 0 112649018 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1802268 CPUtime=0.17
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 42 0 0 0 11 6 0 0 16 0 13 0 112649021 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1802268 CPUtime=2.49
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 8359 0 0 0 246 3 0 0 16 0 13 0 112649030 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1802268 CPUtime=2.39
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 11938 0 0 0 235 4 0 0 16 0 13 0 112649030 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1845522432 129341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1755.24
Current children cumulated vsize (KiB) 1802268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.1 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 28749
/proc/meminfo: memFree=1204240/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=1802268 CPUtime=1800.07
/proc/28734/stat : 28734 (java) S 28732 28734 27477 0 -1 0 160585 0 1 0 179917 90 0 0 18 0 13 0 112649016 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 450567 130213 1332 9 0 448178 0
[pid=28734/tid=28736] ppid=28732 vsize=1802268 CPUtime=1732.68
/proc/28734/task/28736/stat : 28736 (java) R 28732 28734 27477 0 -1 64 40777 0 1 0 173239 29 0 0 25 0 13 0 112649017 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782177 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28732 vsize=1802268 CPUtime=31.15
/proc/28734/task/28737/stat : 28737 (java) S 28732 28734 27477 0 -1 64 50020 0 0 0 3093 22 0 0 16 0 13 0 112649018 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28738] ppid=28732 vsize=1802268 CPUtime=31.14
/proc/28734/task/28738/stat : 28738 (java) S 28732 28734 27477 0 -1 64 48726 0 0 0 3091 23 0 0 17 0 13 0 112649018 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28732 vsize=1802268 CPUtime=0.17
/proc/28734/task/28739/stat : 28739 (java) S 28732 28734 27477 0 -1 64 42 0 0 0 11 6 0 0 16 0 13 0 112649021 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28740] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28740/stat : 28740 (java) S 28732 28734 27477 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28741] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28732 28734 27477 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112649021 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28742] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 112649030 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28743] ppid=28732 vsize=1802268 CPUtime=2.49
/proc/28734/task/28743/stat : 28743 (java) S 28732 28734 27477 0 -1 64 8359 0 0 0 246 3 0 0 16 0 13 0 112649030 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28744] ppid=28732 vsize=1802268 CPUtime=2.39
/proc/28734/task/28744/stat : 28744 (java) S 28732 28734 27477 0 -1 64 11938 0 0 0 235 4 0 0 16 0 13 0 112649030 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28745] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28745/stat : 28745 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112649030 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28734/tid=28746] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28746/stat : 28746 (java) S 28732 28734 27477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112649030 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28734/tid=28747] ppid=28732 vsize=1802268 CPUtime=0
/proc/28734/task/28747/stat : 28747 (java) S 28732 28734 27477 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 112649199 1845522432 130213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1802268

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

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

[startup+1766.21 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 28749
/proc/meminfo: memFree=1204240/2055920 swapFree=4184100/4192956
[pid=28734] ppid=28732 vsize=0 CPUtime=1800.18
/proc/28734/stat : 28734 (java) Z 28732 28734 27477 0 -1 1036 160605 0 1 0 179922 96 0 0 16 0 2 0 112649016 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28734/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.23
CPU time (s): 1800.21
CPU user time (s): 1799.23
CPU system time (s): 0.98485
CPU usage (%): 101.924
Max. virtual memory (cumulated for all children) (KiB): 1804580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.98485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160605
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= 42326
involuntary context switches= 22744

runsolver used 1.72974 second user time and 4.72728 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Thu Apr 19 18:20:54 UTC 2007

IDJOB= 362122
IDBENCH= 1501
IDSOLVER= 164
FILE ID= node61/362122-1177006854

PBS_JOBID= 4630475

Free space on /tmp= 66498 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,3-13,19.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362122-1177006854/sat4jPseudoCPClause.jar /tmp/evaluation/362122-1177006854/instance-362122-1177006854.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-362122-1177006854 -o ROOT/results/node61/solver-362122-1177006854 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362122-1177006854/sat4jPseudoCPClause.jar /tmp/evaluation/362122-1177006854/instance-362122-1177006854.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  24c836f3fcb46569dfcfdc2eda4dee98

RANDOM SEED= 74548020

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1722432 kB
Buffers:         14628 kB
Cached:         269344 kB
SwapCached:       3056 kB
Active:          69680 kB
Inactive:       224752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722432 kB
SwapTotal:     4192956 kB
SwapFree:      4184100 kB
Dirty:            4808 kB
Writeback:           0 kB
Mapped:          16056 kB
Slab:            25200 kB
Committed_AS:   869268 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66498 MiB

End job on node61 on Thu Apr 19 18:50:22 UTC 2007