Trace number 420521

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.27 1732.11

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/
contest05/pebbling/sat-grid-pbl-0200.sat05-1339.reshuffled-07.opb
MD5SUM21e6e90d98d88737fe7f7e77baf11e52
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark24.0143
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables40200
Total number of constraints79801
Number of constraints which are clauses79801
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.14	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.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/420521-1177426249/instance-420521-1177426249.opb
0.21/0.20	c reading problem ... 
3.92/3.27	c ... done. Wall clock time 3.07s.
3.92/3.27	c CPU time (experimental) 2.67s.
3.92/3.27	c #vars     40200
3.92/3.27	c #constraints  79799
1800.06/1731.91	c starts		: 3
1800.06/1731.91	c conflicts		: 4252007
1800.06/1731.91	c decisions		: 67479941
1800.06/1731.91	c propagations		: 93310613
1800.06/1731.91	c inspects		: 1579266854
1800.06/1731.91	c learnt literals	: 0
1800.06/1731.91	c learnt binary clauses	: 2496
1800.06/1731.91	c learnt ternary clauses	: 10150
1800.06/1731.91	c learnt clauses	: 4252007
1800.06/1731.91	c root simplifications	: 0
1800.06/1731.91	c removed literals (reason simplification)	: 0
1800.06/1731.91	c reason swapping (by a shorter reason)	: 0
1800.06/1731.91	c Calls to reduceDB	: 0
1800.06/1731.91	c speed (decisions/second)	: 39037.428063006046
1800.06/1731.91	c non guided choices	55593198
1800.06/1731.91	s UNKNOWN
1800.06/1731.91	c Total wall clock time (ms): 1731.71

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/node72/watcher-420521-1177426249 -o ROOT/results/node72/solver-420521-1177426249 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420521-1177426249/sat4jPseudoCP.jar /tmp/evaluation/420521-1177426249/instance-420521-1177426249.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: 1.00 1.00 1.00 3/77 30142
/proc/meminfo: memFree=1888368/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=152 CPUtime=0
/proc/30142/stat : 30142 (java) R 30140 30142 29999 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 218663382 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2535723 0 0 4096 0 0 0 0 17 1 0 0
/proc/30142/statm: 38 26 19 9 0 4 0

