Trace number 350109

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.25 1796.19

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403-max.opb
MD5SUMdaef519cc387cb4190b46c644ef26a75
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables65701
Total number of constraints195481
Number of constraints which are clauses195480
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066611663944849260137495841993663922586015605314649454542626583271372705247225059695176544033188317685768654897628
Number of bits of the biggest sum of numbers541
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.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=1.5 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/350109-1176793900/instance-350109-1176793900.opb
0.20/0.20	c reading problem ... 
7.92/6.73	c ... done. Wall clock time 6.527s.
7.92/6.73	c CPU time (experimental) 5.91s.
7.92/6.73	c #vars     65701
7.92/6.73	c #constraints  195482
1800.06/1796.01	c starts		: 9
1800.06/1796.01	c conflicts		: 5535
1800.06/1796.01	c decisions		: 15110
1800.06/1796.01	c propagations		: 2554910
1800.06/1796.01	c inspects		: 13454356
1800.06/1796.01	c learnt literals	: 0
1800.06/1796.01	c learnt binary clauses	: 0
1800.06/1796.01	c learnt ternary clauses	: 0
1800.06/1796.01	c learnt clauses	: 5535
1800.06/1796.01	c root simplifications	: 0
1800.06/1796.01	c removed literals (reason simplification)	: 0
1800.06/1796.01	c reason swapping (by a shorter reason)	: 0
1800.06/1796.01	c Calls to reduceDB	: 0
1800.06/1796.01	c speed (decisions/second)	: 8.445058495024625
1800.06/1796.01	c non guided choices	248
1800.06/1796.01	s UNKNOWN
1800.06/1796.01	c Total wall clock time (ms): 1795.807

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/node19/watcher-350109-1176793900 -o ROOT/results/node19/solver-350109-1176793900 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350109-1176793900/sat4jPseudoResolution.jar /tmp/evaluation/350109-1176793900/instance-350109-1176793900.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.02 1.00 3/77 6728
/proc/meminfo: memFree=1573824/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=0 CPUtime=0
/proc/6728/stat : 6728 (runsolver) R 6726 6728 5813 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 127307451 0 0 18446744073709551615 0 0 0 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6728/statm: 0 0 0 0 0 0 0

