Trace number 419317

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.31 1712.93

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug2.opb
MD5SUMccac778212f6a59a43879910f3290455
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 benchmark330.103
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 variables521158
Total number of constraints13378532
Number of constraints which are clauses13378532
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 constraint6689
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 6689
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/419317-1177407178/instance-419317-1177407178.opb
0.19/0.20	c reading problem ... 
251.51/225.12	c ... done. Wall clock time 224.915s.
251.51/225.12	c CPU time (experimental) 197.67s.
251.51/225.12	c #vars     521158
251.51/225.12	c #constraints  13378531
1800.02/1712.61	c starts		: 2
1800.02/1712.61	c conflicts		: 92424
1800.02/1712.61	c decisions		: 2125303
1800.02/1712.61	c propagations		: 196163502
1800.02/1712.61	c inspects		: 4502720638
1800.02/1712.61	c learnt literals	: 0
1800.02/1712.61	c learnt binary clauses	: 196
1800.02/1712.61	c learnt ternary clauses	: 750
1800.02/1712.61	c learnt clauses	: 92424
1800.02/1712.62	c root simplifications	: 0
1800.02/1712.62	c removed literals (reason simplification)	: 0
1800.02/1712.62	c reason swapping (by a shorter reason)	: 0
1800.02/1712.62	c Calls to reduceDB	: 0
1800.02/1712.62	c speed (decisions/second)	: 1428.8584079482914
1800.02/1712.62	c non guided choices	1425506
1800.02/1712.62	s UNKNOWN
1800.02/1712.62	c Total wall clock time (ms): 1712.413

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/node59/watcher-419317-1177407178 -o ROOT/results/node59/solver-419317-1177407178 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419317-1177407178/sat4jPseudoCP.jar /tmp/evaluation/419317-1177407178/instance-419317-1177407178.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.65 1.14 1.01 2/65 11067
/proc/meminfo: memFree=1269120/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=18528 CPUtime=0
/proc/11067/stat : 11067 (runsolver) R 11065 11067 10157 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 188630172 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11067/statm: 4632 284 249 14 0 2626 0

[startup+0.0578911 s]
/proc/loadavg: 1.65 1.14 1.01 2/65 11067
/proc/meminfo: memFree=1269120/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1777708 CPUtime=0.03
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 3550 0 1 0 2 1 0 0 18 0 7 0 188630172 1820372992 3296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 444427 3296 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777708

[startup+0.102901 s]
/proc/loadavg: 1.65 1.14 1.01 2/65 11067
/proc/meminfo: memFree=1269120/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1780108 CPUtime=0.08
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 3972 0 1 0 7 1 0 0 18 0 12 0 188630172 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302939 s]
/proc/loadavg: 1.65 1.14 1.01 2/65 11067
/proc/meminfo: memFree=1269120/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1781420 CPUtime=0.3
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 9637 0 1 0 26 4 0 0 18 0 12 0 188630172 1824174080 9377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 445355 9377 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.702015 s]
/proc/loadavg: 1.65 1.14 1.01 2/65 11067
/proc/meminfo: memFree=1269120/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1782644 CPUtime=0.88
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 11297 0 1 0 83 5 0 0 18 0 12 0 188630172 1825427456 10770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 445661 10770 1301 9 0 443273 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782644

[startup+1.50117 s]
/proc/loadavg: 1.65 1.14 1.01 2/77 11079
/proc/meminfo: memFree=1224352/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1785460 CPUtime=2.09
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 22861 0 1 0 198 11 0 0 18 0 12 0 188630172 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 446365 20546 1301 9 0 443977 0
[pid=11067/tid=11069] ppid=11065 vsize=1785460 CPUtime=1.03
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 18736 0 1 0 93 10 0 0 19 0 12 0 188630173 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567967 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 188630175 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188630175 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188630177 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 188630177 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 188630177 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188630181 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1785460 CPUtime=0.58
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1941 0 0 0 58 0 0 0 16 0 12 0 188630181 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1785460 CPUtime=0.47
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 1466 0 0 0 47 0 0 0 16 0 12 0 188630181 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188630181 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1785460 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188630181 1828311040 20546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1785460

