Trace number 351456

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.24 1764.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-momentum3.opb
MD5SUM7834f8d111acea7ee9f1805313462ca3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark410088
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 410088
Optimality of the best value was proved NO
Number of variables93400
Total number of constraints49197
Number of constraints which are clauses6081
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints42666
Minimum length of a constraint1
Maximum length of a constraint1018
Number of terms in the objective function 87370
Biggest coefficient in the objective function 50629
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 602670
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 274082
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 602670
Number of bits of the biggest sum of numbers20
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.10/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.23	c no version file found!!!
0.10/0.23	c sun.arch.data.model	32
0.10/0.23	c java.version	1.6.0
0.10/0.23	c os.name	Linux
0.10/0.23	c os.version	2.6.9-22.EL.rootsmp
0.10/0.23	c os.arch	i386
0.10/0.23	c Free memory 1651659224
0.10/0.23	c Max memory 1654456320
0.10/0.23	c Total memory 1654456320
0.10/0.23	c Number of processors 2
0.10/0.29	--- Begin Solver configuration ---
0.10/0.29	c Stops conflict analysis at the first Unique Implication Point
0.10/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.29	c Learn all clauses as in MiniSAT
0.10/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.29	c No reason simplification
0.10/0.29	c --- End Solver configuration ---
0.10/0.29	c solving /tmp/evaluation/351456-1176602020/instance-351456-1176602020.opb
0.10/0.29	c reading problem ... 
82.56/65.29	c ... done. Wall clock time 65.001s.
82.56/65.29	c CPU time (experimental) 49.13s.
82.56/65.29	c #vars     93400
82.56/65.29	c #constraints  44180
1800.00/1764.01	c starts		: 17
1800.00/1764.01	c conflicts		: 159073
1800.00/1764.01	c decisions		: 294037
1800.00/1764.01	c propagations		: 7918594
1800.00/1764.01	c inspects		: 464986593
1800.00/1764.01	c learnt literals	: 50
1800.00/1764.01	c learnt binary clauses	: 137
1800.00/1764.01	c learnt ternary clauses	: 86
1800.00/1764.01	c learnt clauses	: 159023
1800.00/1764.01	c root simplifications	: 0
1800.00/1764.01	c removed literals (reason simplification)	: 0
1800.00/1764.01	c reason swapping (by a shorter reason)	: 0
1800.00/1764.01	c Calls to reduceDB	: 0
1800.00/1764.01	c speed (decisions/second)	: 173.13189754001112
1800.00/1764.01	c non guided choices	5961
1800.00/1764.01	s UNKNOWN
1800.00/1764.01	c Total wall clock time (ms): 1763.729

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20865
/proc/meminfo: memFree=1575480/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=200 CPUtime=0
/proc/20865/stat : 20865 (java) D 20863 20865 20073 0 -1 0 49 0 0 0 0 0 0 0 18 0 1 0 136240658 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2536356 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/20865/statm: 50 33 26 9 0 4 0

