Trace number 354301

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 1771

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-set1al.opb
MD5SUM2171c0e7720e195b62c6e8928bbcbe1d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark588491944
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 585542656
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints492
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 constraints492
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7200
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1616008034847
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 10737418240
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 1616008034847
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node43/watcher-354301-1176704641 -o ROOT/results/node43/solver-354301-1176704641 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354301-1176704641/sat4jPseudoCPClause.jar /tmp/evaluation/354301-1176704641/instance-354301-1176704641.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: 1.03 1.03 1.00 2/64 9829
/proc/meminfo: memFree=1667984/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=18568 CPUtime=0
/proc/9829/stat : 9829 (runsolver) R 9827 9829 8576 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 118375875 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 216849247527 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9829/statm: 4642 292 257 24 0 2626 0

[startup+0.031009 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 9829
/proc/meminfo: memFree=1667984/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1773596 CPUtime=0.01
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 2514 0 1 0 0 1 0 0 18 0 3 0 118375875 1816162304 2263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773596

[startup+0.102124 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 9829
/proc/meminfo: memFree=1667984/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1780112 CPUtime=0.08
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 118375875 1822834688 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 445028 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301141 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 9829
/proc/meminfo: memFree=1667984/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1781544 CPUtime=0.33
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 5194 0 1 0 30 3 0 0 18 0 12 0 118375875 1824301056 4932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 445386 4933 1267 9 0 442997 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781544

[startup+0.701179 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 9829
/proc/meminfo: memFree=1667984/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1787324 CPUtime=0.95
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 8236 0 1 0 90 5 0 0 18 0 12 0 118375875 1830219776 7456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 446831 7456 1301 9 0 444442 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1787324

[startup+1.50225 s]
/proc/loadavg: 1.10 1.04 1.01 4/76 9841
/proc/meminfo: memFree=1628656/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1794760 CPUtime=2.55
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 22309 0 1 0 244 11 0 0 18 0 12 0 118375875 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 448690 17590 1312 9 0 446301 0
[pid=9829/tid=9831] ppid=9827 vsize=1794760 CPUtime=0.94
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 13413 0 1 0 88 6 0 0 24 0 12 0 118375877 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 118375878 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 118375878 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118375881 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 118375881 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 118375881 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 118375885 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1794760 CPUtime=0.58
/proc/9829/task/9838/stat : 9838 (java) R 9827 9829 8576 0 -1 64 2163 0 0 0 57 1 0 0 16 0 12 0 118375885 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104790045 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1794760 CPUtime=0.99
/proc/9829/task/9839/stat : 9839 (java) R 9827 9829 8576 0 -1 64 6011 0 0 0 97 2 0 0 18 0 12 0 118375885 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104794418 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118375885 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1794760 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118375885 1837834240 17590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1794760

[startup+3.10239 s]
/proc/loadavg: 1.10 1.04 1.01 4/77 9842
/proc/meminfo: memFree=1582952/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798156 CPUtime=5.29
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 44992 0 1 0 509 20 0 0 18 0 13 0 118375875 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449539 35551 1318 9 0 447150 0
[pid=9829/tid=9831] ppid=9827 vsize=1798156 CPUtime=2.07
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 30574 0 1 0 195 12 0 0 18 0 13 0 118375877 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814807 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 118375878 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 118375878 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 118375881 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 118375881 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 118375881 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798156 CPUtime=1.42
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5335 0 0 0 139 3 0 0 18 0 13 0 118375885 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798156 CPUtime=1.76
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8357 0 0 0 173 3 0 0 16 0 13 0 118375885 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798156 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841311744 35551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1798156

[startup+6.30177 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 9842
/proc/meminfo: memFree=1481576/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798080 CPUtime=8.67
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 57424 0 1 0 842 25 0 0 18 0 13 0 118375875 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449520 47909 1328 9 0 447131 0
[pid=9829/tid=9831] ppid=9827 vsize=1798080 CPUtime=5.11
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 37721 0 1 0 496 15 0 0 18 0 13 0 118375877 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109857610 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798080 CPUtime=0.14
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 2850 0 0 0 13 1 0 0 16 0 13 0 118375878 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798080 CPUtime=0.15
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 2422 0 0 0 14 1 0 0 16 0 13 0 118375878 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 118375881 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798080 CPUtime=1.44
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5336 0 0 0 141 3 0 0 16 0 13 0 118375885 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798080 CPUtime=1.79
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8359 0 0 0 176 3 0 0 15 0 13 0 118375885 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841233920 47909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 1798080

[startup+12.7012 s]
/proc/loadavg: 1.09 1.04 1.00 2/77 9842
/proc/meminfo: memFree=1454312/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798080 CPUtime=15.32
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 67125 0 1 0 1501 31 0 0 18 0 13 0 118375875 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449520 54669 1328 9 0 447131 0
[pid=9829/tid=9831] ppid=9827 vsize=1798080 CPUtime=11.26
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 37936 0 1 0 1111 15 0 0 25 0 13 0 118375877 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652714 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798080 CPUtime=0.38
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 7762 0 0 0 35 3 0 0 16 0 13 0 118375878 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798080 CPUtime=0.39
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 6982 0 0 0 35 4 0 0 16 0 13 0 118375878 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 118375881 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798080 CPUtime=1.44
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5336 0 0 0 141 3 0 0 16 0 13 0 118375885 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798080 CPUtime=1.79
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8359 0 0 0 176 3 0 0 15 0 13 0 118375885 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841233920 54669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 1798080

[startup+25.5023 s]
/proc/loadavg: 1.07 1.04 1.00 2/77 9842
/proc/meminfo: memFree=1490024/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798080 CPUtime=28.19
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 69050 0 1 0 2787 32 0 0 18 0 13 0 118375875 1841233920 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449520 44734 1328 9 0 447131 0
[pid=9829/tid=9831] ppid=9827 vsize=1798080 CPUtime=23.93
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 37957 0 1 0 2378 15 0 0 25 0 13 0 118375877 1841233920 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109859002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798080 CPUtime=0.47
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 8720 0 0 0 44 3 0 0 16 0 13 0 118375878 1841233920 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798080 CPUtime=0.49
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 7928 0 0 0 45 4 0 0 15 0 13 0 118375878 1841233920 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0.01
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 27 0 0 0 0 1 0 0 16 0 13 0 118375881 1841233920 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0.22
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 104 0 0 0 13 9 0 0 16 0 13 0 118375881 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798080 CPUtime=1.47
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5342 0 0 0 144 3 0 0 16 0 13 0 118375885 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798080 CPUtime=1.82
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8359 0 0 0 178 4 0 0 17 0 13 0 118375885 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841233920 187082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.14
Current children cumulated vsize (KiB) 1798080

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9844
/proc/meminfo: memFree=912104/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798080 CPUtime=1628.27
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 257684 0 1 0 162700 127 0 0 18 0 13 0 118375875 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449520 189675 1334 9 0 447131 0
[pid=9829/tid=9831] ppid=9827 vsize=1798080 CPUtime=1575.92
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 68245 0 1 0 157562 30 0 0 25 0 13 0 118375877 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798080 CPUtime=24.4
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 86832 0 0 0 2403 37 0 0 17 0 13 0 118375878 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798080 CPUtime=24.39
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 88079 0 0 0 2397 42 0 0 17 0 13 0 118375878 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0.22
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 104 0 0 0 13 9 0 0 16 0 13 0 118375881 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798080 CPUtime=1.47
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5342 0 0 0 144 3 0 0 16 0 13 0 118375885 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798080 CPUtime=1.82
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8359 0 0 0 178 4 0 0 17 0 13 0 118375885 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841233920 189675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.27
Current children cumulated vsize (KiB) 1798080

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9844
/proc/meminfo: memFree=902056/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798080 CPUtime=1689.41
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 260420 0 1 0 168812 129 0 0 18 0 13 0 118375875 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449520 192169 1334 9 0 447131 0
[pid=9829/tid=9831] ppid=9827 vsize=1798080 CPUtime=1634.73
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 68263 0 1 0 163443 30 0 0 25 0 13 0 118375877 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798080 CPUtime=25.57
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 87829 0 0 0 2519 38 0 0 16 0 13 0 118375878 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798080 CPUtime=25.56
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 89800 0 0 0 2513 43 0 0 17 0 13 0 118375878 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0.22
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 104 0 0 0 13 9 0 0 16 0 13 0 118375881 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798080 CPUtime=1.47
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5342 0 0 0 144 3 0 0 16 0 13 0 118375885 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798080 CPUtime=1.82
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8359 0 0 0 178 4 0 0 17 0 13 0 118375885 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841233920 192169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.41
Current children cumulated vsize (KiB) 1798080

[startup+1722.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 9844
/proc/meminfo: memFree=891176/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798080 CPUtime=1750.58
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 263472 0 1 0 174927 131 0 0 18 0 13 0 118375875 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449520 194893 1334 9 0 447131 0
[pid=9829/tid=9831] ppid=9827 vsize=1798080 CPUtime=1693.52
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 68281 0 1 0 169322 30 0 0 25 0 13 0 118375877 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811671 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798080 CPUtime=26.76
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 89711 0 0 0 2637 39 0 0 16 0 13 0 118375878 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798080 CPUtime=26.74
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 90952 0 0 0 2631 43 0 0 16 0 13 0 118375878 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0.22
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 104 0 0 0 13 9 0 0 16 0 13 0 118375881 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798080 CPUtime=1.47
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5342 0 0 0 144 3 0 0 16 0 13 0 118375885 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798080 CPUtime=1.82
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8359 0 0 0 178 4 0 0 17 0 13 0 118375885 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841233920 194893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.58
Current children cumulated vsize (KiB) 1798080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.8 s]
/proc/loadavg: 1.05 1.02 1.00 2/77 9844
/proc/meminfo: memFree=883816/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=1798080 CPUtime=1800.01
/proc/9829/stat : 9829 (java) S 9827 9829 8576 0 -1 0 265622 0 1 0 179870 131 0 0 18 0 13 0 118375875 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 449520 196723 1334 9 0 447131 0
[pid=9829/tid=9831] ppid=9827 vsize=1798080 CPUtime=1741.06
/proc/9829/task/9831/stat : 9831 (java) R 9827 9829 8576 0 -1 64 68295 0 1 0 174076 30 0 0 25 0 13 0 118375877 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814720 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9832] ppid=9827 vsize=1798080 CPUtime=27.69
/proc/9829/task/9832/stat : 9832 (java) S 9827 9829 8576 0 -1 64 91140 0 0 0 2730 39 0 0 16 0 13 0 118375878 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9833] ppid=9827 vsize=1798080 CPUtime=27.69
/proc/9829/task/9833/stat : 9833 (java) S 9827 9829 8576 0 -1 64 91659 0 0 0 2725 44 0 0 17 0 13 0 118375878 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9834] ppid=9827 vsize=1798080 CPUtime=0.22
/proc/9829/task/9834/stat : 9834 (java) S 9827 9829 8576 0 -1 64 104 0 0 0 13 9 0 0 16 0 13 0 118375881 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9835] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9835/stat : 9835 (java) S 9827 9829 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9836] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9836/stat : 9836 (java) S 9827 9829 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118375881 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9837] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9837/stat : 9837 (java) S 9827 9829 8576 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9838] ppid=9827 vsize=1798080 CPUtime=1.47
/proc/9829/task/9838/stat : 9838 (java) S 9827 9829 8576 0 -1 64 5342 0 0 0 144 3 0 0 16 0 13 0 118375885 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9839] ppid=9827 vsize=1798080 CPUtime=1.82
/proc/9829/task/9839/stat : 9839 (java) S 9827 9829 8576 0 -1 64 8359 0 0 0 178 4 0 0 17 0 13 0 118375885 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9840] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9840/stat : 9840 (java) S 9827 9829 8576 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118375885 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9829/tid=9841] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9841/stat : 9841 (java) S 9827 9829 8576 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118375885 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9829/tid=9842] ppid=9827 vsize=1798080 CPUtime=0
/proc/9829/task/9842/stat : 9842 (java) S 9827 9829 8576 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118376051 1841233920 196723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1798080

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

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