[startup+0.064957 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30142
/proc/meminfo: memFree=1888368/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1777708 CPUtime=0.05
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 3657 0 1 0 3 2 0 0 18 0 7 0 218663382 1820372992 3401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 444427 3401 1078 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102961 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30142
/proc/meminfo: memFree=1888368/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1781132 CPUtime=0.08
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 3983 0 1 0 6 2 0 0 18 0 12 0 218663382 1823879168 3726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 445283 3726 1123 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.302978 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30142
/proc/meminfo: memFree=1888368/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1782444 CPUtime=0.32
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 5490 0 1 0 28 4 0 0 18 0 12 0 218663382 1825222656 5230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 445611 5230 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.702018 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30142
/proc/meminfo: memFree=1888368/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1783428 CPUtime=0.89
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 7399 0 1 0 84 5 0 0 18 0 12 0 218663382 1826230272 6931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 445857 6931 1301 9 0 443469 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783428

[startup+1.50108 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 30154
/proc/meminfo: memFree=1857872/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1787460 CPUtime=2.1
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 19941 0 1 0 199 11 0 0 18 0 12 0 218663382 1830359040 16723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 446865 16724 1303 9 0 444477 0
[pid=30142/tid=30144] ppid=30140 vsize=1787460 CPUtime=1.02
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 14306 0 1 0 93 9 0 0 19 0 12 0 218663384 1830359040 16725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109639986 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 218663385 1830359040 16726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 218663385 1830359040 16727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 218663388 1830359040 16728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 218663388 1830359040 16729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 218663388 1830359040 16731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 218663392 1830359040 16731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1787460 CPUtime=0.58
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 2935 0 0 0 57 1 0 0 16 0 12 0 218663392 1830359040 16731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1787460 CPUtime=0.49
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 1980 0 0 0 49 0 0 0 17 0 12 0 218663392 1830359040 16732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 218663392 1830359040 16733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1787460 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 218663392 1830359040 16734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1787460

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 30154
/proc/meminfo: memFree=1761488/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1787948 CPUtime=3.82
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 46088 0 1 0 359 23 0 0 18 0 12 0 218663382 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 446987 42799 1312 9 0 444599 0
[pid=30142/tid=30144] ppid=30140 vsize=1787948 CPUtime=2.49
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 37673 0 1 0 230 19 0 0 20 0 12 0 218663384 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513067 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1787948 CPUtime=0.1
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 1522 0 0 0 10 0 0 0 16 0 12 0 218663385 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1787948 CPUtime=0.1
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 1251 0 0 0 10 0 0 0 17 0 12 0 218663385 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1787948 CPUtime=0
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 218663388 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1787948 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 218663388 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1787948 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 218663388 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1787948 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 218663392 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1787948 CPUtime=0.58
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 2935 0 0 0 57 1 0 0 16 0 12 0 218663392 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1787948 CPUtime=0.49
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 1981 0 0 0 49 0 0 0 16 0 12 0 218663392 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1787948 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 218663392 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1787948 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 218663392 1830858752 42799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1787948

[startup+6.30252 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 30155
/proc/meminfo: memFree=1707784/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1788076 CPUtime=7.97
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 52730 0 1 0 770 27 0 0 18 0 13 0 218663382 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 447019 47059 1327 9 0 444631 0
[pid=30142/tid=30144] ppid=30140 vsize=1788076 CPUtime=5.2
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 37715 0 1 0 500 20 0 0 19 0 13 0 218663384 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109830764 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1788076 CPUtime=0.3
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 3828 0 0 0 29 1 0 0 16 0 13 0 218663385 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1788076 CPUtime=0.31
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 3413 0 0 0 30 1 0 0 16 0 13 0 218663385 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 12 0 0 0 0 0 0 0 15 0 13 0 218663388 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218663392 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1788076 CPUtime=1.1
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 3203 0 0 0 108 2 0 0 16 0 13 0 218663392 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1788076 CPUtime=1.01
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 3835 0 0 0 100 1 0 0 16 0 13 0 218663392 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218663392 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 218663392 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30155] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30155/stat : 30155 (java) S 30140 30142 29999 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 218663715 1830989824 47059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1788076

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 30155
/proc/meminfo: memFree=1682648/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1788076 CPUtime=14.76
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 58998 0 1 0 1446 30 0 0 18 0 13 0 218663382 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 447019 52505 1333 9 0 444631 0
[pid=30142/tid=30144] ppid=30140 vsize=1788076 CPUtime=11.18
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 37722 0 1 0 1098 20 0 0 25 0 13 0 218663384 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1788076 CPUtime=0.67
/proc/30142/task/30145/stat : 30145 (java) R 30140 30142 29999 0 -1 64 7545 0 0 0 64 3 0 0 15 0 13 0 218663385 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1788076 CPUtime=0.68
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 5943 0 0 0 66 2 0 0 15 0 13 0 218663385 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218663392 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1788076 CPUtime=1.14
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 3209 0 0 0 112 2 0 0 16 0 13 0 218663392 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1788076 CPUtime=1.04
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 3835 0 0 0 103 1 0 0 16 0 13 0 218663392 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218663392 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 218663392 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30155] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30155/stat : 30155 (java) S 30140 30142 29999 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 218663715 1830989824 52505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1788076

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 30155
/proc/meminfo: memFree=1690584/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1788076 CPUtime=27.68
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 61641 0 1 0 2736 32 0 0 18 0 13 0 218663382 1830989824 50488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 447019 50488 1333 9 0 444631 0
[pid=30142/tid=30144] ppid=30140 vsize=1788076 CPUtime=23.83
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 37737 0 1 0 2363 20 0 0 20 0 13 0 218663384 1830989824 50488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109790571 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1788076 CPUtime=0.8
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 8897 0 0 0 76 4 0 0 16 0 13 0 218663385 1830989824 50488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1788076 CPUtime=0.8
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 7218 0 0 0 78 2 0 0 16 0 13 0 218663385 1830989824 50488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1788076 CPUtime=0.01
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 21 0 0 0 1 0 0 0 15 0 13 0 218663388 1830989824 50488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 50488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 3209 0 0 0 112 2 0 0 16 0 13 0 218663392 1830989824 258272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1788076 CPUtime=1.04
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 3835 0 0 0 103 1 0 0 16 0 13 0 218663392 1830989824 258272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218663392 1830989824 258272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 218663392 1830989824 258272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30155] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30155/stat : 30155 (java) S 30140 30142 29999 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 218663715 1830989824 258272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.65
Current children cumulated vsize (KiB) 1788076

