Trace number 348541

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.28 1733.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-maros-r7.opb
MD5SUM24e8096a6d8928e5a9e214fdf85bd87e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51973
Best CPU time to get the best result obtained on this benchmark1514.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51973
Optimality of the best value was proved NO
Number of variables282240
Total number of constraints3136
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 constraints3136
Minimum length of a constraint150
Maximum length of a constraint720
Number of terms in the objective function 188160
Biggest coefficient in the objective function 42
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 683648
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 80921
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 683648
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node17/watcher-348541-1176586691 -o ROOT/results/node17/solver-348541-1176586691 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348541-1176586691/sat4jPseudoCPClause.jar /tmp/evaluation/348541-1176586691/instance-348541-1176586691.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.99 0.98 0.99 2/77 14263
/proc/meminfo: memFree=1683400/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=152 CPUtime=0
/proc/14263/stat : 14263 (java) D 14261 14263 13483 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 106586677 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 38 26 19 9 0 4 0

[startup+0.096773 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14263
/proc/meminfo: memFree=1683400/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1777844 CPUtime=0.07
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 3831 0 1 0 5 2 0 0 18 0 7 0 106586677 1820512256 3574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 444461 3574 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101771 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14263
/proc/meminfo: memFree=1683400/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1777844 CPUtime=0.07
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 3866 0 1 0 5 2 0 0 18 0 7 0 106586677 1820512256 3609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 444461 3609 1092 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301793 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14263
/proc/meminfo: memFree=1683400/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1781408 CPUtime=0.29
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 7488 0 1 0 25 4 0 0 18 0 12 0 106586677 1824161792 7227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 445352 7227 1264 9 0 442963 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781408

[startup+0.701836 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14263
/proc/meminfo: memFree=1683400/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1782984 CPUtime=0.89
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 11243 0 1 0 83 6 0 0 18 0 12 0 106586677 1825775616 10709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 445746 10711 1296 9 0 443357 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782984

[startup+1.50292 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 14275
/proc/meminfo: memFree=1618920/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1782984 CPUtime=1.71
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 27799 0 1 0 159 12 0 0 18 0 12 0 106586677 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 445746 27265 1297 9 0 443357 0
[pid=14263/tid=14265] ppid=14261 vsize=1782984 CPUtime=1.31
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 25933 0 1 0 120 11 0 0 25 0 12 0 106586679 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 106586681 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 106586681 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 106586683 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 106586684 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 106586684 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106586688 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1782984 CPUtime=0.23
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 870 0 0 0 23 0 0 0 16 0 12 0 106586688 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1782984 CPUtime=0.15
/proc/14263/task/14273/stat : 14273 (java) R 14261 14263 13483 0 -1 64 274 0 0 0 15 0 0 0 16 0 12 0 106586688 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105870413 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106586688 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1782984 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106586688 1825775616 27265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1782984

[startup+3.10209 s]
/proc/loadavg: 0.99 0.98 0.99 3/89 14275
/proc/meminfo: memFree=1546856/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1793660 CPUtime=4.31
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 54299 0 1 0 404 27 0 0 18 0 12 0 106586677 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448415 49491 1311 9 0 446026 0
[pid=14263/tid=14265] ppid=14261 vsize=1793660 CPUtime=2.45
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 37669 0 1 0 227 18 0 0 21 0 12 0 106586679 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109653809 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1793660 CPUtime=0.15
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 3877 0 0 0 13 2 0 0 16 0 12 0 106586681 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1793660 CPUtime=0.15
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 4814 0 0 0 13 2 0 0 16 0 12 0 106586681 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1793660 CPUtime=0
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 106586683 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1793660 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 106586684 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1793660 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 106586684 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1793660 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106586688 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1793660 CPUtime=0.55
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2061 0 0 0 54 1 0 0 16 0 12 0 106586688 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1793660 CPUtime=0.96
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5154 0 0 0 95 1 0 0 16 0 12 0 106586688 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1793660 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106586688 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1793660 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106586688 1836707840 49491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1793660

[startup+6.30142 s]
/proc/loadavg: 1.07 1.00 1.00 2/89 14275
/proc/meminfo: memFree=1422696/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1794096 CPUtime=8.27
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 80439 0 1 0 787 40 0 0 18 0 12 0 106586677 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448524 71704 1311 9 0 446135 0
[pid=14263/tid=14265] ppid=14261 vsize=1794096 CPUtime=4.86
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 37674 0 1 0 468 18 0 0 20 0 12 0 106586679 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109576323 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1794096 CPUtime=0.92
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 18483 0 0 0 83 9 0 0 16 0 12 0 106586681 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1794096 CPUtime=0.92
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 16343 0 0 0 83 9 0 0 16 0 12 0 106586681 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1794096 CPUtime=0
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 106586683 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1794096 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 106586684 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1794096 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 106586684 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1794096 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106586688 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1794096 CPUtime=0.56
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2061 0 0 0 55 1 0 0 17 0 12 0 106586688 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1794096 CPUtime=0.97
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5154 0 0 0 96 1 0 0 16 0 12 0 106586688 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1794096 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106586688 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1794096 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106586688 1837154304 71704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1794096

[startup+12.7021 s]
/proc/loadavg: 1.15 1.02 1.01 2/89 14275
/proc/meminfo: memFree=1276464/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1794064 CPUtime=16.85
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 122638 0 1 0 1624 61 0 0 18 0 12 0 106586677 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448516 108086 1318 9 0 446127 0
[pid=14263/tid=14265] ppid=14261 vsize=1794064 CPUtime=9.06
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 37686 0 1 0 887 19 0 0 17 0 12 0 106586679 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549759 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1794064 CPUtime=3.1
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 46273 0 0 0 287 23 0 0 16 0 12 0 106586681 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1794064 CPUtime=3.09
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 30733 0 0 0 294 15 0 0 16 0 12 0 106586681 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1794064 CPUtime=0
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 106586683 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1794064 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 106586684 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1794064 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 106586684 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1794064 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106586688 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1794064 CPUtime=0.57
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2061 0 0 0 56 1 0 0 16 0 12 0 106586688 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1794064 CPUtime=0.99
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5161 0 0 0 98 1 0 0 16 0 12 0 106586688 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1794064 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106586688 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1794064 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106586688 1837121536 108086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.85
Current children cumulated vsize (KiB) 1794064

[startup+25.5014 s]
/proc/loadavg: 1.19 1.03 1.01 2/90 14276
/proc/meminfo: memFree=1101224/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1794388 CPUtime=32.55
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 169001 0 1 0 3171 84 0 0 18 0 13 0 106586677 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448597 146618 1332 9 0 446208 0
[pid=14263/tid=14265] ppid=14261 vsize=1794388 CPUtime=19.54
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 37755 0 1 0 1933 21 0 0 25 0 13 0 106586679 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604445 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1794388 CPUtime=4.97
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 73040 0 0 0 462 35 0 0 16 0 13 0 106586681 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1794388 CPUtime=4.97
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 50121 0 0 0 473 24 0 0 16 0 13 0 106586681 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 106586683 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106586684 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 106586684 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 146618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2130 0 0 0 141 1 0 0 17 0 13 0 106586688 1837453312 291212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1794388 CPUtime=1.82
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5225 0 0 0 181 1 0 0 16 0 13 0 106586688 1837453312 291212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 291212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106586688 1837453312 291212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14276] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14276/stat : 14276 (java) S 14261 14263 13483 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 106588656 1837453312 291212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.92
Current children cumulated vsize (KiB) 1794388

[startup+1602.3 s]
/proc/loadavg: 1.11 1.08 1.02 2/90 14474
/proc/meminfo: memFree=502376/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1794388 CPUtime=1661.45
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 332722 0 1 0 165951 194 0 0 18 0 13 0 106586677 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448597 295911 1332 9 0 446208 0
[pid=14263/tid=14265] ppid=14261 vsize=1794388 CPUtime=1542.03
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 39637 0 1 0 154166 37 0 0 18 0 13 0 106586679 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1794388 CPUtime=57.84
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 143946 0 0 0 5713 71 0 0 16 0 13 0 106586681 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1794388 CPUtime=57.83
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 141032 0 0 0 5718 65 0 0 16 0 13 0 106586681 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1794388 CPUtime=0.43
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 30 0 0 0 28 15 0 0 16 0 13 0 106586683 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106586684 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 106586684 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1794388 CPUtime=1.42
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2130 0 0 0 141 1 0 0 17 0 13 0 106586688 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1794388 CPUtime=1.82
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5225 0 0 0 181 1 0 0 16 0 13 0 106586688 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106586688 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14276] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14276/stat : 14276 (java) S 14261 14263 13483 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 106588656 1837453312 295911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 1794388

[startup+1662.3 s]
/proc/loadavg: 1.14 1.09 1.03 2/90 14474
/proc/meminfo: memFree=483624/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1794388 CPUtime=1724.77
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 337669 0 1 0 172280 197 0 0 18 0 13 0 106586677 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448597 300540 1332 9 0 446208 0
[pid=14263/tid=14265] ppid=14261 vsize=1794388 CPUtime=1598.61
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 39699 0 1 0 159824 37 0 0 25 0 13 0 106586679 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950020 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1794388 CPUtime=61.21
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 146182 0 0 0 6048 73 0 0 16 0 13 0 106586681 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1794388 CPUtime=61.19
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 143681 0 0 0 6053 66 0 0 16 0 13 0 106586681 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1794388 CPUtime=0.45
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 30 0 0 0 29 16 0 0 16 0 13 0 106586683 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106586684 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 106586684 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1794388 CPUtime=1.42
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2130 0 0 0 141 1 0 0 17 0 13 0 106586688 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1794388 CPUtime=1.82
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5225 0 0 0 181 1 0 0 16 0 13 0 106586688 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106586688 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14276] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14276/stat : 14276 (java) S 14261 14263 13483 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 106588656 1837453312 300540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.77
Current children cumulated vsize (KiB) 1794388

