Trace number 350185

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.13 1793.3

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
MD5SUM33ae5939d1aa58a75a945a9faf3c230f
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 variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295056327361266164339146628902122677827758102544855227960862917226867090540237477036791666445280390686216944035782177068059758137897567
Number of bits of the biggest sum of numbers661
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	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/350185-1176802317/instance-350185-1176802317.opb
0.20/0.20	c reading problem ... 
11.10/9.45	c ... done. Wall clock time 9.244s.
11.10/9.45	c CPU time (experimental) 7.92s.
11.10/9.45	c #vars     97901
11.10/9.45	c #constraints  291722
1800.03/1793.21	c starts		: 1
1800.03/1793.21	c conflicts		: 1
1800.03/1793.21	c decisions		: 223
1800.03/1793.21	c propagations		: 49949
1800.03/1793.21	c inspects		: 171937
1800.03/1793.21	c learnt literals	: 0
1800.03/1793.21	c learnt binary clauses	: 0
1800.03/1793.21	c learnt ternary clauses	: 0
1800.03/1793.21	c learnt clauses	: 0
1800.03/1793.21	c root simplifications	: 0
1800.03/1793.21	c removed literals (reason simplification)	: 0
1800.03/1793.21	c reason swapping (by a shorter reason)	: 0
1800.03/1793.21	c Calls to reduceDB	: 0
1800.03/1793.21	c speed (decisions/second)	: 0.1250217246270372
1800.03/1793.21	c non guided choices	2
1800.03/1793.21	s UNKNOWN
1800.03/1793.21	c Total wall clock time (ms): 1793.009

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/node2/watcher-350185-1176802317 -o ROOT/results/node2/solver-350185-1176802317 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350185-1176802317/sat4jPseudoCP.jar /tmp/evaluation/350185-1176802317/instance-350185-1176802317.opb 

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 9737
/proc/meminfo: memFree=1684280/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=18568 CPUtime=0
/proc/9737/stat : 9737 (runsolver) D 9735 9737 8718 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 156269469 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 206381313319 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/9737/statm: 4642 292 257 24 0 2626 0