[startup+0.0239999 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20865
/proc/meminfo: memFree=1575480/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=308 CPUtime=0
/proc/20865/stat : 20865 (java) D 20863 20865 20073 0 -1 0 57 0 1 0 0 0 0 0 18 0 1 0 136240658 315392 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2536356 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/20865/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.103013 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20865
/proc/meminfo: memFree=1575480/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1776088 CPUtime=0.02
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 3211 0 3 0 1 1 0 0 18 0 4 0 136240658 1818714112 2960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 444022 2960 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.302045 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20865
/proc/meminfo: memFree=1575480/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1781412 CPUtime=0.21
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 5705 0 3 0 18 3 0 0 18 0 12 0 136240658 1824165888 5445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 445353 5445 1246 9 0 442965 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781412

[startup+0.701072 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20865
/proc/meminfo: memFree=1575480/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1783028 CPUtime=0.81
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 8042 0 3 0 76 5 0 0 18 0 12 0 136240658 1825820672 7398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 445757 7398 1296 9 0 443369 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1783028

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 20877
/proc/meminfo: memFree=1521232/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1784992 CPUtime=1.88
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 20703 0 3 0 179 9 0 0 18 0 12 0 136240658 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 446248 19047 1303 9 0 443860 0
[pid=20865/tid=20867] ppid=20863 vsize=1784992 CPUtime=1.02
/proc/20865/task/20867/stat : 20867 (java) R 20863 20865 20073 0 -1 64 17203 0 2 0 95 7 0 0 25 0 12 0 136240662 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477037 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20868/stat : 20868 (java) S 20863 20865 20073 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 136240668 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20869/stat : 20869 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 136240668 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 136240670 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 136240670 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 136240670 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 136240675 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1784992 CPUtime=0.4
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 1473 0 0 0 39 1 0 0 16 0 12 0 136240675 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1784992 CPUtime=0.43
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 1309 0 0 0 43 0 0 0 16 0 12 0 136240675 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 136240676 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1784992 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 136240676 1827831808 19047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1784992

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 20877
/proc/meminfo: memFree=1439888/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1788120 CPUtime=4.35
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 53518 0 3 0 407 28 0 0 18 0 12 0 136240658 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 447030 47069 1316 9 0 444642 0
[pid=20865/tid=20867] ppid=20863 vsize=1788120 CPUtime=2.18
/proc/20865/task/20867/stat : 20867 (java) R 20863 20865 20073 0 -1 64 37674 0 2 0 198 20 0 0 18 0 12 0 136240662 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109205316 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1788120 CPUtime=0.23
/proc/20865/task/20868/stat : 20868 (java) S 20863 20865 20073 0 -1 64 3793 0 0 0 22 1 0 0 16 0 12 0 136240668 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1788120 CPUtime=0.24
/proc/20865/task/20869/stat : 20869 (java) S 20863 20865 20073 0 -1 64 3715 0 0 0 22 2 0 0 16 0 12 0 136240668 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1788120 CPUtime=0
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 136240670 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1788120 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 136240670 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1788120 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 136240670 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1788120 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 136240675 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1788120 CPUtime=0.84
/proc/20865/task/20874/stat : 20874 (java) R 20863 20865 20073 0 -1 64 4046 0 0 0 82 2 0 0 17 0 12 0 136240675 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102839567 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1788120 CPUtime=0.82
/proc/20865/task/20875/stat : 20875 (java) R 20863 20865 20073 0 -1 64 3564 0 0 0 81 1 0 0 17 0 12 0 136240675 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1788120 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 136240676 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1788120 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 136240676 1831034880 47069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1788120

[startup+6.30259 s]
/proc/loadavg: 1.16 1.03 1.01 3/89 20877
/proc/meminfo: memFree=1331536/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1794088 CPUtime=9.18
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 72656 0 3 0 879 39 0 0 18 0 12 0 136240658 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 448522 60841 1317 9 0 446134 0
[pid=20865/tid=20867] ppid=20863 vsize=1794088 CPUtime=4.76
/proc/20865/task/20867/stat : 20867 (java) S 20863 20865 20073 0 -1 64 37677 0 2 0 455 21 0 0 22 0 12 0 136240662 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1794088 CPUtime=0.84
/proc/20865/task/20868/stat : 20868 (java) R 20863 20865 20073 0 -1 64 11705 0 0 0 79 5 0 0 17 0 12 0 136240668 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1794088 CPUtime=0.84
/proc/20865/task/20869/stat : 20869 (java) R 20863 20865 20073 0 -1 64 9754 0 0 0 79 5 0 0 17 0 12 0 136240668 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103361313 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1794088 CPUtime=0
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 136240670 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1794088 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 136240670 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1794088 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 136240670 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1794088 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 136240675 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1794088 CPUtime=1.72
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 8899 0 0 0 168 4 0 0 25 0 12 0 136240675 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1794088 CPUtime=0.97
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 3895 0 0 0 96 1 0 0 16 0 12 0 136240675 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1794088 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 136240676 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1794088 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 136240676 1837146112 60841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 1794088

[startup+12.7022 s]
/proc/loadavg: 1.23 1.05 1.02 3/89 20877
/proc/meminfo: memFree=1256592/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1796648 CPUtime=17.73
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 105304 0 3 0 1716 57 0 0 18 0 12 0 136240658 1839767552 85937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 449162 85940 1324 9 0 446774 0
[pid=20865/tid=20867] ppid=20863 vsize=1796648 CPUtime=8.97
/proc/20865/task/20867/stat : 20867 (java) S 20863 20865 20073 0 -1 64 37685 0 2 0 872 25 0 0 19 0 12 0 136240662 1839767552 85943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1796648 CPUtime=3.01
/proc/20865/task/20868/stat : 20868 (java) R 20863 20865 20073 0 -1 64 29774 0 0 0 288 13 0 0 18 0 12 0 136240668 1839767552 85943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1796648 CPUtime=3.01
/proc/20865/task/20869/stat : 20869 (java) R 20863 20865 20073 0 -1 64 24324 0 0 0 289 12 0 0 17 0 12 0 136240668 1839767552 85945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 136240670 1839767552 85947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 136240670 1839767552 85949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 136240670 1839767552 85951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 136240675 1839767552 85952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1796648 CPUtime=1.72
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 8899 0 0 0 168 4 0 0 16 0 12 0 136240675 1839767552 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1796648 CPUtime=0.98
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 3902 0 0 0 97 1 0 0 16 0 12 0 136240675 1839767552 85956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 136240676 1839767552 85958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 136240676 1839767552 85959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.73
Current children cumulated vsize (KiB) 1796648

[startup+25.5023 s]
/proc/loadavg: 1.33 1.08 1.02 2/89 20877
/proc/meminfo: memFree=1065680/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1796648 CPUtime=33.39
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 160192 0 3 0 3251 88 0 0 18 0 12 0 136240658 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 449162 128776 1324 9 0 446774 0
[pid=20865/tid=20867] ppid=20863 vsize=1796648 CPUtime=18.92
/proc/20865/task/20867/stat : 20867 (java) R 20863 20865 20073 0 -1 64 37706 0 2 0 1865 27 0 0 20 0 12 0 136240662 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477194 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1796648 CPUtime=5.84
/proc/20865/task/20868/stat : 20868 (java) S 20863 20865 20073 0 -1 64 56004 0 0 0 557 27 0 0 18 0 12 0 136240668 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1796648 CPUtime=5.83
/proc/20865/task/20869/stat : 20869 (java) S 20863 20865 20073 0 -1 64 52946 0 0 0 557 26 0 0 16 0 12 0 136240668 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 136240670 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 136240670 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 136240670 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1796648 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 136240675 1839767552 128776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20865/tid=20870] ppid=20863 vsize=1796972 CPUtime=0.13
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 56 0 0 0 9 4 0 0 16 0 13 0 136240670 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136240675 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1796972 CPUtime=2.24
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 8925 0 0 0 220 4 0 0 16 0 13 0 136240675 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1796972 CPUtime=1.56
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 3918 0 0 0 155 1 0 0 17 0 13 0 136240675 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136240676 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136240676 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20878] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20878/stat : 20878 (java) S 20863 20865 20073 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136247243 1840099328 303492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1576.43
Current children cumulated vsize (KiB) 1796972

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21560
/proc/meminfo: memFree=337544/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1796972 CPUtime=1636.98
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 392663 0 3 0 163463 235 0 0 18 0 13 0 136240658 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 449243 303250 1334 9 0 446855 0
[pid=20865/tid=20867] ppid=20863 vsize=1796972 CPUtime=1567.89
/proc/20865/task/20867/stat : 20867 (java) R 20863 20865 20073 0 -1 64 41644 0 2 0 156727 62 0 0 25 0 13 0 136240662 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849510 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1796972 CPUtime=32.57
/proc/20865/task/20868/stat : 20868 (java) S 20863 20865 20073 0 -1 64 178073 0 0 0 3176 81 0 0 16 0 13 0 136240668 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1796972 CPUtime=32.52
/proc/20865/task/20869/stat : 20869 (java) S 20863 20865 20073 0 -1 64 159326 0 0 0 3173 79 0 0 16 0 13 0 136240668 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1796972 CPUtime=0.14
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 56 0 0 0 9 5 0 0 16 0 13 0 136240670 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136240675 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1796972 CPUtime=2.24
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 8925 0 0 0 220 4 0 0 16 0 13 0 136240675 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1796972 CPUtime=1.56
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 3918 0 0 0 155 1 0 0 17 0 13 0 136240675 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136240676 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136240676 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20878] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20878/stat : 20878 (java) S 20863 20865 20073 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136247243 1840099328 303250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1636.98
Current children cumulated vsize (KiB) 1796972

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21560
/proc/meminfo: memFree=338248/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1796972 CPUtime=1697.53
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 393165 0 3 0 169517 236 0 0 18 0 13 0 136240658 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 449243 303111 1334 9 0 446855 0
[pid=20865/tid=20867] ppid=20863 vsize=1796972 CPUtime=1627.3
/proc/20865/task/20867/stat : 20867 (java) R 20863 20865 20073 0 -1 64 41658 0 2 0 162668 62 0 0 25 0 13 0 136240662 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110079975 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1796972 CPUtime=33.14
/proc/20865/task/20868/stat : 20868 (java) S 20863 20865 20073 0 -1 64 178407 0 0 0 3233 81 0 0 16 0 13 0 136240668 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1796972 CPUtime=33.08
/proc/20865/task/20869/stat : 20869 (java) S 20863 20865 20073 0 -1 64 159479 0 0 0 3229 79 0 0 16 0 13 0 136240668 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1796972 CPUtime=0.14
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 57 0 0 0 9 5 0 0 16 0 13 0 136240670 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136240675 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1796972 CPUtime=2.24
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 8925 0 0 0 220 4 0 0 16 0 13 0 136240675 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1796972 CPUtime=1.56
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 3918 0 0 0 155 1 0 0 17 0 13 0 136240675 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136240676 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136240676 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20878] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20878/stat : 20878 (java) S 20863 20865 20073 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136247243 1840099328 303111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1697.53
Current children cumulated vsize (KiB) 1796972