[startup+1602.3 s]
/proc/loadavg: 1.15 1.09 1.02 2/90 30357
/proc/meminfo: memFree=836312/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1788076 CPUtime=1663.14
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 298364 0 1 0 166096 218 0 0 18 0 13 0 218663382 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 447019 263204 1333 9 0 444631 0
[pid=30142/tid=30144] ppid=30140 vsize=1788076 CPUtime=1531.07
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 60987 0 1 0 153057 50 0 0 25 0 13 0 218663384 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109878125 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1788076 CPUtime=63.7
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 96823 0 0 0 6299 71 0 0 16 0 13 0 218663385 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1788076 CPUtime=65.89
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 132703 0 0 0 6507 82 0 0 17 0 13 0 218663385 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1788076 CPUtime=0.24
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 83 0 0 0 15 9 0 0 16 0 13 0 218663388 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218663392 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1788076 CPUtime=1.14
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 3209 0 0 0 112 2 0 0 16 0 13 0 218663392 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1788076 CPUtime=1.04
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 3835 0 0 0 103 1 0 0 16 0 13 0 218663392 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218663392 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 218663392 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30155] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30155/stat : 30155 (java) S 30140 30142 29999 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 218663715 1830989824 263204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.14
Current children cumulated vsize (KiB) 1788076

[startup+1662.3 s]
/proc/loadavg: 1.12 1.09 1.02 2/90 30357
/proc/meminfo: memFree=809624/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1788076 CPUtime=1726.49
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 305023 0 1 0 172424 225 0 0 18 0 13 0 218663382 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 447019 269771 1333 9 0 444631 0
[pid=30142/tid=30144] ppid=30140 vsize=1788076 CPUtime=1587.11
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 61029 0 1 0 158660 51 0 0 25 0 13 0 218663384 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109790305 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1788076 CPUtime=67.35
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 100338 0 0 0 6661 74 0 0 16 0 13 0 218663385 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1788076 CPUtime=69.55
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 135805 0 0 0 6870 85 0 0 17 0 13 0 218663385 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1788076 CPUtime=0.25
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 83 0 0 0 15 10 0 0 15 0 13 0 218663388 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218663392 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1788076 CPUtime=1.14
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 3209 0 0 0 112 2 0 0 16 0 13 0 218663392 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1788076 CPUtime=1.04
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 3835 0 0 0 103 1 0 0 16 0 13 0 218663392 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218663392 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 218663392 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30155] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30155/stat : 30155 (java) S 30140 30142 29999 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 218663715 1830989824 269771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.49
Current children cumulated vsize (KiB) 1788076

