Trace number 357568

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.14 1777.14

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin12.opb
MD5SUM8ef9ab9b1b524024010be24ca1127d40
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.29265
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4356
Total number of constraints600
Number of constraints which are clauses264
Number of constraints which are cardinality constraints (but not clauses)336
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint66
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 123
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving /tmp/evaluation/357568-1176829544/instance-357568-1176829544.opb
0.09/0.19	c reading problem ... 
1.48/1.05	c ... done. Wall clock time 0.852s.
1.48/1.05	c CPU time (experimental) 0.71s.
1.48/1.05	c #vars     4356
1.48/1.05	c #constraints  600
1800.00/1777.01	c starts		: 2
1800.00/1777.01	c conflicts		: 3861
1800.00/1777.01	c decisions		: 26509
1800.00/1777.01	c propagations		: 402268
1800.00/1777.01	c inspects		: 5845087
1800.00/1777.01	c learnt literals	: 0
1800.00/1777.01	c learnt binary clauses	: 0
1800.00/1777.01	c learnt ternary clauses	: 0
1800.00/1777.01	c learnt clauses	: 3860
1800.00/1777.01	c root simplifications	: 0
1800.00/1777.01	c removed literals (reason simplification)	: 0
1800.00/1777.01	c reason swapping (by a shorter reason)	: 0
1800.00/1777.01	c Calls to reduceDB	: 0
1800.00/1777.01	c speed (decisions/second)	: 14.926608542103521
1800.00/1777.01	c non guided choices	556
1800.00/1777.01	s UNKNOWN
1800.00/1777.01	c Total wall clock time (ms): 1776.817

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/node68/watcher-357568-1176829544 -o ROOT/results/node68/solver-357568-1176829544 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357568-1176829544/sat4jPseudoCP.jar /tmp/evaluation/357568-1176829544/instance-357568-1176829544.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.91 0.97 0.99 2/64 6191
/proc/meminfo: memFree=1839344/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1800 CPUtime=0
/proc/6191/stat : 6191 (java) D 6189 6191 5375 0 -1 0 170 0 0 0 0 0 0 0 19 0 1 0 158943920 1843200 143 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6191/statm: 458 148 111 9 0 100 0

