Trace number 350187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.08 1785.76

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.03/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.20	c no version file found!!!
0.03/0.20	c sun.arch.data.model	32
0.13/0.20	c java.version	1.6.0
0.13/0.20	c os.name	Linux
0.13/0.20	c os.version	2.6.9-22.EL.rootsmp
0.13/0.20	c os.arch	i386
0.13/0.20	c Free memory 1651659224
0.13/0.20	c Max memory 1654456320
0.13/0.20	c Total memory 1654456320
0.13/0.20	c Number of processors 2
0.13/0.25	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.25	--- Begin Solver configuration ---
0.13/0.25	c Stops conflict analysis at the first Unique Implication Point
0.13/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.25	c Learn all clauses as in MiniSAT
0.13/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.25	c No reason simplification
0.13/0.25	c --- End Solver configuration ---
0.13/0.25	c Simplify asserted PB constraints to clauses
0.13/0.25	c solving /tmp/evaluation/350187-1176802526/instance-350187-1176802526.opb
0.13/0.25	c reading problem ... 
11.09/9.42	c ... done. Wall clock time 9.165s.
11.09/9.42	c CPU time (experimental) 8.04s.
11.09/9.42	c #vars     97901
11.09/9.42	c #constraints  291722
1800.02/1785.71	c starts		: 1
1800.02/1785.71	c conflicts		: 1
1800.02/1785.71	c decisions		: 223
1800.02/1785.71	c propagations		: 49949
1800.02/1785.71	c inspects		: 171937
1800.02/1785.71	c learnt literals	: 0
1800.02/1785.71	c learnt binary clauses	: 0
1800.02/1785.71	c learnt ternary clauses	: 0
1800.02/1785.71	c learnt clauses	: 0
1800.02/1785.71	c root simplifications	: 0
1800.02/1785.71	c removed literals (reason simplification)	: 0
1800.02/1785.71	c reason swapping (by a shorter reason)	: 0
1800.02/1785.71	c Calls to reduceDB	: 0
1800.02/1785.71	c speed (decisions/second)	: 0.1255480764683495
1800.02/1785.71	c non guided choices	2
1800.02/1785.71	s UNKNOWN
1800.02/1785.71	c Total wall clock time (ms): 1785.458

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-350187-1176802526 -o ROOT/results/node17/solver-350187-1176802526 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350187-1176802526/sat4jPseudoCPClause.jar /tmp/evaluation/350187-1176802526/instance-350187-1176802526.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.08 1.02 1.01 3/77 14200
/proc/meminfo: memFree=1368752/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=18568 CPUtime=0
/proc/14200/stat : 14200 (runsolver) R 14198 14200 13306 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 128170121 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14200/statm: 4642 292 257 24 0 2626 0

