Trace number 420493

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.23 1757.18

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
pebbling/unsat-pbl-00090.sat05-1326.reshuffled-07.opb
MD5SUM1fa4aa951d8770010592e805fb299bf0
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.7465
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables322
Total number of constraints9322
Number of constraints which are clauses9322
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint11
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 18
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/420493-1177425765/instance-420493-1177425765.opb
0.08/0.20	c reading problem ... 
1.87/1.43	c ... done. Wall clock time 1.23s.
1.87/1.43	c CPU time (experimental) 1.01s.
1.87/1.43	c #vars     322
1.87/1.43	c #constraints  9321
1800.04/1757.01	c starts		: 3
1800.04/1757.01	c conflicts		: 3437304
1800.04/1757.01	c decisions		: 9155562
1800.04/1757.01	c propagations		: 19378260
1800.04/1757.01	c inspects		: 3831470165
1800.04/1757.01	c learnt literals	: 0
1800.04/1757.01	c learnt binary clauses	: 9
1800.04/1757.01	c learnt ternary clauses	: 9
1800.04/1757.01	c learnt clauses	: 3437304
1800.04/1757.01	c root simplifications	: 0
1800.04/1757.01	c removed literals (reason simplification)	: 0
1800.04/1757.01	c reason swapping (by a shorter reason)	: 0
1800.04/1757.01	c Calls to reduceDB	: 0
1800.04/1757.01	c speed (decisions/second)	: 5215.112016919736
1800.04/1757.01	c non guided choices	22544
1800.04/1757.01	s UNKNOWN
1800.04/1757.01	c Total wall clock time (ms): 1756.817

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-420493-1177425765 -o ROOT/results/node17/solver-420493-1177425765 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420493-1177425765/sat4jPseudoCP.jar /tmp/evaluation/420493-1177425765/instance-420493-1177425765.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.84 0.94 0.98 3/77 23611
/proc/meminfo: memFree=1831472/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=152 CPUtime=0
/proc/23611/stat : 23611 (java) R 23609 23611 23483 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 190494073 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/23611/statm: 38 26 19 9 0 4 0

[startup+0.0525651 s]
/proc/loadavg: 0.84 0.94 0.98 3/77 23611
/proc/meminfo: memFree=1831472/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1777384 CPUtime=0.03
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 3536 0 1 0 2 1 0 0 18 0 6 0 190494073 1820041216 3282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 444346 3282 1050 9 0 441982 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777384

[startup+0.10157 s]
/proc/loadavg: 0.84 0.94 0.98 3/77 23611
/proc/meminfo: memFree=1831472/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1780256 CPUtime=0.08
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 4009 0 1 0 6 2 0 0 18 0 12 0 190494073 1822982144 3752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 445064 3752 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301588 s]
/proc/loadavg: 0.84 0.94 0.98 3/77 23611
/proc/meminfo: memFree=1831472/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1782200 CPUtime=0.32
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 5157 0 1 0 29 3 0 0 18 0 12 0 190494073 1824972800 4897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 445550 4897 1264 9 0 443162 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782200

[startup+0.701631 s]
/proc/loadavg: 0.84 0.94 0.98 3/77 23611
/proc/meminfo: memFree=1831472/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1783848 CPUtime=0.9
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 7003 0 1 0 86 4 0 0 18 0 12 0 190494073 1826660352 6595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 445962 6595 1301 9 0 443574 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783848

[startup+1.50272 s]
/proc/loadavg: 0.85 0.94 0.98 2/89 23623
/proc/meminfo: memFree=1800400/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=1.99
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 20073 0 1 0 189 10 0 0 18 0 13 0 190494073 1831174144 18063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 18063 1309 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=1.07
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 15576 0 1 0 99 8 0 0 17 0 13 0 190494074 1831174144 18063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109174820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 190494075 1831174144 18063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190494075 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190494077 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 190494078 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.45
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2139 0 0 0 45 0 0 0 16 0 13 0 190494082 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=0.43
/proc/23611/task/23621/stat : 23621 (java) R 23609 23611 23483 0 -1 64 1633 0 0 0 43 0 0 0 16 0 13 0 190494082 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105432643 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 18064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1788256

[startup+3.10288 s]
/proc/loadavg: 0.85 0.94 0.98 2/90 23624
/proc/meminfo: memFree=1752968/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=4.33
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 43970 0 1 0 411 22 0 0 18 0 13 0 190494073 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 40782 1326 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=2.3
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 37710 0 1 0 212 18 0 0 18 0 13 0 190494074 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864646 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 259 0 0 0 0 0 0 0 16 0 13 0 190494075 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 207 0 0 0 0 0 0 0 16 0 13 0 190494075 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 190494077 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.96
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2190 0 0 0 96 0 0 0 16 0 13 0 190494082 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.02
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2875 0 0 0 101 1 0 0 16 0 13 0 190494082 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 40782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1788256

