Trace number 350064

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.2 1754.8

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.18	c no version file found!!!
0.08/0.18	c sun.arch.data.model	32
0.08/0.18	c java.version	1.6.0
0.08/0.18	c os.name	Linux
0.08/0.18	c os.version	2.6.9-22.EL.rootsmp
0.08/0.18	c os.arch	i386
0.08/0.18	c Free memory 1651659224
0.08/0.18	c Max memory 1654456320
0.08/0.18	c Total memory 1654456320
0.08/0.18	c Number of processors 2
0.15/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.23	--- Begin Solver configuration ---
0.15/0.23	c Stops conflict analysis at the first Unique Implication Point
0.15/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.23	c Learn all clauses as in MiniSAT
0.15/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.23	c No reason simplification
0.15/0.23	c --- End Solver configuration ---
0.15/0.23	c Simplify asserted PB constraints to clauses
0.15/0.23	c solving /tmp/evaluation/350064-1176752755/instance-350064-1176752755.opb
0.15/0.23	c reading problem ... 
6.87/5.23	c ... done. Wall clock time 4.999s.
6.87/5.23	c CPU time (experimental) 3.96s.
6.87/5.23	c #vars     10998
6.87/5.23	c #constraints  21678
1800.09/1754.71	c starts		: 2
1800.09/1754.71	c conflicts		: 55272
1800.09/1754.71	c decisions		: 80220
1800.09/1754.71	c propagations		: 9192989
1800.09/1754.71	c inspects		: 750141322
1800.09/1754.71	c learnt literals	: 0
1800.09/1754.71	c learnt binary clauses	: 0
1800.09/1754.71	c learnt ternary clauses	: 0
1800.09/1754.71	c learnt clauses	: 55272
1800.09/1754.71	c root simplifications	: 0
1800.09/1754.71	c removed literals (reason simplification)	: 0
1800.09/1754.71	c reason swapping (by a shorter reason)	: 0
1800.09/1754.71	c Calls to reduceDB	: 0
1800.09/1754.71	c speed (decisions/second)	: 45.85435896497875
1800.09/1754.71	c non guided choices	10755
1800.09/1754.71	s UNKNOWN
1800.09/1754.71	c Total wall clock time (ms): 1754.48

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node5/watcher-350064-1176752755 -o ROOT/results/node5/solver-350064-1176752755 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350064-1176752755/sat4jPseudoCPClause.jar /tmp/evaluation/350064-1176752755/instance-350064-1176752755.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 7954
/proc/meminfo: memFree=1659144/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=18568 CPUtime=0
/proc/7954/stat : 7954 (runsolver) R 7952 7954 7252 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 151313158 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7954/statm: 4642 292 257 24 0 2626 0