[startup+3.10246 s]
/proc/loadavg: 1.68 1.16 1.02 2/77 11079
/proc/meminfo: memFree=1122336/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1785624 CPUtime=3.78
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 47323 0 1 0 355 23 0 0 18 0 12 0 188630172 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 446406 44997 1311 9 0 444018 0
[pid=11067/tid=11069] ppid=11065 vsize=1785624 CPUtime=2.55
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 37673 0 1 0 237 18 0 0 24 0 12 0 188630173 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109724316 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1785624 CPUtime=0.05
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 3002 0 0 0 4 1 0 0 17 0 12 0 188630175 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1785624 CPUtime=0.05
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 2515 0 0 0 4 1 0 0 17 0 12 0 188630175 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1785624 CPUtime=0
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188630177 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1785624 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188630177 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1785624 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188630177 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1785624 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188630181 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1785624 CPUtime=0.58
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1941 0 0 0 58 0 0 0 16 0 12 0 188630181 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1785624 CPUtime=0.48
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 1468 0 0 0 48 0 0 0 17 0 12 0 188630181 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1785624 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188630181 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1785624 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188630181 1828478976 44997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 1785624

[startup+6.30107 s]
/proc/loadavg: 1.68 1.16 1.02 2/77 11079
/proc/meminfo: memFree=1058912/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1786684 CPUtime=7.3
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 57872 0 1 0 702 28 0 0 18 0 12 0 188630172 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 446671 55144 1312 9 0 444283 0
[pid=11067/tid=11069] ppid=11065 vsize=1786684 CPUtime=5.36
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 37677 0 1 0 517 19 0 0 21 0 12 0 188630173 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567821 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1786684 CPUtime=0.42
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 8790 0 0 0 38 4 0 0 18 0 12 0 188630175 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1786684 CPUtime=0.41
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 7268 0 0 0 38 3 0 0 18 0 12 0 188630175 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1786684 CPUtime=0
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188630177 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1786684 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188630177 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1786684 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188630177 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1786684 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188630181 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1786684 CPUtime=0.58
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1941 0 0 0 58 0 0 0 16 0 12 0 188630181 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1786684 CPUtime=0.49
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 1470 0 0 0 49 0 0 0 16 0 12 0 188630181 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1786684 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188630181 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1786684 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188630181 1829564416 55144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 1786684

[startup+12.7025 s]
/proc/loadavg: 1.88 1.22 1.04 2/77 11079
/proc/meminfo: memFree=1010912/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1788988 CPUtime=15.13
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 73990 0 1 0 1477 36 0 0 18 0 12 0 188630172 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 447247 68533 1319 9 0 444859 0
[pid=11067/tid=11069] ppid=11065 vsize=1788988 CPUtime=10.32
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 37685 0 1 0 1011 21 0 0 18 0 12 0 188630173 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541640 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1788988 CPUtime=1.84
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 17084 0 0 0 177 7 0 0 16 0 12 0 188630175 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1788988 CPUtime=1.83
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 15076 0 0 0 178 5 0 0 16 0 12 0 188630175 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188630177 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188630177 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188630177 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188630181 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1788988 CPUtime=0.58
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1949 0 0 0 58 0 0 0 16 0 12 0 188630181 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1788988 CPUtime=0.49
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 1470 0 0 0 49 0 0 0 16 0 12 0 188630181 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188630181 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188630181 1831923712 68533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.13
Current children cumulated vsize (KiB) 1788988

[startup+25.5019 s]
/proc/loadavg: 1.82 1.23 1.04 2/76 11079
/proc/meminfo: memFree=938024/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1788988 CPUtime=29.24
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 93809 0 1 0 2878 46 0 0 18 0 12 0 188630172 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 447247 86250 1319 9 0 444859 0
[pid=11067/tid=11069] ppid=11065 vsize=1788988 CPUtime=21.8
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 37704 0 1 0 2156 24 0 0 24 0 12 0 188630173 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1788988 CPUtime=3.14
/proc/11067/task/11070/stat : 11070 (java) R 11065 11067 10157 0 -1 64 26362 0 0 0 304 10 0 0 16 0 12 0 188630175 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1788988 CPUtime=3.13
/proc/11067/task/11071/stat : 11071 (java) R 11065 11067 10157 0 -1 64 25531 0 0 0 303 10 0 0 16 0 12 0 188630175 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105368853 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 188630177 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188630177 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188630177 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1788988 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188630181 1831923712 86250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1996 0 0 0 121 0 0 0 16 0 13 0 188630181 1832255488 396729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1789312 CPUtime=1.06
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 3212 0 0 0 106 0 0 0 16 0 13 0 188630181 1832255488 396729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 396729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188630181 1832255488 396729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11080] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11080/stat : 11080 (java) S 11065 11067 10157 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188652693 1832255488 396729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1555.56
Current children cumulated vsize (KiB) 1789312

