Trace number 418985

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.17 1772.11

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/total-10-19-s.opb
MD5SUM0accc2fede717a5875f68bad377f5246
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark181.581
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables331631
Total number of constraints1586193
Number of constraints which are clauses1586193
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
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.07/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.19	c no version file found!!!
0.07/0.19	c sun.arch.data.model	32
0.07/0.19	c java.version	1.6.0
0.07/0.19	c os.name	Linux
0.07/0.19	c os.version	2.6.9-22.EL.rootsmp
0.07/0.19	c os.arch	i386
0.07/0.19	c Free memory 1651659224
0.07/0.19	c Max memory 1654456320
0.07/0.19	c Total memory 1654456320
0.07/0.19	c Number of processors 2
0.14/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.14/0.24	--- Begin Solver configuration ---
0.14/0.24	c Stops conflict analysis at the first Unique Implication Point
0.14/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.24	c Learn all clauses as in MiniSAT
0.14/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.24	c No reason simplification
0.14/0.24	c --- End Solver configuration ---
0.14/0.24	c Simplify asserted PB constraints to clauses
0.14/0.24	c solving /tmp/evaluation/418985-1177400582/instance-418985-1177400582.opb
0.14/0.24	c reading problem ... 
30.77/26.13	c ... done. Wall clock time 25.889s.
30.77/26.13	c CPU time (experimental) 21.42s.
30.77/26.13	c #vars     331631
30.77/26.13	c #constraints  1558634
1800.06/1772.02	c starts		: 2
1800.06/1772.02	c conflicts		: 4976
1800.06/1772.02	c decisions		: 28566
1800.06/1772.02	c propagations		: 34189409
1800.06/1772.02	c inspects		: 121568425
1800.06/1772.02	c learnt literals	: 0
1800.06/1772.02	c learnt binary clauses	: 185
1800.06/1772.02	c learnt ternary clauses	: 150
1800.06/1772.02	c learnt clauses	: 4975
1800.06/1772.02	c root simplifications	: 0
1800.06/1772.02	c removed literals (reason simplification)	: 0
1800.06/1772.02	c reason swapping (by a shorter reason)	: 0
1800.06/1772.02	c Calls to reduceDB	: 0
1800.06/1772.02	c speed (decisions/second)	: 16.362642813691785
1800.06/1772.02	c non guided choices	1026
1800.06/1772.02	s UNKNOWN
1800.06/1772.02	c Total wall clock time (ms): 1771.772

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node43/watcher-418985-1177400582 -o ROOT/results/node43/solver-418985-1177400582 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418985-1177400582/sat4jPseudoCPClause.jar /tmp/evaluation/418985-1177400582/instance-418985-1177400582.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.95 0.82 2/77 12644
/proc/meminfo: memFree=1757264/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=152 CPUtime=0
/proc/12644/stat : 12644 (java) R 12642 12644 12532 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 187970361 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4731179 0 0 4096 0 0 0 0 17 1 0 0
/proc/12644/statm: 38 26 19 9 0 4 0

[startup+0.0813591 s]
/proc/loadavg: 0.92 0.95 0.82 2/77 12644
/proc/meminfo: memFree=1757264/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1777708 CPUtime=0.06
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 3759 0 1 0 4 2 0 0 18 0 7 0 187970361 1820372992 3503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 444427 3503 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101356 s]
/proc/loadavg: 0.92 0.95 0.82 2/77 12644
/proc/meminfo: memFree=1757264/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1777844 CPUtime=0.07
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 3809 0 1 0 4 3 0 0 18 0 7 0 187970361 1820512256 3553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 444461 3553 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301376 s]
/proc/loadavg: 0.92 0.95 0.82 2/77 12644
/proc/meminfo: memFree=1757264/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1782040 CPUtime=0.26
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 7892 0 1 0 22 4 0 0 18 0 12 0 187970361 1824808960 7632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 445510 7632 1246 9 0 443121 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1782040

[startup+0.701411 s]
/proc/loadavg: 0.92 0.95 0.82 2/77 12644
/proc/meminfo: memFree=1757264/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1785004 CPUtime=0.86
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 10221 0 1 0 81 5 0 0 18 0 12 0 187970361 1827844096 9471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 446251 9471 1301 9 0 443862 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1785004