[startup+0.099555 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 6728
/proc/meminfo: memFree=1573824/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1780108 CPUtime=0.08
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 3939 0 1 0 6 2 0 0 18 0 12 0 127307451 1822830592 3681 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 445027 3681 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.101552 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 6728
/proc/meminfo: memFree=1573824/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1780108 CPUtime=0.08
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 3964 0 1 0 6 2 0 0 18 0 12 0 127307451 1822830592 3706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 445027 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301574 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 6728
/proc/meminfo: memFree=1573824/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1781368 CPUtime=0.32
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 5658 0 1 0 29 3 0 0 18 0 12 0 127307451 1824120832 5395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 445342 5395 1263 9 0 442954 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781368

[startup+0.701622 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 6728
/proc/meminfo: memFree=1573824/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1782724 CPUtime=0.88
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 7352 0 1 0 83 5 0 0 18 0 12 0 127307451 1825509376 6887 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 445681 6887 1301 9 0 443293 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782724

[startup+1.50271 s]
/proc/loadavg: 1.00 1.01 1.00 3/89 6740
/proc/meminfo: memFree=1544224/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1786024 CPUtime=2.15
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 21408 0 1 0 203 12 0 0 18 0 12 0 127307451 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 446506 19537 1301 9 0 444118 0
[pid=6728/tid=6730] ppid=6726 vsize=1786024 CPUtime=1.14
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 17662 0 1 0 104 10 0 0 25 0 12 0 127307452 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109571125 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 127307454 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 127307454 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127307456 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 127307456 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127307456 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127307460 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1786024 CPUtime=0.42
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1060 0 0 0 42 0 0 0 17 0 12 0 127307460 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1786024 CPUtime=0.56
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 1968 0 0 0 55 1 0 0 17 0 12 0 127307460 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127307460 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1786024 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127307460 1828888576 19537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1786024

[startup+3.10287 s]
/proc/loadavg: 1.00 1.01 1.00 2/89 6740
/proc/meminfo: memFree=1432800/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1786348 CPUtime=3.82
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 44129 0 1 0 360 22 0 0 18 0 12 0 127307451 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 446587 42247 1310 9 0 444199 0
[pid=6728/tid=6730] ppid=6726 vsize=1786348 CPUtime=2.66
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37674 0 1 0 247 19 0 0 23 0 12 0 127307452 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109578760 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1786348 CPUtime=0.06
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 1437 0 0 0 6 0 0 0 16 0 12 0 127307454 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1786348 CPUtime=0.07
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 1266 0 0 0 7 0 0 0 17 0 12 0 127307454 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1786348 CPUtime=0
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 127307456 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1786348 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127307456 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1786348 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127307456 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1786348 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127307460 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1786348 CPUtime=0.42
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1060 0 0 0 42 0 0 0 17 0 12 0 127307460 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1786348 CPUtime=0.56
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 1968 0 0 0 55 1 0 0 17 0 12 0 127307460 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1786348 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127307460 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1786348 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127307460 1829220352 42247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1786348

[startup+6.30123 s]
/proc/loadavg: 1.00 1.01 1.00 2/89 6740
/proc/meminfo: memFree=1371872/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1787536 CPUtime=7.45
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 54111 0 1 0 718 27 0 0 18 0 12 0 127307451 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 446884 51625 1316 9 0 444496 0
[pid=6728/tid=6730] ppid=6726 vsize=1787536 CPUtime=5.51
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37690 0 1 0 531 20 0 0 23 0 12 0 127307452 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109782071 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1787536 CPUtime=0.38
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 5940 0 0 0 37 1 0 0 18 0 12 0 127307454 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1787536 CPUtime=0.39
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 6709 0 0 0 36 3 0 0 18 0 12 0 127307454 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1787536 CPUtime=0
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127307456 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1787536 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127307456 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1787536 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127307456 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1787536 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127307460 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1787536 CPUtime=0.5
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1072 0 0 0 50 0 0 0 17 0 12 0 127307460 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1787536 CPUtime=0.63
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 1972 0 0 0 62 1 0 0 17 0 12 0 127307460 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1787536 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127307460 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1787536 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127307460 1830436864 51625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 1787536

[startup+12.7029 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6741
/proc/meminfo: memFree=1371424/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1787760 CPUtime=14.33
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 54245 0 1 0 1405 28 0 0 18 0 13 0 127307451 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 446940 51685 1326 9 0 444552 0
[pid=6728/tid=6730] ppid=6726 vsize=1787760 CPUtime=11.77
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37724 0 1 0 1157 20 0 0 25 0 13 0 127307452 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109517794 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1787760 CPUtime=0.38
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 5940 0 0 0 37 1 0 0 18 0 13 0 127307454 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1787760 CPUtime=0.39
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 6709 0 0 0 36 3 0 0 18 0 13 0 127307454 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127307456 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127307460 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1787760 CPUtime=0.8
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1095 0 0 0 80 0 0 0 17 0 13 0 127307460 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1787760 CPUtime=0.94
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 2045 0 0 0 93 1 0 0 16 0 13 0 127307460 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127307460 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127307460 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6741] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6741/stat : 6741 (java) S 6726 6728 5813 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127308135 1830666240 51685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 1787760

[startup+25.5013 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6741
/proc/meminfo: memFree=1371424/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1787760 CPUtime=27.13
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 54246 0 1 0 2685 28 0 0 18 0 13 0 127307451 1830666240 51686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 446940 51686 1326 9 0 444552 0
[pid=6728/tid=6730] ppid=6726 vsize=1787760 CPUtime=24.56
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37724 0 1 0 2435 21 0 0 25 0 13 0 127307452 1830666240 51686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109878118 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1787760 CPUtime=0.38
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 5940 0 0 0 37 1 0 0 18 0 13 0 127307454 1830666240 51686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1787760 CPUtime=0.39
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 6709 0 0 0 36 3 0 0 18 0 13 0 127307454 1830666240 51686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1830666240 51686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1830666240 51686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1787760 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127307456 1830666240 51686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6728/tid=6733] ppid=6726 vsize=1789680 CPUtime=0.01
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 13 0 0 0 0 1 0 0 16 0 13 0 127307456 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127307460 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1789680 CPUtime=0.94
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1100 0 0 0 94 0 0 0 16 0 13 0 127307460 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1789680 CPUtime=1.11
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 2058 0 0 0 110 1 0 0 17 0 13 0 127307460 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127307460 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127307460 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6741] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6741/stat : 6741 (java) S 6726 6728 5813 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127308135 1832632320 236311 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.22
Current children cumulated vsize (KiB) 1789680

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/90 6743
/proc/meminfo: memFree=618848/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1789680 CPUtime=1666.25
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 249874 0 1 0 166462 163 0 0 18 0 13 0 127307451 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 447420 239431 1328 9 0 445032 0
[pid=6728/tid=6730] ppid=6726 vsize=1789680 CPUtime=1658.33
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37757 0 1 0 165801 32 0 0 25 0 13 0 127307452 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109517792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1789680 CPUtime=2.91
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 97486 0 0 0 231 60 0 0 17 0 13 0 127307454 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1789680 CPUtime=2.89
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 110739 0 0 0 223 66 0 0 16 0 13 0 127307454 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1789680 CPUtime=0.01
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 13 0 0 0 0 1 0 0 16 0 13 0 127307456 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127307460 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1789680 CPUtime=0.94
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1100 0 0 0 94 0 0 0 16 0 13 0 127307460 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1789680 CPUtime=1.11
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 2058 0 0 0 110 1 0 0 17 0 13 0 127307460 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127307460 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127307460 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6741] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6741/stat : 6741 (java) S 6726 6728 5813 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127308135 1832632320 239431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.25
Current children cumulated vsize (KiB) 1789680

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/90 6743
/proc/meminfo: memFree=599328/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1789680 CPUtime=1726.28
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 255094 0 1 0 172462 166 0 0 18 0 13 0 127307451 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 447420 244281 1328 9 0 445032 0
[pid=6728/tid=6730] ppid=6726 vsize=1789680 CPUtime=1718.26
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37758 0 1 0 171793 33 0 0 25 0 13 0 127307452 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109517760 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1789680 CPUtime=2.97
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 99488 0 0 0 236 61 0 0 17 0 13 0 127307454 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1789680 CPUtime=2.95
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 113956 0 0 0 227 68 0 0 16 0 13 0 127307454 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1789680 CPUtime=0.01
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 13 0 0 0 0 1 0 0 16 0 13 0 127307456 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127307460 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1789680 CPUtime=0.94
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1100 0 0 0 94 0 0 0 16 0 13 0 127307460 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1789680 CPUtime=1.11
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 2058 0 0 0 110 1 0 0 17 0 13 0 127307460 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127307460 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127307460 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6741] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6741/stat : 6741 (java) S 6726 6728 5813 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127308135 1832632320 244281 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.28
Current children cumulated vsize (KiB) 1789680

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6743
/proc/meminfo: memFree=583520/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1789680 CPUtime=1786.31
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 259389 0 1 0 178462 169 0 0 18 0 13 0 127307451 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 447420 248237 1328 9 0 445032 0
[pid=6728/tid=6730] ppid=6726 vsize=1789680 CPUtime=1778.19
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37759 0 1 0 177786 33 0 0 25 0 13 0 127307452 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109878164 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1789680 CPUtime=3.01
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 100863 0 0 0 240 61 0 0 16 0 13 0 127307454 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1789680 CPUtime=2.99
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 116875 0 0 0 229 70 0 0 16 0 13 0 127307454 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1789680 CPUtime=0.01
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 13 0 0 0 0 1 0 0 16 0 13 0 127307456 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127307460 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1789680 CPUtime=0.94
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1100 0 0 0 94 0 0 0 16 0 13 0 127307460 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1789680 CPUtime=1.11
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 2058 0 0 0 110 1 0 0 17 0 13 0 127307460 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127307460 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127307460 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6741] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6741/stat : 6741 (java) S 6726 6728 5813 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127308135 1832632320 248237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.31
Current children cumulated vsize (KiB) 1789680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6743
/proc/meminfo: memFree=570976/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=1789680 CPUtime=1800.06
/proc/6728/stat : 6728 (java) S 6726 6728 5813 0 -1 0 263071 0 1 0 179834 172 0 0 18 0 13 0 127307451 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6728/statm: 447420 251353 1328 9 0 445032 0
[pid=6728/tid=6730] ppid=6726 vsize=1789680 CPUtime=1791.85
/proc/6728/task/6730/stat : 6730 (java) R 6726 6728 5813 0 -1 64 37760 0 1 0 179152 33 0 0 25 0 13 0 127307452 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109876905 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6731] ppid=6726 vsize=1789680 CPUtime=3.05
/proc/6728/task/6731/stat : 6731 (java) S 6726 6728 5813 0 -1 64 102320 0 0 0 243 62 0 0 16 0 13 0 127307454 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6732] ppid=6726 vsize=1789680 CPUtime=3.03
/proc/6728/task/6732/stat : 6732 (java) S 6726 6728 5813 0 -1 64 119099 0 0 0 232 71 0 0 16 0 13 0 127307454 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6733] ppid=6726 vsize=1789680 CPUtime=0.01
/proc/6728/task/6733/stat : 6733 (java) S 6726 6728 5813 0 -1 64 13 0 0 0 0 1 0 0 16 0 13 0 127307456 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6734] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6734/stat : 6734 (java) S 6726 6728 5813 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6735] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6735/stat : 6735 (java) S 6726 6728 5813 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127307456 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6736] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6736/stat : 6736 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127307460 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6737] ppid=6726 vsize=1789680 CPUtime=0.94
/proc/6728/task/6737/stat : 6737 (java) S 6726 6728 5813 0 -1 64 1100 0 0 0 94 0 0 0 16 0 13 0 127307460 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6738] ppid=6726 vsize=1789680 CPUtime=1.11
/proc/6728/task/6738/stat : 6738 (java) S 6726 6728 5813 0 -1 64 2058 0 0 0 110 1 0 0 17 0 13 0 127307460 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6739] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6739/stat : 6739 (java) S 6726 6728 5813 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127307460 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6728/tid=6740] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6740/stat : 6740 (java) S 6726 6728 5813 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127307460 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6728/tid=6741] ppid=6726 vsize=1789680 CPUtime=0
/proc/6728/task/6741/stat : 6741 (java) S 6726 6728 5813 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127308135 1832632320 251353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1789680

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

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

