Trace number 429579

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
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1770.74

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
MD5SUMc4232b649086935e0cf725c77927c83f
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.157975
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
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 constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node43/watcher-429579-1177986652 -o ROOT/results/node43/solver-429579-1177986652 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429579-1177986652/sat4jPseudoCP.jar /tmp/evaluation/429579-1177986652/instance-429579-1177986652.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.96 2/77 6261
/proc/meminfo: memFree=1651904/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1472 CPUtime=0
/proc/6261/stat : 6261 (java) R 6259 6261 2433 0 -1 0 94 0 0 0 0 0 0 0 18 0 1 0 246577041 1507328 68 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4160632085 0 0 4096 0 0 0 0 17 1 0 0
/proc/6261/statm: 368 79 59 9 0 10 0

[startup+0.0853479 s]
/proc/loadavg: 1.00 1.00 0.96 2/77 6261
/proc/meminfo: memFree=1651904/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1777844 CPUtime=0.07
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 3813 0 1 0 5 2 0 0 18 0 7 0 246577041 1820512256 3557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 444461 3557 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101349 s]
/proc/loadavg: 1.00 1.00 0.96 2/77 6261
/proc/meminfo: memFree=1651904/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1780108 CPUtime=0.09
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 3969 0 1 0 6 3 0 0 18 0 12 0 246577041 1822830592 3712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301367 s]
/proc/loadavg: 1.00 1.00 0.96 2/77 6261
/proc/meminfo: memFree=1651904/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1781420 CPUtime=0.31
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 5108 0 1 0 28 3 0 0 18 0 12 0 246577041 1824174080 4848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 445355 4848 1260 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.701403 s]
/proc/loadavg: 1.00 1.00 0.96 2/77 6261
/proc/meminfo: memFree=1651904/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1784392 CPUtime=0.99
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 7491 0 1 0 95 4 0 0 18 0 13 0 246577041 1827217408 6313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 446098 6313 1307 9 0 443710 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1784392

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 0.96 3/90 6274
/proc/meminfo: memFree=1618712/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1797672 CPUtime=2.46
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 21144 0 1 0 236 10 0 0 18 0 13 0 246577041 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449418 15790 1316 9 0 447030 0
[pid=6261/tid=6263] ppid=6259 vsize=1797672 CPUtime=0.78
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 11217 0 1 0 72 6 0 0 18 0 13 0 246577042 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4160647107 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 246577044 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 246577044 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246577046 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 246577047 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 246577047 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1797672 CPUtime=0.8
/proc/6261/task/6270/stat : 6270 (java) R 6259 6261 2433 0 -1 64 4007 0 0 0 79 1 0 0 16 0 13 0 246577050 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105295486 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1797672 CPUtime=0.86
/proc/6261/task/6271/stat : 6271 (java) R 6259 6261 2433 0 -1 64 5194 0 0 0 84 2 0 0 18 0 13 0 246577050 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103334133 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1797672 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1840816128 15790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1797672

[startup+3.10261 s]
/proc/loadavg: 1.00 1.00 0.96 4/90 6274
/proc/meminfo: memFree=1567000/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=5.36
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 56416 0 1 0 508 28 0 0 18 0 13 0 246577041 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 43221 1325 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=1.62
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 37715 0 1 0 143 19 0 0 19 0 13 0 246577042 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539993 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 219 0 0 0 0 0 0 0 16 0 13 0 246577044 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 182 0 0 0 0 0 0 0 16 0 13 0 246577044 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 246577046 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=1.89
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9552 0 0 0 185 4 0 0 16 0 13 0 246577050 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.8
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8019 0 0 0 177 3 0 0 16 0 13 0 246577050 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 43221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 1798616