[startup+1.50248 s]
/proc/loadavg: 1.01 0.97 0.82 2/89 12656
/proc/meminfo: memFree=1717872/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1785324 CPUtime=1.99
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 20670 0 1 0 188 11 0 0 18 0 12 0 187970361 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 446331 18801 1301 9 0 443942 0
[pid=12644/tid=12646] ppid=12642 vsize=1785324 CPUtime=0.99
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 17039 0 1 0 90 9 0 0 17 0 12 0 187970362 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476813 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 187970364 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 187970364 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187970366 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 187970367 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 187970367 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 187970374 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1785324 CPUtime=0.53
/proc/12644/task/12653/stat : 12653 (java) R 12642 12644 12532 0 -1 64 1295 0 0 0 52 1 0 0 17 0 12 0 187970374 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1785324 CPUtime=0.45
/proc/12644/task/12654/stat : 12654 (java) R 12642 12644 12532 0 -1 64 1617 0 0 0 45 0 0 0 17 0 12 0 187970374 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429529 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 187970374 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1785324 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187970374 1828171776 18801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1785324

[startup+3.10261 s]
/proc/loadavg: 1.01 0.97 0.82 2/89 12656
/proc/meminfo: memFree=1619760/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1786292 CPUtime=3.71
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 46900 0 1 0 346 25 0 0 18 0 12 0 187970361 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 446573 44828 1310 9 0 444184 0
[pid=12644/tid=12646] ppid=12642 vsize=1786292 CPUtime=2.47
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 37674 0 1 0 227 20 0 0 23 0 12 0 187970362 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1786292 CPUtime=0.1
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 2485 0 0 0 9 1 0 0 16 0 12 0 187970364 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1786292 CPUtime=0.1
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 3102 0 0 0 9 1 0 0 16 0 12 0 187970364 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1786292 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187970366 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1786292 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187970367 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1786292 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187970367 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1786292 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 187970374 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1786292 CPUtime=0.53
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1295 0 0 0 52 1 0 0 17 0 12 0 187970374 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1786292 CPUtime=0.46
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 1619 0 0 0 46 0 0 0 16 0 12 0 187970374 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1786292 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 187970374 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1786292 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187970374 1829163008 44828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1786292

[startup+6.30189 s]
/proc/loadavg: 1.01 0.97 0.83 2/89 12656
/proc/meminfo: memFree=1537008/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1788816 CPUtime=7.66
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 64304 0 1 0 734 32 0 0 18 0 12 0 187970361 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 447204 60665 1310 9 0 444815 0
[pid=12644/tid=12646] ppid=12642 vsize=1788816 CPUtime=4.91
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 37678 0 1 0 470 21 0 0 18 0 12 0 187970362 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343221 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1788816 CPUtime=0.85
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 11296 0 0 0 81 4 0 0 16 0 12 0 187970364 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1788816 CPUtime=0.86
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 11689 0 0 0 82 4 0 0 16 0 12 0 187970364 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1788816 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 187970366 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1788816 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187970367 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1788816 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187970367 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1788816 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 187970374 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1788816 CPUtime=0.53
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1295 0 0 0 52 1 0 0 17 0 12 0 187970374 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1788816 CPUtime=0.46
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 1619 0 0 0 46 0 0 0 16 0 12 0 187970374 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1788816 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 187970374 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1788816 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187970374 1831747584 60665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 1788816

[startup+12.7024 s]
/proc/loadavg: 1.08 0.99 0.83 2/89 12656
/proc/meminfo: memFree=1462960/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1792656 CPUtime=15.79
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 82482 0 1 0 1537 42 0 0 18 0 12 0 187970361 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 448164 76914 1310 9 0 445775 0
[pid=12644/tid=12646] ppid=12642 vsize=1792656 CPUtime=9.48
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 37685 0 1 0 926 22 0 0 16 0 12 0 187970362 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109336816 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792656 CPUtime=2.65
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 22004 0 0 0 257 8 0 0 17 0 12 0 187970364 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792656 CPUtime=2.61
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 19152 0 0 0 253 8 0 0 17 0 12 0 187970364 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 187970366 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187970367 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187970367 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 187970374 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792656 CPUtime=0.53
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1295 0 0 0 52 1 0 0 16 0 12 0 187970374 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792656 CPUtime=0.46
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 1619 0 0 0 46 0 0 0 16 0 12 0 187970374 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 187970374 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187970374 1835679744 76914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 1792656

