Trace number 349830

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1784.44

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMc31072fad7bb81e0a58c1598fe2e2bbc
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
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 constraint2
Maximum length of a constraint30
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c Simplify asserted PB constraints to clauses
0.19/0.21	c solving /tmp/evaluation/349830-1176716345/instance-349830-1176716345.opb
0.19/0.21	c reading problem ... 
1.85/1.39	c ... done. Wall clock time 1.189s.
1.85/1.40	c CPU time (experimental) 0.94s.
1.85/1.40	c #vars     1050
1.85/1.40	c #constraints  17885
1800.03/1784.31	c starts		: 2
1800.03/1784.31	c conflicts		: 283544
1800.03/1784.31	c decisions		: 368758
1800.03/1784.31	c propagations		: 5307112
1800.03/1784.31	c inspects		: 813735209
1800.03/1784.31	c learnt literals	: 0
1800.03/1784.31	c learnt binary clauses	: 0
1800.03/1784.31	c learnt ternary clauses	: 0
1800.03/1784.31	c learnt clauses	: 283543
1800.03/1784.31	c root simplifications	: 0
1800.03/1784.31	c removed literals (reason simplification)	: 0
1800.03/1784.31	c reason swapping (by a shorter reason)	: 0
1800.03/1784.31	c Calls to reduceDB	: 0
1800.03/1784.31	c speed (decisions/second)	: 206.82893668956365
1800.03/1784.31	c non guided choices	573
1800.03/1784.31	s UNKNOWN
1800.03/1784.31	c Total wall clock time (ms): 1784.107

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/node19/watcher-349830-1176716345 -o ROOT/results/node19/solver-349830-1176716345 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349830-1176716345/sat4jPseudoCPClause.jar /tmp/evaluation/349830-1176716345/instance-349830-1176716345.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.92 0.97 0.97 3/77 31609
/proc/meminfo: memFree=1737224/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=0 CPUtime=0
/proc/31609/stat : 31609 (runsolver) R 31607 31609 31474 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 119551898 0 0 18446744073709551615 0 0 0 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31609/statm: 0 0 0 0 0 0 0

