Trace number 349278

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
sat4jPseudoCP 2007-03-23? (TO) 1800.31 1760.47

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
Bench CategoryOPT-BIGINT (optimisation, big 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 variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349278-1176692945/instance-349278-1176692945.opb
0.20/0.20	c reading problem ... 
4.07/2.87	c ... done. Wall clock time 2.674s.
4.07/2.87	c CPU time (experimental) 2.24s.
4.07/2.87	c #vars     21720
4.07/2.87	c #constraints  1259
1800.09/1760.36	c starts		: 2
1800.09/1760.36	c conflicts		: 32321
1800.09/1760.36	c decisions		: 68585
1800.09/1760.36	c propagations		: 963480
1800.09/1760.36	c inspects		: 187299615
1800.09/1760.36	c learnt literals	: 0
1800.09/1760.36	c learnt binary clauses	: 0
1800.09/1760.36	c learnt ternary clauses	: 0
1800.09/1760.36	c learnt clauses	: 32320
1800.09/1760.36	c root simplifications	: 0
1800.09/1760.36	c removed literals (reason simplification)	: 0
1800.09/1760.36	c reason swapping (by a shorter reason)	: 0
1800.09/1760.36	c Calls to reduceDB	: 0
1800.09/1760.36	c speed (decisions/second)	: 39.02933417099725
1800.09/1760.36	c non guided choices	11058
1800.09/1760.36	s UNKNOWN
1800.09/1760.36	c Total wall clock time (ms): 1760.162

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/node67/watcher-349278-1176692945 -o ROOT/results/node67/solver-349278-1176692945 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349278-1176692945/sat4jPseudoCP.jar /tmp/evaluation/349278-1176692945/instance-349278-1176692945.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.02 1.02 1.00 3/64 16097
/proc/meminfo: memFree=1850344/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=308 CPUtime=0
/proc/16097/stat : 16097 (java) R 16095 16097 15742 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 145284026 315392 39 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 6890276 0 0 4096 0 0 0 0 17 1 0 0
/proc/16097/statm: 77 39 29 9 0 6 0

[startup+0.0549159 s]
/proc/loadavg: 1.02 1.02 1.00 3/64 16097
/proc/meminfo: memFree=1850344/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1777708 CPUtime=0.04
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 3551 0 1 0 2 2 0 0 18 0 7 0 145284026 1820372992 3295 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 444427 3295 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101927 s]
/proc/loadavg: 1.02 1.02 1.00 3/64 16097
/proc/meminfo: memFree=1850344/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1780108 CPUtime=0.08
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 3983 0 1 0 5 3 0 0 18 0 12 0 145284026 1822830592 3724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301962 s]
/proc/loadavg: 1.02 1.02 1.00 3/64 16097
/proc/meminfo: memFree=1850344/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1781636 CPUtime=0.34
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 5265 0 1 0 30 4 0 0 18 0 12 0 145284026 1824395264 5003 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 445409 5003 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781636

[startup+0.701038 s]
/proc/loadavg: 1.02 1.02 1.00 3/64 16097
/proc/meminfo: memFree=1850344/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1786996 CPUtime=0.96
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 8275 0 1 0 91 5 0 0 18 0 12 0 145284026 1829883904 7561 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 446749 7561 1300 9 0 444361 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1786996

[startup+1.50218 s]
/proc/loadavg: 1.10 1.04 1.01 3/76 16109
/proc/meminfo: memFree=1810376/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1798920 CPUtime=2.55
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 27523 0 1 0 240 15 0 0 18 0 12 0 145284026 1842094080 23129 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449730 23129 1303 9 0 447342 0
[pid=16097/tid=16099] ppid=16095 vsize=1798920 CPUtime=1.03
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 18404 0 1 0 92 11 0 0 18 0 12 0 145284027 1842094080 23129 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109507143 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 145284029 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 145284029 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145284031 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145284032 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145284032 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145284035 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1798920 CPUtime=1.02
/proc/16097/task/16106/stat : 16106 (java) R 16095 16097 15742 0 -1 64 6164 0 0 0 99 3 0 0 17 0 12 0 145284035 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1798920 CPUtime=0.48
/proc/16097/task/16107/stat : 16107 (java) R 16095 16097 15742 0 -1 64 2237 0 0 0 48 0 0 0 16 0 12 0 145284035 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103318149 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145284035 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1798920 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 145284035 1842094080 23130 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1798920

