Trace number 349355

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.2 1784.31

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
MD5SUMcc5d7ea426a09a5b1cb030d82bbe1743
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables221520
Total number of constraints6283
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6283
Minimum length of a constraint45
Maximum length of a constraint221520
Number of terms in the objective function 221520
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 34400198927214221876937
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 34400301327214221876937
Number of bits of the biggest sum of numbers75
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.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c Simplify asserted PB constraints to clauses
0.08/0.19	c solving /tmp/evaluation/349355-1176697660/instance-349355-1176697660.opb
0.08/0.19	c reading problem ... 
12.82/9.81	c ... done. Wall clock time 9.623s.
12.82/9.81	c CPU time (experimental) 7.49s.
12.82/9.81	c #vars     221520
12.82/9.81	c #constraints  12478
1800.09/1784.22	c starts		: 2
1800.09/1784.22	c conflicts		: 227
1800.09/1784.22	c decisions		: 4498886
1800.09/1784.22	c propagations		: 8272379
1800.09/1784.22	c inspects		: 32042048
1800.09/1784.22	c learnt literals	: 0
1800.09/1784.22	c learnt binary clauses	: 0
1800.09/1784.22	c learnt ternary clauses	: 0
1800.09/1784.22	c learnt clauses	: 226
1800.09/1784.22	c root simplifications	: 0
1800.09/1784.22	c removed literals (reason simplification)	: 0
1800.09/1784.22	c reason swapping (by a shorter reason)	: 0
1800.09/1784.22	c Calls to reduceDB	: 0
1800.09/1784.22	c speed (decisions/second)	: 2536.9233484627794
1800.09/1784.22	c non guided choices	0
1800.09/1784.22	s UNKNOWN
1800.09/1784.22	c Total wall clock time (ms): 1784.031

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/node63/watcher-349355-1176697660 -o ROOT/results/node63/solver-349355-1176697660 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349355-1176697660/sat4jPseudoCPClause.jar /tmp/evaluation/349355-1176697660/instance-349355-1176697660.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.86 0.98 0.99 2/64 9793
/proc/meminfo: memFree=1833692/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=152 CPUtime=0
/proc/9793/stat : 9793 (java) R 9791 9793 9065 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 145755980 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2969899 0 0 4096 0 0 0 0 17 1 0 0
/proc/9793/statm: 38 26 19 9 0 4 0

[startup+0.0117329 s]
/proc/loadavg: 0.86 0.98 0.99 2/64 9793
/proc/meminfo: memFree=1833692/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=12056 CPUtime=0
/proc/9793/stat : 9793 (java) R 9791 9793 9065 0 -1 0 451 0 0 0 0 0 0 0 18 0 1 0 145755980 12345344 258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2941738 0 0 4096 0 0 0 0 17 1 0 0
/proc/9793/statm: 3014 265 136 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101747 s]
/proc/loadavg: 0.86 0.98 0.99 2/64 9793
/proc/meminfo: memFree=1833692/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1780112 CPUtime=0.08
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 145755980 1822834688 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 445028 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.30277 s]
/proc/loadavg: 0.86 0.98 0.99 2/64 9793
/proc/meminfo: memFree=1833692/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1782124 CPUtime=0.36
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 7066 0 1 0 33 3 0 0 18 0 12 0 145755980 1824894976 6804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 445531 6804 1271 9 0 443142 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782124

[startup+0.702813 s]
/proc/loadavg: 0.86 0.98 0.99 2/64 9793
/proc/meminfo: memFree=1833692/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1785036 CPUtime=0.89
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 11205 0 1 0 84 5 0 0 18 0 12 0 145755980 1827876864 10593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 446259 10593 1297 9 0 443870 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1785036