[startup+0.101507 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 9737
/proc/meminfo: memFree=1684280/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1780108 CPUtime=0.08
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 3965 0 1 0 5 3 0 0 18 0 12 0 156269469 1822830592 3707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.202489 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 9737
/proc/meminfo: memFree=1684280/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1781420 CPUtime=0.2
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 4843 0 1 0 16 4 0 0 18 0 12 0 156269469 1824174080 4582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 445355 4582 1244 9 0 442967 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781420

[startup+0.302497 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 9737
/proc/meminfo: memFree=1684280/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1782444 CPUtime=0.32
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 5937 0 1 0 28 4 0 0 18 0 12 0 156269469 1825222656 5676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 445611 5676 1262 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.701539 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 9737
/proc/meminfo: memFree=1684280/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1783396 CPUtime=0.89
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 7689 0 1 0 83 6 0 0 18 0 12 0 156269469 1826197504 7254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 445849 7254 1301 9 0 443461 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783396

[startup+1.50163 s]
/proc/loadavg: 0.91 0.97 0.99 2/89 9749
/proc/meminfo: memFree=1646168/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1785932 CPUtime=2.01
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 19470 0 1 0 190 11 0 0 18 0 12 0 156269469 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 446483 18124 1301 9 0 444095 0
[pid=9737/tid=9739] ppid=9735 vsize=1785932 CPUtime=1.05
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 16184 0 1 0 96 9 0 0 19 0 12 0 156269470 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 156269472 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 156269472 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 156269474 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 156269475 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 156269475 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156269478 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1785932 CPUtime=0.47
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1498 0 0 0 47 0 0 0 16 0 12 0 156269478 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1785932 CPUtime=0.46
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1070 0 0 0 46 0 0 0 17 0 12 0 156269478 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 156269478 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1785932 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156269478 1828794368 18124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1785932

[startup+3.10178 s]
/proc/loadavg: 0.91 0.97 0.99 3/89 9749
/proc/meminfo: memFree=1537176/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1786256 CPUtime=3.69
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 43964 0 1 0 346 23 0 0 18 0 12 0 156269469 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 446564 42610 1310 9 0 444176 0
[pid=9737/tid=9739] ppid=9735 vsize=1786256 CPUtime=2.55
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 37674 0 1 0 236 19 0 0 22 0 12 0 156269470 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109681170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1786256 CPUtime=0.08
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 1609 0 0 0 8 0 0 0 16 0 12 0 156269472 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1786256 CPUtime=0.07
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 1388 0 0 0 7 0 0 0 16 0 12 0 156269472 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1786256 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 156269474 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1786256 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 156269475 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1786256 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 156269475 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1786256 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156269478 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1786256 CPUtime=0.47
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1498 0 0 0 47 0 0 0 16 0 12 0 156269478 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1786256 CPUtime=0.46
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1070 0 0 0 46 0 0 0 17 0 12 0 156269478 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1786256 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 156269478 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1786256 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156269478 1829126144 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1786256

[startup+6.30211 s]
/proc/loadavg: 1.00 0.98 0.99 2/89 9749
/proc/meminfo: memFree=1480728/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1787292 CPUtime=7.45
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 56877 0 1 0 717 28 0 0 18 0 12 0 156269469 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 446823 54793 1310 9 0 444435 0
[pid=9737/tid=9739] ppid=9735 vsize=1787292 CPUtime=5.19
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 37678 0 1 0 500 19 0 0 21 0 12 0 156269470 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109516171 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1787292 CPUtime=0.64
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 8071 0 0 0 61 3 0 0 16 0 12 0 156269472 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1787292 CPUtime=0.63
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 7830 0 0 0 60 3 0 0 16 0 12 0 156269472 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1787292 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 156269474 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1787292 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 156269475 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1787292 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 156269475 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1787292 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156269478 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1787292 CPUtime=0.47
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1498 0 0 0 47 0 0 0 16 0 12 0 156269478 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1787292 CPUtime=0.47
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1070 0 0 0 47 0 0 0 16 0 12 0 156269478 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1787292 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 156269478 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1787292 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156269478 1830187008 54793 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 1787292

[startup+12.7028 s]
/proc/loadavg: 1.08 1.00 1.00 2/90 9750
/proc/meminfo: memFree=1446544/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1787904 CPUtime=14.8
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 64434 0 1 0 1447 33 0 0 18 0 13 0 156269469 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 446976 60595 1323 9 0 444588 0
[pid=9737/tid=9739] ppid=9735 vsize=1787904 CPUtime=11
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 37723 0 1 0 1079 21 0 0 21 0 13 0 156269470 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779212 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1787904 CPUtime=1.01
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 11668 0 0 0 97 4 0 0 16 0 13 0 156269472 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1787904 CPUtime=1
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 11511 0 0 0 96 4 0 0 20 0 13 0 156269472 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1787904 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 156269474 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1787904 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156269475 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1787904 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156269475 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1787904 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156269478 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1787904 CPUtime=0.83
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1687 0 0 0 83 0 0 0 16 0 13 0 156269478 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1787904 CPUtime=0.89
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1109 0 0 0 89 0 0 0 16 0 13 0 156269478 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1787904 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156269478 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1787904 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156269478 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9750] ppid=9735 vsize=1787904 CPUtime=0
/proc/9737/task/9750/stat : 9750 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 156270426 1830813696 60595 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 1787904

[startup+25.5021 s]
/proc/loadavg: 1.06 1.00 1.00 2/90 9750
/proc/meminfo: memFree=1425296/2055920 swapFree=4135032/4192956
[pid=9737] ppid=9735 vsize=1790464 CPUtime=28.8
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 82333 0 1 0 2837 43 0 0 18 0 13 0 156269469 1833435136 64467 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 447616 64467 1323 9 0 445228 0
[pid=9737/tid=9739] ppid=9735 vsize=1790464 CPUtime=22.58
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 37749 0 1 0 2237 21 0 0 25 0 13 0 156269470 1833435136 64467 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109953972 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1790464 CPUtime=2.15
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 23057 0 0 0 205 10 0 0 15 0 13 0 156269472 1833435136 64467 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1790464 CPUtime=2.16
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 17987 0 0 0 209 7 0 0 16 0 13 0 156269472 1833435136 64467 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 156269474 1833435136 64467 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 64467 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 64467 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9737] ppid=9735 vsize=1790464 CPUtime=1668.84
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 101903 0 1 0 166622 262 0 0 18 0 13 0 156269469 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 447616 63177 1323 9 0 445228 0
[pid=9737/tid=9739] ppid=9735 vsize=1790464 CPUtime=1642.6
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 57242 0 1 0 164221 39 0 0 25 0 13 0 156269470 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763869 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1790464 CPUtime=11.96
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 23066 0 0 0 1095 101 0 0 15 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1790464 CPUtime=11.96
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 17995 0 0 0 1093 103 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1790464 CPUtime=0.41
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 75 0 0 0 26 15 0 0 16 0 13 0 156269474 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1790464 CPUtime=0.88
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1688 0 0 0 88 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1790464 CPUtime=0.97
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1114 0 0 0 97 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9750] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9750/stat : 9750 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 156270426 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.84
Current children cumulated vsize (KiB) 1790464