[startup+3.10248 s]
/proc/loadavg: 1.10 1.04 1.01 2/76 16109
/proc/meminfo: memFree=1702792/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1797060 CPUtime=4.52
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 51285 0 1 0 427 25 0 0 18 0 13 0 145284026 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449265 45970 1327 9 0 446877 0
[pid=16097/tid=16099] ppid=16095 vsize=1797060 CPUtime=2.38
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 37718 0 1 0 220 18 0 0 24 0 13 0 145284027 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109183081 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1797060 CPUtime=0.05
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 1879 0 0 0 5 0 0 0 16 0 13 0 145284029 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1797060 CPUtime=0.05
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 1690 0 0 0 5 0 0 0 16 0 13 0 145284029 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1797060 CPUtime=0
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 145284031 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1797060 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1797060 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1797060 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1797060 CPUtime=1.26
/proc/16097/task/16106/stat : 16106 (java) R 16095 16097 15742 0 -1 64 6453 0 0 0 123 3 0 0 16 0 13 0 145284035 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1797060 CPUtime=0.7
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 2819 0 0 0 70 0 0 0 16 0 13 0 145284035 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1797060 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1797060 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1840189440 45970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 1797060

[startup+6.30206 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 16110
/proc/meminfo: memFree=1647232/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1796520 CPUtime=9.2
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 65160 0 1 0 887 33 0 0 18 0 13 0 145284026 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449130 53988 1327 9 0 446742 0
[pid=16097/tid=16099] ppid=16095 vsize=1796520 CPUtime=4.76
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 37736 0 1 0 457 19 0 0 23 0 13 0 145284027 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109993341 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1796520 CPUtime=0.23
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 6044 0 0 0 21 2 0 0 16 0 13 0 145284029 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1796520 CPUtime=0.23
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 5621 0 0 0 20 3 0 0 16 0 13 0 145284029 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1796520 CPUtime=0
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145284031 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796520 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1796520 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1796520 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1796520 CPUtime=2.19
/proc/16097/task/16106/stat : 16106 (java) S 16095 16097 15742 0 -1 64 9332 0 0 0 215 4 0 0 16 0 13 0 145284035 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1796520 CPUtime=1.73
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 5695 0 0 0 171 2 0 0 17 0 13 0 145284035 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1796520 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1796520 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16110] ppid=16095 vsize=1796520 CPUtime=0
/proc/16097/task/16110/stat : 16110 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145284336 1839636480 53988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 1796520

[startup+12.7022 s]
/proc/loadavg: 1.08 1.04 1.00 2/77 16110
/proc/meminfo: memFree=1616320/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1796356 CPUtime=16.2
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 72626 0 1 0 1583 37 0 0 18 0 13 0 145284026 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449089 59078 1327 9 0 446701 0
[pid=16097/tid=16099] ppid=16095 vsize=1796356 CPUtime=10.58
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 37748 0 1 0 1039 19 0 0 18 0 13 0 145284027 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109573341 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1796356 CPUtime=0.75
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 9752 0 0 0 71 4 0 0 16 0 13 0 145284029 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1796356 CPUtime=0.76
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 9363 0 0 0 72 4 0 0 16 0 13 0 145284029 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145284031 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1796356 CPUtime=2.26
/proc/16097/task/16106/stat : 16106 (java) S 16095 16097 15742 0 -1 64 9334 0 0 0 222 4 0 0 16 0 13 0 145284035 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1796356 CPUtime=1.79
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 5697 0 0 0 177 2 0 0 16 0 13 0 145284035 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16110] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16110/stat : 16110 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145284336 1839468544 59078 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.2
Current children cumulated vsize (KiB) 1796356

