Trace number 349082

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.18 1800.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-4-c.opb
MD5SUM28753ff2e44c4cedb2d3a2e783f8d1a4
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables2666
Total number of constraints6659
Number of constraints which are clauses6659
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2666
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2666
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2666
Number of bits of the biggest sum of numbers12
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/349082-1176650784/instance-349082-1176650784.opb
0.21/0.20	c reading problem ... 
1.39/1.07	c ... done. Wall clock time 0.87s.
1.39/1.07	c CPU time (experimental) 0.74s.
1.39/1.07	c #vars     2666
1.39/1.07	c #constraints  6659
1800.10/1800.11	c starts		: 21
1800.10/1800.11	c conflicts		: 733592
1800.10/1800.11	c decisions		: 860880
1800.10/1800.11	c propagations		: 375567758
1800.10/1800.11	c inspects		: 4922985745
1800.10/1800.11	c learnt literals	: 1
1800.10/1800.11	c learnt binary clauses	: 36
1800.10/1800.11	c learnt ternary clauses	: 36
1800.10/1800.11	c learnt clauses	: 733591
1800.10/1800.11	c root simplifications	: 0
1800.10/1800.11	c removed literals (reason simplification)	: 0
1800.10/1800.11	c reason swapping (by a shorter reason)	: 0
1800.10/1800.11	c Calls to reduceDB	: 0
1800.10/1800.11	c speed (decisions/second)	: 478.53812797355835
1800.10/1800.11	c non guided choices	0
1800.10/1800.11	s UNKNOWN
1800.10/1800.11	c Total wall clock time (ms): 1799.911

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/node44/watcher-349082-1176650784 -o ROOT/results/node44/solver-349082-1176650784 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349082-1176650784/sat4jPseudoResolution.jar /tmp/evaluation/349082-1176650784/instance-349082-1176650784.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.79 0.99 0.99 2/64 3301
/proc/meminfo: memFree=1840568/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1800 CPUtime=0
/proc/3301/stat : 3301 (java) R 3299 3301 3238 0 -1 0 156 0 0 0 0 0 0 0 18 0 1 0 112990127 1843200 128 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11661104 0 0 4096 0 0 0 0 17 1 0 0
/proc/3301/statm: 450 138 101 9 0 92 0

[startup+0.023279 s]
/proc/loadavg: 0.79 0.99 0.99 2/64 3301
/proc/meminfo: memFree=1840568/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1772952 CPUtime=0.01
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 1857 0 1 0 0 1 0 0 18 0 2 0 112990127 1815502848 1606 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 443238 1614 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102276 s]
/proc/loadavg: 0.79 0.99 0.99 2/64 3301
/proc/meminfo: memFree=1840568/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1780108 CPUtime=0.09
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 3985 0 1 0 7 2 0 0 18 0 12 0 112990127 1822830592 3726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 445027 3727 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.302303 s]
/proc/loadavg: 0.79 0.99 0.99 2/64 3301
/proc/meminfo: memFree=1840568/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1782120 CPUtime=0.34
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 5084 0 1 0 31 3 0 0 18 0 12 0 112990127 1824890880 4819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 445530 4819 1264 9 0 443142 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782120

[startup+0.702347 s]
/proc/loadavg: 0.79 0.99 0.99 2/64 3301
/proc/meminfo: memFree=1840568/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1784004 CPUtime=0.92
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 7306 0 1 0 88 4 0 0 18 0 12 0 112990127 1826820096 6435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 446001 6435 1301 9 0 443613 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1784004

[startup+1.50143 s]
/proc/loadavg: 0.79 0.99 0.99 2/76 3313
/proc/meminfo: memFree=1811992/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1785044 CPUtime=2.12
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 12303 0 1 0 205 7 0 0 18 0 13 0 112990127 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 446261 9753 1313 9 0 443873 0
[pid=3301/tid=3303] ppid=3299 vsize=1785044 CPUtime=1.06
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 8034 0 1 0 102 4 0 0 25 0 13 0 112990128 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109177394 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 112990130 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112990130 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 112990132 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 112990132 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 112990132 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1785044 CPUtime=0.44
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1088 0 0 0 44 0 0 0 16 0 13 0 112990136 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1785044 CPUtime=0.59
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2455 0 0 0 58 1 0 0 16 0 13 0 112990136 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1827885056 9753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1785044

[startup+3.10159 s]
/proc/loadavg: 0.79 0.99 0.99 2/77 3314
/proc/meminfo: memFree=1805712/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1785044 CPUtime=3.74
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 12557 0 1 0 367 7 0 0 18 0 13 0 112990127 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 446261 10006 1313 9 0 443873 0
[pid=3301/tid=3303] ppid=3299 vsize=1785044 CPUtime=2.63
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 8285 0 1 0 259 4 0 0 25 0 13 0 112990128 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109708795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 112990130 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112990130 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 112990132 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 112990132 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 112990132 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1785044 CPUtime=0.46
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1088 0 0 0 46 0 0 0 16 0 13 0 112990136 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1785044 CPUtime=0.61
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2458 0 0 0 60 1 0 0 15 0 13 0 112990136 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1785044 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1827885056 10006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1785044

