Trace number 350535

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.29 1752.39

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark315.848
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.21	--- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c No reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c Simplify asserted PB constraints to clauses
0.20/0.21	c solving /tmp/evaluation/350535-1176516173/instance-350535-1176516173.opb
0.20/0.21	c reading problem ... 
3.02/2.42	c ... done. Wall clock time 2.218s.
3.02/2.42	c CPU time (experimental) 1.89s.
3.02/2.42	c #vars     21380
3.02/2.42	c #constraints  60983
1800.10/1752.22	c starts		: 2
1800.10/1752.22	c conflicts		: 123579
1800.10/1752.22	c decisions		: 293594
1800.10/1752.22	c propagations		: 26627394
1800.10/1752.22	c inspects		: 493721369
1800.10/1752.22	c learnt literals	: 1
1800.10/1752.22	c learnt binary clauses	: 27
1800.10/1752.22	c learnt ternary clauses	: 83
1800.10/1752.22	c learnt clauses	: 123577
1800.10/1752.22	c root simplifications	: 0
1800.10/1752.22	c removed literals (reason simplification)	: 0
1800.10/1752.22	c reason swapping (by a shorter reason)	: 0
1800.10/1752.22	c Calls to reduceDB	: 0
1800.10/1752.22	c speed (decisions/second)	: 167.7916825974866
1800.10/1752.22	c non guided choices	2051
1800.10/1752.22	s UNKNOWN
1800.10/1752.22	c Total wall clock time (ms): 1752.011

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/node11/watcher-350535-1176516173 -o ROOT/results/node11/solver-350535-1176516173 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350535-1176516173/sat4jPseudoCPClause.jar /tmp/evaluation/350535-1176516173/instance-350535-1176516173.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.99 1.01 1.00 2/77 15629
/proc/meminfo: memFree=1316416/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=18568 CPUtime=0
/proc/15629/stat : 15629 (runsolver) R 15627 15629 14058 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 92666254 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15629/statm: 4642 292 257 24 0 2626 0

