Trace number 347809

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.25 1739.8

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUM9d22902ade96af236e70cdbf7d8bd853
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 variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	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/347809-1176508710/instance-347809-1176508710.opb
0.20/0.20	c reading problem ... 
3.33/2.54	c ... done. Wall clock time 2.337s.
3.33/2.54	c CPU time (experimental) 2.06s.
3.33/2.54	c #vars     23621
3.33/2.54	c #constraints  67525
1800.04/1739.61	c starts		: 2
1800.04/1739.61	c conflicts		: 118157
1800.04/1739.61	c decisions		: 307433
1800.04/1739.61	c propagations		: 22710395
1800.04/1739.61	c inspects		: 797464364
1800.04/1739.61	c learnt literals	: 0
1800.04/1739.61	c learnt binary clauses	: 50
1800.04/1739.61	c learnt ternary clauses	: 111
1800.04/1739.61	c learnt clauses	: 118157
1800.04/1739.61	c root simplifications	: 0
1800.04/1739.61	c removed literals (reason simplification)	: 0
1800.04/1739.61	c reason swapping (by a shorter reason)	: 0
1800.04/1739.61	c Calls to reduceDB	: 0
1800.04/1739.61	c speed (decisions/second)	: 176.98630547067316
1800.04/1739.61	c non guided choices	2207
1800.04/1739.61	s UNKNOWN
1800.04/1739.61	c Total wall clock time (ms): 1739.414

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/node19/watcher-347809-1176508710 -o ROOT/results/node19/solver-347809-1176508710 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347809-1176508710/sat4jPseudoCPClause.jar /tmp/evaluation/347809-1176508710/instance-347809-1176508710.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26574
/proc/meminfo: memFree=1686208/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1472 CPUtime=0
/proc/26574/stat : 26574 (java) R 26572 26574 26435 0 -1 0 99 0 0 0 0 0 0 0 18 0 1 0 98788363 1507328 72 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26574/statm: 368 83 61 9 0 10 0

