Trace number 350179

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.23 1795.9

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136-max.opb
MD5SUM14ad76473b11124898801a98a6be0f15
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397772411513099461947533223824223812108544718420760849241103931105427591146783146989758993585507676769708326131434170738798141111110216594893389039561
Number of bits of the biggest sum of numbers721
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/350179-1176801202/instance-350179-1176801202.opb
0.19/0.21	c reading problem ... 
13.03/11.17	c ... done. Wall clock time 10.961s.
13.03/11.18	c CPU time (experimental) 9.41s.
13.03/11.18	c #vars     116401
13.03/11.18	c #constraints  347042
1800.02/1795.71	c starts		: 7
1800.02/1795.71	c conflicts		: 2869
1800.02/1795.71	c decisions		: 11254
1800.02/1795.71	c propagations		: 1314566
1800.02/1795.71	c inspects		: 6902637
1800.02/1795.71	c learnt literals	: 0
1800.02/1795.71	c learnt binary clauses	: 0
1800.02/1795.71	c learnt ternary clauses	: 0
1800.02/1795.71	c learnt clauses	: 2869
1800.02/1795.71	c root simplifications	: 0
1800.02/1795.71	c removed literals (reason simplification)	: 0
1800.02/1795.71	c reason swapping (by a shorter reason)	: 0
1800.02/1795.71	c Calls to reduceDB	: 0
1800.02/1795.71	c speed (decisions/second)	: 6.307868132262329
1800.02/1795.71	c non guided choices	174
1800.02/1795.71	s UNKNOWN
1800.02/1795.71	c Total wall clock time (ms): 1795.506

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/node18/watcher-350179-1176801202 -o ROOT/results/node18/solver-350179-1176801202 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350179-1176801202/sat4jPseudoResolution.jar /tmp/evaluation/350179-1176801202/instance-350179-1176801202.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.92 0.98 0.99 3/77 26221
/proc/meminfo: memFree=1671432/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=18568 CPUtime=0
/proc/26221/stat : 26221 (runsolver) R 26219 26221 25515 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 128037582 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26221/statm: 4642 292 257 24 0 2626 0

