Trace number 350095

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.11 1790.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480-max.opb
MD5SUM155cfa68d401e9611b171cd288033a79
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296195038597131527667767167333656272927595621892946315600953569576375136127347577727820033305822846748291905
Number of bits of the biggest sum of numbers511
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.18	c no version file found!!!
0.08/0.18	c sun.arch.data.model	32
0.08/0.18	c java.version	1.6.0
0.08/0.18	c os.name	Linux
0.08/0.18	c os.version	2.6.9-22.EL.rootsmp
0.08/0.18	c os.arch	i386
0.08/0.18	c Free memory 1651659224
0.08/0.18	c Max memory 1654456320
0.08/0.18	c Total memory 1654456320
0.08/0.18	c Number of processors 2
0.14/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.24	--- Begin Solver configuration ---
0.14/0.24	c Stops conflict analysis at the first Unique Implication Point
0.14/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.24	c Learn all clauses as in MiniSAT
0.14/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.24	c No reason simplification
0.14/0.24	c --- End Solver configuration ---
0.14/0.24	c solving /tmp/evaluation/350095-1176792780/instance-350095-1176792780.opb
0.14/0.24	c reading problem ... 
8.30/6.64	c ... done. Wall clock time 6.401s.
8.30/6.64	c CPU time (experimental) 5.47s.
8.30/6.64	c #vars     58651
8.30/6.64	c #constraints  174422
1800.02/1790.41	c starts		: 1
1800.02/1790.41	c conflicts		: 6
1800.02/1790.41	c decisions		: 1037
1800.02/1790.41	c propagations		: 135703
1800.02/1790.41	c inspects		: 597336
1800.02/1790.41	c learnt literals	: 0
1800.02/1790.41	c learnt binary clauses	: 0
1800.02/1790.41	c learnt ternary clauses	: 0
1800.02/1790.41	c learnt clauses	: 5
1800.02/1790.41	c root simplifications	: 0
1800.02/1790.41	c removed literals (reason simplification)	: 0
1800.02/1790.41	c reason swapping (by a shorter reason)	: 0
1800.02/1790.41	c Calls to reduceDB	: 0
1800.02/1790.41	c speed (decisions/second)	: 0.5813738362712241
1800.02/1790.41	c non guided choices	2
1800.02/1790.41	s UNKNOWN
1800.02/1790.41	c Total wall clock time (ms): 1790.176

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26251
/proc/meminfo: memFree=1783352/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1800 CPUtime=0
/proc/26251/stat : 26251 (java) R 26249 26251 25438 0 -1 0 145 0 0 0 0 0 0 0 18 0 1 0 120326924 1843200 118 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8420593 0 0 4096 0 0 0 0 17 1 0 0
/proc/26251/statm: 450 122 86 9 0 92 0