[startup+1542.3 s]
/proc/loadavg: 1.05 1.06 1.00 2/77 11082
/proc/meminfo: memFree=15328/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1789312 CPUtime=1619.08
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 419415 0 2 0 161591 317 0 0 18 0 13 0 188630172 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 447328 397409 1333 9 0 444940 0
[pid=11067/tid=11069] ppid=11065 vsize=1789312 CPUtime=1452.09
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 38579 0 2 0 145142 67 0 0 25 0 13 0 188630173 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109939216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1789312 CPUtime=83.08
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 201507 0 0 0 8183 125 0 0 16 0 13 0 188630175 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1789312 CPUtime=81.44
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 173373 0 0 0 8027 117 0 0 17 0 13 0 188630175 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1789312 CPUtime=0.13
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 28 0 0 0 9 4 0 0 15 0 13 0 188630177 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1789312 CPUtime=1.21
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1996 0 0 0 121 0 0 0 16 0 13 0 188630181 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1789312 CPUtime=1.06
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 3212 0 0 0 106 0 0 0 16 0 13 0 188630181 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188630181 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11080] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11080/stat : 11080 (java) S 11065 11067 10157 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188652693 1832255488 397409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.08
Current children cumulated vsize (KiB) 1789312

[startup+1602.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/77 11082
/proc/meminfo: memFree=16224/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1789312 CPUtime=1683.19
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 420120 0 2 0 167997 322 0 0 18 0 13 0 188630172 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 447328 398029 1333 9 0 444940 0
[pid=11067/tid=11069] ppid=11065 vsize=1789312 CPUtime=1506.78
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 38635 0 2 0 150611 67 0 0 25 0 13 0 188630173 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109931779 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1789312 CPUtime=87.75
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 201850 0 0 0 8647 128 0 0 16 0 13 0 188630175 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1789312 CPUtime=86.18
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 173679 0 0 0 8499 119 0 0 17 0 13 0 188630175 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1789312 CPUtime=0.15
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 28 0 0 0 10 5 0 0 16 0 13 0 188630177 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1789312 CPUtime=1.21
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1996 0 0 0 121 0 0 0 16 0 13 0 188630181 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1789312 CPUtime=1.06
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 3212 0 0 0 106 0 0 0 16 0 13 0 188630181 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188630181 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11080] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11080/stat : 11080 (java) S 11065 11067 10157 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188652693 1832255488 398029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.19
Current children cumulated vsize (KiB) 1789312