[startup+0.0340779 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 15629
/proc/meminfo: memFree=1316416/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1774248 CPUtime=0.01
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 2662 0 1 0 0 1 0 0 18 0 4 0 92666254 1816829952 2411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 443562 2411 469 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101086 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 15629
/proc/meminfo: memFree=1316416/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1780112 CPUtime=0.08
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 3940 0 1 0 6 2 0 0 18 0 12 0 92666254 1822834688 3682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 445028 3682 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301109 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 15629
/proc/meminfo: memFree=1316416/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1782356 CPUtime=0.3
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 5285 0 1 0 27 3 0 0 18 0 12 0 92666254 1825132544 5024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 445589 5025 1263 9 0 443200 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782356

[startup+0.701158 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 15629
/proc/meminfo: memFree=1316416/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1783472 CPUtime=0.89
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 6966 0 1 0 85 4 0 0 18 0 12 0 92666254 1826275328 6464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 445868 6464 1301 9 0 443479 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783472

[startup+1.50124 s]
/proc/loadavg: 0.99 1.01 1.00 2/89 15641
/proc/meminfo: memFree=1288800/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1786200 CPUtime=2.04
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 17961 0 1 0 193 11 0 0 18 0 12 0 92666254 1829068800 16229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 446550 16230 1301 9 0 444161 0
[pid=15629/tid=15631] ppid=15627 vsize=1786200 CPUtime=0.99
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 14284 0 1 0 92 7 0 0 25 0 12 0 92666255 1829068800 16231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503499 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 92666257 1829068800 16232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 92666257 1829068800 16233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 92666259 1829068800 16234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 92666259 1829068800 16235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 92666259 1829068800 16236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 92666263 1829068800 16237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1786200 CPUtime=0.55
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 1388 0 0 0 54 1 0 0 17 0 12 0 92666263 1829068800 16238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1786200 CPUtime=0.47
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 1570 0 0 0 46 1 0 0 15 0 12 0 92666263 1829068800 16239 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 92666263 1829068800 16240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1786200 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92666263 1829068800 16241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1786200

[startup+3.10244 s]
/proc/loadavg: 0.99 1.01 1.00 2/89 15641
/proc/meminfo: memFree=1192608/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1787012 CPUtime=4.17
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 45324 0 1 0 394 23 0 0 18 0 13 0 92666254 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 446753 42447 1319 9 0 444364 0
[pid=15629/tid=15631] ppid=15627 vsize=1787012 CPUtime=2.28
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 37717 0 1 0 210 18 0 0 18 0 13 0 92666255 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865162 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1787012 CPUtime=0.06
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 1090 0 0 0 6 0 0 0 16 0 13 0 92666257 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1787012 CPUtime=0.08
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 1700 0 0 0 8 0 0 0 16 0 13 0 92666257 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1787012 CPUtime=0
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92666259 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1787012 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1787012 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1787012 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1787012 CPUtime=0.95
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 2396 0 0 0 94 1 0 0 16 0 13 0 92666263 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1787012 CPUtime=0.75
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 1691 0 0 0 74 1 0 0 16 0 13 0 92666263 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1787012 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1787012 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1829900288 42447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 1787012

[startup+6.30282 s]
/proc/loadavg: 1.23 1.06 1.02 2/90 15642
/proc/meminfo: memFree=1129624/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1796328 CPUtime=9.15
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 60651 0 1 0 885 30 0 0 18 0 13 0 92666254 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 449082 48224 1324 9 0 446693 0
[pid=15629/tid=15631] ppid=15627 vsize=1796328 CPUtime=4.62
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 37727 0 1 0 444 18 0 0 20 0 13 0 92666255 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109931460 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1796328 CPUtime=0.14
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 2350 0 0 0 14 0 0 0 16 0 13 0 92666257 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1796328 CPUtime=0.19
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 3832 0 0 0 18 1 0 0 16 0 13 0 92666257 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1796328 CPUtime=0
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 14 0 0 0 0 0 0 0 15 0 13 0 92666259 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1796328 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1796328 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1796328 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1796328 CPUtime=2.44
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 9809 0 0 0 240 4 0 0 16 0 13 0 92666263 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1796328 CPUtime=1.68
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 6197 0 0 0 165 3 0 0 15 0 13 0 92666263 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1796328 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1796328 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15642] ppid=15627 vsize=1796328 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92666501 1839439872 48224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 1796328

[startup+12.7026 s]
/proc/loadavg: 1.21 1.06 1.02 2/90 15642
/proc/meminfo: memFree=1105048/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1795536 CPUtime=15.86
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 68387 0 1 0 1552 34 0 0 18 0 13 0 92666254 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 448884 53876 1331 9 0 446495 0
[pid=15629/tid=15631] ppid=15627 vsize=1795536 CPUtime=10.7
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 37735 0 1 0 1052 18 0 0 17 0 13 0 92666255 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777791 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1795536 CPUtime=0.46
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 5722 0 0 0 44 2 0 0 17 0 13 0 92666257 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1795536 CPUtime=0.51
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 8168 0 0 0 48 3 0 0 17 0 13 0 92666257 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1795536 CPUtime=0
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 92666259 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1795536 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1795536 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1795536 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1795536 CPUtime=2.45
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 9810 0 0 0 241 4 0 0 16 0 13 0 92666263 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1795536 CPUtime=1.69
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 6203 0 0 0 166 3 0 0 16 0 13 0 92666263 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1795536 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1795536 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15642] ppid=15627 vsize=1795536 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92666501 1838628864 53876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 1795536

[startup+25.5011 s]
/proc/loadavg: 1.24 1.07 1.02 2/90 15642
/proc/meminfo: memFree=1090328/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1793636 CPUtime=28.88
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 73316 0 1 0 2852 36 0 0 18 0 13 0 92666254 1836683264 57582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 448409 57582 1332 9 0 446020 0
[pid=15629/tid=15631] ppid=15627 vsize=1793636 CPUtime=23.3
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 37811 0 1 0 2311 19 0 0 23 0 13 0 92666255 1836683264 57582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922751 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1793636 CPUtime=0.64
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 7930 0 0 0 61 3 0 0 17 0 13 0 92666257 1836683264 57582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1793636 CPUtime=0.69
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 10691 0 0 0 65 4 0 0 17 0 13 0 92666257 1836683264 57582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 57582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 57582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15629/tid=15634] ppid=15627 vsize=1793636 CPUtime=0.27
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 35 0 0 0 17 10 0 0 15 0 13 0 92666259 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1793636 CPUtime=2.52
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 9931 0 0 0 248 4 0 0 17 0 13 0 92666263 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1793636 CPUtime=1.72
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 6203 0 0 0 169 3 0 0 16 0 13 0 92666263 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15642] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92666501 1836683264 222896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1583.68
Current children cumulated vsize (KiB) 1793636