[startup+1770.91 s]
/proc/loadavg: 1.04 1.02 1.00 2/67 9847
/proc/meminfo: memFree=1171160/2055920 swapFree=4191892/4192956
[pid=9829] ppid=9827 vsize=0 CPUtime=1800.12
/proc/9829/stat : 9829 (java) Z 9827 9829 8576 0 -1 1036 265645 0 1 0 179876 136 0 0 15 0 2 0 118375875 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9829/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771
CPU time (s): 1800.2
CPU user time (s): 1798.76
CPU system time (s): 1.44078
CPU usage (%): 101.649
Max. virtual memory (cumulated for all children) (KiB): 1800204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.44078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265645
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= 44443
involuntary context switches= 24394

runsolver used 1.75873 second user time and 4.76427 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Apr 16 06:24:01 UTC 2007

IDJOB= 354301
IDBENCH= 2477
IDSOLVER= 164
FILE ID= node43/354301-1176704641

PBS_JOBID= 4560025

Free space on /tmp= 66550 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-set1al.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354301-1176704641/sat4jPseudoCPClause.jar /tmp/evaluation/354301-1176704641/instance-354301-1176704641.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-354301-1176704641 -o ROOT/results/node43/solver-354301-1176704641 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354301-1176704641/sat4jPseudoCPClause.jar /tmp/evaluation/354301-1176704641/instance-354301-1176704641.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2171c0e7720e195b62c6e8928bbcbe1d

RANDOM SEED= 689994547

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1668400 kB
Buffers:         60844 kB
Cached:         237816 kB
SwapCached:        268 kB
Active:         128684 kB
Inactive:       187036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668400 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4132 kB
Writeback:           0 kB
Mapped:          25104 kB
Slab:            57888 kB
Committed_AS:  1490768 kB
PageTables:       1396 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= 66550 MiB

End job on node43 on Mon Apr 16 06:53:34 UTC 2007