[startup+0.035295 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26251
/proc/meminfo: memFree=1783352/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1776088 CPUtime=0.02
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 3162 0 1 0 1 1 0 0 18 0 4 0 120326924 1818714112 2910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 444022 2910 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101307 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26251
/proc/meminfo: memFree=1783352/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1780108 CPUtime=0.08
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 120326924 1822830592 3719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301325 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26251
/proc/meminfo: memFree=1783352/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1781420 CPUtime=0.27
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 5518 0 1 0 24 3 0 0 18 0 12 0 120326924 1824174080 5257 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 445355 5257 1259 9 0 442967 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1781420

[startup+0.701371 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26251
/proc/meminfo: memFree=1783352/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1783244 CPUtime=0.81
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 7064 0 1 0 77 4 0 0 18 0 12 0 120326924 1826041856 6767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 445811 6767 1298 9 0 443423 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1783244

[startup+1.50247 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 26263
/proc/meminfo: memFree=1755288/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1786120 CPUtime=1.98
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 17693 0 1 0 188 10 0 0 18 0 12 0 120326924 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 446530 16556 1301 9 0 444142 0
[pid=26251/tid=26253] ppid=26249 vsize=1786120 CPUtime=1
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 14632 0 1 0 92 8 0 0 25 0 12 0 120326925 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509177 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 120326926 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 120326926 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 120326929 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 120326929 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 120326929 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 120326933 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1786120 CPUtime=0.46
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 931 0 0 0 46 0 0 0 16 0 12 0 120326933 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1786120 CPUtime=0.48
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 1411 0 0 0 48 0 0 0 17 0 12 0 120326933 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 120326933 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1786120 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 120326933 1828986880 16556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1786120

[startup+3.10265 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 26263
/proc/meminfo: memFree=1653272/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1786608 CPUtime=3.65
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 43475 0 1 0 343 22 0 0 18 0 12 0 120326924 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 446652 42283 1310 9 0 444264 0
[pid=26251/tid=26253] ppid=26249 vsize=1786608 CPUtime=2.51
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 37674 0 1 0 231 20 0 0 25 0 12 0 120326925 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109595076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1786608 CPUtime=0.07
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 1405 0 0 0 7 0 0 0 16 0 12 0 120326926 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1786608 CPUtime=0.08
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 1330 0 0 0 8 0 0 0 16 0 12 0 120326926 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1786608 CPUtime=0
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 120326929 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1786608 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 120326929 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1786608 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 120326929 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1786608 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 120326933 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1786608 CPUtime=0.46
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 931 0 0 0 46 0 0 0 16 0 12 0 120326933 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1786608 CPUtime=0.48
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 1411 0 0 0 48 0 0 0 17 0 12 0 120326933 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1786608 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 120326933 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1786608 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 120326933 1829486592 42283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1786608

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 26263
/proc/meminfo: memFree=1599640/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1800392 CPUtime=7.69
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 60231 0 1 0 737 32 0 0 18 0 12 0 120326924 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450098 56623 1316 9 0 447710 0
[pid=26251/tid=26253] ppid=26249 vsize=1800392 CPUtime=5.16
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 37683 0 1 0 495 21 0 0 24 0 12 0 120326925 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800392 CPUtime=0.41
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 7483 0 0 0 38 3 0 0 18 0 12 0 120326926 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800392 CPUtime=0.44
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 7465 0 0 0 41 3 0 0 19 0 12 0 120326926 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800392 CPUtime=0
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 120326929 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800392 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 120326929 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800392 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 120326929 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1800392 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 120326933 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1800392 CPUtime=0.57
/proc/26251/task/26260/stat : 26260 (java) R 26249 26251 25438 0 -1 64 937 0 0 0 57 0 0 0 17 0 12 0 120326933 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102610407 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1800392 CPUtime=1.07
/proc/26251/task/26261/stat : 26261 (java) R 26249 26251 25438 0 -1 64 5935 0 0 0 104 3 0 0 18 0 12 0 120326933 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103313312 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1800392 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 120326933 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1800392 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 120326933 1843601408 56623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1800392

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 26264
/proc/meminfo: memFree=1524496/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1800468 CPUtime=16.01
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 73845 0 1 0 1563 38 0 0 18 0 13 0 120326924 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450117 66952 1323 9 0 447729 0
[pid=26251/tid=26253] ppid=26249 vsize=1800468 CPUtime=10.28
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 37728 0 1 0 1007 21 0 0 25 0 13 0 120326925 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110044043 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800468 CPUtime=1.48
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 13862 0 0 0 143 5 0 0 16 0 13 0 120326926 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800468 CPUtime=1.49
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 13106 0 0 0 145 4 0 0 16 0 13 0 120326926 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120326933 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1800468 CPUtime=1
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 966 0 0 0 100 0 0 0 16 0 13 0 120326933 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1800468 CPUtime=1.69
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 7450 0 0 0 165 4 0 0 16 0 13 0 120326933 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120326933 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120326933 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26264] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26264/stat : 26264 (java) S 26249 26251 25438 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 120327599 1843679232 66952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.01
Current children cumulated vsize (KiB) 1800468

[startup+25.5023 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 26264
/proc/meminfo: memFree=1586320/2055920 swapFree=4119616/4192956
[pid=26251] ppid=26249 vsize=1800468 CPUtime=28.83
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 73876 0 1 0 2842 41 0 0 18 0 13 0 120326924 1843679232 50283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450117 50283 1323 9 0 447729 0
[pid=26251/tid=26253] ppid=26249 vsize=1800468 CPUtime=22.97
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 37754 0 1 0 2276 21 0 0 25 0 13 0 120326925 1843679232 50283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110044052 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800468 CPUtime=1.54
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 13862 0 0 0 148 6 0 0 15 0 13 0 120326926 1843679232 50283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800468 CPUtime=1.55
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 13106 0 0 0 150 5 0 0 16 0 13 0 120326926 1843679232 50283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800468 CPUtime=0.01
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 16 0 0 0 0 1 0 0 16 0 13 0 120326929 1843679232 50283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 50283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 50283 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26251] ppid=26249 vsize=1800468 CPUtime=1611.13
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 144770 0 1 0 160808 305 0 0 18 0 13 0 120326924 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450117 81185 1327 9 0 447729 0
[pid=26251/tid=26253] ppid=26249 vsize=1800468 CPUtime=1584.31
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 90765 0 1 0 158375 56 0 0 25 0 13 0 120326925 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763872 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800468 CPUtime=11.58
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 21218 0 0 0 1057 101 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800468 CPUtime=11.44
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 23471 0 0 0 1037 107 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800468 CPUtime=0.75
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 174 0 0 0 42 33 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1800468 CPUtime=1.18
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 970 0 0 0 118 0 0 0 16 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1800468 CPUtime=1.81
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 7450 0 0 0 177 4 0 0 17 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26264] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26264/stat : 26264 (java) S 26249 26251 25438 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 120327599 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.13
Current children cumulated vsize (KiB) 1800468

[startup+1662.3 s]
/proc/loadavg: 1.09 1.11 1.06 2/90 26462
/proc/meminfo: memFree=1462096/2055920 swapFree=4120236/4192956
[pid=26251] ppid=26249 vsize=1800468 CPUtime=1671.46
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 144879 0 1 0 166834 312 0 0 18 0 13 0 120326924 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450117 81185 1327 9 0 447729 0
[pid=26251/tid=26253] ppid=26249 vsize=1800468 CPUtime=1643.76
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 90874 0 1 0 164319 57 0 0 25 0 13 0 120326925 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764355 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800468 CPUtime=12.01
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 21218 0 0 0 1097 104 0 0 15 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800468 CPUtime=11.88
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 23471 0 0 0 1078 110 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800468 CPUtime=0.77
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 174 0 0 0 43 34 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1800468 CPUtime=1.18
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 970 0 0 0 118 0 0 0 16 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1800468 CPUtime=1.81
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 7450 0 0 0 177 4 0 0 17 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26264] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26264/stat : 26264 (java) S 26249 26251 25438 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 120327599 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.46
Current children cumulated vsize (KiB) 1800468

[startup+1722.3 s]
/proc/loadavg: 1.07 1.10 1.06 2/90 26462
/proc/meminfo: memFree=1462096/2055920 swapFree=4120236/4192956
[pid=26251] ppid=26249 vsize=1800468 CPUtime=1731.72
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 144982 0 1 0 172853 319 0 0 18 0 13 0 120326924 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450117 81185 1327 9 0 447729 0
[pid=26251/tid=26253] ppid=26249 vsize=1800468 CPUtime=1703.15
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 90977 0 1 0 170258 57 0 0 16 0 13 0 120326925 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110069287 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800468 CPUtime=12.42
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 21218 0 0 0 1136 106 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800468 CPUtime=12.3
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 23471 0 0 0 1117 113 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800468 CPUtime=0.79
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 174 0 0 0 44 35 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1800468 CPUtime=1.18
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 970 0 0 0 118 0 0 0 16 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1800468 CPUtime=1.81
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 7450 0 0 0 177 4 0 0 17 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26264] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26264/stat : 26264 (java) S 26249 26251 25438 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 120327599 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1731.72
Current children cumulated vsize (KiB) 1800468

