Trace number 349674

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 1787

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-91-90.opb
MD5SUMdb1439cbd478b31566aabb43ac29c55c
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 variables8190
Total number of constraints368641
Number of constraints which are clauses368641
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 constraint90
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 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	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/349674-1176712572/instance-349674-1176712572.opb
0.19/0.21	c reading problem ... 
7.06/6.19	c ... done. Wall clock time 5.983s.
7.06/6.19	c CPU time (experimental) 5.32s.
7.06/6.19	c #vars     8190
7.06/6.19	c #constraints  368641
1800.08/1786.91	c starts		: 2
1800.08/1786.91	c conflicts		: 44420
1800.08/1786.91	c decisions		: 62496
1800.08/1786.91	c propagations		: 2504701
1800.08/1786.91	c inspects		: 48074261
1800.08/1786.91	c learnt literals	: 0
1800.08/1786.91	c learnt binary clauses	: 0
1800.08/1786.91	c learnt ternary clauses	: 0
1800.08/1786.91	c learnt clauses	: 44419
1800.08/1786.91	c root simplifications	: 0
1800.08/1786.91	c removed literals (reason simplification)	: 0
1800.08/1786.91	c reason swapping (by a shorter reason)	: 0
1800.08/1786.91	c Calls to reduceDB	: 0
1800.08/1786.91	c speed (decisions/second)	: 35.09623160278182
1800.08/1786.91	c non guided choices	4021
1800.08/1786.91	s UNKNOWN
1800.08/1786.91	c Total wall clock time (ms): 1786.702

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/node65/watcher-349674-1176712572 -o ROOT/results/node65/solver-349674-1176712572 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349674-1176712572/sat4jPseudoCPClause.jar /tmp/evaluation/349674-1176712572/instance-349674-1176712572.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.93 1.01 0.99 2/64 16423
/proc/meminfo: memFree=1724448/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=152 CPUtime=0
/proc/16423/stat : 16423 (java) R 16421 16423 15691 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 147246871 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 5686052 0 0 4096 0 0 0 0 17 1 0 0
/proc/16423/statm: 38 26 19 9 0 4 0

[startup+0.0286099 s]
/proc/loadavg: 0.93 1.01 0.99 2/64 16423
/proc/meminfo: memFree=1724448/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1773596 CPUtime=0.01
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 2514 0 1 0 0 1 0 0 18 0 3 0 147246871 1816162304 2263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773596

[startup+0.101866 s]
/proc/loadavg: 0.93 1.01 0.99 2/64 16423
/proc/meminfo: memFree=1724448/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1777844 CPUtime=0.07
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 3857 0 1 0 5 2 0 0 18 0 7 0 147246871 1820512256 3599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 444461 3599 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301882 s]
/proc/loadavg: 0.93 1.01 0.99 2/64 16423
/proc/meminfo: memFree=1724448/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1782424 CPUtime=0.3
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 5189 0 1 0 27 3 0 0 18 0 12 0 147246871 1825202176 4927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 445606 4927 1264 9 0 443217 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782424

[startup+0.701916 s]
/proc/loadavg: 0.93 1.01 0.99 2/64 16423
/proc/meminfo: memFree=1724448/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1785144 CPUtime=0.98
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 8217 0 1 0 94 4 0 0 18 0 12 0 147246871 1827987456 7017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 446286 7017 1301 9 0 443897 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1785144

[startup+1.50198 s]
/proc/loadavg: 0.93 1.01 0.99 2/76 16435
/proc/meminfo: memFree=1694720/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1785388 CPUtime=2.12
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 18370 0 1 0 202 10 0 0 18 0 12 0 147246871 1828237312 16170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 446347 16172 1301 9 0 443958 0
[pid=16423/tid=16425] ppid=16421 vsize=1785388 CPUtime=0.97
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 14271 0 1 0 89 8 0 0 18 0 12 0 147246872 1828237312 16173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109637657 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 147246874 1828237312 16174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 147246874 1828237312 16175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 147246876 1828237312 16176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 147246876 1828237312 16177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 147246876 1828237312 16179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 147246881 1828237312 16180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1785388 CPUtime=0.56
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1540 0 0 0 56 0 0 0 17 0 12 0 147246881 1828237312 16181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1785388 CPUtime=0.56
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 1839 0 0 0 56 0 0 0 16 0 12 0 147246881 1828237312 16182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 147246881 1828237312 16183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1785388 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 147246881 1828237312 16184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1785388