[startup+0.0254861 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26574
/proc/meminfo: memFree=1686208/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1772952 CPUtime=0.01
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 2112 0 1 0 0 1 0 0 18 0 2 0 98788363 1815502848 1862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 443238 1873 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101487 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26574
/proc/meminfo: memFree=1686208/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1780112 CPUtime=0.08
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 3977 0 1 0 5 3 0 0 18 0 12 0 98788363 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301513 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26574
/proc/meminfo: memFree=1686208/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1781408 CPUtime=0.31
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 5323 0 1 0 28 3 0 0 18 0 12 0 98788363 1824161792 5062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 445352 5062 1264 9 0 442963 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781408

[startup+0.701562 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26574
/proc/meminfo: memFree=1686208/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1783440 CPUtime=0.9
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 6931 0 1 0 86 4 0 0 18 0 12 0 98788363 1826242560 6530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 445860 6531 1301 9 0 443471 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783440

[startup+1.50265 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 26586
/proc/meminfo: memFree=1658016/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1785660 CPUtime=2.17
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 20151 0 1 0 206 11 0 0 18 0 12 0 98788363 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 446415 18532 1301 9 0 444026 0
[pid=26574/tid=26576] ppid=26572 vsize=1785660 CPUtime=1.14
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 16564 0 1 0 104 10 0 0 20 0 12 0 98788364 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587787 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 98788366 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 98788366 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 98788368 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 98788368 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 98788368 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 98788372 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1785660 CPUtime=0.54
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 2013 0 0 0 54 0 0 0 17 0 12 0 98788372 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1785660 CPUtime=0.47
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 852 0 0 0 47 0 0 0 16 0 12 0 98788372 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 98788372 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1785660 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 98788372 1828515840 18532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1785660

[startup+3.10283 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 26586
/proc/meminfo: memFree=1554336/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1786472 CPUtime=4.29
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 45384 0 1 0 404 25 0 0 18 0 13 0 98788363 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 446618 42278 1322 9 0 444229 0
[pid=26574/tid=26576] ppid=26572 vsize=1786472 CPUtime=2.4
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 37713 0 1 0 219 21 0 0 20 0 13 0 98788364 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1786472 CPUtime=0.06
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 1076 0 0 0 6 0 0 0 16 0 13 0 98788366 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1786472 CPUtime=0.07
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 1516 0 0 0 7 0 0 0 16 0 13 0 98788366 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1786472 CPUtime=0
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 98788368 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1786472 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1786472 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1786472 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1786472 CPUtime=0.86
/proc/26574/task/26583/stat : 26583 (java) R 26572 26574 26435 0 -1 64 2623 0 0 0 86 0 0 0 16 0 13 0 98788372 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105870523 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1786472 CPUtime=0.85
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 1725 0 0 0 84 1 0 0 16 0 13 0 98788372 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1786472 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1786472 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1829347328 42278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1786472

[startup+6.30217 s]
/proc/loadavg: 1.09 1.02 1.01 3/90 26587
/proc/meminfo: memFree=1499864/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1799036 CPUtime=9.01
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 60279 0 1 0 870 31 0 0 18 0 13 0 98788363 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 449759 49218 1325 9 0 447370 0
[pid=26574/tid=26576] ppid=26572 vsize=1799036 CPUtime=4.89
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 37719 0 1 0 468 21 0 0 25 0 13 0 98788364 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109899575 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1799036 CPUtime=0.17
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 3131 0 0 0 16 1 0 0 17 0 13 0 98788366 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1799036 CPUtime=0.17
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 3293 0 0 0 16 1 0 0 16 0 13 0 98788366 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1799036 CPUtime=0
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 98788368 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1799036 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1799036 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1799036 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1799036 CPUtime=2.3
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 10631 0 0 0 227 3 0 0 19 0 13 0 98788372 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1799036 CPUtime=1.44
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 4770 0 0 0 142 2 0 0 16 0 13 0 98788372 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1799036 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1799036 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) R 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26587] ppid=26572 vsize=1799036 CPUtime=0
/proc/26574/task/26587/stat : 26587 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 98788621 1842212864 49218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 1799036

[startup+12.7019 s]
/proc/loadavg: 1.08 1.02 1.00 2/90 26587
/proc/meminfo: memFree=1467872/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1797844 CPUtime=15.84
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 68393 0 1 0 1549 35 0 0 18 0 13 0 98788363 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 449461 55663 1333 9 0 447072 0
[pid=26574/tid=26576] ppid=26572 vsize=1797844 CPUtime=10.88
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 37726 0 1 0 1067 21 0 0 23 0 13 0 98788364 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110041819 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1797844 CPUtime=0.54
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 7444 0 0 0 51 3 0 0 16 0 13 0 98788366 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1797844 CPUtime=0.54
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 7060 0 0 0 52 2 0 0 16 0 13 0 98788366 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1797844 CPUtime=0
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 98788368 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1797844 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1797844 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1797844 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1797844 CPUtime=2.32
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 10636 0 0 0 229 3 0 0 16 0 13 0 98788372 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1797844 CPUtime=1.49
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 4782 0 0 0 147 2 0 0 17 0 13 0 98788372 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1797844 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1797844 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26587] ppid=26572 vsize=1797844 CPUtime=0
/proc/26574/task/26587/stat : 26587 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 98788621 1840992256 55663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 1797844

[startup+25.5022 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 26587
/proc/meminfo: memFree=1451360/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1795508 CPUtime=28.87
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 73793 0 1 0 2850 37 0 0 18 0 13 0 98788363 1838600192 59772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 448877 59772 1333 9 0 446488 0
[pid=26574/tid=26576] ppid=26572 vsize=1795508 CPUtime=23.42
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 37742 0 1 0 2321 21 0 0 25 0 13 0 98788364 1838600192 59772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1795508 CPUtime=0.78
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 10420 0 0 0 74 4 0 0 16 0 13 0 98788366 1838600192 59772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1795508 CPUtime=0.78
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 9465 0 0 0 75 3 0 0 16 0 13 0 98788366 1838600192 59772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1795508 CPUtime=0.01
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 25 0 0 0 1 0 0 0 16 0 13 0 98788368 1838600192 59772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1795508 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1838600192 59772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26574/tid=26579] ppid=26572 vsize=1796532 CPUtime=0.21
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 28 0 0 0 14 7 0 0 16 0 13 0 98788368 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1796532 CPUtime=2.43
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 10636 0 0 0 240 3 0 0 17 0 13 0 98788372 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1796532 CPUtime=1.98
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 7711 0 0 0 195 3 0 0 20 0 13 0 98788372 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26587] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26587/stat : 26587 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 98788621 1839648768 196991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.08
Current children cumulated vsize (KiB) 1796532

