Trace number 348355

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.28 1767.58

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-agg2.opb
MD5SUM7b629a8e586efe367931c6cdc897e95b
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 variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 3308
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 529735
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529735
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.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/348355-1176579149/instance-348355-1176579149.opb
0.20/0.20	c reading problem ... 
2.64/1.67	c ... done. Wall clock time 1.469s.
2.64/1.67	c CPU time (experimental) 1.13s.
2.64/1.67	c #vars     9060
2.64/1.67	c #constraints  489
1800.09/1767.41	c starts		: 2
1800.09/1767.41	c conflicts		: 16498
1800.09/1767.41	c decisions		: 714637
1800.09/1767.41	c propagations		: 1199511
1800.09/1767.41	c inspects		: 83664689
1800.09/1767.41	c learnt literals	: 0
1800.09/1767.41	c learnt binary clauses	: 0
1800.09/1767.41	c learnt ternary clauses	: 0
1800.09/1767.41	c learnt clauses	: 16498
1800.09/1767.41	c root simplifications	: 0
1800.09/1767.41	c removed literals (reason simplification)	: 0
1800.09/1767.41	c reason swapping (by a shorter reason)	: 0
1800.09/1767.41	c Calls to reduceDB	: 0
1800.09/1767.41	c speed (decisions/second)	: 404.77010407026074
1800.09/1767.41	c non guided choices	3017
1800.09/1767.41	s UNKNOWN
1800.09/1767.41	c Total wall clock time (ms): 1767.211

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/node16/watcher-348355-1176579149 -o ROOT/results/node16/solver-348355-1176579149 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348355-1176579149/sat4jPseudoCP.jar /tmp/evaluation/348355-1176579149/instance-348355-1176579149.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.92 0.98 0.99 2/77 8133
/proc/meminfo: memFree=1713696/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1800 CPUtime=0
/proc/8133/stat : 8133 (java) D 8131 8133 7764 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 105832553 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8133/statm: 450 143 106 9 0 92 0