[startup+0.0312379 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26221
/proc/meminfo: memFree=1671432/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1774112 CPUtime=0.01
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 2517 0 1 0 0 1 0 0 18 0 4 0 128037582 1816690688 2267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 443528 2267 387 9 0 441542 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774112

[startup+0.101891 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26221
/proc/meminfo: memFree=1671432/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1780108 CPUtime=0.08
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 3961 0 1 0 6 2 0 0 18 0 12 0 128037582 1822830592 3703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 445027 3703 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301913 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26221
/proc/meminfo: memFree=1671432/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1781428 CPUtime=0.33
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 6050 0 1 0 30 3 0 0 18 0 12 0 128037582 1824182272 5789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 445357 5789 1267 9 0 442969 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781428

[startup+0.701949 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26221
/proc/meminfo: memFree=1671432/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1782480 CPUtime=0.89
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 7630 0 1 0 85 4 0 0 18 0 12 0 128037582 1825259520 7261 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 445620 7261 1301 9 0 443232 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782480

[startup+1.50202 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 26233
/proc/meminfo: memFree=1639912/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1785292 CPUtime=2.04
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 19003 0 1 0 194 10 0 0 18 0 12 0 128037582 1828139008 17175 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 446323 17176 1301 9 0 443935 0
[pid=26221/tid=26223] ppid=26219 vsize=1785292 CPUtime=1.03
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 15333 0 1 0 95 8 0 0 19 0 12 0 128037584 1828139008 17177 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109641490 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128037585 1828139008 17178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 128037585 1828139008 17179 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 128037587 1828139008 17180 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 128037588 1828139008 17182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 128037588 1828139008 17183 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 128037592 1828139008 17184 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1785292 CPUtime=0.53
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 1813 0 0 0 53 0 0 0 17 0 12 0 128037592 1828139008 17185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1785292 CPUtime=0.44
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 1138 0 0 0 44 0 0 0 16 0 12 0 128037592 1828139008 17186 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128037592 1828139008 17187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1785292 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128037592 1828139008 17188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1785292

[startup+3.10217 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 26233
/proc/meminfo: memFree=1543016/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1785616 CPUtime=3.72
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 44482 0 1 0 349 23 0 0 18 0 12 0 128037582 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 446404 42592 1310 9 0 444016 0
[pid=26221/tid=26223] ppid=26219 vsize=1785616 CPUtime=2.56
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37672 0 1 0 237 19 0 0 22 0 12 0 128037584 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1785616 CPUtime=0.06
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 1760 0 0 0 6 0 0 0 16 0 12 0 128037585 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1785616 CPUtime=0.06
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 1374 0 0 0 6 0 0 0 16 0 12 0 128037585 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1785616 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 128037587 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1785616 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128037588 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1785616 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128037588 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1785616 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 128037592 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1785616 CPUtime=0.53
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 1813 0 0 0 53 0 0 0 17 0 12 0 128037592 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1785616 CPUtime=0.44
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 1138 0 0 0 44 0 0 0 16 0 12 0 128037592 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1785616 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128037592 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1785616 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128037592 1828470784 42592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1785616

[startup+6.30148 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 26233
/proc/meminfo: memFree=1466792/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1787548 CPUtime=7.42
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 57709 0 1 0 712 30 0 0 18 0 12 0 128037582 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 446887 55037 1310 9 0 444499 0
[pid=26221/tid=26223] ppid=26219 vsize=1787548 CPUtime=5.23
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37676 0 1 0 503 20 0 0 20 0 12 0 128037584 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1787548 CPUtime=0.58
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 8737 0 0 0 55 3 0 0 16 0 12 0 128037585 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1787548 CPUtime=0.58
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 7616 0 0 0 54 4 0 0 16 0 12 0 128037585 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1787548 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128037587 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1787548 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128037588 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1787548 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128037588 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1787548 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 128037592 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1787548 CPUtime=0.53
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 1813 0 0 0 53 0 0 0 17 0 12 0 128037592 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1787548 CPUtime=0.44
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 1138 0 0 0 44 0 0 0 16 0 12 0 128037592 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1787548 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128037592 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1787548 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128037592 1830449152 55037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1787548

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 26234
/proc/meminfo: memFree=1415648/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1791456 CPUtime=15.11
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 69714 0 1 0 1474 37 0 0 18 0 13 0 128037582 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 447864 65095 1322 9 0 445476 0
[pid=26221/tid=26223] ppid=26219 vsize=1791456 CPUtime=10.6
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37718 0 1 0 1039 21 0 0 17 0 13 0 128037584 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109887647 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1791456 CPUtime=1.5
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 15585 0 0 0 144 6 0 0 19 0 13 0 128037585 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1791456 CPUtime=1.5
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 12489 0 0 0 144 6 0 0 20 0 13 0 128037585 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1791456 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037587 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1791456 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037588 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1791456 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128037588 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1791456 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128037592 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1791456 CPUtime=0.78
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 1924 0 0 0 78 0 0 0 16 0 13 0 128037592 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1791456 CPUtime=0.67
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 1263 0 0 0 67 0 0 0 16 0 13 0 128037592 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1791456 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128037592 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1791456 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128037592 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26234] ppid=26219 vsize=1791456 CPUtime=0
/proc/26221/task/26234/stat : 26234 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 128038746 1834450944 65095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 1791456

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 26234
/proc/meminfo: memFree=1414688/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1792480 CPUtime=28.07
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 70031 0 1 0 2770 37 0 0 18 0 13 0 128037582 1835499520 65338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 448120 65338 1326 9 0 445732 0
[pid=26221/tid=26223] ppid=26219 vsize=1792480 CPUtime=23.36
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37722 0 1 0 2314 22 0 0 25 0 13 0 128037584 1835499520 65338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109768032 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1792480 CPUtime=1.5
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 15585 0 0 0 144 6 0 0 19 0 13 0 128037585 1835499520 65338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1792480 CPUtime=1.5
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 12489 0 0 0 144 6 0 0 20 0 13 0 128037585 1835499520 65338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1792480 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037587 1835499520 65338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1792480 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037588 1835499520 65338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1792480 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128037588 1835499520 65338 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26221/tid=26226] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037587 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128037592 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1792476 CPUtime=1.01
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 2473 0 0 0 100 1 0 0 16 0 13 0 128037592 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1792476 CPUtime=1.03
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 2266 0 0 0 102 1 0 0 17 0 13 0 128037592 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128037592 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128037592 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26234] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26234/stat : 26234 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 128038746 1835495424 199279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.47
Current children cumulated vsize (KiB) 1792476

[startup+1662.3 s]
/proc/loadavg: 1.11 1.02 1.00 2/90 26236
/proc/meminfo: memFree=830432/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1792476 CPUtime=1666.56
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 221420 0 1 0 166511 145 0 0 18 0 13 0 128037582 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 448119 210762 1328 9 0 445731 0
[pid=26221/tid=26223] ppid=26219 vsize=1792476 CPUtime=1657.71
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37748 0 1 0 165736 35 0 0 25 0 13 0 128037584 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109908092 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1792476 CPUtime=3.36
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 94848 0 0 0 280 56 0 0 16 0 13 0 128037585 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1792476 CPUtime=3.4
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 83350 0 0 0 290 50 0 0 16 0 13 0 128037585 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037587 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128037592 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1792476 CPUtime=1.01
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 2473 0 0 0 100 1 0 0 16 0 13 0 128037592 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1792476 CPUtime=1.03
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 2266 0 0 0 102 1 0 0 17 0 13 0 128037592 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128037592 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128037592 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26234] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26234/stat : 26234 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 128038746 1835495424 210762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 1792476

[startup+1722.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/90 26236
/proc/meminfo: memFree=787808/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1792476 CPUtime=1726.64
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 232224 0 1 0 172511 153 0 0 18 0 13 0 128037582 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 448119 221372 1328 9 0 445731 0
[pid=26221/tid=26223] ppid=26219 vsize=1792476 CPUtime=1717.59
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37749 0 1 0 171724 35 0 0 25 0 13 0 128037584 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528448 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1792476 CPUtime=3.46
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 98281 0 0 0 288 58 0 0 17 0 13 0 128037585 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1792476 CPUtime=3.5
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 90720 0 0 0 295 55 0 0 16 0 13 0 128037585 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037587 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1792476 CPUtime=1.01
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 2473 0 0 0 100 1 0 0 16 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1792476 CPUtime=1.03
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 2266 0 0 0 102 1 0 0 17 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) R 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26234] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26234/stat : 26234 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 128038746 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.64
Current children cumulated vsize (KiB) 1792476

[startup+1782.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/90 26236
/proc/meminfo: memFree=787808/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1792476 CPUtime=1786.62
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 232224 0 1 0 178509 153 0 0 18 0 13 0 128037582 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 448119 221372 1328 9 0 445731 0
[pid=26221/tid=26223] ppid=26219 vsize=1792476 CPUtime=1777.58
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37749 0 1 0 177722 36 0 0 25 0 13 0 128037584 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528448 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1792476 CPUtime=3.46
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 98281 0 0 0 288 58 0 0 17 0 13 0 128037585 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1792476 CPUtime=3.5
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 90720 0 0 0 295 55 0 0 16 0 13 0 128037585 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037587 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1792476 CPUtime=1.01
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 2473 0 0 0 100 1 0 0 16 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1792476 CPUtime=1.03
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 2266 0 0 0 102 1 0 0 17 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26234] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26234/stat : 26234 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 128038746 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (KiB) 1792476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 26236
/proc/meminfo: memFree=787744/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=1792476 CPUtime=1800.02
/proc/26221/stat : 26221 (java) S 26219 26221 25515 0 -1 0 232224 0 1 0 179849 153 0 0 18 0 13 0 128037582 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 448119 221372 1328 9 0 445731 0
[pid=26221/tid=26223] ppid=26219 vsize=1792476 CPUtime=1790.98
/proc/26221/task/26223/stat : 26223 (java) R 26219 26221 25515 0 -1 64 37749 0 1 0 179062 36 0 0 25 0 13 0 128037584 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528648 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26219 vsize=1792476 CPUtime=3.46
/proc/26221/task/26224/stat : 26224 (java) S 26219 26221 25515 0 -1 64 98281 0 0 0 288 58 0 0 17 0 13 0 128037585 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26225] ppid=26219 vsize=1792476 CPUtime=3.5
/proc/26221/task/26225/stat : 26225 (java) S 26219 26221 25515 0 -1 64 90720 0 0 0 295 55 0 0 16 0 13 0 128037585 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037587 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26227] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26227/stat : 26227 (java) S 26219 26221 25515 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26228] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128037588 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26229] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26219 26221 25515 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26230] ppid=26219 vsize=1792476 CPUtime=1.01
/proc/26221/task/26230/stat : 26230 (java) S 26219 26221 25515 0 -1 64 2473 0 0 0 100 1 0 0 16 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26231] ppid=26219 vsize=1792476 CPUtime=1.03
/proc/26221/task/26231/stat : 26231 (java) S 26219 26221 25515 0 -1 64 2266 0 0 0 102 1 0 0 17 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26221/tid=26232] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26232/stat : 26232 (java) S 26219 26221 25515 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26233] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26233/stat : 26233 (java) S 26219 26221 25515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128037592 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26221/tid=26234] ppid=26219 vsize=1792476 CPUtime=0
/proc/26221/task/26234/stat : 26234 (java) S 26219 26221 25515 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 128038746 1835495424 221372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1792476

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

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