[startup+6.30288 s]
/proc/loadavg: 1.00 1.00 0.96 2/90 6274
/proc/meminfo: memFree=1477920/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=8.68
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 58103 0 1 0 838 30 0 0 18 0 13 0 246577041 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 43946 1325 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=4.74
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 37721 0 1 0 455 19 0 0 25 0 13 0 246577042 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109564223 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=0.05
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 1066 0 0 0 5 0 0 0 16 0 13 0 246577044 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=0.04
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 1001 0 0 0 4 0 0 0 16 0 13 0 246577044 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 246577046 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=1.94
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9555 0 0 0 190 4 0 0 17 0 13 0 246577050 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.85
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8023 0 0 0 182 3 0 0 16 0 13 0 246577050 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 1798616

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 0.96 2/90 6274
/proc/meminfo: memFree=1433504/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=15.26
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 70573 0 1 0 1490 36 0 0 18 0 13 0 246577041 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 55830 1332 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=10.97
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 42507 0 1 0 1076 21 0 0 25 0 13 0 246577042 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=0.2
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 5074 0 0 0 17 3 0 0 16 0 13 0 246577044 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=0.2
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 4657 0 0 0 19 1 0 0 16 0 13 0 246577044 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 246577046 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=1.95
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9556 0 0 0 191 4 0 0 16 0 13 0 246577050 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.88
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8029 0 0 0 185 3 0 0 16 0 13 0 246577050 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 55830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 1798616

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.96 2/90 6274
/proc/meminfo: memFree=1418080/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=28.21
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 74909 0 1 0 2782 39 0 0 18 0 13 0 246577041 1841782784 59505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 59505 1332 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=23.62
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 42521 0 1 0 2340 22 0 0 25 0 13 0 246577042 1841782784 59505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109583874 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=0.33
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 7387 0 0 0 29 4 0 0 16 0 13 0 246577044 1841782784 59505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=0.33
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 6666 0 0 0 31 2 0 0 17 0 13 0 246577044 1841782784 59505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0.2
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 61 0 0 0 12 8 0 0 15 0 13 0 246577046 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=2.04
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9558 0 0 0 200 4 0 0 17 0 13 0 246577050 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.9
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8029 0 0 0 187 3 0 0 16 0 13 0 246577050 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 111256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.1
Current children cumulated vsize (KiB) 1798616

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 0.99 2/90 6282
/proc/meminfo: memFree=1204768/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=1628.27
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 149471 0 1 0 162727 100 0 0 18 0 13 0 246577041 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 112292 1334 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=1575.67
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 52834 0 1 0 157525 42 0 0 25 0 13 0 246577042 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522934 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=24.18
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 39222 0 0 0 2397 21 0 0 16 0 13 0 246577044 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=24.21
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 39047 0 0 0 2403 18 0 0 16 0 13 0 246577044 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0.21
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 61 0 0 0 13 8 0 0 16 0 13 0 246577046 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=2.04
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9558 0 0 0 200 4 0 0 17 0 13 0 246577050 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.9
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8029 0 0 0 187 3 0 0 16 0 13 0 246577050 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 112292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.27
Current children cumulated vsize (KiB) 1798616