[startup+1796.11 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6743
/proc/meminfo: memFree=570976/2055920 swapFree=4159444/4192956
[pid=6728] ppid=6726 vsize=0 CPUtime=1800.17
/proc/6728/stat : 6728 (java) Z 6726 6728 5813 0 -1 1036 263091 0 1 0 179838 179 0 0 16 0 2 0 127307451 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6728/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.19
CPU time (s): 1800.25
CPU user time (s): 1798.38
CPU system time (s): 1.86772
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 1789680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.86772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263091
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= 37171
involuntary context switches= 51667

runsolver used 1.76773 second user time and 4.80127 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Apr 17 07:11:41 UTC 2007

IDJOB= 350109
IDBENCH= 2979
IDSOLVER= 159
FILE ID= node19/350109-1176793900

PBS_JOBID= 4580844

Free space on /tmp= 66480 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350109-1176793900/sat4jPseudoResolution.jar /tmp/evaluation/350109-1176793900/instance-350109-1176793900.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-350109-1176793900 -o ROOT/results/node19/solver-350109-1176793900 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350109-1176793900/sat4jPseudoResolution.jar /tmp/evaluation/350109-1176793900/instance-350109-1176793900.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  daef519cc387cb4190b46c644ef26a75

RANDOM SEED= 262749468

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1574360 kB
Buffers:         37604 kB
Cached:         369108 kB
SwapCached:       2580 kB
Active:         183788 kB
Inactive:       246548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574360 kB
SwapTotal:     4192956 kB
SwapFree:      4159444 kB
Dirty:           14608 kB
Writeback:           0 kB
Mapped:          31268 kB
Slab:            36744 kB
Committed_AS:  2949424 kB
PageTables:       1788 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= 66480 MiB

End job on node19 on Tue Apr 17 07:41:39 UTC 2007