[startup+1662.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/83 11148
/proc/meminfo: memFree=16224/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1789312 CPUtime=1746.7
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 420733 0 2 0 174342 328 0 0 18 0 13 0 188630172 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 447328 398581 1333 9 0 444940 0
[pid=11067/tid=11069] ppid=11065 vsize=1789312 CPUtime=1562.24
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 38682 0 2 0 156157 67 0 0 25 0 13 0 188630173 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109938923 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1789312 CPUtime=91.88
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 202156 0 0 0 9057 131 0 0 16 0 13 0 188630175 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1789312 CPUtime=90.1
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 173939 0 0 0 8888 122 0 0 17 0 13 0 188630175 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1789312 CPUtime=0.15
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 28 0 0 0 10 5 0 0 16 0 13 0 188630177 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1789312 CPUtime=1.21
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1996 0 0 0 121 0 0 0 16 0 13 0 188630181 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1789312 CPUtime=1.06
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 3212 0 0 0 106 0 0 0 16 0 13 0 188630181 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188630181 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11080] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11080/stat : 11080 (java) S 11065 11067 10157 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188652693 1832255488 398581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1746.7
Current children cumulated vsize (KiB) 1789312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1712.6 s]
/proc/loadavg: 1.12 1.07 1.01 2/77 11280
/proc/meminfo: memFree=16840/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=1789312 CPUtime=1800.02
/proc/11067/stat : 11067 (java) S 11065 11067 10157 0 -1 0 421202 0 2 0 179667 335 0 0 18 0 13 0 188630172 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 447328 398976 1333 9 0 444940 0
[pid=11067/tid=11069] ppid=11065 vsize=1789312 CPUtime=1608.47
/proc/11067/task/11069/stat : 11069 (java) R 11065 11067 10157 0 -1 64 38724 0 2 0 160780 67 0 0 25 0 13 0 188630173 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871163 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11070] ppid=11065 vsize=1789312 CPUtime=95.51
/proc/11067/task/11070/stat : 11070 (java) S 11065 11067 10157 0 -1 64 202355 0 0 0 9418 133 0 0 16 0 13 0 188630175 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11071] ppid=11065 vsize=1789312 CPUtime=93.54
/proc/11067/task/11071/stat : 11071 (java) S 11065 11067 10157 0 -1 64 174167 0 0 0 9228 126 0 0 17 0 13 0 188630175 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11072] ppid=11065 vsize=1789312 CPUtime=0.16
/proc/11067/task/11072/stat : 11072 (java) S 11065 11067 10157 0 -1 64 28 0 0 0 11 5 0 0 16 0 13 0 188630177 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11073] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11073/stat : 11073 (java) S 11065 11067 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11074] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11074/stat : 11074 (java) S 11065 11067 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188630177 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11075] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11075/stat : 11075 (java) S 11065 11067 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11076] ppid=11065 vsize=1789312 CPUtime=1.21
/proc/11067/task/11076/stat : 11076 (java) S 11065 11067 10157 0 -1 64 1996 0 0 0 121 0 0 0 16 0 13 0 188630181 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11077] ppid=11065 vsize=1789312 CPUtime=1.06
/proc/11067/task/11077/stat : 11077 (java) S 11065 11067 10157 0 -1 64 3212 0 0 0 106 0 0 0 16 0 13 0 188630181 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11078] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11078/stat : 11078 (java) S 11065 11067 10157 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 188630181 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11067/tid=11079] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11079/stat : 11079 (java) S 11065 11067 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188630181 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11067/tid=11080] ppid=11065 vsize=1789312 CPUtime=0
/proc/11067/task/11080/stat : 11080 (java) S 11065 11067 10157 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188652693 1832255488 398976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1789312

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

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

[startup+1712.8 s]
/proc/loadavg: 1.12 1.07 1.01 2/77 11280
/proc/meminfo: memFree=16840/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=0 CPUtime=1800.2
/proc/11067/stat : 11067 (java) Z 11065 11067 10157 0 -1 1036 421222 0 2 0 179672 348 0 0 16 0 2 0 188630172 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1712.9 s]
/proc/loadavg: 1.12 1.07 1.01 2/77 11280
/proc/meminfo: memFree=16840/2055920 swapFree=4184616/4192956
[pid=11067] ppid=11065 vsize=0 CPUtime=1800.3
/proc/11067/stat : 11067 (java) Z 11065 11067 10157 0 -1 1036 421222 0 2 0 179672 358 0 0 16 0 2 0 188630172 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11067/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1712.93
CPU time (s): 1800.31
CPU user time (s): 1796.72
CPU system time (s): 3.58645
CPU usage (%): 105.101
Max. virtual memory (cumulated for all children) (KiB): 1790520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.72
system time used= 3.58645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421222
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52371
involuntary context switches= 45309

runsolver used 1.64675 second user time and 4.6163 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Apr 24 09:33:26 UTC 2007

IDJOB= 419317
IDBENCH= 47765
IDSOLVER= 160
FILE ID= node59/419317-1177407178

PBS_JOBID= 4675555

Free space on /tmp= 65832 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419317-1177407178/sat4jPseudoCP.jar /tmp/evaluation/419317-1177407178/instance-419317-1177407178.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-419317-1177407178 -o ROOT/results/node59/solver-419317-1177407178 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419317-1177407178/sat4jPseudoCP.jar /tmp/evaluation/419317-1177407178/instance-419317-1177407178.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ccac778212f6a59a43879910f3290455

RANDOM SEED= 405703979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1269528 kB
Buffers:         35620 kB
Cached:         666256 kB
SwapCached:       2468 kB
Active:         577732 kB
Inactive:       135716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1269528 kB
SwapTotal:     4192956 kB
SwapFree:      4184616 kB
Dirty:          416144 kB
Writeback:           0 kB
Mapped:          18160 kB
Slab:            58928 kB
Committed_AS:  3017756 kB
PageTables:       1476 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= 65832 MiB

End job on node59 on Tue Apr 24 10:02:00 UTC 2007