Trace number 347822

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.2 1751.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/347822-1176512590/instance-347822-1176512590.opb
0.20/0.20	c reading problem ... 
5.06/4.38	c ... done. Wall clock time 4.177s.
5.22/4.42	c CPU time (experimental) 3.67s.
5.22/4.42	c #vars     62704
5.22/4.42	c #constraints  187106
1800.04/1751.41	c starts		: 2
1800.04/1751.41	c conflicts		: 35253
1800.04/1751.41	c decisions		: 68620
1800.04/1751.41	c propagations		: 131167150
1800.04/1751.41	c inspects		: 594846489
1800.04/1751.41	c learnt literals	: 1
1800.04/1751.41	c learnt binary clauses	: 2
1800.04/1751.41	c learnt ternary clauses	: 42
1800.04/1751.41	c learnt clauses	: 35251
1800.04/1751.41	c root simplifications	: 0
1800.04/1751.41	c removed literals (reason simplification)	: 0
1800.04/1751.41	c reason swapping (by a shorter reason)	: 0
1800.04/1751.41	c Calls to reduceDB	: 0
1800.04/1751.41	c speed (decisions/second)	: 39.27914581882022
1800.04/1751.41	c non guided choices	2170
1800.04/1751.41	s UNKNOWN
1800.04/1751.41	c Total wall clock time (ms): 1751.209

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-347822-1176512590 -o ROOT/results/node16/solver-347822-1176512590 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347822-1176512590/sat4jPseudoCPClause.jar /tmp/evaluation/347822-1176512590/instance-347822-1176512590.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 1.00 0.99 2/77 26801
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=18568 CPUtime=0
/proc/26801/stat : 26801 (runsolver) R 26799 26801 26034 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 99176688 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26801/statm: 4642 292 257 24 0 2626 0