[startup+0.015291 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 7954
/proc/meminfo: memFree=1659144/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=272 CPUtime=0
/proc/7954/stat : 7954 (java) D 7952 7954 7252 0 -1 0 216 0 0 0 0 0 0 0 19 0 1 0 151313158 278528 37 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 7893796 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/7954/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101449 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 7954
/proc/meminfo: memFree=1659144/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1780040 CPUtime=0.08
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 3906 0 1 0 6 2 0 0 19 0 12 0 151313158 1822760960 3648 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 445010 3648 1099 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780040

[startup+0.301469 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 7954
/proc/meminfo: memFree=1659144/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1782540 CPUtime=0.27
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 5169 0 1 0 24 3 0 0 19 0 12 0 151313158 1825320960 4908 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 445635 4908 1263 9 0 443246 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1782540

[startup+0.701514 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 7954
/proc/meminfo: memFree=1659144/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1786596 CPUtime=0.94
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 7640 0 1 0 90 4 0 0 19 0 12 0 151313158 1829474304 6999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 446649 6999 1303 9 0 444260 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1786596

[startup+1.50261 s]
/proc/loadavg: 0.92 0.97 0.97 4/89 7966
/proc/meminfo: memFree=1626280/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1793516 CPUtime=2.49
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 22201 0 1 0 238 11 0 0 19 0 12 0 151313158 1836560384 17900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 448379 17901 1311 9 0 445990 0
[pid=7954/tid=7956] ppid=7952 vsize=1793516 CPUtime=0.9
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 14154 0 1 0 82 8 0 0 18 0 12 0 151313160 1836560384 17902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109571864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 151313162 1836560384 17903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 151313162 1836560384 17904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 151313164 1836560384 17906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 151313164 1836560384 17907 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 151313164 1836560384 17908 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 151313168 1836560384 17909 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1793516 CPUtime=0.74
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 2677 0 0 0 73 1 0 0 20 0 12 0 151313168 1836560384 17910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1793516 CPUtime=0.83
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4654 0 0 0 82 1 0 0 16 0 12 0 151313168 1836560384 17911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 151313168 1836560384 17912 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 151313168 1836560384 17913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1793516

[startup+3.10278 s]
/proc/loadavg: 0.92 0.97 0.97 2/89 7966
/proc/meminfo: memFree=1526824/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1793516 CPUtime=4.2
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 49932 0 1 0 396 24 0 0 19 0 12 0 151313158 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 448379 45515 1321 9 0 445990 0
[pid=7954/tid=7956] ppid=7952 vsize=1793516 CPUtime=2.41
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 37687 0 1 0 222 19 0 0 22 0 12 0 151313160 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1793516 CPUtime=0.06
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 2200 0 0 0 6 0 0 0 17 0 12 0 151313162 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1793516 CPUtime=0.06
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 1987 0 0 0 6 0 0 0 17 0 12 0 151313162 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 151313164 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 151313164 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 151313164 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 151313168 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1793516 CPUtime=0.76
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 2677 0 0 0 75 1 0 0 16 0 12 0 151313168 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1793516 CPUtime=0.84
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4655 0 0 0 83 1 0 0 16 0 12 0 151313168 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 151313168 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1793516 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 151313168 1836560384 45515 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 1793516

[startup+6.30116 s]
/proc/loadavg: 0.93 0.97 0.97 2/90 7967
/proc/meminfo: memFree=1422496/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1798776 CPUtime=8.28
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 68314 0 1 0 793 35 0 0 19 0 13 0 151313158 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 449694 60913 1330 9 0 447305 0
[pid=7954/tid=7956] ppid=7952 vsize=1798776 CPUtime=4.8
/proc/7954/task/7956/stat : 7956 (java) S 7952 7954 7252 0 -1 64 37734 0 1 0 460 20 0 0 25 0 13 0 151313160 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1798776 CPUtime=0.49
/proc/7954/task/7957/stat : 7957 (java) R 7952 7954 7252 0 -1 64 10072 0 0 0 44 5 0 0 17 0 13 0 151313162 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105366891 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1798776 CPUtime=0.48
/proc/7954/task/7958/stat : 7958 (java) R 7952 7954 7252 0 -1 64 11349 0 0 0 43 5 0 0 17 0 13 0 151313162 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1798776 CPUtime=0
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 151313164 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1798776 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1798776 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151313164 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1798776 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1798776 CPUtime=1.22
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 3606 0 0 0 120 2 0 0 16 0 13 0 151313168 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1798776 CPUtime=1.25
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4821 0 0 0 124 1 0 0 16 0 13 0 151313168 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1798776 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1798776 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151313168 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7967] ppid=7952 vsize=1798776 CPUtime=0
/proc/7954/task/7967/stat : 7967 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 151313685 1841946624 60913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 1798776

[startup+12.7029 s]
/proc/loadavg: 0.93 0.97 0.97 2/90 7967
/proc/meminfo: memFree=1395168/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1798068 CPUtime=15.81
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 78698 0 1 0 1541 40 0 0 19 0 13 0 151313158 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 449517 69249 1333 9 0 447128 0
[pid=7954/tid=7956] ppid=7952 vsize=1798068 CPUtime=10.67
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 37743 0 1 0 1047 20 0 0 25 0 13 0 151313160 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109984317 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1798068 CPUtime=0.97
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 14844 0 0 0 89 8 0 0 17 0 13 0 151313162 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1798068 CPUtime=0.95
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 16723 0 0 0 88 7 0 0 16 0 13 0 151313162 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1798068 CPUtime=0
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 151313164 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1798068 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1798068 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151313164 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1798068 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1798068 CPUtime=1.39
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 3804 0 0 0 137 2 0 0 17 0 13 0 151313168 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1798068 CPUtime=1.78
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4852 0 0 0 177 1 0 0 16 0 13 0 151313168 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1798068 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1798068 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151313168 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7967] ppid=7952 vsize=1798068 CPUtime=0
/proc/7954/task/7967/stat : 7967 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 151313685 1841221632 69249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 1798068

[startup+25.5023 s]
/proc/loadavg: 1.02 0.99 0.98 2/90 7967
/proc/meminfo: memFree=1382496/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1805236 CPUtime=29.65
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 84445 0 1 0 2922 43 0 0 19 0 13 0 151313158 1848561664 70232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 451309 70232 1334 9 0 448920 0
[pid=7954/tid=7956] ppid=7952 vsize=1805236 CPUtime=23.04
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 37761 0 1 0 2284 20 0 0 23 0 13 0 151313160 1848561664 70232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109929722 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1805236 CPUtime=1.3
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 15121 0 0 0 122 8 0 0 16 0 13 0 151313162 1848561664 70232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1805236 CPUtime=1.28
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 17094 0 0 0 121 7 0 0 16 0 13 0 151313162 1848561664 70232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 151313164 1848561664 70232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 70232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7954] ppid=7952 vsize=1805236 CPUtime=1642.88
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 155872 0 1 0 164191 97 0 0 19 0 13 0 151313158 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 451309 135397 1335 9 0 448920 0
[pid=7954/tid=7956] ppid=7952 vsize=1805236 CPUtime=1561.77
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 38478 0 1 0 156144 33 0 0 17 0 13 0 151313160 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109930012 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1805236 CPUtime=38.4
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 50917 0 0 0 3815 25 0 0 16 0 13 0 151313162 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1805236 CPUtime=38.37
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 51984 0 0 0 3813 24 0 0 17 0 13 0 151313162 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1805236 CPUtime=0.21
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 31 0 0 0 14 7 0 0 15 0 13 0 151313164 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1805236 CPUtime=2.08
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 8849 0 0 0 204 4 0 0 16 0 13 0 151313168 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1805236 CPUtime=2
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4891 0 0 0 199 1 0 0 16 0 13 0 151313168 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151313168 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7967] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7967/stat : 7967 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 151313685 1848561664 135397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1642.88
Current children cumulated vsize (KiB) 1805236

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 8165
/proc/meminfo: memFree=1111136/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1805236 CPUtime=1704.67
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 158521 0 1 0 170367 100 0 0 19 0 13 0 151313158 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 451309 137880 1335 9 0 448920 0
[pid=7954/tid=7956] ppid=7952 vsize=1805236 CPUtime=1619.93
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 38503 0 1 0 161959 34 0 0 25 0 13 0 151313160 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109492447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1805236 CPUtime=40.21
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 52632 0 0 0 3995 26 0 0 17 0 13 0 151313162 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1805236 CPUtime=40.18
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 52893 0 0 0 3993 25 0 0 16 0 13 0 151313162 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1805236 CPUtime=0.21
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 31 0 0 0 14 7 0 0 16 0 13 0 151313164 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1805236 CPUtime=2.08
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 8849 0 0 0 204 4 0 0 16 0 13 0 151313168 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1805236 CPUtime=2
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4891 0 0 0 199 1 0 0 16 0 13 0 151313168 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151313168 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7967] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7967/stat : 7967 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 151313685 1848561664 137880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.67
Current children cumulated vsize (KiB) 1805236

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 8165
/proc/meminfo: memFree=1099616/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1805236 CPUtime=1766.59
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 161624 0 1 0 176556 103 0 0 19 0 13 0 151313158 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 451309 140815 1335 9 0 448920 0
[pid=7954/tid=7956] ppid=7952 vsize=1805236 CPUtime=1677.95
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 38529 0 1 0 167761 34 0 0 25 0 13 0 151313160 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109984840 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1805236 CPUtime=42.16
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 54410 0 0 0 4189 27 0 0 16 0 13 0 151313162 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1805236 CPUtime=42.12
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 54192 0 0 0 4186 26 0 0 16 0 13 0 151313162 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1805236 CPUtime=0.23
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 31 0 0 0 15 8 0 0 15 0 13 0 151313164 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1805236 CPUtime=2.08
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 8849 0 0 0 204 4 0 0 16 0 13 0 151313168 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1805236 CPUtime=2
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4891 0 0 0 199 1 0 0 16 0 13 0 151313168 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151313168 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7967] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7967/stat : 7967 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 151313685 1848561664 140815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.59
Current children cumulated vsize (KiB) 1805236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1754.7 s]
/proc/loadavg: 1.08 1.02 0.99 2/90 8165
/proc/meminfo: memFree=1093216/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1805236 CPUtime=1800.09
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 163249 0 1 0 179905 104 0 0 19 0 13 0 151313158 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 451309 142363 1335 9 0 448920 0
[pid=7954/tid=7956] ppid=7952 vsize=1805236 CPUtime=1709.23
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 38543 0 1 0 170888 35 0 0 17 0 13 0 151313160 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109984524 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1805236 CPUtime=43.28
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 55479 0 0 0 4300 28 0 0 17 0 13 0 151313162 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1805236 CPUtime=43.23
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 54734 0 0 0 4297 26 0 0 17 0 13 0 151313162 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1805236 CPUtime=0.23
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 31 0 0 0 15 8 0 0 15 0 13 0 151313164 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1805236 CPUtime=2.08
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 8849 0 0 0 204 4 0 0 16 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1805236 CPUtime=2
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4891 0 0 0 199 1 0 0 16 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7967] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7967/stat : 7967 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 151313685 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1805236

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

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