[startup+1795.81 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 26236
/proc/meminfo: memFree=787744/2055920 swapFree=4115692/4192956
[pid=26221] ppid=26219 vsize=0 CPUtime=1800.13
/proc/26221/stat : 26221 (java) Z 26219 26221 25515 0 -1 1036 232245 0 1 0 179855 158 0 0 15 0 2 0 128037582 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.9
CPU time (s): 1800.23
CPU user time (s): 1798.56
CPU system time (s): 1.66975
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 1793504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 1.66975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232245
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= 37149
involuntary context switches= 9884

runsolver used 1.90371 second user time and 4.66429 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Apr 17 09:13:22 UTC 2007

IDJOB= 350179
IDBENCH= 3014
IDSOLVER= 159
FILE ID= node18/350179-1176801202

PBS_JOBID= 4586219

Free space on /tmp= 66498 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350179-1176801202/sat4jPseudoResolution.jar /tmp/evaluation/350179-1176801202/instance-350179-1176801202.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-350179-1176801202 -o ROOT/results/node18/solver-350179-1176801202 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350179-1176801202/sat4jPseudoResolution.jar /tmp/evaluation/350179-1176801202/instance-350179-1176801202.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  14ad76473b11124898801a98a6be0f15

RANDOM SEED= 833222640

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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:       1671904 kB
Buffers:         23736 kB
Cached:         168200 kB
SwapCached:      46676 kB
Active:         215508 kB
Inactive:       132984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671904 kB
SwapTotal:     4192956 kB
SwapFree:      4115692 kB
Dirty:           26484 kB
Writeback:           0 kB
Mapped:         130896 kB
Slab:            20812 kB
Committed_AS:  4402512 kB
PageTables:       2016 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= 66498 MiB

End job on node18 on Tue Apr 17 09:43:20 UTC 2007