Trace number 420871

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.28 1762.01

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Difficult/contest05/sabharwal/
grid-pebbling-unsat-grid-pbl-0300.sat05-1350.sat05-1350.reshuffled-07.opb
MD5SUMa882d3f06de9dc1339a0d54393ca9b95
Bench CategoryPURE-SAT (instances containing only clauses)
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 variables90300
Total number of constraints179702
Number of constraints which are clauses179702
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/420871-1177433440/instance-420871-1177433440.opb
0.20/0.20	c reading problem ... 
6.97/5.87	c ... done. Wall clock time 5.662s.
6.97/5.87	c CPU time (experimental) 4.74s.
6.97/5.87	c #vars     90300
6.97/5.87	c #constraints  179700
1800.03/1761.86	c starts		: 3
1800.03/1761.87	c conflicts		: 3228965
1800.03/1761.87	c decisions		: 194124472
1800.03/1761.87	c propagations		: 249132135
1800.03/1761.87	c inspects		: 739037966
1800.03/1761.87	c learnt literals	: 0
1800.03/1761.87	c learnt binary clauses	: 5043
1800.03/1761.87	c learnt ternary clauses	: 17625
1800.03/1761.87	c learnt clauses	: 3228966
1800.03/1761.87	c root simplifications	: 0
1800.03/1761.87	c removed literals (reason simplification)	: 0
1800.03/1761.87	c reason swapping (by a shorter reason)	: 0
1800.03/1761.87	c Calls to reduceDB	: 0
1800.03/1761.87	c speed (decisions/second)	: 110552.46137558664
1800.03/1761.87	c non guided choices	182904830
1800.03/1761.87	s UNKNOWN
1800.03/1761.87	c Total wall clock time (ms): 1761.662

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-420871-1177433440 -o ROOT/results/node10/solver-420871-1177433440 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420871-1177433440/sat4jPseudoCP.jar /tmp/evaluation/420871-1177433440/instance-420871-1177433440.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.98 0.99 2/77 3210
/proc/meminfo: memFree=1865808/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=152 CPUtime=0
/proc/3210/stat : 3210 (java) D 3208 3210 2252 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 219381653 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8905508 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/3210/statm: 38 26 19 9 0 4 0