[startup+25.5016 s]
/proc/loadavg: 1.07 1.04 1.00 2/77 16110
/proc/meminfo: memFree=1729088/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1796356 CPUtime=29.05
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 73239 0 1 0 2865 40 0 0 18 0 13 0 145284026 1839468544 31041 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449089 31041 1328 9 0 446701 0
[pid=16097/tid=16099] ppid=16095 vsize=1796356 CPUtime=23.28
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 37785 0 1 0 2309 19 0 0 25 0 13 0 145284027 1839468544 31041 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109573573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1796356 CPUtime=0.8
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 10047 0 0 0 76 4 0 0 16 0 13 0 145284029 1839468544 31041 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1796356 CPUtime=0.81
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 9643 0 0 0 76 5 0 0 15 0 13 0 145284029 1839468544 31041 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1796356 CPUtime=0.03
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 10 0 0 0 0 3 0 0 16 0 13 0 145284031 1839468544 31041 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 31041 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=16097/tid=16102] ppid=16095 vsize=1796356 CPUtime=0.4
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 101 0 0 0 23 17 0 0 16 0 13 0 145284031 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1796356 CPUtime=2.55
/proc/16097/task/16106/stat : 16106 (java) S 16095 16097 15742 0 -1 64 9715 0 0 0 251 4 0 0 17 0 13 0 145284035 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1796356 CPUtime=1.94
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 5702 0 0 0 192 2 0 0 16 0 13 0 145284035 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16110] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16110/stat : 16110 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145284336 1839468544 136061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1575.72
Current children cumulated vsize (KiB) 1796356

[startup+1602.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 16110
/proc/meminfo: memFree=1300224/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1796356 CPUtime=1637.47
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 203414 0 1 0 163620 127 0 0 18 0 13 0 145284026 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449089 138289 1334 9 0 446701 0
[pid=16097/tid=16099] ppid=16095 vsize=1796356 CPUtime=1566.13
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 73601 0 1 0 156569 44 0 0 25 0 13 0 145284027 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109993718 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1796356 CPUtime=33.17
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 60355 0 0 0 3285 32 0 0 16 0 13 0 145284029 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1796356 CPUtime=33.2
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 53217 0 0 0 3296 24 0 0 16 0 13 0 145284029 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1796356 CPUtime=0.41
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 102 0 0 0 24 17 0 0 15 0 13 0 145284031 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1796356 CPUtime=2.55
/proc/16097/task/16106/stat : 16106 (java) S 16095 16097 15742 0 -1 64 9715 0 0 0 251 4 0 0 17 0 13 0 145284035 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1796356 CPUtime=1.94
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 5702 0 0 0 192 2 0 0 16 0 13 0 145284035 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16110] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16110/stat : 16110 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145284336 1839468544 138289 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1637.47
Current children cumulated vsize (KiB) 1796356

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 16110
/proc/meminfo: memFree=1291584/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1796356 CPUtime=1699.24
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 206046 0 1 0 169795 129 0 0 18 0 13 0 145284026 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449089 140550 1334 9 0 446701 0
[pid=16097/tid=16099] ppid=16095 vsize=1796356 CPUtime=1624.27
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 73639 0 1 0 162383 44 0 0 24 0 13 0 145284027 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109918882 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1796356 CPUtime=34.99
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 61794 0 0 0 3466 33 0 0 16 0 13 0 145284029 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1796356 CPUtime=35.01
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 54372 0 0 0 3476 25 0 0 16 0 13 0 145284029 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1796356 CPUtime=0.42
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 102 0 0 0 25 17 0 0 15 0 13 0 145284031 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1796356 CPUtime=2.55
/proc/16097/task/16106/stat : 16106 (java) S 16095 16097 15742 0 -1 64 9715 0 0 0 251 4 0 0 17 0 13 0 145284035 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1796356 CPUtime=1.94
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 5702 0 0 0 192 2 0 0 16 0 13 0 145284035 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16110] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16110/stat : 16110 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145284336 1839468544 140550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1699.24
Current children cumulated vsize (KiB) 1796356

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 16110
/proc/meminfo: memFree=1282176/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1796356 CPUtime=1760.99
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 208521 0 1 0 175969 130 0 0 18 0 13 0 145284026 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449089 142805 1334 9 0 446701 0
[pid=16097/tid=16099] ppid=16095 vsize=1796356 CPUtime=1682.44
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 73675 0 1 0 168200 44 0 0 25 0 13 0 145284027 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110004762 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1796356 CPUtime=36.76
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 63370 0 0 0 3643 33 0 0 17 0 13 0 145284029 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1796356 CPUtime=36.81
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 55235 0 0 0 3656 25 0 0 17 0 13 0 145284029 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1796356 CPUtime=0.43
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 102 0 0 0 25 18 0 0 16 0 13 0 145284031 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1796356 CPUtime=2.55
/proc/16097/task/16106/stat : 16106 (java) S 16095 16097 15742 0 -1 64 9715 0 0 0 251 4 0 0 17 0 13 0 145284035 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1796356 CPUtime=1.94
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 5702 0 0 0 192 2 0 0 16 0 13 0 145284035 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16110] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16110/stat : 16110 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145284336 1839468544 142805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.99
Current children cumulated vsize (KiB) 1796356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16110
/proc/meminfo: memFree=1276544/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=1796356 CPUtime=1800.09
/proc/16097/stat : 16097 (java) S 16095 16097 15742 0 -1 0 210069 0 1 0 179877 132 0 0 18 0 13 0 145284026 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 449089 144203 1334 9 0 446701 0
[pid=16097/tid=16099] ppid=16095 vsize=1796356 CPUtime=1719.26
/proc/16097/task/16099/stat : 16099 (java) R 16095 16097 15742 0 -1 64 73698 0 1 0 171882 44 0 0 25 0 13 0 145284027 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109993547 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16100] ppid=16095 vsize=1796356 CPUtime=37.89
/proc/16097/task/16100/stat : 16100 (java) S 16095 16097 15742 0 -1 64 63996 0 0 0 3755 34 0 0 16 0 13 0 145284029 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16101] ppid=16095 vsize=1796356 CPUtime=37.95
/proc/16097/task/16101/stat : 16101 (java) S 16095 16097 15742 0 -1 64 56134 0 0 0 3769 26 0 0 17 0 13 0 145284029 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16102] ppid=16095 vsize=1796356 CPUtime=0.43
/proc/16097/task/16102/stat : 16102 (java) S 16095 16097 15742 0 -1 64 102 0 0 0 25 18 0 0 16 0 13 0 145284031 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16103] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16103/stat : 16103 (java) S 16095 16097 15742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16104] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16104/stat : 16104 (java) S 16095 16097 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145284032 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16105] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16105/stat : 16105 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145284035 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16106] ppid=16095 vsize=1796356 CPUtime=2.55
/proc/16097/task/16106/stat : 16106 (java) S 16095 16097 15742 0 -1 64 9715 0 0 0 251 4 0 0 17 0 13 0 145284035 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16107] ppid=16095 vsize=1796356 CPUtime=1.94
/proc/16097/task/16107/stat : 16107 (java) S 16095 16097 15742 0 -1 64 5702 0 0 0 192 2 0 0 16 0 13 0 145284035 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16097/tid=16108] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16108/stat : 16108 (java) S 16095 16097 15742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145284035 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16109] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16109/stat : 16109 (java) S 16095 16097 15742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145284035 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16097/tid=16110] ppid=16095 vsize=1796356 CPUtime=0
/proc/16097/task/16110/stat : 16110 (java) S 16095 16097 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145284336 1839468544 144203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1796356

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

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