[startup+1662.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 6282
/proc/meminfo: memFree=1199712/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=1689.51
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 150826 0 1 0 168850 101 0 0 18 0 13 0 246577041 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 113555 1334 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=1634.37
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 52860 0 1 0 163395 42 0 0 19 0 13 0 246577042 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522949 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=25.43
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 40166 0 0 0 2522 21 0 0 16 0 13 0 246577044 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=25.48
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 39432 0 0 0 2530 18 0 0 17 0 13 0 246577044 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0.22
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 61 0 0 0 13 9 0 0 15 0 13 0 246577046 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=2.04
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9558 0 0 0 200 4 0 0 17 0 13 0 246577050 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.9
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8029 0 0 0 187 3 0 0 16 0 13 0 246577050 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 113555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.51
Current children cumulated vsize (KiB) 1798616

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 6282
/proc/meminfo: memFree=1195424/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=1750.73
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 151922 0 1 0 174970 103 0 0 18 0 13 0 246577041 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 114587 1334 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=1693.12
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 52885 0 1 0 169269 43 0 0 25 0 13 0 246577042 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520755 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=26.67
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 41046 0 0 0 2645 22 0 0 16 0 13 0 246577044 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=26.71
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 39623 0 0 0 2652 19 0 0 16 0 13 0 246577044 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0.23
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 61 0 0 0 14 9 0 0 16 0 13 0 246577046 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=2.04
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9558 0 0 0 200 4 0 0 17 0 13 0 246577050 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.9
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8029 0 0 0 187 3 0 0 16 0 13 0 246577050 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 114587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.73
Current children cumulated vsize (KiB) 1798616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6282
/proc/meminfo: memFree=1191648/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=1798616 CPUtime=1800.07
/proc/6261/stat : 6261 (java) S 6259 6261 2433 0 -1 0 152924 0 1 0 179903 104 0 0 18 0 13 0 246577041 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6261/statm: 449654 115528 1334 9 0 447266 0
[pid=6261/tid=6263] ppid=6259 vsize=1798616 CPUtime=1740.35
/proc/6261/task/6263/stat : 6263 (java) R 6259 6261 2433 0 -1 64 52906 0 1 0 173992 43 0 0 25 0 13 0 246577042 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109533176 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6264] ppid=6259 vsize=1798616 CPUtime=27.72
/proc/6261/task/6264/stat : 6264 (java) S 6259 6261 2433 0 -1 64 41773 0 0 0 2749 23 0 0 17 0 13 0 246577044 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6265] ppid=6259 vsize=1798616 CPUtime=27.76
/proc/6261/task/6265/stat : 6265 (java) S 6259 6261 2433 0 -1 64 39877 0 0 0 2757 19 0 0 17 0 13 0 246577044 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6266] ppid=6259 vsize=1798616 CPUtime=0.23
/proc/6261/task/6266/stat : 6266 (java) S 6259 6261 2433 0 -1 64 61 0 0 0 14 9 0 0 16 0 13 0 246577046 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6267] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6267/stat : 6267 (java) S 6259 6261 2433 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6268] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6268/stat : 6268 (java) S 6259 6261 2433 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246577047 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6269] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6269/stat : 6269 (java) S 6259 6261 2433 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 246577050 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6270] ppid=6259 vsize=1798616 CPUtime=2.04
/proc/6261/task/6270/stat : 6270 (java) S 6259 6261 2433 0 -1 64 9558 0 0 0 200 4 0 0 17 0 13 0 246577050 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6271] ppid=6259 vsize=1798616 CPUtime=1.9
/proc/6261/task/6271/stat : 6271 (java) S 6259 6261 2433 0 -1 64 8029 0 0 0 187 3 0 0 16 0 13 0 246577050 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6272] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6272/stat : 6272 (java) S 6259 6261 2433 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 246577051 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6261/tid=6273] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6273/stat : 6273 (java) S 6259 6261 2433 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246577051 1841782784 115528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6261/tid=6274] ppid=6259 vsize=1798616 CPUtime=0
/proc/6261/task/6274/stat : 6274 (java) S 6259 6261 2433 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246577085 1841782784 115528 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) 1798616

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

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

[startup+1770.71 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6282
/proc/meminfo: memFree=1191648/2055920 swapFree=4158588/4192956
[pid=6261] ppid=6259 vsize=0 CPUtime=1800.18
/proc/6261/stat : 6261 (java) Z 6259 6261 2433 0 -1 1036 152945 0 1 0 179909 109 0 0 15 0 2 0 246577041 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6261/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.74
CPU time (s): 1800.21
CPU user time (s): 1799.1
CPU system time (s): 1.11683
CPU usage (%): 101.665
Max. virtual memory (cumulated for all children) (KiB): 1803076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.11683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152945
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= 44381
involuntary context switches= 57844

runsolver used 1.74673 second user time and 4.72128 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue May  1 02:30:52 UTC 2007

IDJOB= 429579
IDBENCH= 47919
IDSOLVER= 160
FILE ID= node43/429579-1177986652

PBS_JOBID= 4728179

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429579-1177986652/sat4jPseudoCP.jar /tmp/evaluation/429579-1177986652/instance-429579-1177986652.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-429579-1177986652 -o ROOT/results/node43/solver-429579-1177986652 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429579-1177986652/sat4jPseudoCP.jar /tmp/evaluation/429579-1177986652/instance-429579-1177986652.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c4232b649086935e0cf725c77927c83f

RANDOM SEED= 981517512

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1652248 kB
Buffers:         23324 kB
Cached:         287600 kB
SwapCached:       2624 kB
Active:          70284 kB
Inactive:       264940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652248 kB
SwapTotal:     4192956 kB
SwapFree:      4158588 kB
Dirty:            3612 kB
Writeback:           0 kB
Mapped:          32252 kB
Slab:            53840 kB
Committed_AS:  2844860 kB
PageTables:       1896 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= 66561 MiB

End job on node43 on Tue May  1 03:00:25 UTC 2007