[startup+0.0467669 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3210
/proc/meminfo: memFree=1865808/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1776976 CPUtime=0.03
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 3445 0 1 0 1 2 0 0 18 0 4 0 219381653 1819623424 3192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 444244 3192 1022 9 0 441880 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776976

[startup+0.102775 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3210
/proc/meminfo: memFree=1865808/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1780404 CPUtime=0.08
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 3964 0 1 0 6 2 0 0 18 0 12 0 219381653 1823133696 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 445101 3707 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780404

[startup+0.301811 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3210
/proc/meminfo: memFree=1865808/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1781472 CPUtime=0.3
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 5897 0 1 0 27 3 0 0 18 0 12 0 219381653 1824227328 5637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 445368 5637 1264 9 0 442980 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781472

[startup+0.702901 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3210
/proc/meminfo: memFree=1865808/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1782368 CPUtime=0.9
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 7830 0 1 0 85 5 0 0 18 0 12 0 219381653 1825144832 7255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 445592 7255 1301 9 0 443204 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782368

[startup+1.50107 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 3222
/proc/meminfo: memFree=1834864/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1787632 CPUtime=2.1
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 18889 0 1 0 200 10 0 0 18 0 12 0 219381653 1830535168 15730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 446908 15732 1303 9 0 444520 0
[pid=3210/tid=3212] ppid=3208 vsize=1787632 CPUtime=0.96
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 13409 0 1 0 89 7 0 0 25 0 12 0 219381654 1830535168 15732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668761 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 219381656 1830535168 15733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 219381656 1830535168 15735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 219381658 1830535168 15736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 219381659 1830535168 15737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 219381659 1830535168 15738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 219381662 1830535168 15739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1787632 CPUtime=0.58
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 2606 0 0 0 57 1 0 0 17 0 12 0 219381662 1830535168 15740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1787632 CPUtime=0.53
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2158 0 0 0 53 0 0 0 17 0 12 0 219381662 1830535168 15741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 219381662 1830535168 15742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1787632 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 219381662 1830535168 15743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1787632

[startup+3.10141 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 3222
/proc/meminfo: memFree=1743152/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1788600 CPUtime=3.86
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 47836 0 1 0 361 25 0 0 18 0 12 0 219381653 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447150 44569 1316 9 0 444762 0
[pid=3210/tid=3212] ppid=3208 vsize=1788600 CPUtime=2.38
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 37669 0 1 0 218 20 0 0 25 0 12 0 219381654 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109574794 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1788600 CPUtime=0.15
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 2350 0 0 0 15 0 0 0 16 0 12 0 219381656 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1788600 CPUtime=0.14
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 2326 0 0 0 14 0 0 0 17 0 12 0 219381656 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1788600 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 219381658 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1788600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 219381659 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1788600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 219381659 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1788600 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 219381662 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1788600 CPUtime=0.59
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 2608 0 0 0 58 1 0 0 16 0 12 0 219381662 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1788600 CPUtime=0.54
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2158 0 0 0 54 0 0 0 16 0 12 0 219381662 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1788600 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 219381662 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1788600 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 219381662 1831526400 44569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1788600

[startup+6.30212 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 3222
/proc/meminfo: memFree=1661360/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1789344 CPUtime=7.62
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 55907 0 1 0 731 31 0 0 18 0 13 0 219381653 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447336 52191 1321 9 0 444948 0
[pid=3210/tid=3212] ppid=3208 vsize=1789344 CPUtime=5.08
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 37704 0 1 0 487 21 0 0 18 0 13 0 219381654 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213181 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1789344 CPUtime=0.56
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 6070 0 0 0 54 2 0 0 16 0 13 0 219381656 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1789344 CPUtime=0.56
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 6610 0 0 0 53 3 0 0 16 0 13 0 219381656 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1789344 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 219381658 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789344 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789344 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1789344 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 219381662 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1789344 CPUtime=0.7
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 2620 0 0 0 69 1 0 0 16 0 13 0 219381662 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1789344 CPUtime=0.67
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2169 0 0 0 66 1 0 0 16 0 13 0 219381662 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1789344 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 219381662 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1789344 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 219381662 1832288256 52191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1789344

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 4/90 3223
/proc/meminfo: memFree=1640424/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1789600 CPUtime=15.56
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 65375 0 1 0 1520 36 0 0 18 0 13 0 219381653 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447400 59484 1328 9 0 445012 0
[pid=3210/tid=3212] ppid=3208 vsize=1789600 CPUtime=10.39
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 37716 0 1 0 1018 21 0 0 25 0 13 0 219381654 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109802911 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1789600 CPUtime=1.41
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 11089 0 0 0 137 4 0 0 16 0 13 0 219381656 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1789600 CPUtime=1.41
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 9587 0 0 0 136 5 0 0 16 0 13 0 219381656 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 219381658 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 219381662 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1789600 CPUtime=1.13
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 3362 0 0 0 112 1 0 0 16 0 13 0 219381662 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1789600 CPUtime=1.16
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2887 0 0 0 115 1 0 0 15 0 13 0 219381662 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 219381662 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 219381662 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3223] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3223/stat : 3223 (java) S 3208 3210 2252 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 219382245 1832550400 59484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.56
Current children cumulated vsize (KiB) 1789600

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 3223
/proc/meminfo: memFree=1630184/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1789600 CPUtime=28.5
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 67217 0 1 0 2812 38 0 0 18 0 13 0 219381653 1832550400 60165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447400 60165 1334 9 0 445012 0
[pid=3210/tid=3212] ppid=3208 vsize=1789600 CPUtime=23.03
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 37734 0 1 0 2282 21 0 0 25 0 13 0 219381654 1832550400 60165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109868990 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1789600 CPUtime=1.55
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 12305 0 0 0 150 5 0 0 15 0 13 0 219381656 1832550400 60165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1789600 CPUtime=1.54
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 10187 0 0 0 149 5 0 0 16 0 13 0 219381656 1832550400 60165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 219381658 1832550400 60165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 60165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 60165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3210/tid=3215] ppid=3208 vsize=1789600 CPUtime=0.21
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 73 0 0 0 12 9 0 0 16 0 13 0 219381658 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 219381662 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1789600 CPUtime=1.15
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 3368 0 0 0 114 1 0 0 17 0 13 0 219381662 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1789600 CPUtime=1.16
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2887 0 0 0 115 1 0 0 16 0 13 0 219381662 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 219381662 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 219381662 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3223] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3223/stat : 3223 (java) S 3208 3210 2252 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 219382245 1832550400 208914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1575.12
Current children cumulated vsize (KiB) 1789600

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 3421
/proc/meminfo: memFree=1020136/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1789600 CPUtime=1636.29
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 247872 0 1 0 163453 176 0 0 18 0 13 0 219381653 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447400 211932 1334 9 0 445012 0
[pid=3210/tid=3212] ppid=3208 vsize=1789600 CPUtime=1561.13
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 61191 0 1 0 156068 45 0 0 25 0 13 0 219381654 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109935149 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1789600 CPUtime=35.18
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 101670 0 0 0 3447 71 0 0 16 0 13 0 219381656 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1789600 CPUtime=37.4
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 77962 0 0 0 3695 45 0 0 17 0 13 0 219381656 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1789600 CPUtime=0.21
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 73 0 0 0 12 9 0 0 16 0 13 0 219381658 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 219381662 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1789600 CPUtime=1.15
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 3368 0 0 0 114 1 0 0 17 0 13 0 219381662 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1789600 CPUtime=1.16
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2887 0 0 0 115 1 0 0 16 0 13 0 219381662 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 219381662 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 219381662 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3223] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3223/stat : 3223 (java) S 3208 3210 2252 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 219382245 1832550400 211932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1636.29
Current children cumulated vsize (KiB) 1789600

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 3421
/proc/meminfo: memFree=1007656/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1789600 CPUtime=1697.51
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 251113 0 1 0 169571 180 0 0 18 0 13 0 219381653 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447400 215095 1334 9 0 445012 0
[pid=3210/tid=3212] ppid=3208 vsize=1789600 CPUtime=1619.31
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 61230 0 1 0 161886 45 0 0 25 0 13 0 219381654 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109904016 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1789600 CPUtime=36.8
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 102530 0 0 0 3608 72 0 0 16 0 13 0 219381656 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1789600 CPUtime=38.81
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 80304 0 0 0 3834 47 0 0 16 0 13 0 219381656 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1789600 CPUtime=0.21
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 73 0 0 0 12 9 0 0 16 0 13 0 219381658 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 219381662 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1789600 CPUtime=1.15
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 3368 0 0 0 114 1 0 0 17 0 13 0 219381662 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1789600 CPUtime=1.16
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2887 0 0 0 115 1 0 0 16 0 13 0 219381662 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 219381662 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 219381662 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3223] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3223/stat : 3223 (java) S 3208 3210 2252 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 219382245 1832550400 215095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1697.51
Current children cumulated vsize (KiB) 1789600

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3421
/proc/meminfo: memFree=993128/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1789600 CPUtime=1758.98
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 260949 0 1 0 175710 188 0 0 18 0 13 0 219381653 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447400 224858 1334 9 0 445012 0
[pid=3210/tid=3212] ppid=3208 vsize=1789600 CPUtime=1677.29
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 61271 0 1 0 167683 46 0 0 25 0 13 0 219381654 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847728 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1789600 CPUtime=38.63
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 110413 0 0 0 3787 76 0 0 17 0 13 0 219381656 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1789600 CPUtime=40.45
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 82216 0 0 0 3995 50 0 0 16 0 13 0 219381656 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1789600 CPUtime=0.22
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 73 0 0 0 13 9 0 0 16 0 13 0 219381658 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 219381662 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1789600 CPUtime=1.15
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 3368 0 0 0 114 1 0 0 17 0 13 0 219381662 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1789600 CPUtime=1.16
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2887 0 0 0 115 1 0 0 16 0 13 0 219381662 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 219381662 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 219381662 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3223] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3223/stat : 3223 (java) S 3208 3210 2252 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 219382245 1832550400 224858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1758.98
Current children cumulated vsize (KiB) 1789600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.8 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 3421
/proc/meminfo: memFree=951720/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=1789600 CPUtime=1800.03
/proc/3210/stat : 3210 (java) S 3208 3210 2252 0 -1 0 265071 0 1 0 179810 193 0 0 18 0 13 0 219381653 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 447400 228928 1334 9 0 445012 0
[pid=3210/tid=3212] ppid=3208 vsize=1789600 CPUtime=1715.03
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2252 0 -1 64 61304 0 1 0 171456 47 0 0 25 0 13 0 219381654 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109903691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=1789600 CPUtime=40.34
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2252 0 -1 64 112553 0 0 0 3956 78 0 0 16 0 13 0 219381656 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=1789600 CPUtime=42.05
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2252 0 -1 64 84164 0 0 0 4153 52 0 0 16 0 13 0 219381656 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3215] ppid=3208 vsize=1789600 CPUtime=0.22
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2252 0 -1 64 74 0 0 0 13 9 0 0 16 0 13 0 219381658 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2252 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219381659 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3218] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 219381662 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3219] ppid=3208 vsize=1789600 CPUtime=1.15
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2252 0 -1 64 3368 0 0 0 114 1 0 0 17 0 13 0 219381662 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3220] ppid=3208 vsize=1789600 CPUtime=1.16
/proc/3210/task/3220/stat : 3220 (java) S 3208 3210 2252 0 -1 64 2887 0 0 0 115 1 0 0 16 0 13 0 219381662 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3210/tid=3221] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3221/stat : 3221 (java) S 3208 3210 2252 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 219381662 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3222] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3222/stat : 3222 (java) S 3208 3210 2252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 219381662 1832550400 228928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3210/tid=3223] ppid=3208 vsize=1789600 CPUtime=0
/proc/3210/task/3223/stat : 3223 (java) S 3208 3210 2252 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 219382245 1832550400 228928 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) 1789600

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

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