[startup+0.0373811 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 14200
/proc/meminfo: memFree=1368752/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=272 CPUtime=0
/proc/14200/stat : 14200 (java) D 14198 14200 13306 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 128170121 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 2859812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14200/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101397 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 14200
/proc/meminfo: memFree=1368752/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1776376 CPUtime=0.03
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 3470 0 1 0 2 1 0 0 18 0 4 0 128170121 1819009024 3216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 444094 3216 1027 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.301417 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 14200
/proc/meminfo: memFree=1368752/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1782432 CPUtime=0.25
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 5800 0 1 0 22 3 0 0 18 0 12 0 128170121 1825210368 5539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 445608 5539 1255 9 0 443219 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1782432

[startup+0.701457 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 14200
/proc/meminfo: memFree=1368752/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1783356 CPUtime=0.85
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 7532 0 1 0 81 4 0 0 18 0 12 0 128170121 1826156544 7097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 445839 7097 1301 9 0 443450 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783356

[startup+1.50253 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 14212
/proc/meminfo: memFree=1337360/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1785736 CPUtime=2.02
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 18574 0 1 0 191 11 0 0 18 0 12 0 128170121 1828593664 17119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 446434 17119 1301 9 0 444045 0
[pid=14200/tid=14202] ppid=14198 vsize=1785736 CPUtime=1.03
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 15204 0 1 0 95 8 0 0 18 0 12 0 128170127 1828593664 17119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 128170129 1828593664 17120 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 128170129 1828593664 17121 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128170131 1828593664 17122 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 128170132 1828593664 17123 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 128170132 1828593664 17124 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128170135 1828593664 17125 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1785736 CPUtime=0.5
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1005 0 0 0 49 1 0 0 16 0 12 0 128170135 1828593664 17126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1785736 CPUtime=0.45
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1647 0 0 0 45 0 0 0 17 0 12 0 128170135 1828593664 17127 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128170135 1828593664 17128 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1785736 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128170135 1828593664 17129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1785736

[startup+3.1027 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 14212
/proc/meminfo: memFree=1241104/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1785900 CPUtime=3.69
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 44048 0 1 0 345 24 0 0 18 0 12 0 128170121 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 446475 42544 1310 9 0 444086 0
[pid=14200/tid=14202] ppid=14198 vsize=1785900 CPUtime=2.55
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 37688 0 1 0 235 20 0 0 22 0 12 0 128170127 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109481746 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1785900 CPUtime=0.07
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 1410 0 0 0 7 0 0 0 16 0 12 0 128170129 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1785900 CPUtime=0.07
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 1573 0 0 0 7 0 0 0 16 0 12 0 128170129 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1785900 CPUtime=0
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 128170131 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1785900 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128170132 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1785900 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128170132 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1785900 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128170135 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1785900 CPUtime=0.5
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1005 0 0 0 49 1 0 0 16 0 12 0 128170135 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1785900 CPUtime=0.45
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1647 0 0 0 45 0 0 0 17 0 12 0 128170135 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1785900 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128170135 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1785900 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128170135 1828761600 42544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1785900

[startup+6.30103 s]
/proc/loadavg: 1.07 1.02 1.00 2/89 14212
/proc/meminfo: memFree=1165328/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1787128 CPUtime=7.4
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 56937 0 1 0 708 32 0 0 18 0 12 0 128170121 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 446782 54752 1310 9 0 444393 0
[pid=14200/tid=14202] ppid=14198 vsize=1787128 CPUtime=5.24
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 37692 0 1 0 504 20 0 0 19 0 12 0 128170127 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1787128 CPUtime=0.58
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 7929 0 0 0 53 5 0 0 16 0 12 0 128170129 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1787128 CPUtime=0.57
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 7934 0 0 0 54 3 0 0 16 0 12 0 128170129 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1787128 CPUtime=0
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 128170131 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1787128 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128170132 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1787128 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128170132 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1787128 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128170135 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1787128 CPUtime=0.5
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1005 0 0 0 49 1 0 0 16 0 12 0 128170135 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1787128 CPUtime=0.46
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1647 0 0 0 46 0 0 0 16 0 12 0 128170135 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1787128 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128170135 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1787128 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128170135 1830019072 54752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1787128

[startup+12.7027 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 14213
/proc/meminfo: memFree=1131216/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1787740 CPUtime=14.8
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 63814 0 1 0 1444 36 0 0 18 0 13 0 128170121 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 446935 60580 1323 9 0 444546 0
[pid=14200/tid=14202] ppid=14198 vsize=1787740 CPUtime=11.16
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 37738 0 1 0 1095 21 0 0 22 0 13 0 128170127 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109776739 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1787740 CPUtime=0.9
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 12513 0 0 0 83 7 0 0 20 0 13 0 128170129 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1787740 CPUtime=0.88
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 10037 0 0 0 84 4 0 0 19 0 13 0 128170129 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1787740 CPUtime=0
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 128170131 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1787740 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128170132 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1787740 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128170132 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1787740 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1787740 CPUtime=0.97
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1037 0 0 0 96 1 0 0 16 0 13 0 128170135 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1787740 CPUtime=0.85
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1753 0 0 0 85 0 0 0 16 0 13 0 128170135 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1787740 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1787740 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128170135 1830645760 60580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14213] ppid=14198 vsize=1787740 CPUtime=0
/proc/14200/task/14213/stat : 14213 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 128171076 1830645760 60580 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) 1787740

[startup+25.501 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 14213
/proc/meminfo: memFree=1140112/2055920 swapFree=4074944/4192956
[pid=14200] ppid=14198 vsize=1790300 CPUtime=28.61
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 82017 0 1 0 2813 48 0 0 18 0 13 0 128170121 1833267200 58181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 447575 58181 1323 9 0 445186 0
[pid=14200/tid=14202] ppid=14198 vsize=1790300 CPUtime=22.97
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 37765 0 1 0 2276 21 0 0 19 0 13 0 128170127 1833267200 58181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109759534 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1790300 CPUtime=1.82
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 20540 0 0 0 170 12 0 0 16 0 13 0 128170129 1833267200 58181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1790300 CPUtime=1.82
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 20176 0 0 0 172 10 0 0 15 0 13 0 128170129 1833267200 58181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1790300 CPUtime=0.01
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 15 0 0 0 0 1 0 0 15 0 13 0 128170131 1833267200 58181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 58181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 58181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14200] ppid=14198 vsize=1790300 CPUtime=1675.95
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 97931 0 1 0 167337 258 0 0 18 0 13 0 128170121 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 447575 48621 1323 9 0 445186 0
[pid=14200/tid=14202] ppid=14198 vsize=1790300 CPUtime=1645.02
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 53629 0 1 0 164443 59 0 0 18 0 13 0 128170127 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109997902 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1790300 CPUtime=13.87
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 20547 0 0 0 1311 76 0 0 16 0 13 0 128170129 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1790300 CPUtime=13.84
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 20186 0 0 0 1316 68 0 0 15 0 13 0 128170129 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1790300 CPUtime=1.21
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 48 0 0 0 71 50 0 0 15 0 13 0 128170131 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1790300 CPUtime=1.05
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1044 0 0 0 104 1 0 0 17 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1790300 CPUtime=0.9
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1754 0 0 0 90 0 0 0 17 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14213] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14213/stat : 14213 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 128171076 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.95
Current children cumulated vsize (KiB) 1790300

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 14413
/proc/meminfo: memFree=1178056/2055920 swapFree=4075564/4192956
[pid=14200] ppid=14198 vsize=1790300 CPUtime=1736.33
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 98165 0 1 0 173366 267 0 0 18 0 13 0 128170121 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 447575 48621 1323 9 0 445186 0
[pid=14200/tid=14202] ppid=14198 vsize=1790300 CPUtime=1704.49
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 53863 0 1 0 170389 60 0 0 20 0 13 0 128170127 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109997902 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1790300 CPUtime=14.29
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 20547 0 0 0 1349 80 0 0 15 0 13 0 128170129 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1790300 CPUtime=14.3
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 20186 0 0 0 1359 71 0 0 16 0 13 0 128170129 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1790300 CPUtime=1.24
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 48 0 0 0 73 51 0 0 16 0 13 0 128170131 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1790300 CPUtime=1.05
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1044 0 0 0 104 1 0 0 17 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1790300 CPUtime=0.9
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1754 0 0 0 90 0 0 0 17 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128170135 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14213] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14213/stat : 14213 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 128171076 1833267200 48621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.33
Current children cumulated vsize (KiB) 1790300

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 14413
/proc/meminfo: memFree=1170632/2055920 swapFree=4075616/4192956
[pid=14200] ppid=14198 vsize=1790300 CPUtime=1796.59
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 100212 0 1 0 179385 274 0 0 18 0 13 0 128170121 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 447575 50475 1323 9 0 445186 0
[pid=14200/tid=14202] ppid=14198 vsize=1790300 CPUtime=1764.02
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 55910 0 1 0 176339 63 0 0 25 0 13 0 128170127 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109976547 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1790300 CPUtime=14.63
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 20547 0 0 0 1382 81 0 0 16 0 13 0 128170129 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1790300 CPUtime=14.65
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 20186 0 0 0 1393 72 0 0 16 0 13 0 128170129 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1790300 CPUtime=1.28
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 48 0 0 0 75 53 0 0 16 0 13 0 128170131 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1790300 CPUtime=1.05
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1044 0 0 0 104 1 0 0 17 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1790300 CPUtime=0.9
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1754 0 0 0 90 0 0 0 17 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14213] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14213/stat : 14213 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 128171076 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 1790300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 14413
/proc/meminfo: memFree=1170632/2055920 swapFree=4075616/4192956
[pid=14200] ppid=14198 vsize=1790300 CPUtime=1800.02
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 100227 0 1 0 179728 274 0 0 18 0 13 0 128170121 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 447575 50475 1323 9 0 445186 0
[pid=14200/tid=14202] ppid=14198 vsize=1790300 CPUtime=1767.39
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 55925 0 1 0 176676 63 0 0 25 0 13 0 128170127 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109759858 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1790300 CPUtime=14.65
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 20547 0 0 0 1384 81 0 0 16 0 13 0 128170129 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1790300 CPUtime=14.68
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 20186 0 0 0 1396 72 0 0 16 0 13 0 128170129 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1790300 CPUtime=1.29
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 48 0 0 0 76 53 0 0 15 0 13 0 128170131 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1790300 CPUtime=1.05
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1044 0 0 0 104 1 0 0 17 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1790300 CPUtime=0.9
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1754 0 0 0 90 0 0 0 17 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14213] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14213/stat : 14213 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 128171076 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1790300

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

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

