Trace number 348848

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.2 1790.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-khb05250.opb
MD5SUM0abc7673c35064c54cd6e972f16047d8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables38297
Total number of constraints102
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints102
Minimum length of a constraint23
Maximum length of a constraint1530
Number of terms in the objective function 37494
Biggest coefficient in the objective function 580
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 555190
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 260900
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 555190
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/348848-1176600878/instance-348848-1176600878.opb
0.08/0.19	c reading problem ... 
3.17/2.01	c ... done. Wall clock time 1.817s.
3.17/2.01	c CPU time (experimental) 1.4s.
3.17/2.01	c #vars     38297
3.17/2.01	c #constraints  179
1800.08/1790.51	c starts		: 18
1800.08/1790.51	c conflicts		: 283072
1800.08/1790.51	c decisions		: 473978
1800.08/1790.51	c propagations		: 111308150
1800.08/1790.51	c inspects		: 308216754
1800.08/1790.51	c learnt literals	: 6
1800.08/1790.51	c learnt binary clauses	: 8
1800.08/1790.51	c learnt ternary clauses	: 5
1800.08/1790.51	c learnt clauses	: 283066
1800.08/1790.51	c root simplifications	: 0
1800.08/1790.51	c removed literals (reason simplification)	: 0
1800.08/1790.51	c reason swapping (by a shorter reason)	: 0
1800.08/1790.51	c Calls to reduceDB	: 0
1800.08/1790.51	c speed (decisions/second)	: 265.0670192109808
1800.08/1790.51	c non guided choices	6706
1800.08/1790.51	s UNKNOWN
1800.08/1790.51	c Total wall clock time (ms): 1790.317

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 2164
/proc/meminfo: memFree=1752864/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=18568 CPUtime=0
/proc/2164/stat : 2164 (runsolver) R 2162 2164 28195 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 136125436 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2164/statm: 4642 292 257 24 0 2626 0