[startup+0.04594 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 6191
/proc/meminfo: memFree=1839344/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1776376 CPUtime=0.04
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 3472 0 1 0 2 2 0 0 18 0 4 0 158943920 1819009024 3218 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 444094 3218 1027 9 0 441730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776376

[startup+0.101944 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 6191
/proc/meminfo: memFree=1839344/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1780256 CPUtime=0.09
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 4024 0 1 0 6 3 0 0 18 0 12 0 158943920 1822982144 3766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 445064 3766 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301961 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 6191
/proc/meminfo: memFree=1839344/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1781420 CPUtime=0.31
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 5189 0 1 0 27 4 0 0 18 0 12 0 158943920 1824174080 4928 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 445355 4928 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.702 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 6191
/proc/meminfo: memFree=1839344/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1784664 CPUtime=1
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 8301 0 1 0 95 5 0 0 18 0 12 0 158943920 1827495936 7278 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 446166 7279 1308 9 0 443778 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1784664

[startup+1.50207 s]
/proc/loadavg: 0.91 0.97 0.99 2/76 6203
/proc/meminfo: memFree=1800336/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1785456 CPUtime=2.27
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 22232 0 1 0 215 12 0 0 18 0 13 0 158943920 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 446364 21067 1317 9 0 443976 0
[pid=6191/tid=6193] ppid=6189 vsize=1785456 CPUtime=1.04
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 19395 0 1 0 94 10 0 0 20 0 13 0 158943921 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109691741 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 158943923 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 158943923 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158943925 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 158943926 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 158943926 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1785456 CPUtime=0.54
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 1134 0 0 0 54 0 0 0 16 0 13 0 158943929 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1785456 CPUtime=0.65
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 977 0 0 0 65 0 0 0 16 0 13 0 158943929 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1785456 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1828306944 21067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1785456

[startup+3.10221 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6204
/proc/meminfo: memFree=1694792/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793800 CPUtime=4.73
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 47187 0 1 0 449 24 0 0 18 0 13 0 158943920 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448450 42615 1329 9 0 446062 0
[pid=6191/tid=6193] ppid=6189 vsize=1793800 CPUtime=2.33
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 37738 0 1 0 213 20 0 0 18 0 13 0 158943921 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109213982 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793800 CPUtime=0.01
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 679 0 0 0 1 0 0 0 16 0 13 0 158943923 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793800 CPUtime=0.01
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 291 0 0 0 1 0 0 0 16 0 13 0 158943923 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793800 CPUtime=0
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158943925 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793800 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793800 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793800 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793800 CPUtime=1.34
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 5440 0 0 0 132 2 0 0 16 0 13 0 158943929 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793800 CPUtime=1.01
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2306 0 0 0 100 1 0 0 16 0 13 0 158943929 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793800 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793800 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793800 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836851200 42615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1793800

[startup+6.3025 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 6204
/proc/meminfo: memFree=1674712/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793704 CPUtime=8.32
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 54401 0 1 0 805 27 0 0 18 0 13 0 158943920 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448426 47339 1329 9 0 446038 0
[pid=6191/tid=6193] ppid=6189 vsize=1793704 CPUtime=5.4
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 41429 0 1 0 519 21 0 0 18 0 13 0 158943921 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109734532 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793704 CPUtime=0.05
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 1577 0 0 0 5 0 0 0 16 0 13 0 158943923 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793704 CPUtime=0.05
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 1099 0 0 0 5 0 0 0 16 0 13 0 158943923 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793704 CPUtime=0
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 158943925 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793704 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793704 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793704 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793704 CPUtime=1.63
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 7231 0 0 0 161 2 0 0 16 0 13 0 158943929 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793704 CPUtime=1.13
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2312 0 0 0 112 1 0 0 17 0 13 0 158943929 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793704 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793704 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793704 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836752896 47339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 1793704

[startup+12.7021 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 6204
/proc/meminfo: memFree=1633816/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793608 CPUtime=14.88
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 60321 0 1 0 1458 30 0 0 18 0 13 0 158943920 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448402 52423 1329 9 0 446014 0
[pid=6191/tid=6193] ppid=6189 vsize=1793608 CPUtime=11.73
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 45967 0 1 0 1149 24 0 0 19 0 13 0 158943921 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109822021 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793608 CPUtime=0.1
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 2313 0 0 0 9 1 0 0 16 0 13 0 158943923 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793608 CPUtime=0.09
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 1738 0 0 0 9 0 0 0 16 0 13 0 158943923 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 158943925 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793608 CPUtime=1.72
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 7236 0 0 0 170 2 0 0 16 0 13 0 158943929 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793608 CPUtime=1.21
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2314 0 0 0 120 1 0 0 16 0 13 0 158943929 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836654592 52423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 1793608

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 6204
/proc/meminfo: memFree=1654168/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793608 CPUtime=28.05
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 62551 0 1 0 2773 32 0 0 18 0 13 0 158943920 1836654592 47343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448402 47343 1331 9 0 446014 0
[pid=6191/tid=6193] ppid=6189 vsize=1793608 CPUtime=24.24
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 45990 0 1 0 2400 24 0 0 25 0 13 0 158943921 1836654592 47343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109969335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793608 CPUtime=0.18
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 3148 0 0 0 17 1 0 0 16 0 13 0 158943923 1836654592 47343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793608 CPUtime=0.17
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 2338 0 0 0 16 1 0 0 16 0 13 0 158943923 1836654592 47343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 158943925 1836654592 47343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=6191/tid=6196] ppid=6189 vsize=1793608 CPUtime=0.56
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 252 0 0 0 30 26 0 0 16 0 13 0 158943925 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793608 CPUtime=2.02
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 7990 0 0 0 199 3 0 0 17 0 13 0 158943929 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793608 CPUtime=1.58
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2341 0 0 0 157 1 0 0 16 0 13 0 158943929 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836654592 157344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.42
Current children cumulated vsize (KiB) 1793608

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6204
/proc/meminfo: memFree=1195296/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793608 CPUtime=1622.41
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 252937 0 1 0 162093 148 0 0 18 0 13 0 158943920 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448402 161877 1332 9 0 446014 0
[pid=6191/tid=6193] ppid=6189 vsize=1793608 CPUtime=1580.85
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 106067 0 1 0 158033 52 0 0 25 0 13 0 158943921 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109727612 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793608 CPUtime=18.74
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 65704 0 0 0 1841 33 0 0 16 0 13 0 158943923 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793608 CPUtime=18.57
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 69860 0 0 0 1828 29 0 0 16 0 13 0 158943923 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793608 CPUtime=0.59
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 252 0 0 0 32 27 0 0 15 0 13 0 158943925 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793608 CPUtime=2.02
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 7990 0 0 0 199 3 0 0 17 0 13 0 158943929 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793608 CPUtime=1.58
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2341 0 0 0 157 1 0 0 16 0 13 0 158943929 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836654592 161877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.41
Current children cumulated vsize (KiB) 1793608

[startup+1662.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 6204
/proc/meminfo: memFree=1178208/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793608 CPUtime=1683.46
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 257461 0 1 0 168194 152 0 0 18 0 13 0 158943920 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448402 166038 1332 9 0 446014 0
[pid=6191/tid=6193] ppid=6189 vsize=1793608 CPUtime=1639.7
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 106144 0 1 0 163917 53 0 0 25 0 13 0 158943921 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109727612 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793608 CPUtime=19.83
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 68335 0 0 0 1948 35 0 0 16 0 13 0 158943923 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793608 CPUtime=19.66
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 71675 0 0 0 1936 30 0 0 16 0 13 0 158943923 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793608 CPUtime=0.6
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 253 0 0 0 33 27 0 0 15 0 13 0 158943925 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793608 CPUtime=2.02
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 7990 0 0 0 199 3 0 0 17 0 13 0 158943929 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793608 CPUtime=1.58
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2341 0 0 0 157 1 0 0 16 0 13 0 158943929 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836654592 166038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.46
Current children cumulated vsize (KiB) 1793608

[startup+1722.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/77 6204
/proc/meminfo: memFree=1163360/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793608 CPUtime=1744.45
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 261537 0 1 0 174290 155 0 0 18 0 13 0 158943920 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448402 169751 1332 9 0 446014 0
[pid=6191/tid=6193] ppid=6189 vsize=1793608 CPUtime=1698.6
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 106221 0 1 0 169807 53 0 0 25 0 13 0 158943921 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109671689 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793608 CPUtime=20.86
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 70396 0 0 0 2050 36 0 0 16 0 13 0 158943923 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793608 CPUtime=20.69
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 73613 0 0 0 2038 31 0 0 16 0 13 0 158943923 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793608 CPUtime=0.63
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 253 0 0 0 35 28 0 0 16 0 13 0 158943925 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793608 CPUtime=2.02
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 7990 0 0 0 199 3 0 0 17 0 13 0 158943929 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793608 CPUtime=1.58
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2341 0 0 0 157 1 0 0 16 0 13 0 158943929 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836654592 169751 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.45
Current children cumulated vsize (KiB) 1793608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 6204
/proc/meminfo: memFree=1151264/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=1793608 CPUtime=1800
/proc/6191/stat : 6191 (java) S 6189 6191 5375 0 -1 0 264933 0 1 0 179841 159 0 0 18 0 13 0 158943920 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6191/statm: 448402 172756 1332 9 0 446014 0
[pid=6191/tid=6193] ppid=6189 vsize=1793608 CPUtime=1752.37
/proc/6191/task/6193/stat : 6193 (java) R 6189 6191 5375 0 -1 64 106292 0 1 0 175184 53 0 0 25 0 13 0 158943921 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109981433 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6194] ppid=6189 vsize=1793608 CPUtime=21.74
/proc/6191/task/6194/stat : 6194 (java) S 6189 6191 5375 0 -1 64 71748 0 0 0 2137 37 0 0 17 0 13 0 158943923 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6195] ppid=6189 vsize=1793608 CPUtime=21.58
/proc/6191/task/6195/stat : 6195 (java) S 6189 6191 5375 0 -1 64 75585 0 0 0 2125 33 0 0 16 0 13 0 158943923 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6196] ppid=6189 vsize=1793608 CPUtime=0.64
/proc/6191/task/6196/stat : 6196 (java) S 6189 6191 5375 0 -1 64 254 0 0 0 36 28 0 0 15 0 13 0 158943925 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6197] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6197/stat : 6197 (java) S 6189 6191 5375 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6198] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6198/stat : 6198 (java) S 6189 6191 5375 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158943926 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6199] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6199/stat : 6199 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158943929 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6200] ppid=6189 vsize=1793608 CPUtime=2.02
/proc/6191/task/6200/stat : 6200 (java) S 6189 6191 5375 0 -1 64 7990 0 0 0 199 3 0 0 17 0 13 0 158943929 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6191/tid=6201] ppid=6189 vsize=1793608 CPUtime=1.58
/proc/6191/task/6201/stat : 6201 (java) S 6189 6191 5375 0 -1 64 2341 0 0 0 157 1 0 0 16 0 13 0 158943929 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6202] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6202/stat : 6202 (java) S 6189 6191 5375 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 158943929 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6203] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6203/stat : 6203 (java) S 6189 6191 5375 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158943929 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6191/tid=6204] ppid=6189 vsize=1793608 CPUtime=0
/proc/6191/task/6204/stat : 6204 (java) S 6189 6191 5375 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158944027 1836654592 172756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1793608

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

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