[startup+1760.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16110
/proc/meminfo: memFree=1276544/2055920 swapFree=4183964/4192956
[pid=16097] ppid=16095 vsize=0 CPUtime=1800.25
/proc/16097/stat : 16097 (java) Z 16095 16097 15742 0 -1 1036 210147 0 1 0 179889 136 0 0 15 0 2 0 145284026 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16097/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1760.47
CPU time (s): 1800.31
CPU user time (s): 1798.89
CPU system time (s): 1.41978
CPU usage (%): 102.263
Max. virtual memory (cumulated for all children) (KiB): 1799368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.41978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210147
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= 53072
involuntary context switches= 24417

runsolver used 2.17267 second user time and 5.13022 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Apr 16 03:09:05 UTC 2007

IDJOB= 349278
IDBENCH= 2331
IDSOLVER= 160
FILE ID= node67/349278-1176692945

PBS_JOBID= 4560009

Free space on /tmp= 66541 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos6.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349278-1176692945/sat4jPseudoCP.jar /tmp/evaluation/349278-1176692945/instance-349278-1176692945.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-349278-1176692945 -o ROOT/results/node67/solver-349278-1176692945 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349278-1176692945/sat4jPseudoCP.jar /tmp/evaluation/349278-1176692945/instance-349278-1176692945.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2a04555106a68acba17fb5820db41df1

RANDOM SEED= 828030397

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1850816 kB
Buffers:         10788 kB
Cached:         125492 kB
SwapCached:       3460 kB
Active:          66432 kB
Inactive:        80436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850816 kB
SwapTotal:     4192956 kB
SwapFree:      4183964 kB
Dirty:            6604 kB
Writeback:           0 kB
Mapped:          16204 kB
Slab:            44224 kB
Committed_AS:   207840 kB
PageTables:       1452 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= 66541 MiB

End job on node67 on Mon Apr 16 03:38:28 UTC 2007