[startup+0.0686319 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 31609
/proc/meminfo: memFree=1737224/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1777708 CPUtime=0.05
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 3665 0 1 0 3 2 0 0 18 0 7 0 119551898 1820372992 3408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 444427 3408 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101635 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 31609
/proc/meminfo: memFree=1737224/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1780112 CPUtime=0.08
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 3962 0 1 0 6 2 0 0 18 0 12 0 119551898 1822834688 3704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 445028 3704 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301654 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 31609
/proc/meminfo: memFree=1737224/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1782292 CPUtime=0.29
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 5129 0 1 0 26 3 0 0 18 0 12 0 119551898 1825067008 4868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 445573 4868 1264 9 0 443184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782292

[startup+0.701696 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 31609
/proc/meminfo: memFree=1737224/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1783044 CPUtime=0.88
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 6835 0 1 0 83 5 0 0 18 0 12 0 119551898 1825837056 6390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 445761 6391 1301 9 0 443372 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783044

[startup+1.50179 s]
/proc/loadavg: 0.92 0.97 0.97 4/89 31621
/proc/meminfo: memFree=1710568/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1785888 CPUtime=2.13
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 15785 0 1 0 204 9 0 0 18 0 13 0 119551898 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446472 14210 1310 9 0 444083 0
[pid=31609/tid=31611] ppid=31607 vsize=1785888 CPUtime=1.01
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 12309 0 1 0 94 7 0 0 17 0 13 0 119551899 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109532091 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 119551901 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 119551901 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 119551903 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 119551903 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 119551903 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1785888 CPUtime=0.53
/proc/31609/task/31618/stat : 31618 (java) R 31607 31609 31474 0 -1 64 1968 0 0 0 52 1 0 0 16 0 13 0 119551907 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104792321 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1785888 CPUtime=0.56
/proc/31609/task/31619/stat : 31619 (java) R 31607 31609 31474 0 -1 64 786 0 0 0 56 0 0 0 16 0 13 0 119551907 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104794249 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1828749312 14210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1785888

[startup+3.10295 s]
/proc/loadavg: 1.09 1.00 0.98 3/90 31622
/proc/meminfo: memFree=1636384/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1785888 CPUtime=4.31
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 42988 0 1 0 410 21 0 0 18 0 13 0 119551898 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446472 40159 1325 9 0 444083 0
[pid=31609/tid=31611] ppid=31607 vsize=1785888 CPUtime=2.38
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 37716 0 1 0 221 17 0 0 22 0 13 0 119551899 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109774366 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1785888 CPUtime=0.01
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 276 0 0 0 1 0 0 0 16 0 13 0 119551901 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1785888 CPUtime=0.01
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 215 0 0 0 1 0 0 0 16 0 13 0 119551901 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 119551903 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1785888 CPUtime=0.98
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3202 0 0 0 97 1 0 0 16 0 13 0 119551907 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1785888 CPUtime=0.88
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 851 0 0 0 88 0 0 0 16 0 13 0 119551907 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1785888 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1828749312 40159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1785888

[startup+6.3023 s]
/proc/loadavg: 1.09 1.00 0.98 2/90 31622
/proc/meminfo: memFree=1580064/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1785600 CPUtime=7.55
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 44374 0 1 0 734 21 0 0 18 0 13 0 119551898 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446400 40880 1325 9 0 444011 0
[pid=31609/tid=31611] ppid=31607 vsize=1785600 CPUtime=5.52
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 37723 0 1 0 535 17 0 0 25 0 13 0 119551899 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109774412 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1785600 CPUtime=0.05
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 841 0 0 0 5 0 0 0 15 0 13 0 119551901 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1785600 CPUtime=0.04
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 1010 0 0 0 4 0 0 0 17 0 13 0 119551901 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 119551903 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1785600 CPUtime=0.99
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3202 0 0 0 98 1 0 0 16 0 13 0 119551907 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1785600 CPUtime=0.89
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 851 0 0 0 89 0 0 0 16 0 13 0 119551907 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1828454400 40880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1785600

[startup+12.7031 s]
/proc/loadavg: 1.07 1.00 0.98 2/90 31622
/proc/meminfo: memFree=1545568/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1785600 CPUtime=13.98
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 54406 0 1 0 1373 25 0 0 18 0 13 0 119551898 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446400 48878 1331 9 0 444011 0
[pid=31609/tid=31611] ppid=31607 vsize=1785600 CPUtime=11.88
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 46053 0 1 0 1167 21 0 0 25 0 13 0 119551899 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109774288 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1785600 CPUtime=0.07
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 1887 0 0 0 7 0 0 0 16 0 13 0 119551901 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1785600 CPUtime=0.06
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 1660 0 0 0 6 0 0 0 16 0 13 0 119551901 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 119551903 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1785600 CPUtime=1.02
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3208 0 0 0 101 1 0 0 17 0 13 0 119551907 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1785600 CPUtime=0.9
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 851 0 0 0 90 0 0 0 16 0 13 0 119551907 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1785600 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1828454400 48878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 1785600

[startup+25.5024 s]
/proc/loadavg: 1.06 1.00 0.98 2/90 31622
/proc/meminfo: memFree=1566688/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1786624 CPUtime=26.88
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 56194 0 1 0 2661 27 0 0 18 0 13 0 119551898 1829502976 43610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446656 43610 1333 9 0 444267 0
[pid=31609/tid=31611] ppid=31607 vsize=1786624 CPUtime=24.63
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 46077 0 1 0 2442 21 0 0 25 0 13 0 119551899 1829502976 43610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795791 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1786624 CPUtime=0.08
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 2367 0 0 0 8 0 0 0 15 0 13 0 119551901 1829502976 43610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1786624 CPUtime=0.09
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 2133 0 0 0 8 1 0 0 16 0 13 0 119551901 1829502976 43610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1786624 CPUtime=0.01
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 26 0 0 0 1 0 0 0 16 0 13 0 119551903 1829502976 43610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=31609/tid=31614] ppid=31607 vsize=1786624 CPUtime=0.6
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 111 0 0 0 37 23 0 0 16 0 13 0 119551903 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1786624 CPUtime=1.04
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3208 0 0 0 103 1 0 0 16 0 13 0 119551907 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1786624 CPUtime=0.99
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 1662 0 0 0 98 1 0 0 16 0 13 0 119551907 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1829502976 112108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1616.27
Current children cumulated vsize (KiB) 1786624

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 31820
/proc/meminfo: memFree=1284384/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1786624 CPUtime=1676.8
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 159121 0 1 0 167530 150 0 0 18 0 13 0 119551898 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446656 114081 1333 9 0 444267 0
[pid=31609/tid=31611] ppid=31607 vsize=1786624 CPUtime=1644.5
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 77050 0 1 0 164396 54 0 0 18 0 13 0 119551899 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849864 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1786624 CPUtime=14.8
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 35048 0 0 0 1449 31 0 0 17 0 13 0 119551901 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1786624 CPUtime=14.8
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 41321 0 0 0 1443 37 0 0 16 0 13 0 119551901 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1786624 CPUtime=0.61
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 111 0 0 0 38 23 0 0 15 0 13 0 119551903 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1786624 CPUtime=1.04
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3208 0 0 0 103 1 0 0 16 0 13 0 119551907 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1786624 CPUtime=0.99
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 1662 0 0 0 98 1 0 0 16 0 13 0 119551907 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1829502976 114081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.8
Current children cumulated vsize (KiB) 1786624

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 0.99 2/90 31820
/proc/meminfo: memFree=1277152/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1786624 CPUtime=1737.38
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 161024 0 1 0 173586 152 0 0 18 0 13 0 119551898 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446656 115825 1333 9 0 444267 0
[pid=31609/tid=31611] ppid=31607 vsize=1786624 CPUtime=1703.76
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 77094 0 1 0 170322 54 0 0 25 0 13 0 119551899 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1786624 CPUtime=15.46
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 36021 0 0 0 1514 32 0 0 16 0 13 0 119551901 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1786624 CPUtime=15.45
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 42207 0 0 0 1507 38 0 0 16 0 13 0 119551901 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1786624 CPUtime=0.62
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 111 0 0 0 38 24 0 0 16 0 13 0 119551903 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1786624 CPUtime=1.04
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3208 0 0 0 103 1 0 0 16 0 13 0 119551907 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1786624 CPUtime=0.99
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 1662 0 0 0 98 1 0 0 16 0 13 0 119551907 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1829502976 115825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737.38
Current children cumulated vsize (KiB) 1786624

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 0.99 2/90 31820
/proc/meminfo: memFree=1268384/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1786624 CPUtime=1797.99
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 163318 0 1 0 179644 155 0 0 18 0 13 0 119551898 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446656 117995 1333 9 0 444267 0
[pid=31609/tid=31611] ppid=31607 vsize=1786624 CPUtime=1762.99
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 77138 0 1 0 176245 54 0 0 25 0 13 0 119551899 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795806 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1786624 CPUtime=16.14
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 37736 0 0 0 1581 33 0 0 16 0 13 0 119551901 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1786624 CPUtime=16.13
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 42741 0 0 0 1575 38 0 0 16 0 13 0 119551901 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1786624 CPUtime=0.63
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 112 0 0 0 39 24 0 0 16 0 13 0 119551903 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1786624 CPUtime=1.04
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3208 0 0 0 103 1 0 0 16 0 13 0 119551907 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1786624 CPUtime=0.99
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 1662 0 0 0 98 1 0 0 16 0 13 0 119551907 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1829502976 117995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 1786624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.3 s]
/proc/loadavg: 1.01 1.01 0.99 2/90 31820
/proc/meminfo: memFree=1268064/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=1786624 CPUtime=1800.03
/proc/31609/stat : 31609 (java) S 31607 31609 31474 0 -1 0 163392 0 1 0 179847 156 0 0 18 0 13 0 119551898 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31609/statm: 446656 118067 1333 9 0 444267 0
[pid=31609/tid=31611] ppid=31607 vsize=1786624 CPUtime=1764.96
/proc/31609/task/31611/stat : 31611 (java) R 31607 31609 31474 0 -1 64 77140 0 1 0 176442 54 0 0 25 0 13 0 119551899 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109802438 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31612] ppid=31607 vsize=1786624 CPUtime=16.17
/proc/31609/task/31612/stat : 31612 (java) S 31607 31609 31474 0 -1 64 37736 0 0 0 1584 33 0 0 17 0 13 0 119551901 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31613] ppid=31607 vsize=1786624 CPUtime=16.16
/proc/31609/task/31613/stat : 31613 (java) S 31607 31609 31474 0 -1 64 42813 0 0 0 1578 38 0 0 16 0 13 0 119551901 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31614] ppid=31607 vsize=1786624 CPUtime=0.63
/proc/31609/task/31614/stat : 31614 (java) S 31607 31609 31474 0 -1 64 112 0 0 0 39 24 0 0 16 0 13 0 119551903 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31615] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31615/stat : 31615 (java) S 31607 31609 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31616] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31616/stat : 31616 (java) S 31607 31609 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119551903 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31617] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31617/stat : 31617 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119551907 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31618] ppid=31607 vsize=1786624 CPUtime=1.04
/proc/31609/task/31618/stat : 31618 (java) S 31607 31609 31474 0 -1 64 3208 0 0 0 103 1 0 0 16 0 13 0 119551907 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31619] ppid=31607 vsize=1786624 CPUtime=0.99
/proc/31609/task/31619/stat : 31619 (java) S 31607 31609 31474 0 -1 64 1662 0 0 0 98 1 0 0 16 0 13 0 119551907 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31609/tid=31620] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31620/stat : 31620 (java) S 31607 31609 31474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119551907 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31621] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31621/stat : 31621 (java) S 31607 31609 31474 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119551907 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31609/tid=31622] ppid=31607 vsize=1786624 CPUtime=0
/proc/31609/task/31622/stat : 31622 (java) S 31607 31609 31474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 119552038 1829502976 118067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1786624

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

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