[startup+0.033769 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 26801
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1774248 CPUtime=0.01
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 2679 0 1 0 0 1 0 0 18 0 4 0 99176688 1816829952 2427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 443562 2427 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.102619 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 26801
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1780112 CPUtime=0.08
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 99176688 1822834688 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 445028 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301579 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 26801
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1781412 CPUtime=0.31
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 5642 0 1 0 28 3 0 0 18 0 12 0 99176688 1824165888 5381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 445353 5381 1263 9 0 442964 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781412

[startup+0.701496 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 26801
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1782660 CPUtime=0.89
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 7271 0 1 0 85 4 0 0 18 0 12 0 99176688 1825443840 6836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 445665 6836 1301 9 0 443276 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782660

[startup+1.50232 s]
/proc/loadavg: 0.92 1.00 0.99 2/89 26813
/proc/meminfo: memFree=1662392/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1784976 CPUtime=2.04
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 18089 0 1 0 196 8 0 0 18 0 12 0 99176688 1827815424 16498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 446244 16499 1301 9 0 443855 0
[pid=26801/tid=26803] ppid=26799 vsize=1784976 CPUtime=1.01
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 14623 0 1 0 94 7 0 0 19 0 12 0 99176689 1827815424 16500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552283 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 99176691 1827815424 16501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 99176691 1827815424 16502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 99176693 1827815424 16503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 99176694 1827815424 16504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 99176694 1827815424 16505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 99176697 1827815424 16506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1784976 CPUtime=0.51
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 950 0 0 0 51 0 0 0 17 0 12 0 99176698 1827815424 16507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1784976 CPUtime=0.49
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 1800 0 0 0 49 0 0 0 16 0 12 0 99176698 1827815424 16508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 99176698 1827815424 16509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1784976 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 99176698 1827815424 16511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1784976

[startup+3.10199 s]
/proc/loadavg: 0.92 1.00 0.99 2/89 26813
/proc/meminfo: memFree=1565816/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1785300 CPUtime=3.72
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 43749 0 1 0 351 21 0 0 18 0 12 0 99176688 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 446325 42150 1310 9 0 443936 0
[pid=26801/tid=26803] ppid=26799 vsize=1785300 CPUtime=2.53
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 37674 0 1 0 234 19 0 0 21 0 12 0 99176689 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1785300 CPUtime=0.07
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 1338 0 0 0 7 0 0 0 16 0 12 0 99176691 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1785300 CPUtime=0.07
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 1262 0 0 0 7 0 0 0 17 0 12 0 99176691 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1785300 CPUtime=0
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 99176693 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1785300 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99176694 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1785300 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99176694 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1785300 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 99176697 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1785300 CPUtime=0.51
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 950 0 0 0 51 0 0 0 17 0 12 0 99176698 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1785300 CPUtime=0.49
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 1800 0 0 0 49 0 0 0 16 0 12 0 99176698 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1785300 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 99176698 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1785300 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 99176698 1828147200 42150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1785300

[startup+6.30234 s]
/proc/loadavg: 0.93 1.00 0.99 2/90 26814
/proc/meminfo: memFree=1505456/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1794176 CPUtime=8.44
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 58029 0 1 0 815 29 0 0 18 0 13 0 99176688 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 448544 52319 1324 9 0 446155 0
[pid=26801/tid=26803] ppid=26799 vsize=1794176 CPUtime=4.94
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 37718 0 1 0 475 19 0 0 25 0 13 0 99176689 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221860 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1794176 CPUtime=0.37
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 5363 0 0 0 35 2 0 0 18 0 13 0 99176691 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1794176 CPUtime=0.36
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 5797 0 0 0 34 2 0 0 18 0 13 0 99176691 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1794176 CPUtime=0
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 99176693 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1794176 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1794176 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99176694 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1794176 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99176697 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1794176 CPUtime=1.24
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 3246 0 0 0 123 1 0 0 16 0 13 0 99176698 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1794176 CPUtime=1.48
/proc/26801/task/26811/stat : 26811 (java) R 26799 26801 26034 0 -1 64 5171 0 0 0 146 2 0 0 19 0 13 0 99176698 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105298442 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1794176 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99176698 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1794176 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99176698 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26814] ppid=26799 vsize=1794176 CPUtime=0
/proc/26801/task/26814/stat : 26814 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 99177131 1837236224 52319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 1794176

[startup+12.701 s]
/proc/loadavg: 0.93 1.00 0.99 2/90 26814
/proc/meminfo: memFree=1456624/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1793844 CPUtime=16.29
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 69634 0 1 0 1596 33 0 0 18 0 13 0 99176688 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 448461 59739 1324 9 0 446072 0
[pid=26801/tid=26803] ppid=26799 vsize=1793844 CPUtime=10.68
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 37726 0 1 0 1049 19 0 0 25 0 13 0 99176689 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109907583 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1793844 CPUtime=0.91
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 9967 0 0 0 88 3 0 0 16 0 13 0 99176691 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1793844 CPUtime=0.91
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 9641 0 0 0 87 4 0 0 16 0 13 0 99176691 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 99176693 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99176697 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1793844 CPUtime=2.06
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 6364 0 0 0 204 2 0 0 17 0 13 0 99176698 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1793844 CPUtime=1.67
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 5202 0 0 0 165 2 0 0 16 0 13 0 99176698 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99176698 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99176698 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26814] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26814/stat : 26814 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 99177131 1836896256 59739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 1793844