[startup+6.30293 s]
/proc/loadavg: 0.81 0.99 0.99 2/77 3314
/proc/meminfo: memFree=1803280/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1786068 CPUtime=7.03
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 13254 0 1 0 695 8 0 0 18 0 13 0 112990127 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 446517 10507 1315 9 0 444129 0
[pid=3301/tid=3303] ppid=3299 vsize=1786068 CPUtime=5.83
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 8674 0 1 0 578 5 0 0 25 0 13 0 112990128 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109708894 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 112990130 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112990130 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 112990132 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 112990132 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 112990132 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1786068 CPUtime=0.52
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1391 0 0 0 52 0 0 0 16 0 13 0 112990136 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1786068 CPUtime=0.65
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2463 0 0 0 64 1 0 0 17 0 13 0 112990136 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1828933632 10507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 1786068

[startup+12.7016 s]
/proc/loadavg: 0.82 0.99 0.99 2/77 3314
/proc/meminfo: memFree=1800096/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1786068 CPUtime=13.43
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 14043 0 1 0 1335 8 0 0 18 0 13 0 112990127 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 446517 11295 1315 9 0 444129 0
[pid=3301/tid=3303] ppid=3299 vsize=1786068 CPUtime=12.2
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 9462 0 1 0 1215 5 0 0 25 0 13 0 112990128 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109712537 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 112990130 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112990130 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 112990132 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 112990132 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 112990132 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1786068 CPUtime=0.54
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1391 0 0 0 54 0 0 0 16 0 13 0 112990136 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1786068 CPUtime=0.67
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2464 0 0 0 66 1 0 0 17 0 13 0 112990136 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1828933632 11295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 1786068

[startup+25.5029 s]
/proc/loadavg: 0.86 0.99 0.99 2/77 3314
/proc/meminfo: memFree=1794720/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1786068 CPUtime=26.22
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 15333 0 1 0 2613 9 0 0 18 0 13 0 112990127 1828933632 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 446517 12585 1315 9 0 444129 0
[pid=3301/tid=3303] ppid=3299 vsize=1786068 CPUtime=24.98
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 10752 0 1 0 2492 6 0 0 25 0 13 0 112990128 1828933632 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109705882 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 112990130 1828933632 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112990130 1828933632 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1786068 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 112990132 1828933632 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=3301] ppid=3299 vsize=1788632 CPUtime=1662.37
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 73884 0 1 0 166179 58 0 0 18 0 13 0 112990127 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 447158 67645 1324 9 0 444770 0
[pid=3301/tid=3303] ppid=3299 vsize=1788632 CPUtime=1660.45
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 37716 0 1 0 166005 40 0 0 25 0 13 0 112990128 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109708795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1788632 CPUtime=0.32
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 21413 0 0 0 22 10 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1788632 CPUtime=0.33
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 10170 0 0 0 28 5 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1788632 CPUtime=0.55
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1392 0 0 0 55 0 0 0 16 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1788632 CPUtime=0.68
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2464 0 0 0 67 1 0 0 17 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 1788632