[startup+25.5026 s]
/proc/loadavg: 1.07 0.99 0.83 2/89 12656
/proc/meminfo: memFree=1395568/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1792656 CPUtime=30.16
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 100703 0 1 0 2964 52 0 0 18 0 12 0 187970361 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 448164 93103 1314 9 0 445775 0
[pid=12644/tid=12646] ppid=12642 vsize=1792656 CPUtime=20.79
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 37708 0 1 0 2054 25 0 0 17 0 12 0 187970362 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792656 CPUtime=4.12
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 32016 0 0 0 398 14 0 0 16 0 12 0 187970364 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792656 CPUtime=4.1
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 27317 0 0 0 399 11 0 0 16 0 12 0 187970364 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187970366 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187970367 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187970367 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792656 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 187970374 1835679744 93103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12644] ppid=12642 vsize=1792980 CPUtime=1567.3
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 126710 0 1 0 156528 202 0 0 18 0 13 0 187970361 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 448245 114607 1325 9 0 445856 0
[pid=12644/tid=12646] ppid=12642 vsize=1792980 CPUtime=1501.35
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 40377 0 1 0 150092 43 0 0 18 0 13 0 187970362 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109944295 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792980 CPUtime=31.3
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 42700 0 0 0 3055 75 0 0 15 0 13 0 187970364 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792980 CPUtime=32.16
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 38432 0 0 0 3144 72 0 0 16 0 13 0 187970364 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792980 CPUtime=0.23
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 19 0 0 0 16 7 0 0 15 0 13 0 187970366 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 187970374 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792980 CPUtime=1.13
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1902 0 0 0 112 1 0 0 16 0 13 0 187970374 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792980 CPUtime=1.05
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 2558 0 0 0 105 0 0 0 16 0 13 0 187970374 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 187970374 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187970374 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 187973007 1836011520 114607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1567.3
Current children cumulated vsize (KiB) 1792980

[startup+1602.3 s]
/proc/loadavg: 1.03 1.07 0.97 2/90 12855
/proc/meminfo: memFree=1303464/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1792980 CPUtime=1627.94
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 127221 0 1 0 162586 208 0 0 18 0 13 0 187970361 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 448245 115002 1325 9 0 445856 0
[pid=12644/tid=12646] ppid=12642 vsize=1792980 CPUtime=1559.78
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 40456 0 1 0 155935 43 0 0 25 0 13 0 187970362 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109937388 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792980 CPUtime=32.63
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 42773 0 0 0 3188 75 0 0 17 0 13 0 187970364 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792980 CPUtime=33.02
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 38791 0 0 0 3225 77 0 0 16 0 13 0 187970364 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792980 CPUtime=0.23
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 19 0 0 0 16 7 0 0 16 0 13 0 187970366 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 187970374 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792980 CPUtime=1.13
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1902 0 0 0 112 1 0 0 16 0 13 0 187970374 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792980 CPUtime=1.05
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 2558 0 0 0 105 0 0 0 16 0 13 0 187970374 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 187970374 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187970374 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 187973007 1836011520 115002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1627.94
Current children cumulated vsize (KiB) 1792980

[startup+1662.3 s]
/proc/loadavg: 1.08 1.07 0.98 2/90 12855
/proc/meminfo: memFree=1301864/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1792980 CPUtime=1688.66
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 127732 0 1 0 168653 213 0 0 18 0 13 0 187970361 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 448245 115416 1325 9 0 445856 0
[pid=12644/tid=12646] ppid=12642 vsize=1792980 CPUtime=1618.26
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 40534 0 1 0 161782 44 0 0 25 0 13 0 187970362 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109937307 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792980 CPUtime=33.9
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 42946 0 0 0 3313 77 0 0 16 0 13 0 187970364 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792980 CPUtime=33.99
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 39051 0 0 0 3319 80 0 0 16 0 13 0 187970364 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792980 CPUtime=0.25
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 19 0 0 0 17 8 0 0 16 0 13 0 187970366 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 187970374 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792980 CPUtime=1.13
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1902 0 0 0 112 1 0 0 16 0 13 0 187970374 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792980 CPUtime=1.05
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 2558 0 0 0 105 0 0 0 16 0 13 0 187970374 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 187970374 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187970374 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 187973007 1836011520 115416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.66
Current children cumulated vsize (KiB) 1792980