[startup+1722.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/90 9750
/proc/meminfo: memFree=1436176/2055920 swapFree=4135472/4192956
[pid=9737] ppid=9735 vsize=1790464 CPUtime=1728.97
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 102025 0 1 0 172627 270 0 0 18 0 13 0 156269469 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 447616 63177 1323 9 0 445228 0
[pid=9737/tid=9739] ppid=9735 vsize=1790464 CPUtime=1701.98
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 57364 0 1 0 170158 40 0 0 25 0 13 0 156269470 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109954243 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1790464 CPUtime=12.32
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 23066 0 0 0 1128 104 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1790464 CPUtime=12.33
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 17995 0 0 0 1127 106 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1790464 CPUtime=0.43
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 75 0 0 0 27 16 0 0 16 0 13 0 156269474 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1790464 CPUtime=0.88
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1688 0 0 0 88 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1790464 CPUtime=0.97
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1114 0 0 0 97 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9750] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9750/stat : 9750 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 156270426 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.97
Current children cumulated vsize (KiB) 1790464

[startup+1782.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/96 9916
/proc/meminfo: memFree=1434592/2055920 swapFree=4135472/4192956
[pid=9737] ppid=9735 vsize=1790464 CPUtime=1789.1
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 102144 0 1 0 178623 287 0 0 18 0 13 0 156269469 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 447616 63177 1323 9 0 445228 0
[pid=9737/tid=9739] ppid=9735 vsize=1790464 CPUtime=1761.38
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 57483 0 1 0 176089 49 0 0 18 0 13 0 156269470 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109986894 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1790464 CPUtime=12.64
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 23066 0 0 0 1156 108 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1790464 CPUtime=12.73
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 17995 0 0 0 1164 109 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1790464 CPUtime=0.43
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 75 0 0 0 27 16 0 0 16 0 13 0 156269474 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1790464 CPUtime=0.88
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1688 0 0 0 88 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1790464 CPUtime=0.97
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1114 0 0 0 97 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) S 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9750] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9750/stat : 9750 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 156270426 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.1
Current children cumulated vsize (KiB) 1790464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 0.99 0.99 0.99 2/96 9924
/proc/meminfo: memFree=1434592/2055920 swapFree=4135472/4192956
[pid=9737] ppid=9735 vsize=1790464 CPUtime=1800.03
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 102165 0 1 0 179713 290 0 0 18 0 13 0 156269469 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 447616 63177 1323 9 0 445228 0
[pid=9737/tid=9739] ppid=9735 vsize=1790464 CPUtime=1772.19
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 57504 0 1 0 177167 52 0 0 17 0 13 0 156269470 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109986731 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1790464 CPUtime=12.7
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 23066 0 0 0 1161 109 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1790464 CPUtime=12.8
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 17995 0 0 0 1171 109 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1790464 CPUtime=0.44
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 75 0 0 0 28 16 0 0 16 0 13 0 156269474 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1790464 CPUtime=0.88
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1688 0 0 0 88 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1790464 CPUtime=0.97
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1114 0 0 0 97 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) R 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9750] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9750/stat : 9750 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 156270426 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1790464

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

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