[startup+0.103919 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 2164
/proc/meminfo: memFree=1752864/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1780108 CPUtime=0.08
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 3977 0 1 0 5 3 0 0 18 0 12 0 136125436 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.201927 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 2164
/proc/meminfo: memFree=1752864/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1781760 CPUtime=0.2
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 4766 0 1 0 17 3 0 0 18 0 12 0 136125436 1824522240 4504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 445440 4504 1246 9 0 443052 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781760

[startup+0.301937 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 2164
/proc/meminfo: memFree=1752864/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1782276 CPUtime=0.36
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 5399 0 1 0 32 4 0 0 18 0 12 0 136125436 1825050624 5137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 445569 5137 1269 9 0 443181 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782276

[startup+0.701984 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 2164
/proc/meminfo: memFree=1752864/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1784392 CPUtime=0.96
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 10315 0 1 0 90 6 0 0 18 0 12 0 136125436 1827217408 9405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 446098 9405 1296 9 0 443710 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784392

[startup+1.50107 s]
/proc/loadavg: 0.91 0.98 0.99 4/89 2176
/proc/meminfo: memFree=1704448/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1796804 CPUtime=2.48
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 22996 0 1 0 237 11 0 0 18 0 12 0 136125436 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 449201 18360 1303 9 0 446813 0
[pid=2164/tid=2166] ppid=2162 vsize=1796804 CPUtime=0.93
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 13987 0 1 0 86 7 0 0 18 0 12 0 136125437 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109147498 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 136125439 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 136125439 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 136125441 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 136125442 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 136125442 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 136125445 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1796804 CPUtime=0.9
/proc/2164/task/2173/stat : 2173 (java) R 2162 2164 28195 0 -1 64 5604 0 0 0 88 2 0 0 18 0 12 0 136125445 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103316093 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1796804 CPUtime=0.62
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2684 0 0 0 62 0 0 0 16 0 12 0 136125445 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 136125445 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1796804 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 136125445 1839927296 18360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1796804

[startup+3.10223 s]
/proc/loadavg: 0.91 0.98 0.99 4/89 2176
/proc/meminfo: memFree=1624320/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795112 CPUtime=4.8
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 44646 0 1 0 460 20 0 0 18 0 13 0 136125436 1838194688 38801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448778 38802 1318 9 0 446390 0
[pid=2164/tid=2166] ppid=2162 vsize=1795112 CPUtime=2.29
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 34666 0 1 0 213 16 0 0 17 0 13 0 136125437 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109602211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136125439 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136125439 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136125441 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136125442 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 136125442 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795112 CPUtime=1.46
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6359 0 0 0 143 3 0 0 16 0 13 0 136125445 1838194688 38802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795112 CPUtime=1.04
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2897 0 0 0 104 0 0 0 16 0 13 0 136125445 1838194688 38803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838194688 38803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795112 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838194688 38803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 1795112

[startup+6.30256 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 2177
/proc/meminfo: memFree=1568760/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795596 CPUtime=8.16
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 52970 0 1 0 791 25 0 0 18 0 13 0 136125436 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448899 47050 1327 9 0 446511 0
[pid=2164/tid=2166] ppid=2162 vsize=1795596 CPUtime=5.35
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 37736 0 1 0 517 18 0 0 25 0 13 0 136125437 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109609732 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795596 CPUtime=0.09
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 2628 0 0 0 8 1 0 0 17 0 13 0 136125439 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795596 CPUtime=0.1
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 2616 0 0 0 9 1 0 0 17 0 13 0 136125439 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 136125441 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795596 CPUtime=1.5
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6364 0 0 0 147 3 0 0 16 0 13 0 136125445 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795596 CPUtime=1.07
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2897 0 0 0 107 0 0 0 16 0 13 0 136125445 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2177] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2177/stat : 2177 (java) S 2162 2164 28195 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136125681 1838690304 47050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1795596

[startup+12.7022 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 2177
/proc/meminfo: memFree=1545784/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795596 CPUtime=14.67
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 58767 0 1 0 1438 29 0 0 18 0 13 0 136125436 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448899 52808 1327 9 0 446511 0
[pid=2164/tid=2166] ppid=2162 vsize=1795596 CPUtime=11.64
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 37739 0 1 0 1146 18 0 0 25 0 13 0 136125437 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109603971 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795596 CPUtime=0.2
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 5507 0 0 0 18 2 0 0 17 0 13 0 136125439 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795596 CPUtime=0.21
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 5529 0 0 0 18 3 0 0 18 0 13 0 136125439 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 136125441 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795596 CPUtime=1.5
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6364 0 0 0 147 3 0 0 16 0 13 0 136125445 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795596 CPUtime=1.07
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2897 0 0 0 107 0 0 0 16 0 13 0 136125445 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2177] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2177/stat : 2177 (java) S 2162 2164 28195 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136125681 1838690304 52808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1795596

[startup+25.5016 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 2177
/proc/meminfo: memFree=1533624/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795596 CPUtime=27.64
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 62300 0 1 0 2733 31 0 0 18 0 13 0 136125436 1838690304 55877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448899 55877 1327 9 0 446511 0
[pid=2164/tid=2166] ppid=2162 vsize=1795596 CPUtime=24.26
/proc/2164/task/2166/stat : 2166 (java) S 2162 2164 28195 0 -1 64 37743 0 1 0 2408 18 0 0 25 0 13 0 136125437 1838690304 55877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795596 CPUtime=0.37
/proc/2164/task/2167/stat : 2167 (java) R 2162 2164 28195 0 -1 64 7382 0 0 0 34 3 0 0 17 0 13 0 136125439 1838690304 55877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795596 CPUtime=0.37
/proc/2164/task/2168/stat : 2168 (java) R 2162 2164 28195 0 -1 64 7182 0 0 0 34 3 0 0 17 0 13 0 136125439 1838690304 55877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366895 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 136125441 1838690304 55877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 55877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0.38
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 47 0 0 0 22 16 0 0 16 0 13 0 136125441 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795596 CPUtime=1.53
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6366 0 0 0 150 3 0 0 16 0 13 0 136125445 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795596 CPUtime=1.09
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2898 0 0 0 109 0 0 0 17 0 13 0 136125445 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2177] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2177/stat : 2177 (java) S 2162 2164 28195 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136125681 1838690304 83797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1611.09
Current children cumulated vsize (KiB) 1795596

[startup+1662.3 s]
/proc/loadavg: 1.34 1.09 1.03 2/90 2880
/proc/meminfo: memFree=1336312/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795596 CPUtime=1671.26
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 154291 0 1 0 166967 159 0 0 18 0 13 0 136125436 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448899 85815 1327 9 0 446511 0
[pid=2164/tid=2166] ppid=2162 vsize=1795596 CPUtime=1649.37
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 47078 0 1 0 164901 36 0 0 25 0 13 0 136125437 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110005970 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795596 CPUtime=9.4
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 53531 0 0 0 884 56 0 0 16 0 13 0 136125439 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795596 CPUtime=9.4
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 43646 0 0 0 897 43 0 0 16 0 13 0 136125439 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0.39
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 50 0 0 0 22 17 0 0 16 0 13 0 136125441 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795596 CPUtime=1.53
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6366 0 0 0 150 3 0 0 16 0 13 0 136125445 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795596 CPUtime=1.09
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2898 0 0 0 109 0 0 0 17 0 13 0 136125445 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2177] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2177/stat : 2177 (java) S 2162 2164 28195 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136125681 1838690304 85815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1671.26
Current children cumulated vsize (KiB) 1795596

[startup+1722.3 s]
/proc/loadavg: 1.12 1.07 1.02 2/90 2880
/proc/meminfo: memFree=1329720/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795596 CPUtime=1731.56
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 157730 0 1 0 172990 166 0 0 18 0 13 0 136125436 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448899 87613 1327 9 0 446511 0
[pid=2164/tid=2166] ppid=2162 vsize=1795596 CPUtime=1708.84
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 47139 0 1 0 170846 38 0 0 25 0 13 0 136125437 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900313 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795596 CPUtime=9.8
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 55751 0 0 0 920 60 0 0 16 0 13 0 136125439 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795596 CPUtime=9.82
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 44804 0 0 0 938 44 0 0 16 0 13 0 136125439 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0.4
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 50 0 0 0 23 17 0 0 16 0 13 0 136125441 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795596 CPUtime=1.53
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6366 0 0 0 150 3 0 0 16 0 13 0 136125445 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795596 CPUtime=1.09
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2898 0 0 0 109 0 0 0 17 0 13 0 136125445 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2177] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2177/stat : 2177 (java) S 2162 2164 28195 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136125681 1838690304 87613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1731.56
Current children cumulated vsize (KiB) 1795596

[startup+1782.3 s]
/proc/loadavg: 1.17 1.08 1.02 2/90 2880
/proc/meminfo: memFree=1315832/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795596 CPUtime=1791.84
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 162348 0 1 0 179013 171 0 0 18 0 13 0 136125436 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448899 91148 1327 9 0 446511 0
[pid=2164/tid=2166] ppid=2162 vsize=1795596 CPUtime=1768.25
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 48257 0 1 0 176786 39 0 0 17 0 13 0 136125437 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542752 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795596 CPUtime=10.23
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 58494 0 0 0 960 63 0 0 16 0 13 0 136125439 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795596 CPUtime=10.25
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 45559 0 0 0 980 45 0 0 16 0 13 0 136125439 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0.41
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 52 0 0 0 24 17 0 0 16 0 13 0 136125441 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795596 CPUtime=1.53
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6366 0 0 0 150 3 0 0 16 0 13 0 136125445 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795596 CPUtime=1.09
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2898 0 0 0 109 0 0 0 17 0 13 0 136125445 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2177] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2177/stat : 2177 (java) S 2162 2164 28195 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136125681 1838690304 91148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1791.84
Current children cumulated vsize (KiB) 1795596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.5 s]
/proc/loadavg: 1.15 1.08 1.02 2/90 2880
/proc/meminfo: memFree=1314424/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=1795596 CPUtime=1800.08
/proc/2164/stat : 2164 (java) S 2162 2164 28195 0 -1 0 162719 0 1 0 179836 172 0 0 18 0 13 0 136125436 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 448899 91398 1327 9 0 446511 0
[pid=2164/tid=2166] ppid=2162 vsize=1795596 CPUtime=1776.38
/proc/2164/task/2166/stat : 2166 (java) R 2162 2164 28195 0 -1 64 48264 0 1 0 177599 39 0 0 25 0 13 0 136125437 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542700 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1795596 CPUtime=10.29
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 28195 0 -1 64 58821 0 0 0 965 64 0 0 16 0 13 0 136125439 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2168] ppid=2162 vsize=1795596 CPUtime=10.31
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 28195 0 -1 64 45596 0 0 0 986 45 0 0 16 0 13 0 136125439 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=1795596 CPUtime=0.42
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 28195 0 -1 64 52 0 0 0 24 18 0 0 16 0 13 0 136125441 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2170] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2171] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 136125442 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2172] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 28195 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 136125445 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2173] ppid=2162 vsize=1795596 CPUtime=1.53
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 28195 0 -1 64 6366 0 0 0 150 3 0 0 16 0 13 0 136125445 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2174] ppid=2162 vsize=1795596 CPUtime=1.09
/proc/2164/task/2174/stat : 2174 (java) S 2162 2164 28195 0 -1 64 2898 0 0 0 109 0 0 0 17 0 13 0 136125445 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2164/tid=2175] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2175/stat : 2175 (java) S 2162 2164 28195 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 136125445 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2176] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2176/stat : 2176 (java) S 2162 2164 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 136125445 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2164/tid=2177] ppid=2162 vsize=1795596 CPUtime=0
/proc/2164/task/2177/stat : 2177 (java) S 2162 2164 28195 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136125681 1838690304 91398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795596

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

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