[startup+1.50289 s]
/proc/loadavg: 0.86 0.98 0.99 2/76 9805
/proc/meminfo: memFree=1776636/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1785036 CPUtime=1.68
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 23742 0 1 0 157 11 0 0 18 0 12 0 145755980 1827876864 23130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 446259 23131 1297 9 0 443870 0
[pid=9793/tid=9795] ppid=9791 vsize=1785036 CPUtime=1.35
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 21634 0 1 0 125 10 0 0 25 0 12 0 145755982 1827876864 23131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517007 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 145755983 1827876864 23132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 145755983 1827876864 23132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145755986 1827876864 23133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145755986 1827876864 23134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145755986 1827876864 23134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145755990 1827876864 23134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1785036 CPUtime=0.15
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 649 0 0 0 15 0 0 0 16 0 12 0 145755990 1827876864 23135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1785036 CPUtime=0.16
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 741 0 0 0 16 0 0 0 16 0 12 0 145755990 1827876864 23135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145755990 1827876864 23136 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1785036 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 145755990 1827876864 23136 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1785036

[startup+3.10107 s]
/proc/loadavg: 0.86 0.98 0.99 2/76 9805
/proc/meminfo: memFree=1708028/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1795472 CPUtime=4.09
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 52588 0 1 0 384 25 0 0 18 0 12 0 145755980 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 448868 49420 1319 9 0 446479 0
[pid=9793/tid=9795] ppid=9791 vsize=1795472 CPUtime=2.44
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 37679 0 1 0 227 17 0 0 17 0 12 0 145755982 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529132 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1795472 CPUtime=0.18
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 4499 0 0 0 16 2 0 0 16 0 12 0 145755983 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1795472 CPUtime=0.19
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 3676 0 0 0 17 2 0 0 16 0 12 0 145755983 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1795472 CPUtime=0
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 145755986 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1795472 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 145755986 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1795472 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145755986 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1795472 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145755990 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1795472 CPUtime=0.44
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1575 0 0 0 44 0 0 0 16 0 12 0 145755990 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1795472 CPUtime=0.79
/proc/9793/task/9803/stat : 9803 (java) R 9791 9793 9065 0 -1 64 4433 0 0 0 77 2 0 0 19 0 12 0 145755990 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105432540 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1795472 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145755990 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1795472 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 145755990 1838563328 49420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1795472

[startup+6.30241 s]
/proc/loadavg: 0.87 0.98 0.99 3/76 9805
/proc/meminfo: memFree=1591996/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1794840 CPUtime=8.02
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 72245 0 1 0 766 36 0 0 18 0 12 0 145755980 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 448710 66673 1320 9 0 446321 0
[pid=9793/tid=9795] ppid=9791 vsize=1794840 CPUtime=5.06
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 37694 0 1 0 488 18 0 0 23 0 12 0 145755982 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474876 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1794840 CPUtime=0.67
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 15991 0 0 0 60 7 0 0 16 0 12 0 145755983 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1794840 CPUtime=0.7
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 11197 0 0 0 65 5 0 0 16 0 12 0 145755983 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1794840 CPUtime=0
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 145755986 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1794840 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 145755986 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1794840 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145755986 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1794840 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145755990 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1794840 CPUtime=0.52
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1777 0 0 0 52 0 0 0 16 0 12 0 145755990 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1794840 CPUtime=1.01
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 4860 0 0 0 99 2 0 0 17 0 12 0 145755990 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1794840 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145755990 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1794840 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 145755990 1837916160 66673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 1794840

[startup+12.7023 s]
/proc/loadavg: 0.96 0.99 0.99 2/77 9806
/proc/meminfo: memFree=1478596/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1798364 CPUtime=16.89
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 101614 0 1 0 1638 51 0 0 18 0 13 0 145755980 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 449591 91482 1334 9 0 447202 0
[pid=9793/tid=9795] ppid=9791 vsize=1798364 CPUtime=9.65
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 37745 0 1 0 946 19 0 0 25 0 13 0 145755982 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872726 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1798364 CPUtime=2.29
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 31327 0 0 0 215 14 0 0 17 0 13 0 145755983 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1798364 CPUtime=2.31
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 25088 0 0 0 218 13 0 0 16 0 13 0 145755983 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145755990 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1798364 CPUtime=1.02
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1811 0 0 0 102 0 0 0 16 0 13 0 145755990 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1798364 CPUtime=1.57
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 4911 0 0 0 155 2 0 0 16 0 13 0 145755990 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145755990 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145755990 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9806] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 145757083 1841524736 91482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 1798364