[startup+1754.7 s]
/proc/loadavg: 1.08 1.02 0.99 2/90 8165
/proc/meminfo: memFree=1093216/2055920 swapFree=4158744/4192956
[pid=7954] ppid=7952 vsize=1805236 CPUtime=1800.09
/proc/7954/stat : 7954 (java) S 7952 7954 7252 0 -1 0 163249 0 1 0 179905 104 0 0 19 0 13 0 151313158 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7954/statm: 451309 142363 1335 9 0 448920 0
[pid=7954/tid=7956] ppid=7952 vsize=1805236 CPUtime=1709.23
/proc/7954/task/7956/stat : 7956 (java) R 7952 7954 7252 0 -1 64 38543 0 1 0 170888 35 0 0 17 0 13 0 151313160 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109984524 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7954/tid=7957] ppid=7952 vsize=1805236 CPUtime=43.28
/proc/7954/task/7957/stat : 7957 (java) S 7952 7954 7252 0 -1 64 55479 0 0 0 4300 28 0 0 17 0 13 0 151313162 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7958] ppid=7952 vsize=1805236 CPUtime=43.23
/proc/7954/task/7958/stat : 7958 (java) S 7952 7954 7252 0 -1 64 54734 0 0 0 4297 26 0 0 17 0 13 0 151313162 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7959] ppid=7952 vsize=1805236 CPUtime=0.23
/proc/7954/task/7959/stat : 7959 (java) S 7952 7954 7252 0 -1 64 31 0 0 0 15 8 0 0 15 0 13 0 151313164 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7960] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7960/stat : 7960 (java) S 7952 7954 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7961] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7961/stat : 7961 (java) S 7952 7954 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151313164 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7962] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7962/stat : 7962 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7963] ppid=7952 vsize=1805236 CPUtime=2.08
/proc/7954/task/7963/stat : 7963 (java) S 7952 7954 7252 0 -1 64 8849 0 0 0 204 4 0 0 16 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7964] ppid=7952 vsize=1805236 CPUtime=2
/proc/7954/task/7964/stat : 7964 (java) S 7952 7954 7252 0 -1 64 4891 0 0 0 199 1 0 0 16 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7965] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7965/stat : 7965 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7966] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7966/stat : 7966 (java) S 7952 7954 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151313168 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7954/tid=7967] ppid=7952 vsize=1805236 CPUtime=0
/proc/7954/task/7967/stat : 7967 (java) S 7952 7954 7252 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 151313685 1848561664 142363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1805236