[startup+1782.3 s]
/proc/loadavg: 1.10 1.11 1.06 2/90 26462
/proc/meminfo: memFree=1462032/2055920 swapFree=4120292/4192956
[pid=26251] ppid=26249 vsize=1800468 CPUtime=1791.9
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 145076 0 1 0 178865 325 0 0 18 0 13 0 120326924 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450117 81185 1327 9 0 447729 0
[pid=26251/tid=26253] ppid=26249 vsize=1800468 CPUtime=1762.56
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 91071 0 1 0 176198 58 0 0 25 0 13 0 120326925 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110044243 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800468 CPUtime=12.8
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 21218 0 0 0 1173 107 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800468 CPUtime=12.67
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 23471 0 0 0 1150 117 0 0 15 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800468 CPUtime=0.81
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 174 0 0 0 45 36 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1800468 CPUtime=1.18
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 970 0 0 0 118 0 0 0 16 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1800468 CPUtime=1.81
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 7450 0 0 0 177 4 0 0 17 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26264] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26264/stat : 26264 (java) S 26249 26251 25438 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 120327599 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.9
Current children cumulated vsize (KiB) 1800468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 1.16 1.12 1.07 2/90 26462
/proc/meminfo: memFree=1462032/2055920 swapFree=4120292/4192956
[pid=26251] ppid=26249 vsize=1800468 CPUtime=1800.02
/proc/26251/stat : 26251 (java) S 26249 26251 25438 0 -1 0 145089 0 1 0 179677 325 0 0 18 0 13 0 120326924 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26251/statm: 450117 81185 1327 9 0 447729 0
[pid=26251/tid=26253] ppid=26249 vsize=1800468 CPUtime=1770.59
/proc/26251/task/26253/stat : 26253 (java) R 26249 26251 25438 0 -1 64 91084 0 1 0 177001 58 0 0 25 0 13 0 120326925 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110044243 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26254] ppid=26249 vsize=1800468 CPUtime=12.85
/proc/26251/task/26254/stat : 26254 (java) S 26249 26251 25438 0 -1 64 21218 0 0 0 1178 107 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26255] ppid=26249 vsize=1800468 CPUtime=12.72
/proc/26251/task/26255/stat : 26255 (java) S 26249 26251 25438 0 -1 64 23471 0 0 0 1155 117 0 0 16 0 13 0 120326926 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26256] ppid=26249 vsize=1800468 CPUtime=0.81
/proc/26251/task/26256/stat : 26256 (java) S 26249 26251 25438 0 -1 64 174 0 0 0 45 36 0 0 15 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26257] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26257/stat : 26257 (java) S 26249 26251 25438 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26258] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26258/stat : 26258 (java) S 26249 26251 25438 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120326929 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26259] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26259/stat : 26259 (java) S 26249 26251 25438 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26260] ppid=26249 vsize=1800468 CPUtime=1.18
/proc/26251/task/26260/stat : 26260 (java) S 26249 26251 25438 0 -1 64 970 0 0 0 118 0 0 0 16 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26261] ppid=26249 vsize=1800468 CPUtime=1.81
/proc/26251/task/26261/stat : 26261 (java) S 26249 26251 25438 0 -1 64 7450 0 0 0 177 4 0 0 17 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26262] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26262/stat : 26262 (java) S 26249 26251 25438 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26251/tid=26263] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26263/stat : 26263 (java) S 26249 26251 25438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120326933 1843679232 81185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26251/tid=26264] ppid=26249 vsize=1800468 CPUtime=0
/proc/26251/task/26264/stat : 26264 (java) S 26249 26251 25438 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 120327599 1843679232 81185 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) 1800468

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

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

Child status: 143
Real time (s): 1790.48
CPU time (s): 1800.11
CPU user time (s): 1796.8
CPU system time (s): 3.3085
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 1800468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.8
system time used= 3.3085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145109
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= 81130
involuntary context switches= 63864

runsolver used 1.90171 second user time and 5.70813 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Apr 17 06:53:00 UTC 2007

IDJOB= 350095
IDBENCH= 2972
IDSOLVER= 160
FILE ID= node11/350095-1176792780

PBS_JOBID= 4580834

Free space on /tmp= 66326 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  155cfa68d401e9611b171cd288033a79

RANDOM SEED= 462685660

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1783760 kB
Buffers:         27244 kB
Cached:         147700 kB
SwapCached:      34496 kB
Active:         130052 kB
Inactive:        98360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783760 kB
SwapTotal:     4192956 kB
SwapFree:      4119616 kB
Dirty:           13244 kB
Writeback:           0 kB
Mapped:          42440 kB
Slab:            29204 kB
Committed_AS:  6150092 kB
PageTables:       1852 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= 66326 MiB

End job on node11 on Tue Apr 17 07:22:52 UTC 2007