Trace number 350561

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.18 1786.34

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit1d.opb
MD5SUMcffbae99cf8c83f8877355cc201cf8bf
Bench CategoryOPT-MEDINT (optimisation, medium 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -251
Optimality of the best value was proved NO
Number of variables11514
Total number of constraints1050
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 constraints1050
Minimum length of a constraint11
Maximum length of a constraint11514
Number of terms in the objective function 11514
Biggest coefficient in the objective function 2949120
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 462466666
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 3870720
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 580921206
Number of bits of the biggest sum of numbers30
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.PBSolverClause)
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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/350561-1176519474/instance-350561-1176519474.opb
0.20/0.20	c reading problem ... 
2.58/2.13	c ... done. Wall clock time 1.923s.
2.58/2.13	c CPU time (experimental) 1.75s.
2.58/2.13	c #vars     11514
2.58/2.13	c #constraints  1051
1800.03/1786.21	c starts		: 2
1800.03/1786.21	c conflicts		: 454
1800.03/1786.21	c decisions		: 24764
1800.03/1786.21	c propagations		: 161016
1800.03/1786.21	c inspects		: 2516003
1800.03/1786.21	c learnt literals	: 0
1800.03/1786.21	c learnt binary clauses	: 0
1800.03/1786.21	c learnt ternary clauses	: 0
1800.03/1786.21	c learnt clauses	: 453
1800.03/1786.21	c root simplifications	: 0
1800.03/1786.21	c removed literals (reason simplification)	: 0
1800.03/1786.21	c reason swapping (by a shorter reason)	: 0
1800.03/1786.21	c Calls to reduceDB	: 0
1800.03/1786.21	c speed (decisions/second)	: 13.882745626324072
1800.03/1786.21	c non guided choices	0
1800.03/1786.21	s UNKNOWN
1800.03/1786.21	c Total wall clock time (ms): 1786.007

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/node13/watcher-350561-1176519474 -o ROOT/results/node13/solver-350561-1176519474 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350561-1176519474/sat4jPseudoCPClause.jar /tmp/evaluation/350561-1176519474/instance-350561-1176519474.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 11315
/proc/meminfo: memFree=1170952/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=18568 CPUtime=0
/proc/11315/stat : 11315 (runsolver) R 11313 11315 9725 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 99865247 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11315/statm: 4642 292 257 24 0 2626 0