[startup+1793.2 s]
/proc/loadavg: 0.99 0.99 0.99 2/96 9924
/proc/meminfo: memFree=1434592/2055920 swapFree=4135472/4192956
[pid=9737] ppid=9735 vsize=1790464 CPUtime=1800.03
/proc/9737/stat : 9737 (java) S 9735 9737 8718 0 -1 0 102165 0 1 0 179713 290 0 0 18 0 13 0 156269469 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 447616 63177 1323 9 0 445228 0
[pid=9737/tid=9739] ppid=9735 vsize=1790464 CPUtime=1772.19
/proc/9737/task/9739/stat : 9739 (java) R 9735 9737 8718 0 -1 64 57504 0 1 0 177167 52 0 0 17 0 13 0 156269470 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109986731 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9740] ppid=9735 vsize=1790464 CPUtime=12.7
/proc/9737/task/9740/stat : 9740 (java) S 9735 9737 8718 0 -1 64 23066 0 0 0 1161 109 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9741] ppid=9735 vsize=1790464 CPUtime=12.8
/proc/9737/task/9741/stat : 9741 (java) S 9735 9737 8718 0 -1 64 17995 0 0 0 1171 109 0 0 16 0 13 0 156269472 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9735 vsize=1790464 CPUtime=0.44
/proc/9737/task/9742/stat : 9742 (java) S 9735 9737 8718 0 -1 64 75 0 0 0 28 16 0 0 16 0 13 0 156269474 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9743/stat : 9743 (java) S 9735 9737 8718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9744] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156269475 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9745] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9746] ppid=9735 vsize=1790464 CPUtime=0.88
/proc/9737/task/9746/stat : 9746 (java) S 9735 9737 8718 0 -1 64 1688 0 0 0 88 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9747] ppid=9735 vsize=1790464 CPUtime=0.97
/proc/9737/task/9747/stat : 9747 (java) S 9735 9737 8718 0 -1 64 1114 0 0 0 97 0 0 0 16 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9748] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9748/stat : 9748 (java) S 9735 9737 8718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9737/tid=9749] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9749/stat : 9749 (java) R 9735 9737 8718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156269478 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9737/tid=9750] ppid=9735 vsize=1790464 CPUtime=0
/proc/9737/task/9750/stat : 9750 (java) S 9735 9737 8718 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 156270426 1833435136 63177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1790464

Child status: 143
Real time (s): 1793.3
CPU time (s): 1800.13
CPU user time (s): 1797.19
CPU system time (s): 2.93955
CPU usage (%): 100.381
Max. virtual memory (cumulated for all children) (KiB): 1790464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.19
system time used= 2.93955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102185
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= 80315
involuntary context switches= 56245

runsolver used 2.11268 second user time and 5.74913 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Apr 17 09:31:57 UTC 2007

IDJOB= 350185
IDBENCH= 3019
IDSOLVER= 160
FILE ID= node2/350185-1176802317

PBS_JOBID= 4586216

Free space on /tmp= 66499 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350185-1176802317/sat4jPseudoCP.jar /tmp/evaluation/350185-1176802317/instance-350185-1176802317.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-350185-1176802317 -o ROOT/results/node2/solver-350185-1176802317 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350185-1176802317/sat4jPseudoCP.jar /tmp/evaluation/350185-1176802317/instance-350185-1176802317.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  33ae5939d1aa58a75a945a9faf3c230f

RANDOM SEED= 879410386

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1684752 kB
Buffers:         31788 kB
Cached:         256520 kB
SwapCached:      27144 kB
Active:         188004 kB
Inactive:       141804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684752 kB
SwapTotal:     4192956 kB
SwapFree:      4135032 kB
Dirty:           21808 kB
Writeback:           0 kB
Mapped:          35828 kB
Slab:            26840 kB
Committed_AS:  7092496 kB
PageTables:       1868 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= 66499 MiB

End job on node2 on Tue Apr 17 10:01:52 UTC 2007