[startup+25.5024 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 9806
/proc/meminfo: memFree=1467332/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1798364 CPUtime=30.42
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 105138 0 1 0 2989 53 0 0 18 0 13 0 145755980 1841524736 92714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 449591 92714 1334 9 0 447202 0
[pid=9793/tid=9795] ppid=9791 vsize=1798364 CPUtime=21.94
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 37766 0 1 0 2175 19 0 0 23 0 13 0 145755982 1841524736 92714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109999675 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1798364 CPUtime=2.76
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 32436 0 0 0 261 15 0 0 17 0 13 0 145755983 1841524736 92714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1798364 CPUtime=2.78
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 27463 0 0 0 264 14 0 0 16 0 13 0 145755983 1841524736 92714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 92714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 92714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 92714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9793] ppid=9791 vsize=1798364 CPUtime=1615.53
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 113739 0 1 0 161370 183 0 0 18 0 13 0 145755980 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 449591 85954 1334 9 0 447202 0
[pid=9793/tid=9795] ppid=9791 vsize=1798364 CPUtime=1581.64
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 39802 0 1 0 158139 25 0 0 25 0 13 0 145755982 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110213952 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1798364 CPUtime=14.85
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 36124 0 0 0 1399 86 0 0 15 0 13 0 145755983 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1798364 CPUtime=15.41
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 30317 0 0 0 1486 55 0 0 16 0 13 0 145755983 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1798364 CPUtime=0.26
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 11 0 0 0 16 10 0 0 16 0 13 0 145755986 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1798364 CPUtime=1.41
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1833 0 0 0 141 0 0 0 16 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1798364 CPUtime=1.89
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 4927 0 0 0 187 2 0 0 16 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 145757083 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1615.53
Current children cumulated vsize (KiB) 1798364

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 9808
/proc/meminfo: memFree=1493508/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1798364 CPUtime=1675.81
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 113832 0 1 0 167393 188 0 0 18 0 13 0 145755980 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 449591 85954 1334 9 0 447202 0
[pid=9793/tid=9795] ppid=9791 vsize=1798364 CPUtime=1641.06
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 39895 0 1 0 164081 25 0 0 17 0 13 0 145755982 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110213891 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1798364 CPUtime=15.26
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 36124 0 0 0 1437 89 0 0 16 0 13 0 145755983 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1798364 CPUtime=15.85
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 30317 0 0 0 1528 57 0 0 16 0 13 0 145755983 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1798364 CPUtime=0.26
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 11 0 0 0 16 10 0 0 16 0 13 0 145755986 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1798364 CPUtime=1.41
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1833 0 0 0 141 0 0 0 16 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1798364 CPUtime=1.89
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 4927 0 0 0 187 2 0 0 16 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145755990 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9806] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 145757083 1841524736 85954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.81
Current children cumulated vsize (KiB) 1798364

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9808
/proc/meminfo: memFree=1404676/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1798364 CPUtime=1737.08
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 138841 0 1 0 173506 202 0 0 18 0 13 0 145755980 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 449591 108506 1334 9 0 447202 0
[pid=9793/tid=9795] ppid=9791 vsize=1798364 CPUtime=1699.62
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 47621 0 1 0 169934 28 0 0 25 0 13 0 145755982 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110096142 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1798364 CPUtime=16.6
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 45821 0 0 0 1565 95 0 0 16 0 13 0 145755983 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1798364 CPUtime=17.2
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 37876 0 0 0 1659 61 0 0 17 0 13 0 145755983 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1798364 CPUtime=0.28
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 38 0 0 0 17 11 0 0 16 0 13 0 145755986 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145755990 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1798364 CPUtime=1.41
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1833 0 0 0 141 0 0 0 16 0 13 0 145755990 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1798364 CPUtime=1.89
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 4927 0 0 0 187 2 0 0 16 0 13 0 145755990 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145755990 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145755990 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9806] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 145757083 1841524736 108506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.08
Current children cumulated vsize (KiB) 1798364

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9808
/proc/meminfo: memFree=1396932/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1798364 CPUtime=1798.18
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 140478 0 1 0 179615 203 0 0 18 0 13 0 145755980 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 449591 110115 1334 9 0 447202 0
[pid=9793/tid=9795] ppid=9791 vsize=1798364 CPUtime=1758.5
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 47724 0 1 0 175822 28 0 0 19 0 13 0 145755982 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110098532 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1798364 CPUtime=17.64
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 46786 0 0 0 1668 96 0 0 17 0 13 0 145755983 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1798364 CPUtime=18.22
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 38437 0 0 0 1761 61 0 0 16 0 13 0 145755983 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1798364 CPUtime=0.29
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 38 0 0 0 18 11 0 0 16 0 13 0 145755986 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1798364 CPUtime=1.47
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1834 0 0 0 147 0 0 0 16 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1798364 CPUtime=2
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 4934 0 0 0 198 2 0 0 16 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9806] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 145757083 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.18
Current children cumulated vsize (KiB) 1798364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9808
/proc/meminfo: memFree=1396932/2055920 swapFree=4184464/4192956
[pid=9793] ppid=9791 vsize=1798364 CPUtime=1800.09
/proc/9793/stat : 9793 (java) S 9791 9793 9065 0 -1 0 140478 0 1 0 179806 203 0 0 18 0 13 0 145755980 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9793/statm: 449591 110115 1334 9 0 447202 0
[pid=9793/tid=9795] ppid=9791 vsize=1798364 CPUtime=1760.41
/proc/9793/task/9795/stat : 9795 (java) R 9791 9793 9065 0 -1 64 47724 0 1 0 176013 28 0 0 25 0 13 0 145755982 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110025850 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=1798364 CPUtime=17.64
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9065 0 -1 64 46786 0 0 0 1668 96 0 0 17 0 13 0 145755983 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=1798364 CPUtime=18.22
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9065 0 -1 64 38437 0 0 0 1761 61 0 0 16 0 13 0 145755983 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9798] ppid=9791 vsize=1798364 CPUtime=0.29
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9065 0 -1 64 38 0 0 0 18 11 0 0 16 0 13 0 145755986 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9799] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9065 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145755986 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=1798364 CPUtime=1.47
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9065 0 -1 64 1834 0 0 0 147 0 0 0 16 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=1798364 CPUtime=2
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9065 0 -1 64 4934 0 0 0 198 2 0 0 16 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9804] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9065 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9805] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9065 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145755990 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9793/tid=9806] ppid=9791 vsize=1798364 CPUtime=0
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9065 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 145757083 1841524736 110115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1798364

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

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

