Trace number 355268

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.26	c no version file found!!!
0.09/0.26	c sun.arch.data.model	32
0.09/0.26	c java.version	1.6.0
0.09/0.26	c os.name	Linux
0.09/0.26	c os.version	2.6.9-22.EL.rootsmp
0.09/0.26	c os.arch	i386
0.09/0.26	c Free memory 1651659224
0.09/0.26	c Max memory 1654456320
0.09/0.26	c Total memory 1654456320
0.09/0.26	c Number of processors 2
0.19/0.32	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.32	--- Begin Solver configuration ---
0.19/0.32	c Stops conflict analysis at the first Unique Implication Point
0.19/0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.32	c Learn all clauses as in MiniSAT
0.19/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.32	c No reason simplification
0.19/0.32	c --- End Solver configuration ---
0.19/0.32	c Simplify asserted PB constraints to clauses
0.19/0.32	c solving /tmp/evaluation/355268-1176790548/instance-355268-1176790548.opb
0.19/0.32	c reading problem ... 
12.28/10.57	c ... done. Wall clock time 10.247s.
12.28/10.58	c CPU time (experimental) 8.66s.
12.28/10.58	c #vars     106951
12.28/10.58	c #constraints  318782
1800.04/1784.11	c starts		: 1
1800.04/1784.11	c conflicts		: 1
1800.04/1784.11	c decisions		: 233
1800.04/1784.12	c propagations		: 54519
1800.04/1784.12	c inspects		: 189188
1800.04/1784.12	c learnt literals	: 0
1800.04/1784.12	c learnt binary clauses	: 0
1800.04/1784.12	c learnt ternary clauses	: 0
1800.04/1784.12	c learnt clauses	: 0
1800.04/1784.12	c root simplifications	: 0
1800.04/1784.12	c removed literals (reason simplification)	: 0
1800.04/1784.12	c reason swapping (by a shorter reason)	: 0
1800.04/1784.12	c Calls to reduceDB	: 0
1800.04/1784.12	c speed (decisions/second)	: 0.13138144488012712
1800.04/1784.12	c non guided choices	2
1800.04/1784.12	s UNKNOWN
1800.04/1784.12	c Total wall clock time (ms): 1783.791

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/node10/watcher-355268-1176790548 -o ROOT/results/node10/solver-355268-1176790548 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355268-1176790548/sat4jPseudoCPClause.jar /tmp/evaluation/355268-1176790548/instance-355268-1176790548.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.93 0.98 0.99 2/77 11135
/proc/meminfo: memFree=1641488/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=152 CPUtime=0
/proc/11135/stat : 11135 (java) R 11133 11135 10343 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 155092337 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8905003 0 0 4096 0 0 0 0 17 1 0 0
/proc/11135/statm: 38 26 19 9 0 4 0