[startup+3.10111 s]
/proc/loadavg: 0.93 1.01 0.99 2/76 16435
/proc/meminfo: memFree=1598400/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1785712 CPUtime=3.77
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 43573 0 1 0 354 23 0 0 18 0 12 0 147246871 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 446428 41366 1310 9 0 444039 0
[pid=16423/tid=16425] ppid=16421 vsize=1785712 CPUtime=2.52
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 37690 0 1 0 232 20 0 0 22 0 12 0 147246872 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109535012 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1785712 CPUtime=0.04
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 930 0 0 0 4 0 0 0 16 0 12 0 147246874 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1785712 CPUtime=0.04
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 847 0 0 0 4 0 0 0 16 0 12 0 147246874 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1785712 CPUtime=0
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 147246876 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1785712 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 147246876 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1785712 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 147246876 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1785712 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 147246881 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1785712 CPUtime=0.56
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1540 0 0 0 56 0 0 0 17 0 12 0 147246881 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1785712 CPUtime=0.56
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 1839 0 0 0 56 0 0 0 16 0 12 0 147246881 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1785712 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 147246881 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1785712 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 147246881 1828569088 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1785712

[startup+6.30238 s]
/proc/loadavg: 1.01 1.03 1.00 3/76 16435
/proc/meminfo: memFree=1539968/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1788196 CPUtime=7.32
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 53116 0 1 0 706 26 0 0 18 0 13 0 147246871 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447049 50011 1319 9 0 444660 0
[pid=16423/tid=16425] ppid=16421 vsize=1788196 CPUtime=5.4
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 37722 0 1 0 519 21 0 0 17 0 13 0 147246872 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109191262 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1788196 CPUtime=0.33
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 6164 0 0 0 32 1 0 0 16 0 13 0 147246874 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1788196 CPUtime=0.33
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 4637 0 0 0 32 1 0 0 17 0 13 0 147246874 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1788196 CPUtime=0
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 147246876 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1788196 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1788196 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1788196 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147246881 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1788196 CPUtime=0.6
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1545 0 0 0 60 0 0 0 16 0 13 0 147246881 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1788196 CPUtime=0.61
/proc/16423/task/16433/stat : 16433 (java) R 16421 16423 15691 0 -1 64 2311 0 0 0 61 0 0 0 16 0 13 0 147246881 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101908084 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1788196 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147246881 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1788196 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147246881 1831112704 50011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1788196