[startup+1762 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 3421
/proc/meminfo: memFree=951720/2055920 swapFree=4145416/4192956
[pid=3210] ppid=3208 vsize=0 CPUtime=1800.27
/proc/3210/stat : 3210 (java) Z 3208 3210 2252 0 -1 1036 265215 0 1 0 179821 206 0 0 15 0 2 0 219381653 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3210/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1762.01
CPU time (s): 1800.28
CPU user time (s): 1798.22
CPU system time (s): 2.06869
CPU usage (%): 102.172
Max. virtual memory (cumulated for all children) (KiB): 1790316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.06868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265215
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= 52267
involuntary context switches= 61879

runsolver used 1.63675 second user time and 4.84326 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Apr 24 16:50:41 UTC 2007

IDJOB= 420871
IDBENCH= 47876
IDSOLVER= 160
FILE ID= node10/420871-1177433440

PBS_JOBID= 4675749

Free space on /tmp= 66263 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a882d3f06de9dc1339a0d54393ca9b95

RANDOM SEED= 399215085

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1866152 kB
Buffers:         24576 kB
Cached:         104660 kB
SwapCached:      16012 kB
Active:         100668 kB
Inactive:        53044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866152 kB
SwapTotal:     4192956 kB
SwapFree:      4145416 kB
Dirty:           11860 kB
Writeback:           0 kB
Mapped:          30676 kB
Slab:            21612 kB
Committed_AS:  3732272 kB
PageTables:       1712 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= 66263 MiB

End job on node10 on Tue Apr 24 17:20:05 UTC 2007