[startup+1722.3 s]
/proc/loadavg: 1.05 1.07 1.02 2/90 14474
/proc/meminfo: memFree=465896/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1794388 CPUtime=1788.22
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 342379 0 1 0 178621 201 0 0 18 0 13 0 106586677 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448597 305029 1332 9 0 446208 0
[pid=14263/tid=14265] ppid=14261 vsize=1794388 CPUtime=1655.08
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 39763 0 1 0 165470 38 0 0 22 0 13 0 106586679 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109956902 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1794388 CPUtime=64.69
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 147432 0 0 0 6396 73 0 0 16 0 13 0 106586681 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1794388 CPUtime=64.68
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 147077 0 0 0 6400 68 0 0 16 0 13 0 106586681 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1794388 CPUtime=0.46
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 30 0 0 0 30 16 0 0 16 0 13 0 106586683 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106586684 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 106586684 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1794388 CPUtime=1.42
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2130 0 0 0 141 1 0 0 17 0 13 0 106586688 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1794388 CPUtime=1.82
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5225 0 0 0 181 1 0 0 16 0 13 0 106586688 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106586688 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14276] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14276/stat : 14276 (java) S 14261 14263 13483 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 106588656 1837453312 305029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 1794388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1733.5 s]
/proc/loadavg: 1.04 1.07 1.02 2/90 14474
/proc/meminfo: memFree=462184/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=1794388 CPUtime=1800.07
/proc/14263/stat : 14263 (java) S 14261 14263 13483 0 -1 0 343294 0 1 0 179806 201 0 0 18 0 13 0 106586677 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14263/statm: 448597 305888 1332 9 0 446208 0
[pid=14263/tid=14265] ppid=14261 vsize=1794388 CPUtime=1665.61
/proc/14263/task/14265/stat : 14265 (java) R 14261 14263 13483 0 -1 64 39775 0 1 0 166523 38 0 0 22 0 13 0 106586679 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14266] ppid=14261 vsize=1794388 CPUtime=65.35
/proc/14263/task/14266/stat : 14266 (java) S 14261 14263 13483 0 -1 64 147894 0 0 0 6461 74 0 0 16 0 13 0 106586681 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14267] ppid=14261 vsize=1794388 CPUtime=65.34
/proc/14263/task/14267/stat : 14267 (java) S 14261 14263 13483 0 -1 64 147518 0 0 0 6466 68 0 0 16 0 13 0 106586681 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14268] ppid=14261 vsize=1794388 CPUtime=0.47
/proc/14263/task/14268/stat : 14268 (java) S 14261 14263 13483 0 -1 64 30 0 0 0 30 17 0 0 16 0 13 0 106586683 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14269] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14269/stat : 14269 (java) S 14261 14263 13483 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106586684 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14270/stat : 14270 (java) S 14261 14263 13483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 106586684 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14271] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14271/stat : 14271 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14272] ppid=14261 vsize=1794388 CPUtime=1.42
/proc/14263/task/14272/stat : 14272 (java) S 14261 14263 13483 0 -1 64 2130 0 0 0 141 1 0 0 17 0 13 0 106586688 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14273] ppid=14261 vsize=1794388 CPUtime=1.82
/proc/14263/task/14273/stat : 14273 (java) S 14261 14263 13483 0 -1 64 5225 0 0 0 181 1 0 0 16 0 13 0 106586688 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14274] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14274/stat : 14274 (java) S 14261 14263 13483 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106586688 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14263/tid=14275] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14275/stat : 14275 (java) S 14261 14263 13483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106586688 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14263/tid=14276] ppid=14261 vsize=1794388 CPUtime=0
/proc/14263/task/14276/stat : 14276 (java) S 14261 14263 13483 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 106588656 1837453312 305888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794388

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

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