[startup+0.0620939 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 11315
/proc/meminfo: memFree=1170952/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1777708 CPUtime=0.04
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 3608 0 1 0 3 1 0 0 18 0 7 0 99865247 1820372992 3351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 444427 3351 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101103 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 11315
/proc/meminfo: memFree=1170952/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1780112 CPUtime=0.08
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 99865247 1822834688 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 445028 3708 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301142 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 11315
/proc/meminfo: memFree=1170952/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1782432 CPUtime=0.34
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 5163 0 1 0 31 3 0 0 18 0 12 0 99865247 1825210368 4890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 445608 4890 1267 9 0 443219 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782432

[startup+0.701229 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 11315
/proc/meminfo: memFree=1170952/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1784488 CPUtime=0.87
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 7853 0 1 0 83 4 0 0 18 0 12 0 99865247 1827315712 7414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446122 7414 1298 9 0 443733 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1784488

[startup+1.50239 s]
/proc/loadavg: 0.92 0.98 0.99 3/89 11327
/proc/meminfo: memFree=1138408/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1785064 CPUtime=1.97
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 22014 0 1 0 187 10 0 0 18 0 12 0 99865247 1827905536 20388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446266 20388 1303 9 0 443877 0
[pid=11315/tid=11317] ppid=11313 vsize=1785064 CPUtime=1.12
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 18546 0 1 0 105 7 0 0 20 0 12 0 99865249 1827905536 20389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500235 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 99865250 1827905536 20390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 99865250 1827905536 20390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 99865253 1827905536 20391 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 99865253 1827905536 20392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 99865253 1827905536 20393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 99865257 1827905536 20393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1785064 CPUtime=0.46
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 1680 0 0 0 45 1 0 0 16 0 12 0 99865257 1827905536 20394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1785064 CPUtime=0.35
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 1071 0 0 0 35 0 0 0 16 0 12 0 99865257 1827905536 20395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 99865257 1827905536 20396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1785064 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 99865257 1827905536 20397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1785064

[startup+3.10276 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 11327
/proc/meminfo: memFree=1035432/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787488 CPUtime=4.12
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 45539 0 1 0 392 20 0 0 18 0 13 0 99865247 1830387712 41569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446872 41571 1323 9 0 444483 0
[pid=11315/tid=11317] ppid=11313 vsize=1787488 CPUtime=2.4
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 37702 0 1 0 225 15 0 0 21 0 13 0 99865249 1830387712 41572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787488 CPUtime=0.03
/proc/11315/task/11318/stat : 11318 (java) R 11313 11315 9725 0 -1 64 922 0 0 0 3 0 0 0 17 0 13 0 99865250 1830387712 41573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105378203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787488 CPUtime=0.04
/proc/11315/task/11319/stat : 11319 (java) R 11313 11315 9725 0 -1 64 1140 0 0 0 4 0 0 0 17 0 13 0 99865250 1830387712 41574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787488 CPUtime=0
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 99865253 1830387712 41576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787488 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 99865253 1830387712 41577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787488 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 99865253 1830387712 41578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787488 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1830387712 41579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787488 CPUtime=0.76
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 1775 0 0 0 75 1 0 0 17 0 13 0 99865257 1830387712 41580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787488 CPUtime=0.84
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3284 0 0 0 83 1 0 0 18 0 13 0 99865257 1830387712 41581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787488 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1830387712 41583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787488 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1830387712 41584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 1787488

[startup+6.30242 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 11328
/proc/meminfo: memFree=983008/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787092 CPUtime=7.99
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 53159 0 1 0 774 25 0 0 18 0 13 0 99865247 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446773 46630 1327 9 0 444384 0
[pid=11315/tid=11317] ppid=11313 vsize=1787092 CPUtime=5.08
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 37719 0 1 0 493 15 0 0 19 0 13 0 99865249 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109947884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787092 CPUtime=0.45
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 4676 0 0 0 42 3 0 0 16 0 13 0 99865250 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787092 CPUtime=0.45
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 4163 0 0 0 44 1 0 0 16 0 13 0 99865250 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787092 CPUtime=0.95
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 2315 0 0 0 94 1 0 0 16 0 13 0 99865257 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787092 CPUtime=0.99
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3551 0 0 0 98 1 0 0 17 0 13 0 99865257 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11328] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11328/stat : 11328 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99865492 1829982208 46630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1787092

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 11328
/proc/meminfo: memFree=964832/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787092 CPUtime=14.83
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 59634 0 1 0 1455 28 0 0 18 0 13 0 99865247 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446773 52580 1327 9 0 444384 0
[pid=11315/tid=11317] ppid=11313 vsize=1787092 CPUtime=11.16
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 37730 0 1 0 1101 15 0 0 20 0 13 0 99865249 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787092 CPUtime=0.67
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 7075 0 0 0 63 4 0 0 16 0 13 0 99865250 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787092 CPUtime=0.68
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 8213 0 0 0 65 3 0 0 16 0 13 0 99865250 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 20 0 0 0 0 0 0 0 15 0 13 0 99865253 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787092 CPUtime=1.12
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 2319 0 0 0 111 1 0 0 16 0 13 0 99865257 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787092 CPUtime=1.14
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3557 0 0 0 113 1 0 0 16 0 13 0 99865257 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11328] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11328/stat : 11328 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99865492 1829982208 52580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 1787092

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 11328
/proc/meminfo: memFree=1038112/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787092 CPUtime=27.72
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 61308 0 1 0 2741 31 0 0 18 0 13 0 99865247 1829982208 33707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446773 33707 1327 9 0 444384 0
[pid=11315/tid=11317] ppid=11313 vsize=1787092 CPUtime=23.84
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 37758 0 1 0 2368 16 0 0 21 0 13 0 99865249 1829982208 33707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882710 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787092 CPUtime=0.76
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 7794 0 0 0 72 4 0 0 16 0 13 0 99865250 1829982208 33707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787092 CPUtime=0.78
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 9140 0 0 0 74 4 0 0 16 0 13 0 99865250 1829982208 33707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0.01
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 20 0 0 0 0 1 0 0 16 0 13 0 99865253 1829982208 33707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 33707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0.74
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 445 0 0 0 43 31 0 0 16 0 13 0 99865253 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787092 CPUtime=1.26
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 2514 0 0 0 125 1 0 0 17 0 13 0 99865257 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787092 CPUtime=1.35
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3582 0 0 0 134 1 0 0 16 0 13 0 99865257 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11328] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11328/stat : 11328 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99865492 1829982208 119739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.83
Current children cumulated vsize (KiB) 1787092

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 11526
/proc/meminfo: memFree=691936/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787092 CPUtime=1675.22
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 254508 0 1 0 167320 202 0 0 18 0 13 0 99865247 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446773 120530 1327 9 0 444384 0
[pid=11315/tid=11317] ppid=11313 vsize=1787092 CPUtime=1646.1
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 143527 0 1 0 164532 78 0 0 21 0 13 0 99865249 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109968878 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787092 CPUtime=12.85
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 49812 0 0 0 1246 39 0 0 16 0 13 0 99865250 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787092 CPUtime=12.82
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 53901 0 0 0 1235 47 0 0 16 0 13 0 99865250 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0.76
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 452 0 0 0 44 32 0 0 15 0 13 0 99865253 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787092 CPUtime=1.26
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 2514 0 0 0 125 1 0 0 17 0 13 0 99865257 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787092 CPUtime=1.35
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3582 0 0 0 134 1 0 0 16 0 13 0 99865257 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11328] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11328/stat : 11328 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99865492 1829982208 120530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.22
Current children cumulated vsize (KiB) 1787092

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 11526
/proc/meminfo: memFree=686112/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787092 CPUtime=1735.64
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 257034 0 1 0 173358 206 0 0 18 0 13 0 99865247 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446773 122077 1327 9 0 444384 0
[pid=11315/tid=11317] ppid=11313 vsize=1787092 CPUtime=1705.52
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 144055 0 1 0 170473 79 0 0 23 0 13 0 99865249 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109588924 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787092 CPUtime=13.34
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 50819 0 0 0 1294 40 0 0 15 0 13 0 99865250 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787092 CPUtime=13.31
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 54887 0 0 0 1283 48 0 0 16 0 13 0 99865250 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0.79
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 457 0 0 0 46 33 0 0 16 0 13 0 99865253 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787092 CPUtime=1.26
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 2514 0 0 0 125 1 0 0 17 0 13 0 99865257 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787092 CPUtime=1.35
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3582 0 0 0 134 1 0 0 16 0 13 0 99865257 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11328] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11328/stat : 11328 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99865492 1829982208 122077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.64
Current children cumulated vsize (KiB) 1787092

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11526
/proc/meminfo: memFree=668128/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787092 CPUtime=1796.1
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 266169 0 1 0 179397 213 0 0 18 0 13 0 99865247 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446773 126341 1327 9 0 444384 0
[pid=11315/tid=11317] ppid=11313 vsize=1787092 CPUtime=1764.91
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 148196 0 1 0 176410 81 0 0 25 0 13 0 99865249 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109588924 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787092 CPUtime=13.86
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 53486 0 0 0 1345 41 0 0 16 0 13 0 99865250 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787092 CPUtime=13.84
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 57199 0 0 0 1333 51 0 0 16 0 13 0 99865250 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0.81
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 472 0 0 0 47 34 0 0 16 0 13 0 99865253 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787092 CPUtime=1.26
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 2514 0 0 0 125 1 0 0 17 0 13 0 99865257 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787092 CPUtime=1.35
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3582 0 0 0 134 1 0 0 16 0 13 0 99865257 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11328] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11328/stat : 11328 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99865492 1829982208 126341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (KiB) 1787092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11526
/proc/meminfo: memFree=669472/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=1787092 CPUtime=1800.03
/proc/11315/stat : 11315 (java) S 11313 11315 9725 0 -1 0 266223 0 1 0 179790 213 0 0 18 0 13 0 99865247 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11315/statm: 446773 126145 1327 9 0 444384 0
[pid=11315/tid=11317] ppid=11313 vsize=1787092 CPUtime=1768.77
/proc/11315/task/11317/stat : 11317 (java) R 11313 11315 9725 0 -1 64 148202 0 1 0 176796 81 0 0 20 0 13 0 99865249 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109969029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11318] ppid=11313 vsize=1787092 CPUtime=13.89
/proc/11315/task/11318/stat : 11318 (java) S 11313 11315 9725 0 -1 64 53495 0 0 0 1348 41 0 0 17 0 13 0 99865250 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11319] ppid=11313 vsize=1787092 CPUtime=13.88
/proc/11315/task/11319/stat : 11319 (java) S 11313 11315 9725 0 -1 64 57238 0 0 0 1337 51 0 0 16 0 13 0 99865250 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11320] ppid=11313 vsize=1787092 CPUtime=0.81
/proc/11315/task/11320/stat : 11320 (java) S 11313 11315 9725 0 -1 64 472 0 0 0 47 34 0 0 15 0 13 0 99865253 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11321] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11321/stat : 11321 (java) S 11313 11315 9725 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11322] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11322/stat : 11322 (java) S 11313 11315 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99865253 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11323] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11323/stat : 11323 (java) S 11313 11315 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99865257 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11324] ppid=11313 vsize=1787092 CPUtime=1.26
/proc/11315/task/11324/stat : 11324 (java) S 11313 11315 9725 0 -1 64 2514 0 0 0 125 1 0 0 17 0 13 0 99865257 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11325] ppid=11313 vsize=1787092 CPUtime=1.35
/proc/11315/task/11325/stat : 11325 (java) S 11313 11315 9725 0 -1 64 3582 0 0 0 134 1 0 0 16 0 13 0 99865257 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11326] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11326/stat : 11326 (java) S 11313 11315 9725 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 99865257 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11315/tid=11327] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11327/stat : 11327 (java) S 11313 11315 9725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99865257 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11315/tid=11328] ppid=11313 vsize=1787092 CPUtime=0
/proc/11315/task/11328/stat : 11328 (java) S 11313 11315 9725 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99865492 1829982208 126145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1787092

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

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