[startup+0.0830409 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8133
/proc/meminfo: memFree=1713696/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1777844 CPUtime=0.07
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 3811 0 1 0 5 2 0 0 18 0 7 0 105832553 1820512256 3553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 444461 3553 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101038 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8133
/proc/meminfo: memFree=1713696/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1780108 CPUtime=0.08
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 105832553 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.300998 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8133
/proc/meminfo: memFree=1713696/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1781420 CPUtime=0.32
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 5134 0 1 0 29 3 0 0 18 0 12 0 105832553 1824174080 4872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 445355 4872 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701916 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8133
/proc/meminfo: memFree=1713696/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1785400 CPUtime=0.98
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 7932 0 1 0 93 5 0 0 18 0 12 0 105832553 1828249600 7107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 446350 7107 1298 9 0 443962 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1785400

[startup+1.50275 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 8145
/proc/meminfo: memFree=1676864/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1792692 CPUtime=2.52
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 24753 0 1 0 239 13 0 0 18 0 12 0 105832553 1835716608 20260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448173 20262 1308 9 0 445785 0
[pid=8133/tid=8135] ppid=8131 vsize=1792692 CPUtime=0.96
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 16652 0 1 0 88 8 0 0 18 0 12 0 105832554 1835716608 20262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509765 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 105832556 1835716608 20264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 105832556 1835716608 20265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 105832558 1835716608 20266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 105832558 1835716608 20267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 105832558 1835716608 20268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 105832562 1835716608 20269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1792692 CPUtime=1
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 5994 0 0 0 97 3 0 0 17 0 12 0 105832562 1835716608 20270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1792692 CPUtime=0.53
/proc/8133/task/8143/stat : 8143 (java) R 8131 8133 7764 0 -1 64 1387 0 0 0 53 0 0 0 16 0 12 0 105832562 1835716608 20271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104789997 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105832562 1835716608 20272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1792692 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105832562 1835716608 20273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1792692

[startup+3.10242 s]
/proc/loadavg: 0.92 0.98 0.99 3/90 8146
/proc/meminfo: memFree=1606264/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1798244 CPUtime=5.1
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 53929 0 1 0 483 27 0 0 18 0 13 0 105832553 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 449561 45150 1326 9 0 447173 0
[pid=8133/tid=8135] ppid=8131 vsize=1798244 CPUtime=2.04
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 37711 0 1 0 185 19 0 0 19 0 13 0 105832554 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800615 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1798244 CPUtime=0.03
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 1334 0 0 0 3 0 0 0 16 0 13 0 105832556 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1798244 CPUtime=0.04
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 1158 0 0 0 4 0 0 0 16 0 13 0 105832556 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1798244 CPUtime=0
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 105832558 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1798244 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1798244 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1798244 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1798244 CPUtime=1.61
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 6861 0 0 0 158 3 0 0 16 0 13 0 105832562 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1798244 CPUtime=1.32
/proc/8133/task/8143/stat : 8143 (java) R 8131 8133 7764 0 -1 64 6135 0 0 0 130 2 0 0 19 0 13 0 105832562 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102399502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1798244 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1798244 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1798244 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1841401856 45150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 1798244

[startup+6.30275 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 8146
/proc/meminfo: memFree=1535288/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1795172 CPUtime=9.16
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 65027 0 1 0 882 34 0 0 18 0 13 0 105832553 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448793 50712 1326 9 0 446405 0
[pid=8133/tid=8135] ppid=8131 vsize=1795172 CPUtime=4.81
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 37723 0 1 0 462 19 0 0 20 0 13 0 105832554 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109608980 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1795172 CPUtime=0.3
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 5842 0 0 0 27 3 0 0 16 0 13 0 105832556 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1795172 CPUtime=0.31
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 5615 0 0 0 28 3 0 0 16 0 13 0 105832556 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1795172 CPUtime=0
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 105832558 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1795172 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1795172 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1795172 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1795172 CPUtime=2.04
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 8931 0 0 0 200 4 0 0 16 0 13 0 105832562 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1795172 CPUtime=1.65
/proc/8133/task/8143/stat : 8143 (java) S 8131 8133 7764 0 -1 64 6165 0 0 0 163 2 0 0 16 0 13 0 105832562 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1795172 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1795172 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1795172 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1838256128 50712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.16
Current children cumulated vsize (KiB) 1795172

[startup+12.7024 s]
/proc/loadavg: 1.08 1.02 1.00 2/90 8146
/proc/meminfo: memFree=1510072/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1793124 CPUtime=15.66
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 66743 0 1 0 1532 34 0 0 18 0 13 0 105832553 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448281 51263 1327 9 0 445893 0
[pid=8133/tid=8135] ppid=8131 vsize=1793124 CPUtime=11.15
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 37890 0 1 0 1096 19 0 0 25 0 13 0 105832554 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109609120 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1793124 CPUtime=0.34
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 6705 0 0 0 31 3 0 0 16 0 13 0 105832556 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1793124 CPUtime=0.35
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 6300 0 0 0 32 3 0 0 16 0 13 0 105832556 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1793124 CPUtime=0.01
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 105832558 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1793124 CPUtime=2.07
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 8932 0 0 0 203 4 0 0 16 0 13 0 105832562 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1793124 CPUtime=1.69
/proc/8133/task/8143/stat : 8143 (java) S 8131 8133 7764 0 -1 64 6165 0 0 0 167 2 0 0 17 0 13 0 105832562 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1836158976 51263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 1793124

[startup+25.503 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 8146
/proc/meminfo: memFree=1499448/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1793124 CPUtime=28.62
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 80769 0 1 0 2820 42 0 0 18 0 13 0 105832553 1836158976 54561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448281 54561 1327 9 0 445893 0
[pid=8133/tid=8135] ppid=8131 vsize=1793124 CPUtime=23.81
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 48921 0 1 0 2357 24 0 0 22 0 13 0 105832554 1836158976 54561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828237 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1793124 CPUtime=0.45
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 8309 0 0 0 41 4 0 0 16 0 13 0 105832556 1836158976 54561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1793124 CPUtime=0.45
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 7659 0 0 0 41 4 0 0 16 0 13 0 105832556 1836158976 54561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1793124 CPUtime=0.02
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 61 0 0 0 1 1 0 0 16 0 13 0 105832558 1836158976 54561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=8133/tid=8138] ppid=8131 vsize=1793124 CPUtime=0.45
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 199 0 0 0 27 18 0 0 16 0 13 0 105832558 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1793124 CPUtime=2.27
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 8949 0 0 0 223 4 0 0 17 0 13 0 105832562 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1793124 CPUtime=1.8
/proc/8133/task/8143/stat : 8143 (java) S 8131 8133 7764 0 -1 64 6169 0 0 0 178 2 0 0 16 0 13 0 105832562 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1836158976 173466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.32
Current children cumulated vsize (KiB) 1793124

[startup+1602.3 s]
/proc/loadavg: 1.24 1.10 1.02 2/90 8148
/proc/meminfo: memFree=1010168/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1793124 CPUtime=1630.04
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 267994 0 1 0 162850 154 0 0 18 0 13 0 105832553 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448281 176694 1334 9 0 445893 0
[pid=8133/tid=8135] ppid=8131 vsize=1793124 CPUtime=1575.09
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 87653 0 1 0 157456 53 0 0 20 0 13 0 105832554 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828748 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1793124 CPUtime=25.21
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 84361 0 0 0 2485 36 0 0 16 0 13 0 105832556 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1793124 CPUtime=25.14
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 79941 0 0 0 2477 37 0 0 16 0 13 0 105832556 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1793124 CPUtime=0.46
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 199 0 0 0 28 18 0 0 15 0 13 0 105832558 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1793124 CPUtime=2.27
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 8949 0 0 0 223 4 0 0 17 0 13 0 105832562 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1793124 CPUtime=1.8
/proc/8133/task/8143/stat : 8143 (java) S 8131 8133 7764 0 -1 64 6169 0 0 0 178 2 0 0 16 0 13 0 105832562 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1836158976 176694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.04
Current children cumulated vsize (KiB) 1793124

[startup+1662.3 s]
/proc/loadavg: 1.15 1.09 1.02 2/90 8148
/proc/meminfo: memFree=993080/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1793124 CPUtime=1691.83
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 272646 0 1 0 169024 159 0 0 18 0 13 0 105832553 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448281 180876 1334 9 0 445893 0
[pid=8133/tid=8135] ppid=8131 vsize=1793124 CPUtime=1633.27
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 87703 0 1 0 163273 54 0 0 25 0 13 0 105832554 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1793124 CPUtime=27.01
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 87361 0 0 0 2663 38 0 0 16 0 13 0 105832556 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1793124 CPUtime=26.92
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 81543 0 0 0 2654 38 0 0 16 0 13 0 105832556 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1793124 CPUtime=0.47
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 199 0 0 0 28 19 0 0 15 0 13 0 105832558 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1793124 CPUtime=2.27
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 8949 0 0 0 223 4 0 0 17 0 13 0 105832562 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1793124 CPUtime=1.8
/proc/8133/task/8143/stat : 8143 (java) S 8131 8133 7764 0 -1 64 6169 0 0 0 178 2 0 0 16 0 13 0 105832562 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1836158976 180876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1691.83
Current children cumulated vsize (KiB) 1793124

[startup+1722.3 s]
/proc/loadavg: 1.05 1.07 1.01 2/96 8222
/proc/meminfo: memFree=976384/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1793124 CPUtime=1753.63
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 276977 0 1 0 175201 162 0 0 18 0 13 0 105832553 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448281 184677 1334 9 0 445893 0
[pid=8133/tid=8135] ppid=8131 vsize=1793124 CPUtime=1691.35
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 87753 0 1 0 169080 55 0 0 24 0 13 0 105832554 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109593949 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1793124 CPUtime=28.87
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 89360 0 0 0 2848 39 0 0 16 0 13 0 105832556 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1793124 CPUtime=28.79
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 83825 0 0 0 2840 39 0 0 17 0 13 0 105832556 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1793124 CPUtime=0.48
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 199 0 0 0 29 19 0 0 15 0 13 0 105832558 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1793124 CPUtime=2.27
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 8949 0 0 0 223 4 0 0 17 0 13 0 105832562 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1793124 CPUtime=1.8
/proc/8133/task/8143/stat : 8143 (java) S 8131 8133 7764 0 -1 64 6169 0 0 0 178 2 0 0 16 0 13 0 105832562 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1836158976 184677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1753.63
Current children cumulated vsize (KiB) 1793124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.4 s]
/proc/loadavg: 1.09 1.08 1.02 2/90 8346
/proc/meminfo: memFree=967344/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=1793124 CPUtime=1800.09
/proc/8133/stat : 8133 (java) S 8131 8133 7764 0 -1 0 279797 0 1 0 179845 164 0 0 18 0 13 0 105832553 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8133/statm: 448281 187179 1334 9 0 445893 0
[pid=8133/tid=8135] ppid=8131 vsize=1793124 CPUtime=1734.96
/proc/8133/task/8135/stat : 8135 (java) R 8131 8133 7764 0 -1 64 87790 0 1 0 173441 55 0 0 25 0 13 0 105832554 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863857 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8136] ppid=8131 vsize=1793124 CPUtime=30.29
/proc/8133/task/8136/stat : 8136 (java) S 8131 8133 7764 0 -1 64 90686 0 0 0 2989 40 0 0 16 0 13 0 105832556 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8137] ppid=8131 vsize=1793124 CPUtime=30.21
/proc/8133/task/8137/stat : 8137 (java) S 8131 8133 7764 0 -1 64 85282 0 0 0 2981 40 0 0 17 0 13 0 105832556 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8138] ppid=8131 vsize=1793124 CPUtime=0.48
/proc/8133/task/8138/stat : 8138 (java) S 8131 8133 7764 0 -1 64 199 0 0 0 29 19 0 0 15 0 13 0 105832558 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8139] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8139/stat : 8139 (java) S 8131 8133 7764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8140/stat : 8140 (java) S 8131 8133 7764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105832558 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8141] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8141/stat : 8141 (java) S 8131 8133 7764 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 105832562 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8142] ppid=8131 vsize=1793124 CPUtime=2.27
/proc/8133/task/8142/stat : 8142 (java) S 8131 8133 7764 0 -1 64 8949 0 0 0 223 4 0 0 17 0 13 0 105832562 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=1793124 CPUtime=1.8
/proc/8133/task/8143/stat : 8143 (java) S 8131 8133 7764 0 -1 64 6169 0 0 0 178 2 0 0 16 0 13 0 105832562 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8133/tid=8144] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8144/stat : 8144 (java) S 8131 8133 7764 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105832562 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8145] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8145/stat : 8145 (java) S 8131 8133 7764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105832562 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=1793124 CPUtime=0
/proc/8133/task/8146/stat : 8146 (java) S 8131 8133 7764 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105832744 1836158976 187179 18446744073709551615 134512640 134550740 4294956448 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) 1793124

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

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