[startup+1790.61 s]
/proc/loadavg: 1.15 1.08 1.02 2/90 2880
/proc/meminfo: memFree=1314424/2055920 swapFree=4170480/4192956
[pid=2164] ppid=2162 vsize=0 CPUtime=1800.19
/proc/2164/stat : 2164 (java) Z 2162 2164 28195 0 -1 1036 162740 0 1 0 179841 178 0 0 16 0 2 0 136125436 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2164/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.62
CPU time (s): 1800.2
CPU user time (s): 1798.42
CPU system time (s): 1.78573
CPU usage (%): 100.535
Max. virtual memory (cumulated for all children) (KiB): 1796804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 1.78573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162740
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= 56024
involuntary context switches= 54063

runsolver used 1.9617 second user time and 5.35419 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Apr 15 01:34:38 UTC 2007

IDJOB= 348848
IDBENCH= 1762
IDSOLVER= 159
FILE ID= node7/348848-1176600878

PBS_JOBID= 4556801

Free space on /tmp= 66519 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0abc7673c35064c54cd6e972f16047d8

RANDOM SEED= 613188691

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1753336 kB
Buffers:         83940 kB
Cached:         137012 kB
SwapCached:       2496 kB
Active:         138280 kB
Inactive:       111904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753336 kB
SwapTotal:     4192956 kB
SwapFree:      4170480 kB
Dirty:            4752 kB
Writeback:           0 kB
Mapped:          35012 kB
Slab:            37812 kB
Committed_AS:  4845556 kB
PageTables:       1872 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= 66519 MiB

End job on node7 on Sun Apr 15 02:04:31 UTC 2007