[startup+1786.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11529
/proc/meminfo: memFree=1041680/2055920 swapFree=4192956/4192956
[pid=11315] ppid=11313 vsize=0 CPUtime=1800.15
/proc/11315/stat : 11315 (java) Z 11313 11315 9725 0 -1 1036 266242 0 1 0 179796 219 0 0 16 0 2 0 99865247 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11315/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.34
CPU time (s): 1800.18
CPU user time (s): 1797.96
CPU system time (s): 2.21466
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 1787700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.96
system time used= 2.21466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266242
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= 70534
involuntary context switches= 57801

runsolver used 2.03869 second user time and 5.51516 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Apr 14 02:57:54 UTC 2007

IDJOB= 350561
IDBENCH= 1507
IDSOLVER= 164
FILE ID= node13/350561-1176519474

PBS_JOBID= 4556704

Free space on /tmp= 66519 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cffbae99cf8c83f8877355cc201cf8bf

RANDOM SEED= 629091175

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1171360 kB
Buffers:         40424 kB
Cached:         731104 kB
SwapCached:          0 kB
Active:         235152 kB
Inactive:       580628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1171360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5576 kB
Writeback:           0 kB
Mapped:          63140 kB
Slab:            54208 kB
Committed_AS:  4602136 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66519 MiB

End job on node13 on Sat Apr 14 03:27:43 UTC 2007