Child status: 143
Real time (s): 1754.8
CPU time (s): 1800.2
CPU user time (s): 1799.07
CPU system time (s): 1.13183
CPU usage (%): 102.587
Max. virtual memory (cumulated for all children) (KiB): 1806412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.13183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163269
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= 42390
involuntary context switches= 22210

runsolver used 1.68774 second user time and 4.84526 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Apr 16 19:45:55 UTC 2007

IDJOB= 350064
IDBENCH= 2934
IDSOLVER= 164
FILE ID= node5/350064-1176752755

PBS_JOBID= 4580701

Free space on /tmp= 66527 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350064-1176752755/sat4jPseudoCPClause.jar /tmp/evaluation/350064-1176752755/instance-350064-1176752755.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-350064-1176752755 -o ROOT/results/node5/solver-350064-1176752755 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350064-1176752755/sat4jPseudoCPClause.jar /tmp/evaluation/350064-1176752755/instance-350064-1176752755.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  691db1c1df60c391acb60afdfcce171f

RANDOM SEED= 799844886

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.232
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.232
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:       1659616 kB
Buffers:         91968 kB
Cached:         224364 kB
SwapCached:       3200 kB
Active:         185584 kB
Inactive:       156472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659616 kB
SwapTotal:     4192956 kB
SwapFree:      4158744 kB
Dirty:            9604 kB
Writeback:           0 kB
Mapped:          31228 kB
Slab:            39848 kB
Committed_AS:  8576492 kB
PageTables:       1720 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= 66527 MiB

End job on node5 on Mon Apr 16 20:15:12 UTC 2007