Trace number 350209

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.28 1796.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-770414132-max.opb
MD5SUM41622f14b6e1d28d767866cb9a3e32ea
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 variables65701
Total number of constraints195481
Number of constraints which are clauses195480
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 constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066612360646520299668853108307041790674815860173378468848205106664422578504773969619037192617658424108904539490357
Number of bits of the biggest sum of numbers541
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.12/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.27	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.27	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.28	c no version file found!!!
0.12/0.28	c sun.arch.data.model	32
0.12/0.28	c java.version	1.6.0
0.12/0.28	c os.name	Linux
0.12/0.28	c os.version	2.6.9-22.EL.rootsmp
0.12/0.28	c os.arch	i386
0.12/0.28	c Free memory 1651659224
0.12/0.28	c Max memory 1654456320
0.12/0.28	c Total memory 1654456320
0.12/0.28	c Number of processors 2
0.16/0.33	--- Begin Solver configuration ---
0.16/0.33	c Stops conflict analysis at the first Unique Implication Point
0.16/0.33	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.33	c Learn all clauses as in MiniSAT
0.16/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.33	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.33	c No reason simplification
0.16/0.33	c --- End Solver configuration ---
0.16/0.33	c solving /tmp/evaluation/350209-1176806828/instance-350209-1176806828.opb
0.16/0.33	c reading problem ... 
7.48/6.58	c ... done. Wall clock time 6.244s.
7.48/6.58	c CPU time (experimental) 5.5s.
7.48/6.58	c #vars     65701
7.48/6.58	c #constraints  195482
1800.06/1795.81	c starts		: 9
1800.06/1795.81	c conflicts		: 5869
1800.06/1795.81	c decisions		: 11585
1800.06/1795.81	c propagations		: 2702296
1800.06/1795.81	c inspects		: 14484749
1800.06/1795.81	c learnt literals	: 0
1800.06/1795.81	c learnt binary clauses	: 0
1800.06/1795.81	c learnt ternary clauses	: 0
1800.06/1795.81	c learnt clauses	: 5869
1800.06/1795.81	c root simplifications	: 0
1800.06/1795.81	c removed literals (reason simplification)	: 0
1800.06/1795.81	c reason swapping (by a shorter reason)	: 0
1800.06/1795.81	c Calls to reduceDB	: 0
1800.06/1795.81	c speed (decisions/second)	: 6.475073064646213
1800.06/1795.81	c non guided choices	127
1800.06/1795.81	s UNKNOWN
1800.06/1795.81	c Total wall clock time (ms): 1795.482

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

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


