Trace number 420843

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.16 1786.28

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Difficult/contest05/
QG/QG6-dead-dnd001.sat05-2742.reshuffled-07.opb
MD5SUMac8f9d8c77247230e0a539baae50d2ba
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark243.868
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1558
Total number of constraints8169
Number of constraints which are clauses8169
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 constraint16
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.14	c no version file found!!!
0.07/0.14	c sun.arch.data.model	32
0.07/0.14	c java.version	1.6.0
0.07/0.14	c os.name	Linux
0.07/0.14	c os.version	2.6.9-22.EL.rootsmp
0.07/0.14	c os.arch	i386
0.07/0.14	c Free memory 1651659224
0.07/0.14	c Max memory 1654456320
0.07/0.14	c Total memory 1654456320
0.07/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/420843-1177432832/instance-420843-1177432832.opb
0.20/0.20	c reading problem ... 
1.86/1.39	c ... done. Wall clock time 1.188s.
1.86/1.39	c CPU time (experimental) 1.01s.
1.86/1.39	c #vars     1558
1.86/1.39	c #constraints  7839
1800.07/1786.21	c starts		: 2
1800.07/1786.21	c conflicts		: 411084
1800.07/1786.21	c decisions		: 884790
1800.07/1786.21	c propagations		: 11228243
1800.07/1786.21	c inspects		: 3233093699
1800.07/1786.21	c learnt literals	: 0
1800.07/1786.21	c learnt binary clauses	: 4
1800.07/1786.21	c learnt ternary clauses	: 11
1800.07/1786.21	c learnt clauses	: 411084
1800.07/1786.21	c root simplifications	: 0
1800.07/1786.21	c removed literals (reason simplification)	: 0
1800.07/1786.21	c reason swapping (by a shorter reason)	: 0
1800.07/1786.21	c Calls to reduceDB	: 0
1800.07/1786.21	c speed (decisions/second)	: 495.7303841673759
1800.07/1786.21	c non guided choices	88786
1800.07/1786.21	s UNKNOWN
1800.07/1786.21	c Total wall clock time (ms): 1786.014

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/node22/watcher-420843-1177432832 -o ROOT/results/node22/solver-420843-1177432832 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420843-1177432832/sat4jPseudoCP.jar /tmp/evaluation/420843-1177432832/instance-420843-1177432832.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29719
/proc/meminfo: memFree=1865664/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1476 CPUtime=0
/proc/29719/stat : 29719 (java) R 29717 29719 29000 0 -1 0 126 0 0 0 0 0 0 0 18 0 1 0 191200930 1511424 100 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4160642160 0 0 4096 0 0 0 0 17 1 0 0
/proc/29719/statm: 402 106 82 9 0 44 0