Child status: 143
Real time (s): 1784.31
CPU time (s): 1800.2
CPU user time (s): 1798.09
CPU system time (s): 2.10568
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 1798364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.09
system time used= 2.10568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140498
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= 57368
involuntary context switches= 28940

runsolver used 2.26166 second user time and 5.16921 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Apr 16 04:27:41 UTC 2007

IDJOB= 349355
IDBENCH= 2369
IDSOLVER= 164
FILE ID= node63/349355-1176697660

PBS_JOBID= 4560028

Free space on /tmp= 66534 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349355-1176697660/sat4jPseudoCPClause.jar /tmp/evaluation/349355-1176697660/instance-349355-1176697660.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-349355-1176697660 -o ROOT/results/node63/solver-349355-1176697660 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349355-1176697660/sat4jPseudoCPClause.jar /tmp/evaluation/349355-1176697660/instance-349355-1176697660.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc5d7ea426a09a5b1cb030d82bbe1743

RANDOM SEED= 149192696

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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:       1834164 kB
Buffers:          7016 kB
Cached:         140080 kB
SwapCached:       2232 kB
Active:          91624 kB
Inactive:        68980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834164 kB
SwapTotal:     4192956 kB
SwapFree:      4184464 kB
Dirty:           20288 kB
Writeback:           0 kB
Mapped:          19960 kB
Slab:            47116 kB
Committed_AS:  1917232 kB
PageTables:       1468 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= 66534 MiB

End job on node63 on Mon Apr 16 04:57:27 UTC 2007