[startup+0 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 26029
/proc/meminfo: memFree=1875656/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=18568 CPUtime=0
/proc/26029/stat : 26029 (runsolver) D 26027 26029 25260 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 128600431 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 231962373415 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/26029/statm: 4642 292 257 24 0 2626 0

[startup+0.0672539 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 26029
/proc/meminfo: memFree=1875656/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=18568 CPUtime=0
/proc/26029/stat : 26029 (runsolver) D 26027 26029 25260 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 128600431 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 231962373415 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/26029/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101253 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 26029
/proc/meminfo: memFree=1875656/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1776088 CPUtime=0.02
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 3183 0 1 0 1 1 0 0 18 0 4 0 128600431 1818714112 2931 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 444022 2931 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.30221 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 26029
/proc/meminfo: memFree=1875656/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1781244 CPUtime=0.16
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 4706 0 1 0 13 3 0 0 18 0 12 0 128600431 1823993856 4445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 445311 4445 1238 9 0 442923 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1781244

[startup+0.702127 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 26029
/proc/meminfo: memFree=1875656/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1783044 CPUtime=0.68
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 6750 0 1 0 64 4 0 0 18 0 12 0 128600431 1825837056 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 445761 6468 1292 9 0 443373 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1783044

[startup+1.50297 s]
/proc/loadavg: 1.04 1.03 1.00 4/89 26041
/proc/meminfo: memFree=1849512/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1785160 CPUtime=1.91
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 15422 0 1 0 183 8 0 0 18 0 12 0 128600431 1828003840 13500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 446290 13502 1301 9 0 443902 0
[pid=26029/tid=26031] ppid=26027 vsize=1785160 CPUtime=0.89
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 11676 0 1 0 84 5 0 0 18 0 12 0 128600439 1828003840 13503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109572144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 128600441 1828003840 13504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128600441 1828003840 13505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 128600443 1828003840 13506 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 128600443 1828003840 13507 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 128600443 1828003840 13508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 128600447 1828003840 13509 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1785160 CPUtime=0.5
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 1231 0 0 0 50 0 0 0 16 0 12 0 128600447 1828003840 13510 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1785160 CPUtime=0.47
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 1797 0 0 0 47 0 0 0 16 0 12 0 128600447 1828003840 13511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128600447 1828003840 13512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1785160 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128600447 1828003840 13513 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1785160

[startup+3.10162 s]
/proc/loadavg: 1.20 1.06 1.01 2/89 26041
/proc/meminfo: memFree=1763560/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1785648 CPUtime=3.58
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 44227 0 1 0 335 23 0 0 18 0 12 0 128600431 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 446412 42237 1310 9 0 444024 0
[pid=26029/tid=26031] ppid=26027 vsize=1785648 CPUtime=2.41
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37672 0 1 0 222 19 0 0 21 0 12 0 128600439 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1785648 CPUtime=0.07
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 1500 0 0 0 7 0 0 0 16 0 12 0 128600441 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1785648 CPUtime=0.07
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 1302 0 0 0 7 0 0 0 17 0 12 0 128600441 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1785648 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 128600443 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1785648 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128600443 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1785648 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128600443 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1785648 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 128600447 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1785648 CPUtime=0.5
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 1231 0 0 0 50 0 0 0 16 0 12 0 128600447 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1785648 CPUtime=0.47
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 1797 0 0 0 47 0 0 0 16 0 12 0 128600447 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1785648 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128600447 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1785648 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128600447 1828503552 42237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1785648

[startup+6.30297 s]
/proc/loadavg: 1.20 1.06 1.01 2/89 26041
/proc/meminfo: memFree=1674536/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1786576 CPUtime=7.24
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 54152 0 1 0 695 29 0 0 18 0 12 0 128600431 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 446644 51414 1316 9 0 444256 0
[pid=26029/tid=26031] ppid=26027 vsize=1786576 CPUtime=5.26
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37681 0 1 0 506 20 0 0 23 0 12 0 128600439 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109787699 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1786576 CPUtime=0.39
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 7304 0 0 0 36 3 0 0 18 0 12 0 128600441 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1786576 CPUtime=0.39
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 5279 0 0 0 36 3 0 0 18 0 12 0 128600441 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1786576 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128600443 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1786576 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128600443 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1786576 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128600443 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1786576 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 128600447 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1786576 CPUtime=0.59
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 1238 0 0 0 59 0 0 0 16 0 12 0 128600447 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1786576 CPUtime=0.57
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 1921 0 0 0 57 0 0 0 16 0 12 0 128600447 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1786576 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128600447 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1786576 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128600447 1829453824 51414 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 1786576

[startup+12.7016 s]
/proc/loadavg: 1.24 1.07 1.02 2/90 26042
/proc/meminfo: memFree=1674144/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1786548 CPUtime=13.96
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 54332 0 1 0 1367 29 0 0 18 0 13 0 128600431 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 446637 51437 1326 9 0 444249 0
[pid=26029/tid=26031] ppid=26027 vsize=1786548 CPUtime=11.51
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37718 0 1 0 1131 20 0 0 25 0 13 0 128600439 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109873550 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1786548 CPUtime=0.39
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 7304 0 0 0 36 3 0 0 18 0 13 0 128600441 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1786548 CPUtime=0.39
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 5279 0 0 0 36 3 0 0 18 0 13 0 128600441 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1786548 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1786548 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1786548 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128600443 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1786548 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128600447 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1786548 CPUtime=0.82
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 1277 0 0 0 82 0 0 0 16 0 13 0 128600447 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1786548 CPUtime=0.81
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 2020 0 0 0 80 1 0 0 16 0 13 0 128600447 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1786548 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128600447 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1786548 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128600447 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26042] ppid=26027 vsize=1786548 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25260 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128601101 1829425152 51437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 1786548

[startup+25.503 s]
/proc/loadavg: 1.20 1.07 1.02 2/90 26042
/proc/meminfo: memFree=1672416/2055920 swapFree=4130524/4192956
[pid=26029] ppid=26027 vsize=1788596 CPUtime=26.88
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 55275 0 1 0 2658 30 0 0 18 0 13 0 128600431 1831522304 51872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 447149 51872 1326 9 0 444761 0
[pid=26029/tid=26031] ppid=26027 vsize=1788596 CPUtime=24.28
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37718 0 1 0 2407 21 0 0 21 0 13 0 128600439 1831522304 51872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109873576 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1788596 CPUtime=0.39
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 7304 0 0 0 36 3 0 0 18 0 13 0 128600441 1831522304 51872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1788596 CPUtime=0.39
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 5279 0 0 0 36 3 0 0 18 0 13 0 128600441 1831522304 51872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1788596 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1831522304 51872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1788596 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1831522304 51872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1788596 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128600443 1831522304 51872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26029/tid=26034] ppid=26027 vsize=1790836 CPUtime=0.01
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 12 0 0 0 0 1 0 0 16 0 13 0 128600443 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1790836 CPUtime=1.11
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 2633 0 0 0 110 1 0 0 17 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1790836 CPUtime=0.99
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 2904 0 0 0 98 1 0 0 16 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26042] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25260 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128601101 1833816064 265601 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) 1790836

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26240
/proc/meminfo: memFree=814816/2055920 swapFree=4131156/4192956
[pid=26029] ppid=26027 vsize=1790836 CPUtime=1666.47
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 277162 0 1 0 166469 178 0 0 18 0 13 0 128600431 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 447709 265601 1328 9 0 445321 0
[pid=26029/tid=26031] ppid=26027 vsize=1790836 CPUtime=1658.28
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37755 0 1 0 165795 33 0 0 25 0 13 0 128600439 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528960 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1790836 CPUtime=3.03
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 104762 0 0 0 241 62 0 0 16 0 13 0 128600441 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1790836 CPUtime=3.01
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 128373 0 0 0 223 78 0 0 17 0 13 0 128600441 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1790836 CPUtime=0.01
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 12 0 0 0 0 1 0 0 16 0 13 0 128600443 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1790836 CPUtime=1.11
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 2633 0 0 0 110 1 0 0 17 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1790836 CPUtime=0.99
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 2904 0 0 0 98 1 0 0 16 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128600447 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26042] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25260 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128601101 1833816064 265601 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.47
Current children cumulated vsize (KiB) 1790836

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26240
/proc/meminfo: memFree=805408/2055920 swapFree=4131156/4192956
[pid=26029] ppid=26027 vsize=1790836 CPUtime=1726.51
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 279628 0 1 0 172470 181 0 0 18 0 13 0 128600431 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 447709 267935 1328 9 0 445321 0
[pid=26029/tid=26031] ppid=26027 vsize=1790836 CPUtime=1718.24
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37756 0 1 0 171791 33 0 0 25 0 13 0 128600439 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109872317 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1790836 CPUtime=3.06
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 105924 0 0 0 243 63 0 0 16 0 13 0 128600441 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1790836 CPUtime=3.04
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 129676 0 0 0 225 79 0 0 16 0 13 0 128600441 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1790836 CPUtime=0.01
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 12 0 0 0 0 1 0 0 16 0 13 0 128600443 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1790836 CPUtime=1.11
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 2633 0 0 0 110 1 0 0 17 0 13 0 128600447 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1790836 CPUtime=0.99
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 2904 0 0 0 98 1 0 0 16 0 13 0 128600447 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128600447 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26042] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25260 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128601101 1833816064 267935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.51
Current children cumulated vsize (KiB) 1790836

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26240
/proc/meminfo: memFree=796384/2055920 swapFree=4131212/4192956
[pid=26029] ppid=26027 vsize=1790836 CPUtime=1786.55
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 282051 0 1 0 178472 183 0 0 18 0 13 0 128600431 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 447709 270226 1328 9 0 445321 0
[pid=26029/tid=26031] ppid=26027 vsize=1790836 CPUtime=1778.21
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37757 0 1 0 177787 34 0 0 25 0 13 0 128600439 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109897009 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1790836 CPUtime=3.09
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 106918 0 0 0 246 63 0 0 16 0 13 0 128600441 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1790836 CPUtime=3.08
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 131104 0 0 0 228 80 0 0 17 0 13 0 128600441 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1790836 CPUtime=0.01
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 12 0 0 0 0 1 0 0 16 0 13 0 128600443 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1790836 CPUtime=1.11
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 2633 0 0 0 110 1 0 0 17 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1790836 CPUtime=0.99
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 2904 0 0 0 98 1 0 0 16 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26042] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25260 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128601101 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (KiB) 1790836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26240
/proc/meminfo: memFree=796320/2055920 swapFree=4131212/4192956
[pid=26029] ppid=26027 vsize=1790836 CPUtime=1800.06
/proc/26029/stat : 26029 (java) S 26027 26029 25260 0 -1 0 282051 0 1 0 179823 183 0 0 18 0 13 0 128600431 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 447709 270226 1328 9 0 445321 0
[pid=26029/tid=26031] ppid=26027 vsize=1790836 CPUtime=1791.72
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25260 0 -1 64 37757 0 1 0 179138 34 0 0 25 0 13 0 128600439 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109873686 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=1790836 CPUtime=3.09
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25260 0 -1 64 106918 0 0 0 246 63 0 0 16 0 13 0 128600441 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=1790836 CPUtime=3.08
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25260 0 -1 64 131104 0 0 0 228 80 0 0 17 0 13 0 128600441 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=1790836 CPUtime=0.01
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25260 0 -1 64 12 0 0 0 0 1 0 0 16 0 13 0 128600443 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25260 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25260 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128600443 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25260 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=1790836 CPUtime=1.11
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25260 0 -1 64 2633 0 0 0 110 1 0 0 17 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=1790836 CPUtime=0.99
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25260 0 -1 64 2904 0 0 0 98 1 0 0 16 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25260 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25260 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128600447 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26029/tid=26042] ppid=26027 vsize=1790836 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25260 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128601101 1833816064 270226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1790836

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

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

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26240
/proc/meminfo: memFree=796320/2055920 swapFree=4131212/4192956
[pid=26029] ppid=26027 vsize=0 CPUtime=1800.26
/proc/26029/stat : 26029 (java) Z 26027 26029 25260 0 -1 1036 282072 0 1 0 179829 197 0 0 16 0 2 0 128600431 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.02
CPU time (s): 1800.28
CPU user time (s): 1798.29
CPU system time (s): 1.9887
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 1792120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.9887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282072
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= 37339
involuntary context switches= 51161