[startup+0.0312391 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29719
/proc/meminfo: memFree=1865664/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1774248 CPUtime=0.01
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 2680 0 1 0 0 1 0 0 18 0 4 0 191200930 1816829952 2429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 443562 2429 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101236 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29719
/proc/meminfo: memFree=1865664/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1780108 CPUtime=0.07
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 3977 0 1 0 5 2 0 0 18 0 12 0 191200930 1822830592 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 445027 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.301263 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29719
/proc/meminfo: memFree=1865664/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1781420 CPUtime=0.31
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 5151 0 1 0 28 3 0 0 18 0 12 0 191200930 1824174080 4891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 445355 4891 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.701323 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29719
/proc/meminfo: memFree=1865664/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1784012 CPUtime=0.92
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 7587 0 1 0 87 5 0 0 18 0 12 0 191200930 1826828288 6882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 446003 6882 1301 9 0 443615 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1784012

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 29731
/proc/meminfo: memFree=1833568/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=2.2
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 20875 0 1 0 209 11 0 0 18 0 13 0 191200930 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 18117 1310 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=1.08
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 15540 0 1 0 100 8 0 0 17 0 13 0 191200932 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109174922 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 191200933 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191200933 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191200935 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 191200936 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 191200936 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=0.6
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 2468 0 0 0 59 1 0 0 16 0 13 0 191200940 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.49
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2142 0 0 0 49 0 0 0 16 0 13 0 191200940 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 18117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1789128

[startup+3.10268 s]
/proc/loadavg: 1.16 1.03 1.01 3/90 29732
/proc/meminfo: memFree=1781912/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=4.52
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 45399 0 1 0 429 23 0 0 18 0 13 0 191200930 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 40804 1326 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=2.43
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 37712 0 1 0 224 19 0 0 18 0 13 0 191200932 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109749043 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 261 0 0 0 0 0 0 0 16 0 13 0 191200933 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 190 0 0 0 0 0 0 0 16 0 13 0 191200933 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200935 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.15
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4339 0 0 0 113 2 0 0 16 0 13 0 191200940 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.89
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2169 0 0 0 89 0 0 0 16 0 13 0 191200940 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 40804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 1789128

[startup+6.30117 s]
/proc/loadavg: 1.16 1.03 1.01 2/90 29732
/proc/meminfo: memFree=1703640/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=7.76
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 46335 0 1 0 752 24 0 0 18 0 13 0 191200930 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 41094 1332 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=5.59
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 37717 0 1 0 540 19 0 0 19 0 13 0 191200932 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109756105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=0.03
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 782 0 0 0 3 0 0 0 16 0 13 0 191200933 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=0.04
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 586 0 0 0 4 0 0 0 16 0 13 0 191200933 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 191200935 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.15
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4339 0 0 0 113 2 0 0 16 0 13 0 191200940 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.89
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2175 0 0 0 89 0 0 0 17 0 13 0 191200940 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 41094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 1789128

[startup+12.7022 s]
/proc/loadavg: 1.13 1.03 1.01 2/90 29732
/proc/meminfo: memFree=1680920/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=14.22
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 53316 0 1 0 1395 27 0 0 18 0 13 0 191200930 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 47027 1333 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=11.91
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 41047 0 1 0 1170 21 0 0 25 0 13 0 191200932 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109753579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=0.09
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 2689 0 0 0 8 1 0 0 16 0 13 0 191200933 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=0.08
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 2316 0 0 0 8 0 0 0 17 0 13 0 191200933 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 191200935 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.17
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4340 0 0 0 115 2 0 0 16 0 13 0 191200940 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.91
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2175 0 0 0 91 0 0 0 17 0 13 0 191200940 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 47027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 1789128

[startup+25.5011 s]
/proc/loadavg: 1.11 1.03 1.01 2/90 29732
/proc/meminfo: memFree=1686744/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=27.07
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 54887 0 1 0 2678 29 0 0 18 0 13 0 191200930 1832067072 45729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 45729 1333 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=24.67
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 41061 0 1 0 2445 22 0 0 22 0 13 0 191200932 1832067072 45729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109687558 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=0.13
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 3429 0 0 0 12 1 0 0 16 0 13 0 191200933 1832067072 45729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=0.12
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 3133 0 0 0 12 0 0 0 16 0 13 0 191200933 1832067072 45729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 191200935 1832067072 45729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=29719] ppid=29717 vsize=1789128 CPUtime=1614.91
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 105693 0 1 0 161367 124 0 0 18 0 13 0 191200930 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 64447 1333 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=1587.34
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 48246 0 1 0 158690 44 0 0 25 0 13 0 191200932 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109749000 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=12.52
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 25556 0 0 0 1226 26 0 0 16 0 13 0 191200933 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=12.44
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 24597 0 0 0 1216 28 0 0 16 0 13 0 191200933 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0.46
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 57 0 0 0 25 21 0 0 16 0 13 0 191200935 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.17
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4340 0 0 0 115 2 0 0 16 0 13 0 191200940 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.92
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2175 0 0 0 92 0 0 0 16 0 13 0 191200940 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 64447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.91
Current children cumulated vsize (KiB) 1789128