[startup+1602.3 s]
/proc/loadavg: 1.15 1.15 1.10 2/90 15642
/proc/meminfo: memFree=416992/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1793636 CPUtime=1645.41
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 260545 0 1 0 164393 148 0 0 18 0 13 0 92666254 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 448409 225637 1333 9 0 446020 0
[pid=15629/tid=15631] ppid=15627 vsize=1793636 CPUtime=1558.15
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 39244 0 1 0 155780 35 0 0 25 0 13 0 92666255 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882012 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1793636 CPUtime=41.35
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 99376 0 0 0 4090 45 0 0 16 0 13 0 92666257 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1793636 CPUtime=41.32
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 105034 0 0 0 4085 47 0 0 16 0 13 0 92666257 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1793636 CPUtime=0.28
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 35 0 0 0 18 10 0 0 15 0 13 0 92666259 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1793636 CPUtime=2.52
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 9931 0 0 0 248 4 0 0 17 0 13 0 92666263 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1793636 CPUtime=1.72
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 6203 0 0 0 169 3 0 0 16 0 13 0 92666263 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15642] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92666501 1836683264 225637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.41
Current children cumulated vsize (KiB) 1793636

[startup+1662.3 s]
/proc/loadavg: 1.13 1.14 1.09 2/90 15642
/proc/meminfo: memFree=407136/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1793636 CPUtime=1707.27
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 263152 0 1 0 170576 151 0 0 18 0 13 0 92666254 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 448409 228112 1333 9 0 446020 0
[pid=15629/tid=15631] ppid=15627 vsize=1793636 CPUtime=1616.17
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 39271 0 1 0 161581 36 0 0 17 0 13 0 92666255 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758921 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1793636 CPUtime=43.26
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 101216 0 0 0 4280 46 0 0 16 0 13 0 92666257 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1793636 CPUtime=43.25
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 105774 0 0 0 4277 48 0 0 16 0 13 0 92666257 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1793636 CPUtime=0.28
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 35 0 0 0 18 10 0 0 16 0 13 0 92666259 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1793636 CPUtime=2.52
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 9931 0 0 0 248 4 0 0 17 0 13 0 92666263 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1793636 CPUtime=1.72
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 6203 0 0 0 169 3 0 0 16 0 13 0 92666263 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15642] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92666501 1836683264 228112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.27
Current children cumulated vsize (KiB) 1793636