[startup+1602.3 s]
/proc/loadavg: 1.16 1.06 1.01 2/90 26785
/proc/meminfo: memFree=878816/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1796532 CPUtime=1655.61
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 233034 0 1 0 165425 136 0 0 18 0 13 0 98788363 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 449133 202563 1334 9 0 446744 0
[pid=26574/tid=26576] ppid=26572 vsize=1796532 CPUtime=1548.59
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 38776 0 1 0 154820 39 0 0 25 0 13 0 98788364 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109939733 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1796532 CPUtime=51.1
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 83482 0 0 0 5071 39 0 0 17 0 13 0 98788366 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1796532 CPUtime=51.22
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 91678 0 0 0 5081 41 0 0 16 0 13 0 98788366 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1796532 CPUtime=0.23
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 28 0 0 0 15 8 0 0 16 0 13 0 98788368 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1796532 CPUtime=2.43
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 10636 0 0 0 240 3 0 0 17 0 13 0 98788372 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1796532 CPUtime=1.98
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 7711 0 0 0 195 3 0 0 20 0 13 0 98788372 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26587] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26587/stat : 26587 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 98788621 1839648768 202563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.61
Current children cumulated vsize (KiB) 1796532

[startup+1662.3 s]
/proc/loadavg: 1.10 1.06 1.01 3/90 26785
/proc/meminfo: memFree=850336/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1796532 CPUtime=1718.54
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 240725 0 1 0 171714 140 0 0 18 0 13 0 98788363 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 449133 209759 1334 9 0 446744 0
[pid=26574/tid=26576] ppid=26572 vsize=1796532 CPUtime=1605.58
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 38808 0 1 0 160519 39 0 0 25 0 13 0 98788364 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870155 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1796532 CPUtime=54.06
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 88482 0 0 0 5366 40 0 0 16 0 13 0 98788366 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1796532 CPUtime=54.18
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 94337 0 0 0 5376 42 0 0 17 0 13 0 98788366 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1796532 CPUtime=0.23
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 28 0 0 0 15 8 0 0 16 0 13 0 98788368 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1796532 CPUtime=2.43
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 10636 0 0 0 240 3 0 0 17 0 13 0 98788372 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1796532 CPUtime=1.98
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 7711 0 0 0 195 3 0 0 20 0 13 0 98788372 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26587] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26587/stat : 26587 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 98788621 1839648768 209759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.54
Current children cumulated vsize (KiB) 1796532