[startup+1722.3 s]
/proc/loadavg: 1.54 1.13 1.04 6/97 27995
/proc/meminfo: memFree=328968/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1796972 CPUtime=1758.03
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 393579 0 3 0 175564 239 0 0 18 0 13 0 136240658 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 449243 302895 1334 9 0 446855 0
[pid=20865/tid=20867] ppid=20863 vsize=1796972 CPUtime=1686.67
/proc/20865/task/20867/stat : 20867 (java) R 20863 20865 20073 0 -1 64 41672 0 2 0 168603 64 0 0 25 0 13 0 136240662 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855837 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1796972 CPUtime=33.7
/proc/20865/task/20868/stat : 20868 (java) S 20863 20865 20073 0 -1 64 178609 0 0 0 3289 81 0 0 16 0 13 0 136240668 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1796972 CPUtime=33.64
/proc/20865/task/20869/stat : 20869 (java) S 20863 20865 20073 0 -1 64 159677 0 0 0 3285 79 0 0 16 0 13 0 136240668 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1796972 CPUtime=0.14
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 57 0 0 0 9 5 0 0 16 0 13 0 136240670 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136240675 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1796972 CPUtime=2.24
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 8925 0 0 0 220 4 0 0 16 0 13 0 136240675 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1796972 CPUtime=1.56
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 3918 0 0 0 155 1 0 0 17 0 13 0 136240675 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136240676 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136240676 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20878] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20878/stat : 20878 (java) S 20863 20865 20073 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136247243 1840099328 302895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1758.03
Current children cumulated vsize (KiB) 1796972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764 s]
/proc/loadavg: 2.04 1.31 1.11 2/97 9286
/proc/meminfo: memFree=307280/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=1796972 CPUtime=1800
/proc/20865/stat : 20865 (java) S 20863 20865 20073 0 -1 0 395515 0 3 0 179755 245 0 0 18 0 13 0 136240658 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 449243 304524 1334 9 0 446855 0
[pid=20865/tid=20867] ppid=20863 vsize=1796972 CPUtime=1727.92
/proc/20865/task/20867/stat : 20867 (java) R 20863 20865 20073 0 -1 64 42993 0 2 0 172722 70 0 0 25 0 13 0 136240662 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855307 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20868] ppid=20863 vsize=1796972 CPUtime=34.07
/proc/20865/task/20868/stat : 20868 (java) S 20863 20865 20073 0 -1 64 178981 0 0 0 3325 82 0 0 16 0 13 0 136240668 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20869] ppid=20863 vsize=1796972 CPUtime=33.99
/proc/20865/task/20869/stat : 20869 (java) S 20863 20865 20073 0 -1 64 159892 0 0 0 3320 79 0 0 16 0 13 0 136240668 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20870] ppid=20863 vsize=1796972 CPUtime=0.15
/proc/20865/task/20870/stat : 20870 (java) S 20863 20865 20073 0 -1 64 85 0 0 0 10 5 0 0 16 0 13 0 136240670 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20871] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20871/stat : 20871 (java) S 20863 20865 20073 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20872] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20872/stat : 20872 (java) S 20863 20865 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136240670 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20873] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20873/stat : 20873 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 136240675 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20874] ppid=20863 vsize=1796972 CPUtime=2.24
/proc/20865/task/20874/stat : 20874 (java) S 20863 20865 20073 0 -1 64 8925 0 0 0 220 4 0 0 16 0 13 0 136240675 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20865/tid=20875] ppid=20863 vsize=1796972 CPUtime=1.56
/proc/20865/task/20875/stat : 20875 (java) S 20863 20865 20073 0 -1 64 3918 0 0 0 155 1 0 0 17 0 13 0 136240675 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20876] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20876/stat : 20876 (java) S 20863 20865 20073 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136240676 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20877] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20877/stat : 20877 (java) S 20863 20865 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136240676 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20865/tid=20878] ppid=20863 vsize=1796972 CPUtime=0
/proc/20865/task/20878/stat : 20878 (java) S 20863 20865 20073 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136247243 1840099328 304524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1796972

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

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