[startup+1722.3 s]
/proc/loadavg: 1.10 1.07 0.98 2/90 12855
/proc/meminfo: memFree=1300520/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1792980 CPUtime=1749.56
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 128230 0 1 0 174736 220 0 0 18 0 13 0 187970361 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 448245 115789 1325 9 0 445856 0
[pid=12644/tid=12646] ppid=12642 vsize=1792980 CPUtime=1676.69
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 40613 0 1 0 167625 44 0 0 25 0 13 0 187970362 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109944554 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792980 CPUtime=35.05
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 43223 0 0 0 3424 81 0 0 15 0 13 0 187970364 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792980 CPUtime=35.3
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 39193 0 0 0 3449 81 0 0 16 0 13 0 187970364 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792980 CPUtime=0.25
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 19 0 0 0 17 8 0 0 16 0 13 0 187970366 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 187970374 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792980 CPUtime=1.13
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1902 0 0 0 112 1 0 0 16 0 13 0 187970374 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792980 CPUtime=1.05
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 2558 0 0 0 105 0 0 0 16 0 13 0 187970374 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 187970374 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187970374 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 187973007 1836011520 115789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.56
Current children cumulated vsize (KiB) 1792980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772 s]
/proc/loadavg: 1.24 1.10 1.00 2/90 12855
/proc/meminfo: memFree=1297768/2055920 swapFree=4158592/4192956
[pid=12644] ppid=12642 vsize=1792980 CPUtime=1800.06
/proc/12644/stat : 12644 (java) S 12642 12644 12532 0 -1 0 128958 0 1 0 179781 225 0 0 18 0 13 0 187970361 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12644/statm: 448245 116431 1325 9 0 445856 0
[pid=12644/tid=12646] ppid=12642 vsize=1792980 CPUtime=1724.88
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 12532 0 -1 64 40677 0 1 0 172444 44 0 0 25 0 13 0 187970362 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109944207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792980 CPUtime=36.1
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 12532 0 -1 64 43748 0 0 0 3525 85 0 0 16 0 13 0 187970364 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792980 CPUtime=36.56
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 12532 0 -1 64 39332 0 0 0 3573 83 0 0 16 0 13 0 187970364 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792980 CPUtime=0.26
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 12532 0 -1 64 19 0 0 0 18 8 0 0 16 0 13 0 187970366 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187970367 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 187970374 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792980 CPUtime=1.13
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 12532 0 -1 64 1902 0 0 0 112 1 0 0 16 0 13 0 187970374 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792980 CPUtime=1.05
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 12532 0 -1 64 2558 0 0 0 105 0 0 0 16 0 13 0 187970374 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 12532 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 187970374 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187970374 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792980 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 187973007 1836011520 116431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1792980

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

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

Child status: 143
Real time (s): 1772.11
CPU time (s): 1800.17
CPU user time (s): 1797.85
CPU system time (s): 2.32265
CPU usage (%): 101.584
Max. virtual memory (cumulated for all children) (KiB): 1794308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.85
system time used= 2.32265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128979
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= 62833
involuntary context switches= 46661

runsolver used 1.83172 second user time and 5.03423 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Apr 24 07:43:05 UTC 2007

IDJOB= 418985
IDBENCH= 47741
IDSOLVER= 164
FILE ID= node43/418985-1177400582

PBS_JOBID= 4675617

Free space on /tmp= 66383 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/total-10-19-s.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418985-1177400582/sat4jPseudoCPClause.jar /tmp/evaluation/418985-1177400582/instance-418985-1177400582.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-418985-1177400582 -o ROOT/results/node43/solver-418985-1177400582 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418985-1177400582/sat4jPseudoCPClause.jar /tmp/evaluation/418985-1177400582/instance-418985-1177400582.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0accc2fede717a5875f68bad377f5246

RANDOM SEED= 356243629

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.218
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.218
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:       1757416 kB
Buffers:         41028 kB
Cached:         175416 kB
SwapCached:       2856 kB
Active:         149456 kB
Inactive:        90492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757416 kB
SwapTotal:     4192956 kB
SwapFree:      4158592 kB
Dirty:           53460 kB
Writeback:           0 kB
Mapped:          31064 kB
Slab:            43956 kB
Committed_AS:  2625080 kB
PageTables:       1896 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= 66383 MiB

End job on node43 on Tue Apr 24 08:12:40 UTC 2007