[startup+6.30121 s]
/proc/loadavg: 0.86 0.94 0.98 2/90 23624
/proc/meminfo: memFree=1667528/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=7.6
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 45554 0 1 0 738 22 0 0 18 0 13 0 190494073 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 41395 1333 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=5.43
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 37715 0 1 0 525 18 0 0 25 0 13 0 190494074 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=0.05
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 1063 0 0 0 5 0 0 0 16 0 13 0 190494075 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=0.05
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 967 0 0 0 5 0 0 0 16 0 13 0 190494075 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 190494077 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.98
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2191 0 0 0 98 0 0 0 17 0 13 0 190494082 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.04
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2881 0 0 0 103 1 0 0 17 0 13 0 190494082 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 41395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1788256

[startup+12.7029 s]
/proc/loadavg: 0.87 0.94 0.98 2/90 23624
/proc/meminfo: memFree=1626056/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=14.09
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 56717 0 1 0 1382 27 0 0 18 0 13 0 190494073 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 52381 1333 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=11.72
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 43087 0 1 0 1152 20 0 0 22 0 13 0 190494074 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109911422 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=0.14
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 3906 0 0 0 13 1 0 0 16 0 13 0 190494075 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=0.15
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 3902 0 0 0 13 2 0 0 16 0 13 0 190494075 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 190494077 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.98
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2191 0 0 0 98 0 0 0 17 0 13 0 190494082 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.04
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2881 0 0 0 103 1 0 0 17 0 13 0 190494082 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 52381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 1788256

[startup+25.5012 s]
/proc/loadavg: 0.89 0.94 0.98 2/90 23624
/proc/meminfo: memFree=1639688/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=26.97
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 58993 0 1 0 2668 29 0 0 18 0 13 0 190494073 1831174144 48939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 48939 1333 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=24.42
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 43101 0 1 0 2422 20 0 0 25 0 13 0 190494074 1831174144 48939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726139 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=0.23
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 5213 0 0 0 21 2 0 0 16 0 13 0 190494075 1831174144 48939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=0.23
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 4857 0 0 0 21 2 0 0 16 0 13 0 190494075 1831174144 48939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0.01
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 190494077 1831174144 48939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0.17
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 68 0 0 0 11 6 0 0 16 0 13 0 190494077 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.98
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2191 0 0 0 98 0 0 0 16 0 13 0 190494082 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.04
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2881 0 0 0 103 1 0 0 17 0 13 0 190494082 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 222235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1579.46
Current children cumulated vsize (KiB) 1788256

[startup+1602.3 s]
/proc/loadavg: 1.01 1.03 1.00 4/90 23822
/proc/meminfo: memFree=901320/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=1641.01
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 256904 0 1 0 163930 171 0 0 18 0 13 0 190494073 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 233046 1333 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=1555.92
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 58392 0 1 0 155545 47 0 0 22 0 13 0 190494074 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672066 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=42.18
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 71555 0 0 0 4177 41 0 0 16 0 13 0 190494075 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=40.65
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 121095 0 0 0 3993 72 0 0 16 0 13 0 190494075 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0.17
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 68 0 0 0 11 6 0 0 16 0 13 0 190494077 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.98
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2191 0 0 0 98 0 0 0 16 0 13 0 190494082 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.04
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2881 0 0 0 103 1 0 0 17 0 13 0 190494082 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 233046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1641.01
Current children cumulated vsize (KiB) 1788256