[startup+1722.3 s]
/proc/loadavg: 1.03 1.05 1.00 3/90 26785
/proc/meminfo: memFree=821728/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1796532 CPUtime=1781.82
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 248655 0 1 0 178039 143 0 0 18 0 13 0 98788363 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 449133 217252 1334 9 0 446744 0
[pid=26574/tid=26576] ppid=26572 vsize=1796532 CPUtime=1662.19
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 38843 0 1 0 166180 39 0 0 25 0 13 0 98788364 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870155 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1796532 CPUtime=57.4
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 93640 0 0 0 5698 42 0 0 16 0 13 0 98788366 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1796532 CPUtime=57.5
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 97074 0 0 0 5706 44 0 0 17 0 13 0 98788366 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1796532 CPUtime=0.24
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 28 0 0 0 16 8 0 0 15 0 13 0 98788368 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1796532 CPUtime=2.43
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 10636 0 0 0 240 3 0 0 17 0 13 0 98788372 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1796532 CPUtime=1.98
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 7711 0 0 0 195 3 0 0 20 0 13 0 98788372 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26587] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26587/stat : 26587 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 98788621 1839648768 217252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1796532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1739.6 s]
/proc/loadavg: 1.02 1.04 1.00 2/90 26785
/proc/meminfo: memFree=810976/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=1796532 CPUtime=1800.04
/proc/26574/stat : 26574 (java) S 26572 26574 26435 0 -1 0 251093 0 1 0 179860 144 0 0 18 0 13 0 98788363 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 449133 219481 1334 9 0 446744 0
[pid=26574/tid=26576] ppid=26572 vsize=1796532 CPUtime=1678.53
/proc/26574/task/26576/stat : 26576 (java) R 26572 26574 26435 0 -1 64 38853 0 1 0 167814 39 0 0 25 0 13 0 98788364 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920088 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26577] ppid=26572 vsize=1796532 CPUtime=58.35
/proc/26574/task/26577/stat : 26577 (java) S 26572 26574 26435 0 -1 64 95207 0 0 0 5792 43 0 0 16 0 13 0 98788366 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26578] ppid=26572 vsize=1796532 CPUtime=58.43
/proc/26574/task/26578/stat : 26578 (java) S 26572 26574 26435 0 -1 64 97935 0 0 0 5799 44 0 0 16 0 13 0 98788366 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26572 vsize=1796532 CPUtime=0.24
/proc/26574/task/26579/stat : 26579 (java) S 26572 26574 26435 0 -1 64 28 0 0 0 16 8 0 0 16 0 13 0 98788368 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26580] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26580/stat : 26580 (java) S 26572 26574 26435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26572 26574 26435 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98788368 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98788372 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26583] ppid=26572 vsize=1796532 CPUtime=2.43
/proc/26574/task/26583/stat : 26583 (java) S 26572 26574 26435 0 -1 64 10636 0 0 0 240 3 0 0 17 0 13 0 98788372 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26584] ppid=26572 vsize=1796532 CPUtime=1.98
/proc/26574/task/26584/stat : 26584 (java) S 26572 26574 26435 0 -1 64 7711 0 0 0 195 3 0 0 20 0 13 0 98788372 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26574/tid=26585] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26585/stat : 26585 (java) S 26572 26574 26435 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98788372 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26586] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26586/stat : 26586 (java) S 26572 26574 26435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98788372 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26574/tid=26587] ppid=26572 vsize=1796532 CPUtime=0
/proc/26574/task/26587/stat : 26587 (java) S 26572 26574 26435 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 98788621 1839648768 219481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1796532

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

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

[startup+1739.72 s]
/proc/loadavg: 1.02 1.04 1.00 2/90 26785
/proc/meminfo: memFree=810976/2055920 swapFree=4192812/4192956
[pid=26574] ppid=26572 vsize=0 CPUtime=1800.15
/proc/26574/stat : 26574 (java) Z 26572 26574 26435 0 -1 1036 251112 0 1 0 179866 149 0 0 16 0 2 0 98788363 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26574/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1739.8
CPU time (s): 1800.25
CPU user time (s): 1798.67
CPU system time (s): 1.58276
CPU usage (%): 103.474
Max. virtual memory (cumulated for all children) (KiB): 1800176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.58276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251112
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= 45220
involuntary context switches= 35604

runsolver used 2.21966 second user time and 5.46017 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Fri Apr 13 23:58:30 UTC 2007

IDJOB= 347809
IDBENCH= 1449
IDSOLVER= 164
FILE ID= node19/347809-1176508710

PBS_JOBID= 4556702

Free space on /tmp= 66540 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9d22902ade96af236e70cdbf7d8bd853

RANDOM SEED= 392571010

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1686616 kB
Buffers:         38772 kB
Cached:         219832 kB
SwapCached:          0 kB
Active:         135288 kB
Inactive:       177384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5804 kB
Writeback:           0 kB
Mapped:          72964 kB
Slab:            42108 kB
Committed_AS:  2690568 kB
PageTables:       1784 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= 66540 MiB

End job on node19 on Sat Apr 14 00:27:32 UTC 2007