[startup+1764.2 s]
/proc/loadavg: 2.04 1.31 1.11 2/97 9286
/proc/meminfo: memFree=307280/2055920 swapFree=4171960/4192956
[pid=20865] ppid=20863 vsize=0 CPUtime=1800.2
/proc/20865/stat : 20865 (java) Z 20863 20865 20073 0 -1 1036 395534 0 3 0 179760 260 0 0 16 0 2 0 136240658 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20865/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1764.24
CPU time (s): 1800.24
CPU user time (s): 1797.6
CPU system time (s): 2.6396
CPU usage (%): 102.041
Max. virtual memory (cumulated for all children) (KiB): 1796972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.6
system time used= 2.6396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395534
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41718
involuntary context switches= 54313

runsolver used 2.27665 second user time and 5.65014 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Sun Apr 15 01:53:42 UTC 2007

IDJOB= 351456
IDBENCH= 1767
IDSOLVER= 159
FILE ID= node72/351456-1176602020

PBS_JOBID= 4557003

Free space on /tmp= 66448 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-momentum3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351456-1176602020/sat4jPseudoResolution.jar /tmp/evaluation/351456-1176602020/instance-351456-1176602020.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-351456-1176602020 -o ROOT/results/node72/solver-351456-1176602020 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351456-1176602020/sat4jPseudoResolution.jar /tmp/evaluation/351456-1176602020/instance-351456-1176602020.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7834f8d111acea7ee9f1805313462ca3

RANDOM SEED= 943843235

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1576080 kB
Buffers:         35588 kB
Cached:         334552 kB
SwapCached:       2296 kB
Active:         171896 kB
Inactive:       222092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576080 kB
SwapTotal:     4192956 kB
SwapFree:      4171960 kB
Dirty:          119360 kB
Writeback:           0 kB
Mapped:          38908 kB
Slab:            71420 kB
Committed_AS:  1918020 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66447 MiB

End job on node72 on Sun Apr 15 02:23:08 UTC 2007