[startup+12.7029 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 16436
/proc/meminfo: memFree=1493816/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1790116 CPUtime=15.11
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 64572 0 1 0 1479 32 0 0 18 0 13 0 147246871 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447529 58348 1324 9 0 445140 0
[pid=16423/tid=16425] ppid=16421 vsize=1790116 CPUtime=10.95
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 37764 0 1 0 1074 21 0 0 19 0 13 0 147246872 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883226 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1790116 CPUtime=1
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 10956 0 0 0 97 3 0 0 16 0 13 0 147246874 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1790116 CPUtime=0.99
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 9856 0 0 0 96 3 0 0 15 0 13 0 147246874 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 147246876 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147246881 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1790116 CPUtime=1.05
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1584 0 0 0 105 0 0 0 16 0 13 0 147246881 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1790116 CPUtime=1.05
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 3673 0 0 0 104 1 0 0 16 0 13 0 147246881 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147246881 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147246881 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16436/stat : 16436 (java) S 16421 16423 15691 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 147247492 1833078784 58348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 1790116

[startup+25.502 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 16436
/proc/meminfo: memFree=1583736/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1790116 CPUtime=27.92
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 64909 0 1 0 2758 34 0 0 18 0 13 0 147246871 1833078784 35685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447529 35685 1324 9 0 445140 0
[pid=16423/tid=16425] ppid=16421 vsize=1790116 CPUtime=23.69
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 37791 0 1 0 2348 21 0 0 17 0 13 0 147246872 1833078784 35685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882710 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1790116 CPUtime=1.02
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 11107 0 0 0 98 4 0 0 16 0 13 0 147246874 1833078784 35685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1790116 CPUtime=1.01
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 10012 0 0 0 98 3 0 0 16 0 13 0 147246874 1833078784 35685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1790116 CPUtime=0.02
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 18 0 0 0 0 2 0 0 15 0 13 0 147246876 1833078784 35685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 35685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 35685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=16423] ppid=16421 vsize=1790116 CPUtime=1674.56
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 169558 0 1 0 167232 224 0 0 18 0 13 0 147246871 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447529 62074 1325 9 0 445140 0
[pid=16423/tid=16425] ppid=16421 vsize=1790116 CPUtime=1644.83
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 97194 0 1 0 164414 69 0 0 17 0 13 0 147246872 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882481 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1790116 CPUtime=12.95
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 33532 0 0 0 1258 37 0 0 16 0 13 0 147246874 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1790116 CPUtime=12.88
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 32375 0 0 0 1251 37 0 0 16 0 13 0 147246874 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1790116 CPUtime=1.65
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 226 0 0 0 90 75 0 0 16 0 13 0 147246876 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147246881 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1790116 CPUtime=1.08
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1584 0 0 0 108 0 0 0 17 0 13 0 147246881 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1790116 CPUtime=1.11
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 3923 0 0 0 110 1 0 0 16 0 13 0 147246881 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147246881 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147246881 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16436/stat : 16436 (java) S 16421 16423 15691 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 147247492 1833078784 62074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.56
Current children cumulated vsize (KiB) 1790116

[startup+1722.3 s]
/proc/loadavg: 1.09 1.07 1.02 2/77 16636
/proc/meminfo: memFree=1474296/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1790116 CPUtime=1734.98
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 172434 0 1 0 173270 228 0 0 18 0 13 0 147246871 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447529 63334 1325 9 0 445140 0
[pid=16423/tid=16425] ppid=16421 vsize=1790116 CPUtime=1704.24
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 98618 0 1 0 170354 70 0 0 25 0 13 0 147246872 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872363 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1790116 CPUtime=13.43
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 34158 0 0 0 1305 38 0 0 16 0 13 0 147246874 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1790116 CPUtime=13.37
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 33195 0 0 0 1298 39 0 0 16 0 13 0 147246874 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1790116 CPUtime=1.7
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 232 0 0 0 93 77 0 0 16 0 13 0 147246876 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147246881 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1790116 CPUtime=1.08
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1584 0 0 0 108 0 0 0 17 0 13 0 147246881 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1790116 CPUtime=1.11
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 3923 0 0 0 110 1 0 0 16 0 13 0 147246881 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147246881 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147246881 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16436/stat : 16436 (java) S 16421 16423 15691 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 147247492 1833078784 63334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.98
Current children cumulated vsize (KiB) 1790116

[startup+1782.3 s]
/proc/loadavg: 1.03 1.06 1.01 2/77 16636
/proc/meminfo: memFree=1465528/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1790116 CPUtime=1795.46
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 176153 0 1 0 179312 234 0 0 18 0 13 0 147246871 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447529 65564 1325 9 0 445140 0
[pid=16423/tid=16425] ppid=16421 vsize=1790116 CPUtime=1763.64
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 100648 0 1 0 176293 71 0 0 25 0 13 0 147246872 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882606 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1790116 CPUtime=13.94
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 34841 0 0 0 1355 39 0 0 15 0 13 0 147246874 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1790116 CPUtime=13.88
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 34192 0 0 0 1348 40 0 0 16 0 13 0 147246874 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1790116 CPUtime=1.74
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 241 0 0 0 96 78 0 0 15 0 13 0 147246876 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147246881 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1790116 CPUtime=1.08
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1584 0 0 0 108 0 0 0 17 0 13 0 147246881 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1790116 CPUtime=1.11
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 3923 0 0 0 110 1 0 0 16 0 13 0 147246881 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147246881 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147246881 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16436/stat : 16436 (java) S 16421 16423 15691 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 147247492 1833078784 65564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.46
Current children cumulated vsize (KiB) 1790116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 1.03 1.06 1.01 2/77 16636
/proc/meminfo: memFree=1465208/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1790116 CPUtime=1800.08
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 176334 0 1 0 179773 235 0 0 18 0 13 0 147246871 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447529 65647 1325 9 0 445140 0
[pid=16423/tid=16425] ppid=16421 vsize=1790116 CPUtime=1768.19
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 100661 0 1 0 176748 71 0 0 17 0 13 0 147246872 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109993399 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1790116 CPUtime=13.97
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 34947 0 0 0 1358 39 0 0 16 0 13 0 147246874 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1790116 CPUtime=13.91
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 34254 0 0 0 1351 40 0 0 15 0 13 0 147246874 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1790116 CPUtime=1.74
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 241 0 0 0 96 78 0 0 16 0 13 0 147246876 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1790116 CPUtime=1.08
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1584 0 0 0 108 0 0 0 17 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1790116 CPUtime=1.11
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 3923 0 0 0 110 1 0 0 16 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16436/stat : 16436 (java) S 16421 16423 15691 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 147247492 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1790116

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

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

[startup+1786.9 s]
/proc/loadavg: 1.03 1.06 1.01 2/77 16636
/proc/meminfo: memFree=1465208/2055920 swapFree=4183912/4192956
[pid=16423] ppid=16421 vsize=1790116 CPUtime=1800.08
/proc/16423/stat : 16423 (java) S 16421 16423 15691 0 -1 0 176334 0 1 0 179773 235 0 0 18 0 13 0 147246871 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16423/statm: 447529 65647 1325 9 0 445140 0
[pid=16423/tid=16425] ppid=16421 vsize=1790116 CPUtime=1768.19
/proc/16423/task/16425/stat : 16425 (java) R 16421 16423 15691 0 -1 64 100661 0 1 0 176748 71 0 0 17 0 13 0 147246872 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109993399 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1790116 CPUtime=13.97
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 15691 0 -1 64 34947 0 0 0 1358 39 0 0 16 0 13 0 147246874 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1790116 CPUtime=13.91
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 15691 0 -1 64 34254 0 0 0 1351 40 0 0 15 0 13 0 147246874 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1790116 CPUtime=1.74
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 15691 0 -1 64 241 0 0 0 96 78 0 0 16 0 13 0 147246876 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 15691 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 15691 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147246876 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1790116 CPUtime=1.08
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 15691 0 -1 64 1584 0 0 0 108 0 0 0 17 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1790116 CPUtime=1.11
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 15691 0 -1 64 3923 0 0 0 110 1 0 0 16 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 15691 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 15691 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147246881 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1790116 CPUtime=0
/proc/16423/task/16436/stat : 16436 (java) S 16421 16423 15691 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 147247492 1833078784 65647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1790116

Child status: 143
Real time (s): 1787
CPU time (s): 1800.17
CPU user time (s): 1797.78
CPU system time (s): 2.39764
CPU usage (%): 100.737
Max. virtual memory (cumulated for all children) (KiB): 1790116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 2.39764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176354
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= 128894
involuntary context switches= 75665

runsolver used 2.07568 second user time and 5.02623 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Apr 16 08:36:13 UTC 2007

IDJOB= 349674
IDBENCH= 2576
IDSOLVER= 164
FILE ID= node65/349674-1176712572

PBS_JOBID= 4560068

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  db1439cbd478b31566aabb43ac29c55c

RANDOM SEED= 49984153

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1724856 kB
Buffers:         17224 kB
Cached:         223240 kB
SwapCached:       3384 kB
Active:         108092 kB
Inactive:       166088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724856 kB
SwapTotal:     4192956 kB
SwapFree:      4183912 kB
Dirty:           12916 kB
Writeback:           0 kB
Mapped:          39268 kB
Slab:            42768 kB
Committed_AS:  2201108 kB
PageTables:       1520 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= 66541 MiB

End job on node65 on Mon Apr 16 09:06:02 UTC 2007