[startup+1722.3 s]
/proc/loadavg: 1.04 1.07 1.01 2/90 30357
/proc/meminfo: memFree=783256/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1788076 CPUtime=1789.84
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 311616 0 1 0 178753 231 0 0 18 0 13 0 218663382 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 447019 276322 1333 9 0 444631 0
[pid=30142/tid=30144] ppid=30140 vsize=1788076 CPUtime=1643.1
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 61071 0 1 0 164259 51 0 0 25 0 13 0 218663384 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1788076 CPUtime=70.93
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 103906 0 0 0 7015 78 0 0 16 0 13 0 218663385 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1788076 CPUtime=73.32
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 138788 0 0 0 7245 87 0 0 17 0 13 0 218663385 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1788076 CPUtime=0.26
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 83 0 0 0 16 10 0 0 16 0 13 0 218663388 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218663392 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1788076 CPUtime=1.14
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 3209 0 0 0 112 2 0 0 16 0 13 0 218663392 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1788076 CPUtime=1.04
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 3835 0 0 0 103 1 0 0 16 0 13 0 218663392 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218663392 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 218663392 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30155] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30155/stat : 30155 (java) S 30140 30142 29999 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 218663715 1830989824 276322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1789.84
Current children cumulated vsize (KiB) 1788076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1731.9 s]
/proc/loadavg: 1.04 1.07 1.01 2/90 30357
/proc/meminfo: memFree=780120/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=1788076 CPUtime=1800.06
/proc/30142/stat : 30142 (java) S 30140 30142 29999 0 -1 0 312402 0 1 0 179774 232 0 0 18 0 13 0 218663382 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30142/statm: 447019 277100 1333 9 0 444631 0
[pid=30142/tid=30144] ppid=30140 vsize=1788076 CPUtime=1651.95
/proc/30142/task/30144/stat : 30144 (java) R 30140 30142 29999 0 -1 64 61079 0 1 0 165144 51 0 0 23 0 13 0 218663384 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865261 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30145] ppid=30140 vsize=1788076 CPUtime=71.63
/proc/30142/task/30145/stat : 30145 (java) S 30140 30142 29999 0 -1 64 104309 0 0 0 7085 78 0 0 16 0 13 0 218663385 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30146] ppid=30140 vsize=1788076 CPUtime=73.98
/proc/30142/task/30146/stat : 30146 (java) S 30140 30142 29999 0 -1 64 139163 0 0 0 7311 87 0 0 16 0 13 0 218663385 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30147] ppid=30140 vsize=1788076 CPUtime=0.26
/proc/30142/task/30147/stat : 30147 (java) S 30140 30142 29999 0 -1 64 83 0 0 0 16 10 0 0 15 0 13 0 218663388 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30148] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30148/stat : 30148 (java) S 30140 30142 29999 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30149] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30149/stat : 30149 (java) S 30140 30142 29999 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218663388 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30150] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30150/stat : 30150 (java) S 30140 30142 29999 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218663392 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30151] ppid=30140 vsize=1788076 CPUtime=1.14
/proc/30142/task/30151/stat : 30151 (java) S 30140 30142 29999 0 -1 64 3209 0 0 0 112 2 0 0 16 0 13 0 218663392 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30152] ppid=30140 vsize=1788076 CPUtime=1.04
/proc/30142/task/30152/stat : 30152 (java) S 30140 30142 29999 0 -1 64 3835 0 0 0 103 1 0 0 16 0 13 0 218663392 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30153] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30153/stat : 30153 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218663392 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30142/tid=30154] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30154/stat : 30154 (java) S 30140 30142 29999 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 218663392 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30142/tid=30155] ppid=30140 vsize=1788076 CPUtime=0
/proc/30142/task/30155/stat : 30155 (java) S 30140 30142 29999 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 218663715 1830989824 277100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1788076

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

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

[startup+1732.01 s]
/proc/loadavg: 1.04 1.07 1.01 2/90 30357
/proc/meminfo: memFree=780120/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=0 CPUtime=1800.17
/proc/30142/stat : 30142 (java) Z 30140 30142 29999 0 -1 1036 312422 0 1 0 179778 239 0 0 16 0 2 0 218663382 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

[startup+1732.1 s]
/proc/loadavg: 1.04 1.07 1.01 2/90 30357
/proc/meminfo: memFree=780120/2055920 swapFree=4157088/4192956
[pid=30142] ppid=30140 vsize=0 CPUtime=1800.26
/proc/30142/stat : 30142 (java) Z 30140 30142 29999 0 -1 1036 312422 0 1 0 179778 248 0 0 16 0 2 0 218663382 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1732.11
CPU time (s): 1800.27
CPU user time (s): 1797.79
CPU system time (s): 2.48762
CPU usage (%): 103.935
Max. virtual memory (cumulated for all children) (KiB): 1789524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.48762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312422
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= 54095
involuntary context switches= 57993

runsolver used 1.68174 second user time and 4.68029 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Tue Apr 24 14:50:49 UTC 2007

IDJOB= 420521
IDBENCH= 47851
IDSOLVER= 160
FILE ID= node72/420521-1177426249

PBS_JOBID= 4675713

Free space on /tmp= 66401 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  21e6e90d98d88737fe7f7e77baf11e52

RANDOM SEED= 970785799

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1888840 kB
Buffers:         17420 kB
Cached:          81840 kB
SwapCached:      17360 kB
Active:          79512 kB
Inactive:        43164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888840 kB
SwapTotal:     4192956 kB
SwapFree:      4157088 kB
Dirty:            7324 kB
Writeback:           0 kB
Mapped:          29600 kB
Slab:            29948 kB
Committed_AS:  3291196 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66401 MiB

End job on node72 on Tue Apr 24 15:19:43 UTC 2007