[startup+25.5024 s]
/proc/loadavg: 0.95 1.00 0.99 2/90 26814
/proc/meminfo: memFree=1465456/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1793844 CPUtime=29.23
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 71568 0 1 0 2889 34 0 0 18 0 13 0 99176688 1836896256 57536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 448461 57536 1324 9 0 446072 0
[pid=26801/tid=26803] ppid=26799 vsize=1793844 CPUtime=23.34
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 37745 0 1 0 2314 20 0 0 24 0 13 0 99176689 1836896256 57536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109987829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1793844 CPUtime=1.05
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 10883 0 0 0 101 4 0 0 16 0 13 0 99176691 1836896256 57536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1793844 CPUtime=1.04
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 10629 0 0 0 100 4 0 0 15 0 13 0 99176691 1836896256 57536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 24 0 0 0 0 0 0 0 15 0 13 0 99176693 1836896256 57536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 57536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26801/tid=26806] ppid=26799 vsize=1793844 CPUtime=0.26
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 78 0 0 0 17 9 0 0 16 0 13 0 99176693 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99176697 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1793844 CPUtime=2.16
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 6371 0 0 0 214 2 0 0 17 0 13 0 99176698 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1793844 CPUtime=1.69
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 5203 0 0 0 167 2 0 0 17 0 13 0 99176698 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99176698 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99176698 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26814] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26814/stat : 26814 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 99177131 1836896256 182932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1582.98
Current children cumulated vsize (KiB) 1793844

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 26814
/proc/meminfo: memFree=946992/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1793844 CPUtime=1645.37
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 231926 0 1 0 164407 130 0 0 18 0 13 0 99176688 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 448461 187007 1332 9 0 446072 0
[pid=26801/tid=26803] ppid=26799 vsize=1793844 CPUtime=1559.78
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 57248 0 1 0 155937 41 0 0 19 0 13 0 99176689 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810018 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1793844 CPUtime=40.71
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 81957 0 0 0 4036 35 0 0 17 0 13 0 99176691 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1793844 CPUtime=40.7
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 80348 0 0 0 4033 37 0 0 16 0 13 0 99176691 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1793844 CPUtime=0.28
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 78 0 0 0 18 10 0 0 16 0 13 0 99176693 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99176697 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1793844 CPUtime=2.16
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 6371 0 0 0 214 2 0 0 17 0 13 0 99176698 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1793844 CPUtime=1.69
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 5203 0 0 0 167 2 0 0 17 0 13 0 99176698 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99176698 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99176698 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26814] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26814/stat : 26814 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 99177131 1836896256 187007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1645.37
Current children cumulated vsize (KiB) 1793844

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 26814
/proc/meminfo: memFree=932016/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1793844 CPUtime=1707.68
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 235706 0 1 0 170635 133 0 0 18 0 13 0 99176688 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 448461 190616 1332 9 0 446072 0
[pid=26801/tid=26803] ppid=26799 vsize=1793844 CPUtime=1617.42
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 57285 0 1 0 161701 41 0 0 25 0 13 0 99176689 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776093 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1793844 CPUtime=43.05
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 83679 0 0 0 4268 37 0 0 16 0 13 0 99176691 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1793844 CPUtime=43.03
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 82369 0 0 0 4265 38 0 0 16 0 13 0 99176691 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1793844 CPUtime=0.28
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 78 0 0 0 18 10 0 0 16 0 13 0 99176693 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99176697 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1793844 CPUtime=2.16
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 6371 0 0 0 214 2 0 0 17 0 13 0 99176698 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1793844 CPUtime=1.69
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 5203 0 0 0 167 2 0 0 17 0 13 0 99176698 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99176698 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99176698 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26814] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26814/stat : 26814 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 99177131 1836896256 190616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.68
Current children cumulated vsize (KiB) 1793844