runsolver used 1.76673 second user time and 4.85226 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Tue Apr 17 10:47:08 UTC 2007

IDJOB= 350209
IDBENCH= 3040
IDSOLVER= 159
FILE ID= node16/350209-1176806828

PBS_JOBID= 4586231

Free space on /tmp= 66388 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=360-sizeP=181-sizeQ=360-770414132-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350209-1176806828/sat4jPseudoResolution.jar /tmp/evaluation/350209-1176806828/instance-350209-1176806828.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-350209-1176806828 -o ROOT/results/node16/solver-350209-1176806828 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350209-1176806828/sat4jPseudoResolution.jar /tmp/evaluation/350209-1176806828/instance-350209-1176806828.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  41622f14b6e1d28d767866cb9a3e32ea

RANDOM SEED= 952172715

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1876000 kB
Buffers:         25592 kB
Cached:          79892 kB
SwapCached:      28952 kB
Active:          90256 kB
Inactive:        57440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876000 kB
SwapTotal:     4192956 kB
SwapFree:      4130524 kB
Dirty:           14688 kB
Writeback:           0 kB
Mapped:          34964 kB
Slab:            17664 kB
Committed_AS:  6417716 kB
PageTables:       1836 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= 66388 MiB

End job on node16 on Tue Apr 17 11:17:06 UTC 2007