[startup+1784.41 s]
/proc/loadavg: 1.01 1.01 0.99 2/90 31820
/proc/meminfo: memFree=1268064/2055920 swapFree=4159444/4192956
[pid=31609] ppid=31607 vsize=0 CPUtime=1800.13
/proc/31609/stat : 31609 (java) Z 31607 31609 31474 0 -1 1036 163413 0 1 0 179853 160 0 0 16 0 2 0 119551898 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31609/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.44
CPU time (s): 1800.17
CPU user time (s): 1798.54
CPU system time (s): 1.63575
CPU usage (%): 100.882
Max. virtual memory (cumulated for all children) (KiB): 1787648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.63575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163413
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= 65542
involuntary context switches= 69809

runsolver used 2.14167 second user time and 5.79012 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Apr 16 09:39:05 UTC 2007

IDJOB= 349830
IDBENCH= 2606
IDSOLVER= 164
FILE ID= node19/349830-1176716345

PBS_JOBID= 4559447

Free space on /tmp= 66504 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349830-1176716345/sat4jPseudoCPClause.jar /tmp/evaluation/349830-1176716345/instance-349830-1176716345.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-349830-1176716345 -o ROOT/results/node19/solver-349830-1176716345 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349830-1176716345/sat4jPseudoCPClause.jar /tmp/evaluation/349830-1176716345/instance-349830-1176716345.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c31072fad7bb81e0a58c1598fe2e2bbc

RANDOM SEED= 179349187

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1737568 kB
Buffers:         33080 kB
Cached:         211320 kB
SwapCached:       2576 kB
Active:          78872 kB
Inactive:       188996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737568 kB
SwapTotal:     4192956 kB
SwapFree:      4159444 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:          31148 kB
Slab:            36000 kB
Committed_AS:  2933356 kB
PageTables:       1788 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= 66504 MiB

End job on node19 on Mon Apr 16 10:08:52 UTC 2007