[startup+0.0840961 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11135
/proc/meminfo: memFree=1641488/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1775952 CPUtime=0.02
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 2748 0 32 0 0 2 0 0 18 0 4 0 155092337 1818574848 2527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 443988 2527 563 9 0 441624 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1775952

[startup+0.101105 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11135
/proc/meminfo: memFree=1641488/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1776376 CPUtime=0.04
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 3427 0 32 0 2 2 0 0 18 0 4 0 155092337 1819009024 3204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776376

[startup+0.301144 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11135
/proc/meminfo: memFree=1641488/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1781524 CPUtime=0.19
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 4736 0 32 0 15 4 0 0 18 0 12 0 155092337 1824280576 4506 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 445381 4506 1244 9 0 442992 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1781524

[startup+0.701229 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11135
/proc/meminfo: memFree=1641488/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1783240 CPUtime=0.68
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 6977 0 32 0 63 5 0 0 18 0 12 0 155092337 1826037760 6722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 445810 6722 1292 9 0 443421 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1783240

[startup+1.5024 s]
/proc/loadavg: 0.93 0.98 0.99 3/89 11147
/proc/meminfo: memFree=1606256/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1785120 CPUtime=1.91
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 15724 0 32 0 181 10 0 0 18 0 12 0 155092337 1827962880 13846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 446280 13847 1301 9 0 443891 0
[pid=11135/tid=11137] ppid=11133 vsize=1785120 CPUtime=0.9
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 11990 0 1 0 83 7 0 0 20 0 12 0 155092343 1827962880 13848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109541194 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 155092345 1827962880 13849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155092345 1827962880 13851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 155092347 1827962880 13852 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 155092348 1827962880 13853 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 155092348 1827962880 13854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 155092355 1827962880 13855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1785120 CPUtime=0.5
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1607 0 0 0 50 0 0 0 17 0 12 0 155092355 1827962880 13856 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1785120 CPUtime=0.47
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1438 0 0 0 47 0 0 0 16 0 12 0 155092355 1827962880 13857 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 155092355 1827962880 13858 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1785120 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 155092355 1827962880 13859 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1785120

[startup+3.10174 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 11147
/proc/meminfo: memFree=1521264/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1785444 CPUtime=3.58
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 44474 0 32 0 334 24 0 0 18 0 12 0 155092337 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 446361 42584 1310 9 0 443972 0
[pid=11135/tid=11137] ppid=11133 vsize=1785444 CPUtime=2.43
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 37682 0 1 0 222 21 0 0 23 0 12 0 155092343 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474432 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1785444 CPUtime=0.07
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 1534 0 0 0 7 0 0 0 16 0 12 0 155092345 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1785444 CPUtime=0.07
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 1517 0 0 0 7 0 0 0 16 0 12 0 155092345 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1785444 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 155092347 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1785444 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 155092348 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1785444 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155092348 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1785444 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 155092355 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1785444 CPUtime=0.5
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1607 0 0 0 50 0 0 0 17 0 12 0 155092355 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1785444 CPUtime=0.47
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1438 0 0 0 47 0 0 0 16 0 12 0 155092355 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1785444 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 155092355 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1785444 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 155092355 1828294656 42584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1785444

[startup+6.30243 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 11147
/proc/meminfo: memFree=1431216/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1787280 CPUtime=7.28
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 57651 0 32 0 697 31 0 0 18 0 12 0 155092337 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 446820 54963 1310 9 0 444431 0
[pid=11135/tid=11137] ppid=11133 vsize=1787280 CPUtime=5.12
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 37686 0 1 0 491 21 0 0 20 0 12 0 155092343 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474535 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1787280 CPUtime=0.56
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 8467 0 0 0 53 3 0 0 16 0 12 0 155092345 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1787280 CPUtime=0.57
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 7752 0 0 0 54 3 0 0 16 0 12 0 155092345 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1787280 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 155092347 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1787280 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 155092348 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1787280 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155092348 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1787280 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 155092355 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1787280 CPUtime=0.5
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1607 0 0 0 50 0 0 0 17 0 12 0 155092355 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1787280 CPUtime=0.47
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1438 0 0 0 47 0 0 0 16 0 12 0 155092355 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1787280 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 155092355 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1787280 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 155092355 1830174720 54963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1787280

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 11148
/proc/meminfo: memFree=1373992/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1790132 CPUtime=14.66
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 70789 0 32 0 1428 38 0 0 18 0 13 0 155092337 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 447533 66350 1322 9 0 445144 0
[pid=11135/tid=11137] ppid=11133 vsize=1790132 CPUtime=10.71
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 37728 0 1 0 1049 22 0 0 25 0 13 0 155092343 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109883779 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1790132 CPUtime=1.21
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 14999 0 0 0 115 6 0 0 16 0 13 0 155092345 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1790132 CPUtime=1.21
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 14243 0 0 0 115 6 0 0 16 0 13 0 155092345 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1790132 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155092347 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1790132 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155092348 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1790132 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155092348 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1790132 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155092355 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1790132 CPUtime=0.75
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1629 0 0 0 75 0 0 0 16 0 13 0 155092355 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1790132 CPUtime=0.71
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1484 0 0 0 71 0 0 0 16 0 13 0 155092355 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1790132 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 155092355 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1790132 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155092355 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11148] ppid=11133 vsize=1790132 CPUtime=0
/proc/11135/task/11148/stat : 11148 (java) S 11133 11135 10343 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 155093408 1833095168 66350 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 1790132

[startup+25.5026 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 11148
/proc/meminfo: memFree=1366632/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1791156 CPUtime=28.64
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 85392 0 32 0 2817 47 0 0 18 0 13 0 155092337 1834143744 66740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 447789 66740 1323 9 0 445400 0
[pid=11135/tid=11137] ppid=11133 vsize=1791156 CPUtime=22.64
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 37760 0 1 0 2241 23 0 0 25 0 13 0 155092343 1834143744 66740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110005483 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1791156 CPUtime=1.99
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 21059 0 0 0 189 10 0 0 15 0 13 0 155092345 1834143744 66740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1791156 CPUtime=1.97
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 22432 0 0 0 187 10 0 0 16 0 13 0 155092345 1834143744 66740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 155092347 1834143744 66740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155092348 1834143744 66740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155092348 1834143744 66740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11135] ppid=11133 vsize=1791156 CPUtime=1677.43
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 105683 0 32 0 167465 278 0 0 18 0 13 0 155092337 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 447789 60041 1323 9 0 445400 0
[pid=11135/tid=11137] ppid=11133 vsize=1791156 CPUtime=1643.82
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 57967 0 1 0 164334 48 0 0 23 0 13 0 155092343 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110005483 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1791156 CPUtime=15.27
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 21080 0 0 0 1421 106 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1791156 CPUtime=15.34
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 22450 0 0 0 1453 81 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1791156 CPUtime=0.94
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 62 0 0 0 55 39 0 0 16 0 13 0 155092347 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1791156 CPUtime=1.04
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1655 0 0 0 104 0 0 0 17 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1791156 CPUtime=0.96
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1776 0 0 0 95 1 0 0 16 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11148/stat : 11148 (java) S 11133 11135 10343 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 155093408 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.43
Current children cumulated vsize (KiB) 1791156

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 11150
/proc/meminfo: memFree=1397544/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1791156 CPUtime=1737.81
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 105852 0 32 0 173496 285 0 0 18 0 13 0 155092337 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 447789 60041 1323 9 0 445400 0
[pid=11135/tid=11137] ppid=11133 vsize=1791156 CPUtime=1703.24
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 58132 0 1 0 170276 48 0 0 18 0 13 0 155092343 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109991011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1791156 CPUtime=15.73
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 21080 0 0 0 1464 109 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1791156 CPUtime=15.8
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 22450 0 0 0 1497 83 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1791156 CPUtime=0.98
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 66 0 0 0 58 40 0 0 15 0 13 0 155092347 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1791156 CPUtime=1.04
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1655 0 0 0 104 0 0 0 17 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1791156 CPUtime=0.96
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1776 0 0 0 95 1 0 0 16 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11148/stat : 11148 (java) S 11133 11135 10343 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 155093408 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.81
Current children cumulated vsize (KiB) 1791156

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 11150
/proc/meminfo: memFree=1397416/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1791156 CPUtime=1798.2
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 106018 0 32 0 179529 291 0 0 18 0 13 0 155092337 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 447789 60041 1323 9 0 445400 0
[pid=11135/tid=11137] ppid=11133 vsize=1791156 CPUtime=1762.68
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 58298 0 1 0 176219 49 0 0 25 0 13 0 155092343 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110005483 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1791156 CPUtime=16.21
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 21080 0 0 0 1510 111 0 0 15 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1791156 CPUtime=16.25
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 22450 0 0 0 1539 86 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1791156 CPUtime=1.01
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 66 0 0 0 60 41 0 0 16 0 13 0 155092347 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1791156 CPUtime=1.04
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1655 0 0 0 104 0 0 0 17 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1791156 CPUtime=0.96
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1776 0 0 0 95 1 0 0 16 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11148/stat : 11148 (java) S 11133 11135 10343 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 155093408 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.2
Current children cumulated vsize (KiB) 1791156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 11150
/proc/meminfo: memFree=1397416/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1791156 CPUtime=1800.04
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 106024 0 32 0 179712 292 0 0 18 0 13 0 155092337 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 447789 60041 1323 9 0 445400 0
[pid=11135/tid=11137] ppid=11133 vsize=1791156 CPUtime=1764.47
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 58304 0 1 0 176398 49 0 0 23 0 13 0 155092343 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110005483 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1791156 CPUtime=16.22
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 21080 0 0 0 1511 111 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1791156 CPUtime=16.27
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 22450 0 0 0 1541 86 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1791156 CPUtime=1.01
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 66 0 0 0 60 41 0 0 16 0 13 0 155092347 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1791156 CPUtime=1.04
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1655 0 0 0 104 0 0 0 17 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1791156 CPUtime=0.96
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1776 0 0 0 95 1 0 0 16 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11148/stat : 11148 (java) S 11133 11135 10343 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 155093408 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791156

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

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

[startup+1784.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 11150
/proc/meminfo: memFree=1397416/2055920 swapFree=4052512/4192956
[pid=11135] ppid=11133 vsize=1791156 CPUtime=1800.04
/proc/11135/stat : 11135 (java) S 11133 11135 10343 0 -1 0 106024 0 32 0 179712 292 0 0 18 0 13 0 155092337 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 447789 60041 1323 9 0 445400 0
[pid=11135/tid=11137] ppid=11133 vsize=1791156 CPUtime=1764.47
/proc/11135/task/11137/stat : 11137 (java) R 11133 11135 10343 0 -1 64 58304 0 1 0 176398 49 0 0 23 0 13 0 155092343 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110005483 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=1791156 CPUtime=16.22
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 10343 0 -1 64 21080 0 0 0 1511 111 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=1791156 CPUtime=16.27
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 10343 0 -1 64 22450 0 0 0 1541 86 0 0 16 0 13 0 155092345 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=1791156 CPUtime=1.01
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 10343 0 -1 64 66 0 0 0 60 41 0 0 16 0 13 0 155092347 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 10343 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11142] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155092348 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=1791156 CPUtime=1.04
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 10343 0 -1 64 1655 0 0 0 104 0 0 0 17 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=1791156 CPUtime=0.96
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 10343 0 -1 64 1776 0 0 0 95 1 0 0 16 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 10343 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155092355 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=1791156 CPUtime=0
/proc/11135/task/11148/stat : 11148 (java) S 11133 11135 10343 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 155093408 1834143744 60041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791156

Child status: 143
Real time (s): 1784.19
CPU time (s): 1800.13
CPU user time (s): 1797.17
CPU system time (s): 2.96055
CPU usage (%): 100.893
Max. virtual memory (cumulated for all children) (KiB): 1791156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 2.96055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106044
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84329
involuntary context switches= 60267

runsolver used 1.78473 second user time and 5.95309 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Apr 17 06:15:48 UTC 2007

IDJOB= 355268
IDBENCH= 2960
IDSOLVER= 164
FILE ID= node10/355268-1176790548

PBS_JOBID= 4580828

Free space on /tmp= 66459 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=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355268-1176790548/sat4jPseudoCPClause.jar /tmp/evaluation/355268-1176790548/instance-355268-1176790548.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-355268-1176790548 -o ROOT/results/node10/solver-355268-1176790548 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355268-1176790548/sat4jPseudoCPClause.jar /tmp/evaluation/355268-1176790548/instance-355268-1176790548.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  74dac00a4979a8cd5d3f4292ad3ec004

RANDOM SEED= 941597368

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1641832 kB
Buffers:         26064 kB
Cached:         174160 kB
SwapCached:     109244 kB
Active:         209784 kB
Inactive:       157860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641832 kB
SwapTotal:     4192956 kB
SwapFree:      4052512 kB
Dirty:           23968 kB
Writeback:           0 kB
Mapped:          73732 kB
Slab:            31904 kB
Committed_AS:  3548716 kB
PageTables:       1820 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= 66459 MiB

End job on node10 on Tue Apr 17 06:45:34 UTC 2007