[startup+1722.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 3316
/proc/meminfo: memFree=1573160/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1788632 CPUtime=1722.33
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 73884 0 1 0 172175 58 0 0 18 0 13 0 112990127 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 447158 67645 1324 9 0 444770 0
[pid=3301/tid=3303] ppid=3299 vsize=1788632 CPUtime=1720.41
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 37716 0 1 0 172001 40 0 0 25 0 13 0 112990128 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109710951 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1788632 CPUtime=0.32
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 21413 0 0 0 22 10 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1788632 CPUtime=0.33
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 10170 0 0 0 28 5 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1788632 CPUtime=0.55
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1392 0 0 0 55 0 0 0 16 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1788632 CPUtime=0.68
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2464 0 0 0 67 1 0 0 17 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1788632

[startup+1782.3 s]
/proc/loadavg: 1.04 1.01 0.99 2/77 3316
/proc/meminfo: memFree=1573032/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1788632 CPUtime=1782.3
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 73884 0 1 0 178171 59 0 0 18 0 13 0 112990127 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 447158 67645 1324 9 0 444770 0
[pid=3301/tid=3303] ppid=3299 vsize=1788632 CPUtime=1780.37
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 37716 0 1 0 177997 40 0 0 25 0 13 0 112990128 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1788632 CPUtime=0.32
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 21413 0 0 0 22 10 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1788632 CPUtime=0.33
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 10170 0 0 0 28 5 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1788632 CPUtime=0.55
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1392 0 0 0 55 0 0 0 16 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1788632 CPUtime=0.68
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2464 0 0 0 67 1 0 0 17 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 1788632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 3316
/proc/meminfo: memFree=1573032/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1788632 CPUtime=1800.1
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 73884 0 1 0 179951 59 0 0 18 0 13 0 112990127 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 447158 67645 1324 9 0 444770 0
[pid=3301/tid=3303] ppid=3299 vsize=1788632 CPUtime=1798.17
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 37716 0 1 0 179777 40 0 0 25 0 13 0 112990128 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109712587 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1788632 CPUtime=0.32
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 21413 0 0 0 22 10 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1788632 CPUtime=0.33
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 10170 0 0 0 28 5 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1788632 CPUtime=0.55
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1392 0 0 0 55 0 0 0 16 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1788632 CPUtime=0.68
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2464 0 0 0 67 1 0 0 17 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1788632

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

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

[startup+1800.1 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 3316
/proc/meminfo: memFree=1573032/2055920 swapFree=4184880/4192956
[pid=3301] ppid=3299 vsize=1788632 CPUtime=1800.1
/proc/3301/stat : 3301 (java) S 3299 3301 3238 0 -1 0 73884 0 1 0 179951 59 0 0 18 0 13 0 112990127 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3301/statm: 447158 67645 1324 9 0 444770 0
[pid=3301/tid=3303] ppid=3299 vsize=1788632 CPUtime=1798.17
/proc/3301/task/3303/stat : 3303 (java) R 3299 3301 3238 0 -1 64 37716 0 1 0 179777 40 0 0 25 0 13 0 112990128 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109712587 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3304] ppid=3299 vsize=1788632 CPUtime=0.32
/proc/3301/task/3304/stat : 3304 (java) S 3299 3301 3238 0 -1 64 21413 0 0 0 22 10 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3305] ppid=3299 vsize=1788632 CPUtime=0.33
/proc/3301/task/3305/stat : 3305 (java) S 3299 3301 3238 0 -1 64 10170 0 0 0 28 5 0 0 16 0 13 0 112990130 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3306] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3306/stat : 3306 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3307] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3307/stat : 3307 (java) S 3299 3301 3238 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3308] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3308/stat : 3308 (java) S 3299 3301 3238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 112990132 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3309] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3309/stat : 3309 (java) S 3299 3301 3238 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3310] ppid=3299 vsize=1788632 CPUtime=0.55
/proc/3301/task/3310/stat : 3310 (java) S 3299 3301 3238 0 -1 64 1392 0 0 0 55 0 0 0 16 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3311] ppid=3299 vsize=1788632 CPUtime=0.68
/proc/3301/task/3311/stat : 3311 (java) S 3299 3301 3238 0 -1 64 2464 0 0 0 67 1 0 0 17 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3312] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3312/stat : 3312 (java) S 3299 3301 3238 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3301/tid=3313] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3313/stat : 3313 (java) S 3299 3301 3238 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 112990136 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3301/tid=3314] ppid=3299 vsize=1788632 CPUtime=0
/proc/3301/task/3314/stat : 3314 (java) S 3299 3301 3238 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 112990240 1831559168 67645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1788632

Child status: 143
Real time (s): 1800.18
CPU time (s): 1800.18
CPU user time (s): 1799.55
CPU system time (s): 0.635903
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 1788632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73906
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= 37037
involuntary context switches= 21734

runsolver used 2.22166 second user time and 4.44032 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Apr 15 15:26:24 UTC 2007

IDJOB= 349082
IDBENCH= 2134
IDSOLVER= 159
FILE ID= node44/349082-1176650784

PBS_JOBID= 4559883

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4-c.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349082-1176650784/sat4jPseudoResolution.jar /tmp/evaluation/349082-1176650784/instance-349082-1176650784.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-349082-1176650784 -o ROOT/results/node44/solver-349082-1176650784 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349082-1176650784/sat4jPseudoResolution.jar /tmp/evaluation/349082-1176650784/instance-349082-1176650784.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  28753ff2e44c4cedb2d3a2e783f8d1a4

RANDOM SEED= 55278336

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1840976 kB
Buffers:         15008 kB
Cached:         111388 kB
SwapCached:       2124 kB
Active:          55916 kB
Inactive:        79972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840976 kB
SwapTotal:     4192956 kB
SwapFree:      4184880 kB
Dirty:            3984 kB
Writeback:           0 kB
Mapped:          16504 kB
Slab:            65104 kB
Committed_AS:   254608 kB
PageTables:       1396 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= 66560 MiB

End job on node44 on Sun Apr 15 15:56:26 UTC 2007