[startup+1662.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/90 23822
/proc/meminfo: memFree=882952/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=1702.92
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 261536 0 1 0 170117 175 0 0 18 0 13 0 190494073 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 237657 1333 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=1613.28
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 58413 0 1 0 161281 47 0 0 24 0 13 0 190494074 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109697617 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=44.47
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 72824 0 0 0 4405 42 0 0 16 0 13 0 190494075 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=42.9
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 124437 0 0 0 4215 75 0 0 17 0 13 0 190494075 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0.17
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 68 0 0 0 11 6 0 0 16 0 13 0 190494077 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.98
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2191 0 0 0 98 0 0 0 16 0 13 0 190494082 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.04
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2881 0 0 0 103 1 0 0 17 0 13 0 190494082 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 237657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1702.92
Current children cumulated vsize (KiB) 1788256

[startup+1722.3 s]
/proc/loadavg: 1.07 1.05 1.00 2/90 23822
/proc/meminfo: memFree=867272/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=1764.76
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 265271 0 1 0 176297 179 0 0 18 0 13 0 190494073 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 241371 1333 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=1670.62
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 58434 0 1 0 167015 47 0 0 25 0 13 0 190494074 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109678408 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=46.37
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 76538 0 0 0 4592 45 0 0 16 0 13 0 190494075 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=45.5
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 124437 0 0 0 4475 75 0 0 17 0 13 0 190494075 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0.17
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 68 0 0 0 11 6 0 0 16 0 13 0 190494077 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.98
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2191 0 0 0 98 0 0 0 16 0 13 0 190494082 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.04
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2881 0 0 0 103 1 0 0 17 0 13 0 190494082 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 241371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.76
Current children cumulated vsize (KiB) 1788256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757 s]
/proc/loadavg: 1.04 1.04 1.00 2/90 23822
/proc/meminfo: memFree=854152/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=1788256 CPUtime=1800.04
/proc/23611/stat : 23611 (java) S 23609 23611 23483 0 -1 0 268553 0 1 0 179823 181 0 0 18 0 13 0 190494073 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23611/statm: 447064 244634 1333 9 0 444676 0
[pid=23611/tid=23613] ppid=23609 vsize=1788256 CPUtime=1704.55
/proc/23611/task/23613/stat : 23613 (java) R 23609 23611 23483 0 -1 64 58440 0 1 0 170408 47 0 0 25 0 13 0 190494074 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109678408 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23614] ppid=23609 vsize=1788256 CPUtime=46.98
/proc/23611/task/23614/stat : 23614 (java) S 23609 23611 23483 0 -1 64 79814 0 0 0 4650 48 0 0 16 0 13 0 190494075 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23615] ppid=23609 vsize=1788256 CPUtime=46.25
/proc/23611/task/23615/stat : 23615 (java) S 23609 23611 23483 0 -1 64 124437 0 0 0 4550 75 0 0 17 0 13 0 190494075 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23616] ppid=23609 vsize=1788256 CPUtime=0.17
/proc/23611/task/23616/stat : 23616 (java) S 23609 23611 23483 0 -1 64 68 0 0 0 11 6 0 0 16 0 13 0 190494077 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23617] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23617/stat : 23617 (java) S 23609 23611 23483 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23618] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23618/stat : 23618 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494078 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23619] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23619/stat : 23619 (java) S 23609 23611 23483 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190494082 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23620] ppid=23609 vsize=1788256 CPUtime=0.98
/proc/23611/task/23620/stat : 23620 (java) S 23609 23611 23483 0 -1 64 2191 0 0 0 98 0 0 0 16 0 13 0 190494082 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23621] ppid=23609 vsize=1788256 CPUtime=1.04
/proc/23611/task/23621/stat : 23621 (java) S 23609 23611 23483 0 -1 64 2881 0 0 0 103 1 0 0 17 0 13 0 190494082 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23611/tid=23622] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23622/stat : 23622 (java) S 23609 23611 23483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190494082 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23623] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23623/stat : 23623 (java) S 23609 23611 23483 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190494082 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23611/tid=23624] ppid=23609 vsize=1788256 CPUtime=0
/proc/23611/task/23624/stat : 23624 (java) S 23609 23611 23483 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190494216 1831174144 244634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1788256

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

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

[startup+1757.11 s]
/proc/loadavg: 1.04 1.04 1.00 2/90 23822
/proc/meminfo: memFree=854152/2055920 swapFree=4139516/4192956
[pid=23611] ppid=23609 vsize=0 CPUtime=1800.15
/proc/23611/stat : 23611 (java) Z 23609 23611 23483 0 -1 1036 268573 0 1 0 179826 189 0 0 16 0 2 0 190494073 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23611/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.18
CPU time (s): 1800.23
CPU user time (s): 1798.26
CPU system time (s): 1.9677
CPU usage (%): 102.45
Max. virtual memory (cumulated for all children) (KiB): 1790204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 1.9677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268573
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= 47953
involuntary context switches= 62754

runsolver used 1.76473 second user time and 5.07823 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 24 14:42:46 UTC 2007

IDJOB= 420493
IDBENCH= 47849
IDSOLVER= 160
FILE ID= node17/420493-1177425765

PBS_JOBID= 4675754

Free space on /tmp= 66395 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00090.sat05-1326.reshuffled-07.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420493-1177425765/sat4jPseudoCP.jar /tmp/evaluation/420493-1177425765/instance-420493-1177425765.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-420493-1177425765 -o ROOT/results/node17/solver-420493-1177425765 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420493-1177425765/sat4jPseudoCP.jar /tmp/evaluation/420493-1177425765/instance-420493-1177425765.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1fa4aa951d8770010592e805fb299bf0

RANDOM SEED= 986363968

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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:       1831880 kB
Buffers:         20552 kB
Cached:         132148 kB
SwapCached:      16484 kB
Active:          86284 kB
Inactive:        90760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831880 kB
SwapTotal:     4192956 kB
SwapFree:      4139516 kB
Dirty:            4248 kB
Writeback:           0 kB
Mapped:          29832 kB
Slab:            32492 kB
Committed_AS:  7249412 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= 66395 MiB

End job on node17 on Tue Apr 24 15:12:05 UTC 2007