[startup+1662.3 s]
/proc/loadavg: 1.03 1.07 1.01 2/90 29930
/proc/meminfo: memFree=1605528/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=1675.32
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 107448 0 1 0 167406 126 0 0 18 0 13 0 191200930 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 65801 1333 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=1646.83
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 48276 0 1 0 164639 44 0 0 25 0 13 0 191200932 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109739544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=12.98
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 26586 0 0 0 1272 26 0 0 16 0 13 0 191200933 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=12.88
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 25290 0 0 0 1259 29 0 0 16 0 13 0 191200933 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0.47
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 59 0 0 0 26 21 0 0 16 0 13 0 191200935 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.17
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4340 0 0 0 115 2 0 0 16 0 13 0 191200940 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.92
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2175 0 0 0 92 0 0 0 16 0 13 0 191200940 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 65801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.32
Current children cumulated vsize (KiB) 1789128

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.01 3/90 29930
/proc/meminfo: memFree=1604184/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=1735.75
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 108240 0 1 0 173447 128 0 0 18 0 13 0 191200930 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 66079 1333 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=1706.24
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 48308 0 1 0 170579 45 0 0 18 0 13 0 191200932 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109739547 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=13.49
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 26702 0 0 0 1323 26 0 0 16 0 13 0 191200933 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=13.4
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 25934 0 0 0 1309 31 0 0 16 0 13 0 191200933 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0.47
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 59 0 0 0 26 21 0 0 16 0 13 0 191200935 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.17
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4340 0 0 0 115 2 0 0 16 0 13 0 191200940 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.92
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2175 0 0 0 92 0 0 0 16 0 13 0 191200940 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 66079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.75
Current children cumulated vsize (KiB) 1789128

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/90 29930
/proc/meminfo: memFree=1601752/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=1796.13
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 109568 0 1 0 179483 130 0 0 18 0 13 0 191200930 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 66674 1333 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=1765.75
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 48333 0 1 0 176529 46 0 0 25 0 13 0 191200932 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109749000 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=13.92
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 27796 0 0 0 1365 27 0 0 16 0 13 0 191200933 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=13.84
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 26143 0 0 0 1353 31 0 0 16 0 13 0 191200933 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0.47
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 59 0 0 0 26 21 0 0 16 0 13 0 191200935 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.17
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4340 0 0 0 115 2 0 0 16 0 13 0 191200940 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.92
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2175 0 0 0 92 0 0 0 16 0 13 0 191200940 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 66674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.13
Current children cumulated vsize (KiB) 1789128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 1.00 1.04 1.00 2/90 29930
/proc/meminfo: memFree=1601880/2055920 swapFree=4163588/4192956
[pid=29719] ppid=29717 vsize=1789128 CPUtime=1800.07
/proc/29719/stat : 29719 (java) S 29717 29719 29000 0 -1 0 109617 0 1 0 179877 130 0 0 18 0 13 0 191200930 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29719/statm: 447282 66640 1333 9 0 444894 0
[pid=29719/tid=29721] ppid=29717 vsize=1789128 CPUtime=1769.62
/proc/29719/task/29721/stat : 29721 (java) R 29717 29719 29000 0 -1 64 48335 0 1 0 176916 46 0 0 25 0 13 0 191200932 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109755985 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29722] ppid=29717 vsize=1789128 CPUtime=13.95
/proc/29719/task/29722/stat : 29722 (java) S 29717 29719 29000 0 -1 64 27796 0 0 0 1368 27 0 0 17 0 13 0 191200933 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29723] ppid=29717 vsize=1789128 CPUtime=13.87
/proc/29719/task/29723/stat : 29723 (java) S 29717 29719 29000 0 -1 64 26190 0 0 0 1356 31 0 0 16 0 13 0 191200933 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29724] ppid=29717 vsize=1789128 CPUtime=0.47
/proc/29719/task/29724/stat : 29724 (java) S 29717 29719 29000 0 -1 64 59 0 0 0 26 21 0 0 16 0 13 0 191200935 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29725] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29725/stat : 29725 (java) S 29717 29719 29000 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29726] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29726/stat : 29726 (java) S 29717 29719 29000 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191200936 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29727] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29727/stat : 29727 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191200940 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29728] ppid=29717 vsize=1789128 CPUtime=1.17
/proc/29719/task/29728/stat : 29728 (java) S 29717 29719 29000 0 -1 64 4340 0 0 0 115 2 0 0 16 0 13 0 191200940 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29729] ppid=29717 vsize=1789128 CPUtime=0.92
/proc/29719/task/29729/stat : 29729 (java) S 29717 29719 29000 0 -1 64 2175 0 0 0 92 0 0 0 16 0 13 0 191200940 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29730] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29730/stat : 29730 (java) S 29717 29719 29000 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 191200940 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29719/tid=29731] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29731/stat : 29731 (java) S 29717 29719 29000 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191200940 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29719/tid=29732] ppid=29717 vsize=1789128 CPUtime=0
/proc/29719/task/29732/stat : 29732 (java) S 29717 29719 29000 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191201070 1832067072 66640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1789128

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

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

Child status: 143
Real time (s): 1786.28
CPU time (s): 1800.16
CPU user time (s): 1798.81
CPU system time (s): 1.3458
CPU usage (%): 100.777
Max. virtual memory (cumulated for all children) (KiB): 1789680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.34579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109637
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= 54312
involuntary context switches= 64063

runsolver used 1.68074 second user time and 4.91825 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Tue Apr 24 16:40:33 UTC 2007

IDJOB= 420843
IDBENCH= 47874
IDSOLVER= 160
FILE ID= node22/420843-1177432832

PBS_JOBID= 4675729

Free space on /tmp= 66495 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd001.sat05-2742.reshuffled-07.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420843-1177432832/sat4jPseudoCP.jar /tmp/evaluation/420843-1177432832/instance-420843-1177432832.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-420843-1177432832 -o ROOT/results/node22/solver-420843-1177432832 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420843-1177432832/sat4jPseudoCP.jar /tmp/evaluation/420843-1177432832/instance-420843-1177432832.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ac8f9d8c77247230e0a539baae50d2ba

RANDOM SEED= 808593261

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1866072 kB
Buffers:         25088 kB
Cached:          87988 kB
SwapCached:       7828 kB
Active:          77580 kB
Inactive:        59468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866072 kB
SwapTotal:     4192956 kB
SwapFree:      4163588 kB
Dirty:            4328 kB
Writeback:           0 kB
Mapped:          30264 kB
Slab:            38408 kB
Committed_AS:  1939052 kB
PageTables:       1676 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= 66495 MiB

End job on node22 on Tue Apr 24 17:10:21 UTC 2007