[startup+1785.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 14413
/proc/meminfo: memFree=1170632/2055920 swapFree=4075616/4192956
[pid=14200] ppid=14198 vsize=1790300 CPUtime=1800.02
/proc/14200/stat : 14200 (java) S 14198 14200 13306 0 -1 0 100227 0 1 0 179728 274 0 0 18 0 13 0 128170121 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14200/statm: 447575 50475 1323 9 0 445186 0
[pid=14200/tid=14202] ppid=14198 vsize=1790300 CPUtime=1767.39
/proc/14200/task/14202/stat : 14202 (java) R 14198 14200 13306 0 -1 64 55925 0 1 0 176676 63 0 0 25 0 13 0 128170127 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109759858 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14203] ppid=14198 vsize=1790300 CPUtime=14.65
/proc/14200/task/14203/stat : 14203 (java) S 14198 14200 13306 0 -1 64 20547 0 0 0 1384 81 0 0 16 0 13 0 128170129 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14204] ppid=14198 vsize=1790300 CPUtime=14.68
/proc/14200/task/14204/stat : 14204 (java) S 14198 14200 13306 0 -1 64 20186 0 0 0 1396 72 0 0 16 0 13 0 128170129 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14205] ppid=14198 vsize=1790300 CPUtime=1.29
/proc/14200/task/14205/stat : 14205 (java) S 14198 14200 13306 0 -1 64 48 0 0 0 76 53 0 0 15 0 13 0 128170131 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14206] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14206/stat : 14206 (java) S 14198 14200 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14207] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14207/stat : 14207 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128170132 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14208] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14208/stat : 14208 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14209] ppid=14198 vsize=1790300 CPUtime=1.05
/proc/14200/task/14209/stat : 14209 (java) S 14198 14200 13306 0 -1 64 1044 0 0 0 104 1 0 0 17 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14210] ppid=14198 vsize=1790300 CPUtime=0.9
/proc/14200/task/14210/stat : 14210 (java) S 14198 14200 13306 0 -1 64 1754 0 0 0 90 0 0 0 17 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14211] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14211/stat : 14211 (java) S 14198 14200 13306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14200/tid=14212] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14212/stat : 14212 (java) S 14198 14200 13306 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128170135 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14200/tid=14213] ppid=14198 vsize=1790300 CPUtime=0
/proc/14200/task/14213/stat : 14213 (java) S 14198 14200 13306 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 128171076 1833267200 50475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1790300