[startup+1733.62 s]
/proc/loadavg: 1.04 1.07 1.02 2/90 14474
/proc/meminfo: memFree=462184/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=0 CPUtime=1800.19
/proc/14263/stat : 14263 (java) Z 14261 14263 13483 0 -1 1036 343313 0 1 0 179808 211 0 0 16 0 2 0 106586677 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14263/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1733.7 s]
/proc/loadavg: 1.04 1.07 1.02 2/90 14474
/proc/meminfo: memFree=462184/2055920 swapFree=4153028/4192956
[pid=14263] ppid=14261 vsize=0 CPUtime=1800.27
/proc/14263/stat : 14263 (java) Z 14261 14263 13483 0 -1 1036 343313 0 1 0 179808 219 0 0 16 0 2 0 106586677 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14263/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1733.7
CPU time (s): 1800.28
CPU user time (s): 1798.08
CPU system time (s): 2.19367
CPU usage (%): 103.84
Max. virtual memory (cumulated for all children) (KiB): 1794780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 2.19367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343313
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= 52715
involuntary context switches= 45590

runsolver used 1.79073 second user time and 4.66829 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Apr 14 21:38:12 UTC 2007

IDJOB= 348541
IDBENCH= 1690
IDSOLVER= 164
FILE ID= node17/348541-1176586691

PBS_JOBID= 4556798

Free space on /tmp= 66530 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-maros-r7.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348541-1176586691/sat4jPseudoCPClause.jar /tmp/evaluation/348541-1176586691/instance-348541-1176586691.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-348541-1176586691 -o ROOT/results/node17/solver-348541-1176586691 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348541-1176586691/sat4jPseudoCPClause.jar /tmp/evaluation/348541-1176586691/instance-348541-1176586691.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  24e8096a6d8928e5a9e214fdf85bd87e

RANDOM SEED= 158924463

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1683808 kB
Buffers:         32672 kB
Cached:         265356 kB
SwapCached:       2328 kB
Active:         162640 kB
Inactive:       158532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683808 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:           28464 kB
Writeback:           0 kB
Mapped:          30492 kB
Slab:            36500 kB
Committed_AS:  4113076 kB
PageTables:       1796 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= 66530 MiB

End job on node17 on Sat Apr 14 22:07:07 UTC 2007