[startup+1777.11 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 6204
/proc/meminfo: memFree=1151264/2055920 swapFree=4178700/4192956
[pid=6191] ppid=6189 vsize=0 CPUtime=1800.1
/proc/6191/stat : 6191 (java) Z 6189 6191 5375 0 -1 1036 264953 0 1 0 179843 167 0 0 16 0 2 0 158943920 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.14
CPU time (s): 1800.14
CPU user time (s): 1798.44
CPU system time (s): 1.70074
CPU usage (%): 101.294
Max. virtual memory (cumulated for all children) (KiB): 1797896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.70074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264953
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= 61378
involuntary context switches= 33344

runsolver used 1.91471 second user time and 4.96225 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Tue Apr 17 17:05:44 UTC 2007

IDJOB= 357568
IDBENCH= 1151
IDSOLVER= 160
FILE ID= node68/357568-1176829544

PBS_JOBID= 4586350

Free space on /tmp= 66335 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin12.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357568-1176829544/sat4jPseudoCP.jar /tmp/evaluation/357568-1176829544/instance-357568-1176829544.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-357568-1176829544 -o ROOT/results/node68/solver-357568-1176829544 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357568-1176829544/sat4jPseudoCP.jar /tmp/evaluation/357568-1176829544/instance-357568-1176829544.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8ef9ab9b1b524024010be24ca1127d40

RANDOM SEED= 630843337

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1839752 kB
Buffers:         16440 kB
Cached:         152128 kB
SwapCached:       8504 kB
Active:          92428 kB
Inactive:        91984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839752 kB
SwapTotal:     4192956 kB
SwapFree:      4178700 kB
Dirty:            4132 kB
Writeback:           0 kB
Mapped:          16056 kB
Slab:            17800 kB
Committed_AS:  2654524 kB
PageTables:       1380 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= 66335 MiB

End job on node68 on Tue Apr 17 17:35:23 UTC 2007