[startup+1722.3 s]
/proc/loadavg: 1.11 1.13 1.09 2/90 15642
/proc/meminfo: memFree=397792/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1793636 CPUtime=1769.17
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 265450 0 1 0 176763 154 0 0 18 0 13 0 92666254 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 448409 230365 1333 9 0 446020 0
[pid=15629/tid=15631] ppid=15627 vsize=1793636 CPUtime=1674.23
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 39297 0 1 0 167387 36 0 0 25 0 13 0 92666255 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777672 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1793636 CPUtime=45.18
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 103063 0 0 0 4470 48 0 0 16 0 13 0 92666257 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1793636 CPUtime=45.16
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 106198 0 0 0 4468 48 0 0 16 0 13 0 92666257 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1793636 CPUtime=0.28
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 36 0 0 0 18 10 0 0 16 0 13 0 92666259 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1793636 CPUtime=2.52
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 9931 0 0 0 248 4 0 0 17 0 13 0 92666263 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1793636 CPUtime=1.72
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 6203 0 0 0 169 3 0 0 16 0 13 0 92666263 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15642] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92666501 1836683264 230365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.17
Current children cumulated vsize (KiB) 1793636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.2 s]
/proc/loadavg: 1.07 1.11 1.09 2/90 15642
/proc/meminfo: memFree=391712/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=1793636 CPUtime=1800.1
/proc/15629/stat : 15629 (java) S 15627 15629 14058 0 -1 0 267020 0 1 0 179855 155 0 0 18 0 13 0 92666254 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 448409 231883 1333 9 0 446020 0
[pid=15629/tid=15631] ppid=15627 vsize=1793636 CPUtime=1703.09
/proc/15629/task/15631/stat : 15631 (java) R 15627 15629 14058 0 -1 64 39311 0 1 0 170272 37 0 0 25 0 13 0 92666255 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882026 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15632] ppid=15627 vsize=1793636 CPUtime=46.21
/proc/15629/task/15632/stat : 15632 (java) S 15627 15629 14058 0 -1 64 104200 0 0 0 4572 49 0 0 16 0 13 0 92666257 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15633] ppid=15627 vsize=1793636 CPUtime=46.2
/proc/15629/task/15633/stat : 15633 (java) S 15627 15629 14058 0 -1 64 106617 0 0 0 4572 48 0 0 17 0 13 0 92666257 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15634] ppid=15627 vsize=1793636 CPUtime=0.29
/proc/15629/task/15634/stat : 15634 (java) S 15627 15629 14058 0 -1 64 36 0 0 0 19 10 0 0 16 0 13 0 92666259 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15635] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15635/stat : 15635 (java) S 15627 15629 14058 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15636] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15636/stat : 15636 (java) S 15627 15629 14058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92666259 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15637] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15637/stat : 15637 (java) S 15627 15629 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15627 vsize=1793636 CPUtime=2.52
/proc/15629/task/15638/stat : 15638 (java) S 15627 15629 14058 0 -1 64 9931 0 0 0 248 4 0 0 17 0 13 0 92666263 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15639] ppid=15627 vsize=1793636 CPUtime=1.72
/proc/15629/task/15639/stat : 15639 (java) S 15627 15629 14058 0 -1 64 6203 0 0 0 169 3 0 0 16 0 13 0 92666263 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15640] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15640/stat : 15640 (java) S 15627 15629 14058 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 92666263 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15641] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15641/stat : 15641 (java) S 15627 15629 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92666263 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15629/tid=15642] ppid=15627 vsize=1793636 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15627 15629 14058 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 92666501 1836683264 231883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1793636

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

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

[startup+1752.32 s]
/proc/loadavg: 1.07 1.11 1.09 2/90 15642
/proc/meminfo: memFree=391712/2055920 swapFree=4192952/4192956
[pid=15629] ppid=15627 vsize=0 CPUtime=1800.21
/proc/15629/stat : 15629 (java) Z 15627 15629 14058 0 -1 1036 267041 0 1 0 179859 162 0 0 16 0 2 0 92666254 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.39
CPU time (s): 1800.29
CPU user time (s): 1798.6
CPU system time (s): 1.69474
CPU usage (%): 102.734
Max. virtual memory (cumulated for all children) (KiB): 1801860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 1.69474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267041
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= 46112
involuntary context switches= 52145

runsolver used 1.75173 second user time and 4.70428 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Apr 14 02:02:53 UTC 2007

IDJOB= 350535
IDBENCH= 1488
IDSOLVER= 164
FILE ID= node11/350535-1176516173

PBS_JOBID= 4556707

Free space on /tmp= 66465 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350535-1176516173/sat4jPseudoCPClause.jar /tmp/evaluation/350535-1176516173/instance-350535-1176516173.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-350535-1176516173 -o ROOT/results/node11/solver-350535-1176516173 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350535-1176516173/sat4jPseudoCPClause.jar /tmp/evaluation/350535-1176516173/instance-350535-1176516173.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b2fe1642a1ae97e0b20cfe37f07bcc49

RANDOM SEED= 252430220

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1316824 kB
Buffers:         48636 kB
Cached:         565468 kB
SwapCached:          4 kB
Active:         120400 kB
Inactive:       550728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316824 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            5516 kB
Writeback:           0 kB
Mapped:          75924 kB
Slab:            53400 kB
Committed_AS:  5083056 kB
PageTables:       1852 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= 66465 MiB

End job on node11 on Sat Apr 14 02:32:07 UTC 2007