Child status: 143
Real time (s): 1785.76
CPU time (s): 1800.08
CPU user time (s): 1797.31
CPU system time (s): 2.77558
CPU usage (%): 100.802
Max. virtual memory (cumulated for all children) (KiB): 1790300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.31
system time used= 2.77558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100247
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= 104203
involuntary context switches= 61242

runsolver used 2.10668 second user time and 5.45217 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 17 09:35:26 UTC 2007

IDJOB= 350187
IDBENCH= 3019
IDSOLVER= 164
FILE ID= node17/350187-1176802526

PBS_JOBID= 4586218

Free space on /tmp= 66484 MiB

SOLVER NAME= sat4jPseudoCPClause 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/350187-1176802526/sat4jPseudoCPClause.jar /tmp/evaluation/350187-1176802526/instance-350187-1176802526.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-350187-1176802526 -o ROOT/results/node17/solver-350187-1176802526 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350187-1176802526/sat4jPseudoCPClause.jar /tmp/evaluation/350187-1176802526/instance-350187-1176802526.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  33ae5939d1aa58a75a945a9faf3c230f

RANDOM SEED= 616737509

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1369104 kB
Buffers:         44132 kB
Cached:         383228 kB
SwapCached:      79308 kB
Active:         349292 kB
Inactive:       268440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1369104 kB
SwapTotal:     4192956 kB
SwapFree:      4074944 kB
Dirty:           21760 kB
Writeback:           0 kB
Mapped:         139716 kB
Slab:            54260 kB
Committed_AS:  7144624 kB
PageTables:       2036 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= 66484 MiB

End job on node17 on Tue Apr 17 10:05:14 UTC 2007