[startup+1722.3 s]
/proc/loadavg: 1.22 1.07 1.01 2/90 26814
/proc/meminfo: memFree=917936/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1793844 CPUtime=1769.75
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 239422 0 1 0 176839 136 0 0 18 0 13 0 99176688 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 448461 194120 1332 9 0 446072 0
[pid=26801/tid=26803] ppid=26799 vsize=1793844 CPUtime=1675.33
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 57318 0 1 0 167491 42 0 0 25 0 13 0 99176689 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1793844 CPUtime=45.14
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 85082 0 0 0 4476 38 0 0 16 0 13 0 99176691 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1793844 CPUtime=45.09
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 84649 0 0 0 4470 39 0 0 17 0 13 0 99176691 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1793844 CPUtime=0.29
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 78 0 0 0 19 10 0 0 16 0 13 0 99176693 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99176697 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1793844 CPUtime=2.16
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 6371 0 0 0 214 2 0 0 17 0 13 0 99176698 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1793844 CPUtime=1.69
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 5203 0 0 0 167 2 0 0 17 0 13 0 99176698 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99176698 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99176698 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26814] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26814/stat : 26814 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 99177131 1836896256 194120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.75
Current children cumulated vsize (KiB) 1793844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751.4 s]
/proc/loadavg: 1.29 1.10 1.02 2/90 26814
/proc/meminfo: memFree=909488/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=1793844 CPUtime=1800.04
/proc/26801/stat : 26801 (java) S 26799 26801 26034 0 -1 0 241590 0 1 0 179867 137 0 0 18 0 13 0 99176688 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26801/statm: 448461 196231 1332 9 0 446072 0
[pid=26801/tid=26803] ppid=26799 vsize=1793844 CPUtime=1703.23
/proc/26801/task/26803/stat : 26803 (java) R 26799 26801 26034 0 -1 64 57337 0 1 0 170281 42 0 0 24 0 13 0 99176689 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109987792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26804] ppid=26799 vsize=1793844 CPUtime=46.33
/proc/26801/task/26804/stat : 26804 (java) S 26799 26801 26034 0 -1 64 85609 0 0 0 4595 38 0 0 16 0 13 0 99176691 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26805] ppid=26799 vsize=1793844 CPUtime=46.29
/proc/26801/task/26805/stat : 26805 (java) S 26799 26801 26034 0 -1 64 86271 0 0 0 4589 40 0 0 17 0 13 0 99176691 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26806] ppid=26799 vsize=1793844 CPUtime=0.29
/proc/26801/task/26806/stat : 26806 (java) S 26799 26801 26034 0 -1 64 78 0 0 0 19 10 0 0 16 0 13 0 99176693 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26807] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26807/stat : 26807 (java) S 26799 26801 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26808] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26808/stat : 26808 (java) S 26799 26801 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99176694 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26809] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26809/stat : 26809 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99176697 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26810] ppid=26799 vsize=1793844 CPUtime=2.16
/proc/26801/task/26810/stat : 26810 (java) S 26799 26801 26034 0 -1 64 6371 0 0 0 214 2 0 0 17 0 13 0 99176698 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26811] ppid=26799 vsize=1793844 CPUtime=1.69
/proc/26801/task/26811/stat : 26811 (java) S 26799 26801 26034 0 -1 64 5203 0 0 0 167 2 0 0 17 0 13 0 99176698 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26812] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26812/stat : 26812 (java) S 26799 26801 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99176698 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26801/tid=26813] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26813/stat : 26813 (java) S 26799 26801 26034 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99176698 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26801/tid=26814] ppid=26799 vsize=1793844 CPUtime=0
/proc/26801/task/26814/stat : 26814 (java) S 26799 26801 26034 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 99177131 1836896256 196231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1793844

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

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

[startup+1751.51 s]
/proc/loadavg: 1.29 1.10 1.02 2/90 26814
/proc/meminfo: memFree=909488/2055920 swapFree=4192812/4192956
[pid=26801] ppid=26799 vsize=0 CPUtime=1800.16
/proc/26801/stat : 26801 (java) Z 26799 26801 26034 0 -1 1036 241610 0 1 0 179871 145 0 0 16 0 2 0 99176688 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26801/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1751.55
CPU time (s): 1800.2
CPU user time (s): 1798.71
CPU system time (s): 1.49377
CPU usage (%): 102.778
Max. virtual memory (cumulated for all children) (KiB): 1796852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.49377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241610
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= 46473
involuntary context switches= 51585

runsolver used 1.70374 second user time and 4.81827 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Apr 14 01:03:11 UTC 2007

IDJOB= 347822
IDBENCH= 1479
IDSOLVER= 164
FILE ID= node16/347822-1176512590

PBS_JOBID= 4556693

Free space on /tmp= 66512 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  939f54a73a83900b8b6d857af47a0b62

RANDOM SEED= 849448901

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1691760 kB
Buffers:         40188 kB
Cached:         206576 kB
SwapCached:        144 kB
Active:         195200 kB
Inactive:       107672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9200 kB
Writeback:           0 kB
Mapped:          74820 kB
Slab:            46820 kB
Committed_AS:  2598656 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB

End job on node16 on Sat Apr 14 01:32:24 UTC 2007