[startup+1767.51 s]
/proc/loadavg: 1.09 1.08 1.02 2/90 8346
/proc/meminfo: memFree=967344/2055920 swapFree=4191880/4192956
[pid=8133] ppid=8131 vsize=0 CPUtime=1800.2
/proc/8133/stat : 8133 (java) Z 8131 8133 7764 0 -1 1036 279818 0 1 0 179851 169 0 0 15 0 2 0 105832553 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8133/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.58
CPU time (s): 1800.28
CPU user time (s): 1798.52
CPU system time (s): 1.75673
CPU usage (%): 101.85
Max. virtual memory (cumulated for all children) (KiB): 1798244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.75673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279818
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= 53153
involuntary context switches= 48390

runsolver used 1.66475 second user time and 5.33619 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Apr 14 19:32:29 UTC 2007

IDJOB= 348355
IDBENCH= 1659
IDSOLVER= 160
FILE ID= node16/348355-1176579149

PBS_JOBID= 4556792

Free space on /tmp= 66517 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-agg2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348355-1176579149/sat4jPseudoCP.jar /tmp/evaluation/348355-1176579149/instance-348355-1176579149.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-348355-1176579149 -o ROOT/results/node16/solver-348355-1176579149 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348355-1176579149/sat4jPseudoCP.jar /tmp/evaluation/348355-1176579149/instance-348355-1176579149.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7b629a8e586efe367931c6cdc897e95b

RANDOM SEED= 79526563

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1714104 kB
Buffers:         50700 kB
Cached:         180740 kB
SwapCached:        440 kB
Active:         182716 kB
Inactive:       104904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714104 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4496 kB
Writeback:           0 kB
Mapped:          72248 kB
Slab:            39744 kB
Committed_AS:  3082244 kB
PageTables:       1836 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= 66517 MiB

End job on node16 on Sat Apr 14 20:01:59 UTC 2007