Trace number 350114

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880-max.opb
MD5SUMce74ed6abc2682e3852648a27e28a7ce
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4
Best CPU time to get the best result obtained on this benchmark1800.45
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -4
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235242451901741326209966194279906655789612083583747144123545843134987905
Number of bits of the biggest sum of numbers331
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.15/0.60	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.60	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.60	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.61	c no version file found!!!
0.15/0.61	c sun.arch.data.model	32
0.15/0.61	c java.version	1.6.0
0.15/0.61	c os.name	Linux
0.15/0.61	c os.version	2.6.9-22.EL.rootsmp
0.15/0.61	c os.arch	i386
0.15/0.61	c Free memory 1651659224
0.15/0.61	c Max memory 1654456320
0.15/0.61	c Total memory 1654456320
0.15/0.61	c Number of processors 2
0.15/0.67	--- Begin Solver configuration ---
0.15/0.67	c Stops conflict analysis at the first Unique Implication Point
0.15/0.67	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.67	c Learn all clauses as in MiniSAT
0.15/0.67	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.67	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.67	c No reason simplification
0.15/0.67	c --- End Solver configuration ---
0.15/0.67	c solving /tmp/evaluation/350114-1176794103/instance-350114-1176794103.opb
0.15/0.67	c reading problem ... 
4.19/3.74	c ... done. Wall clock time 3.074s.
4.19/3.74	c CPU time (experimental) 2.66s.
4.19/3.74	c #vars     24751
4.19/3.74	c #constraints  73262
1644.68/1640.00	c cleaning 12991 clauses out of 26000 for limit 7626631.739380107
1672.37/1667.56	c cleaning 6742 clauses out of 13510 for limit 2.422931712469248E7
1700.08/1695.16	c cleaning 3625 clauses out of 7267 for limit 7.421005240673676E7
1725.12/1720.18	c cleaning 2058 clauses out of 4142 for limit 2.1471564548958948E8
1749.11/1744.00	c cleaning 1276 clauses out of 2584 for limit 5.675931730553892E8
1800.03/1794.81	c starts		: 13
1800.03/1794.81	c conflicts		: 28891
1800.03/1794.81	c decisions		: 41353
1800.03/1794.81	c propagations		: 6742689
1800.03/1794.81	c inspects		: 65657380
1800.03/1794.81	c learnt literals	: 0
1800.03/1794.81	c learnt binary clauses	: 0
1800.03/1794.81	c learnt ternary clauses	: 0
1800.03/1794.81	c learnt clauses	: 28891
1800.03/1794.81	c root simplifications	: 0
1800.03/1794.81	c removed literals (reason simplification)	: 0
1800.03/1794.81	c reason swapping (by a shorter reason)	: 0
1800.03/1794.81	c Calls to reduceDB	: 5
1800.03/1794.81	c speed (decisions/second)	: 23.08936135048727
1800.03/1794.81	c non guided choices	130
1800.03/1794.81	s UNKNOWN
1800.03/1794.81	c Total wall clock time (ms): 1794.142

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/node27/watcher-350114-1176794103 -o ROOT/results/node27/solver-350114-1176794103 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350114-1176794103/sat4jPseudoResolution.jar /tmp/evaluation/350114-1176794103/instance-350114-1176794103.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/65 7716
/proc/meminfo: memFree=1956072/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=18568 CPUtime=0
/proc/7716/stat : 7716 (runsolver) R 7714 7716 6966 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 92106244 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 244445670695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7716/statm: 4642 292 257 24 0 2626 0

[startup+0.0268839 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 7716
/proc/meminfo: memFree=1956072/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=18568 CPUtime=0
/proc/7716/stat : 7716 (runsolver) D 7714 7716 6966 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 92106244 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 244445670695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/7716/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.10189 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 7716
/proc/meminfo: memFree=1956072/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=200 CPUtime=0
/proc/7716/stat : 7716 (java) D 7714 7716 6966 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 92106244 204800 33 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 1467300 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/7716/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.302929 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 7716
/proc/meminfo: memFree=1956072/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1775952 CPUtime=0.03
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 2885 0 54 0 0 3 0 0 18 0 4 0 92106244 1818574848 2686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 443988 2686 705 9 0 441624 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1775952

[startup+0.701959 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 7716
/proc/meminfo: memFree=1956072/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1782420 CPUtime=0.25
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 5105 0 58 0 19 6 0 0 18 0 12 0 92106244 1825198080 4901 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 445605 4901 1246 9 0 443217 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1782420

[startup+1.50204 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 7728
/proc/meminfo: memFree=1926600/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1785780 CPUtime=1.46
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 10395 0 58 0 136 10 0 0 18 0 12 0 92106244 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 446445 9040 1301 9 0 444057 0
[pid=7716/tid=7718] ppid=7714 vsize=1785780 CPUtime=0.73
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 7232 0 16 0 66 7 0 0 18 0 12 0 92106266 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109525943 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 92106272 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 92106272 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 92106284 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 92106285 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 92106285 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 92106296 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1785780 CPUtime=0.36
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 973 0 0 0 36 0 0 0 16 0 12 0 92106296 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1785780 CPUtime=0.33
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 1512 0 0 0 33 0 0 0 16 0 12 0 92106296 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92106297 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1785780 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92106297 1828638720 9040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1785780

[startup+3.1022 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 7728
/proc/meminfo: memFree=1865672/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1786104 CPUtime=3.28
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 43620 0 58 0 300 28 0 0 18 0 12 0 92106244 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 446526 41984 1310 9 0 444138 0
[pid=7716/tid=7718] ppid=7714 vsize=1786104 CPUtime=2.11
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37658 0 16 0 188 23 0 0 19 0 12 0 92106266 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109639501 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1786104 CPUtime=0.07
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 1289 0 0 0 7 0 0 0 16 0 12 0 92106272 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1786104 CPUtime=0.07
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 1185 0 0 0 7 0 0 0 17 0 12 0 92106272 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1786104 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 92106284 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1786104 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 92106285 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1786104 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 92106285 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1786104 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 92106296 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1786104 CPUtime=0.48
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 1195 0 0 0 48 0 0 0 16 0 12 0 92106296 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1786104 CPUtime=0.47
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 1610 0 0 0 47 0 0 0 16 0 12 0 92106296 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1786104 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92106297 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1786104 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92106297 1828970496 41984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1786104

[startup+6.30153 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 7729
/proc/meminfo: memFree=1773184/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1794652 CPUtime=7.48
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 48579 0 58 0 710 38 0 0 18 0 13 0 92106244 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448663 44087 1324 9 0 446275 0
[pid=7716/tid=7718] ppid=7714 vsize=1794652 CPUtime=4.92
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37697 0 16 0 469 23 0 0 25 0 13 0 92106266 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794652 CPUtime=0.07
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 1289 0 0 0 7 0 0 0 16 0 13 0 92106272 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794652 CPUtime=0.07
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 1185 0 0 0 7 0 0 0 17 0 13 0 92106272 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794652 CPUtime=0.12
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 7 0 0 0 5 7 0 0 16 0 13 0 92106284 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794652 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92106285 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1794652 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92106285 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1794652 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92106296 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1794652 CPUtime=0.9
/proc/7716/task/7725/stat : 7725 (java) R 7714 7716 6966 0 -1 64 1980 0 0 0 89 1 0 0 16 0 13 0 92106296 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102114747 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1794652 CPUtime=1.33
/proc/7716/task/7726/stat : 7726 (java) R 7714 7716 6966 0 -1 64 5740 0 0 0 130 3 0 0 16 0 13 0 92106296 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102397663 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1794652 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92106297 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1794652 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92106297 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7729] ppid=7714 vsize=1794652 CPUtime=0
/proc/7716/task/7729/stat : 7729 (java) S 7714 7716 6966 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 92106627 1837723648 44087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 1794652

[startup+12.7022 s]
/proc/loadavg: 1.08 1.02 1.00 2/78 7729
/proc/meminfo: memFree=1773264/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1794620 CPUtime=14.07
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 48603 0 58 0 1369 38 0 0 18 0 13 0 92106244 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448655 44101 1324 9 0 446267 0
[pid=7716/tid=7718] ppid=7714 vsize=1794620 CPUtime=11.29
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37699 0 16 0 1106 23 0 0 25 0 13 0 92106266 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109520960 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794620 CPUtime=0.07
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 1289 0 0 0 7 0 0 0 16 0 13 0 92106272 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794620 CPUtime=0.07
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 1185 0 0 0 7 0 0 0 17 0 13 0 92106272 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794620 CPUtime=0.12
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 7 0 0 0 5 7 0 0 17 0 13 0 92106284 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794620 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92106285 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1794620 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92106285 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1794620 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92106296 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1794620 CPUtime=1.02
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 1998 0 0 0 101 1 0 0 16 0 13 0 92106296 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1794620 CPUtime=1.43
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 5744 0 0 0 140 3 0 0 16 0 13 0 92106296 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1794620 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92106297 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1794620 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92106297 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7729] ppid=7714 vsize=1794620 CPUtime=0
/proc/7716/task/7729/stat : 7729 (java) S 7714 7716 6966 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 92106627 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 1794620

[startup+25.5025 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 7729
/proc/meminfo: memFree=1773392/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1794620 CPUtime=26.86
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 48604 0 58 0 2648 38 0 0 18 0 13 0 92106244 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448655 44101 1324 9 0 446267 0
[pid=7716/tid=7718] ppid=7714 vsize=1794620 CPUtime=24.08
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37700 0 16 0 2385 23 0 0 25 0 13 0 92106266 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109833207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794620 CPUtime=0.07
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 1289 0 0 0 7 0 0 0 16 0 13 0 92106272 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794620 CPUtime=0.07
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 1185 0 0 0 7 0 0 0 17 0 13 0 92106272 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794620 CPUtime=0.12
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 7 0 0 0 5 7 0 0 16 0 13 0 92106284 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794620 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92106285 1837690880 44101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7716] ppid=7714 vsize=1794200 CPUtime=1606.95
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 388641 0 58 0 160444 251 0 0 18 0 13 0 92106244 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448550 359840 1326 9 0 446162 0
[pid=7716/tid=7718] ppid=7714 vsize=1794200 CPUtime=1596.74
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37759 0 16 0 159645 29 0 0 25 0 13 0 92106266 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110061868 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794200 CPUtime=3.69
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 176863 0 0 0 262 107 0 0 16 0 13 0 92106272 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794200 CPUtime=3.71
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 165584 0 0 0 274 97 0 0 17 0 13 0 92106272 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794200 CPUtime=0.15
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 10 0 0 0 6 9 0 0 16 0 13 0 92106284 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92106285 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92106285 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92106296 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1794200 CPUtime=1.1
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 1999 0 0 0 109 1 0 0 16 0 13 0 92106296 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1794200 CPUtime=1.49
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 5745 0 0 0 146 3 0 0 16 0 13 0 92106296 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92106297 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92106297 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7729] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7729/stat : 7729 (java) S 7714 7716 6966 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 92106627 1837260800 359840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.95
Current children cumulated vsize (KiB) 1794200

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7731
/proc/meminfo: memFree=474896/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1794200 CPUtime=1667.14
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 398551 0 58 0 166456 258 0 0 18 0 13 0 92106244 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448550 367854 1328 9 0 446162 0
[pid=7716/tid=7718] ppid=7714 vsize=1794200 CPUtime=1656.54
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37763 0 16 0 165625 29 0 0 25 0 13 0 92106266 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109833040 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794200 CPUtime=3.85
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 180988 0 0 0 275 110 0 0 17 0 13 0 92106272 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794200 CPUtime=3.87
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 171363 0 0 0 285 102 0 0 17 0 13 0 92106272 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794200 CPUtime=0.15
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 10 0 0 0 6 9 0 0 16 0 13 0 92106284 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92106285 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92106285 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92106296 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1794200 CPUtime=1.11
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 2001 0 0 0 110 1 0 0 16 0 13 0 92106296 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1794200 CPUtime=1.56
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 5745 0 0 0 153 3 0 0 16 0 13 0 92106296 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92106297 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92106297 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7729] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7729/stat : 7729 (java) S 7714 7716 6966 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 92106627 1837260800 367854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.14
Current children cumulated vsize (KiB) 1794200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7731
/proc/meminfo: memFree=444112/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1794200 CPUtime=1727.32
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 406938 0 58 0 172468 264 0 0 18 0 13 0 92106244 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448550 375536 1328 9 0 446162 0
[pid=7716/tid=7718] ppid=7714 vsize=1794200 CPUtime=1716.37
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37767 0 16 0 171608 29 0 0 25 0 13 0 92106266 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109833343 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794200 CPUtime=3.99
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 185018 0 0 0 287 112 0 0 16 0 13 0 92106272 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794200 CPUtime=4.01
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 175716 0 0 0 296 105 0 0 17 0 13 0 92106272 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794200 CPUtime=0.16
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 10 0 0 0 6 10 0 0 16 0 13 0 92106284 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92106285 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92106285 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92106296 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1794200 CPUtime=1.14
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 2001 0 0 0 113 1 0 0 16 0 13 0 92106296 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1794200 CPUtime=1.59
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 5745 0 0 0 156 3 0 0 16 0 13 0 92106296 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92106297 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92106297 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7729] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7729/stat : 7729 (java) S 7714 7716 6966 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 92106627 1837260800 375536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.32
Current children cumulated vsize (KiB) 1794200

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7731
/proc/meminfo: memFree=1545616/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1794200 CPUtime=1787.51
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 419414 0 58 0 178462 289 0 0 18 0 13 0 92106244 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448550 100115 1331 9 0 446162 0
[pid=7716/tid=7718] ppid=7714 vsize=1794200 CPUtime=1775.74
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37771 0 16 0 177545 29 0 0 25 0 13 0 92106266 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109949648 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794200 CPUtime=4.19
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 190971 0 0 0 304 115 0 0 16 0 13 0 92106272 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794200 CPUtime=4.21
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 182231 0 0 0 312 109 0 0 17 0 13 0 92106272 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794200 CPUtime=0.56
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 14 0 0 0 29 27 0 0 16 0 13 0 92106284 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92106285 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92106285 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92106296 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1794200 CPUtime=1.14
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 2001 0 0 0 113 1 0 0 16 0 13 0 92106296 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1794200 CPUtime=1.59
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 5745 0 0 0 156 3 0 0 16 0 13 0 92106296 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92106297 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92106297 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7729] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7729/stat : 7729 (java) S 7714 7716 6966 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 92106627 1837260800 100115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.51
Current children cumulated vsize (KiB) 1794200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7731
/proc/meminfo: memFree=1545872/2055920 swapFree=4179688/4192956
[pid=7716] ppid=7714 vsize=1794200 CPUtime=1800.03
/proc/7716/stat : 7716 (java) S 7714 7716 6966 0 -1 0 419415 0 58 0 179714 289 0 0 18 0 13 0 92106244 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 448550 100051 1331 9 0 446162 0
[pid=7716/tid=7718] ppid=7714 vsize=1794200 CPUtime=1788.22
/proc/7716/task/7718/stat : 7718 (java) R 7714 7716 6966 0 -1 64 37772 0 16 0 178793 29 0 0 25 0 13 0 92106266 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109834427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7714 vsize=1794200 CPUtime=4.21
/proc/7716/task/7719/stat : 7719 (java) S 7714 7716 6966 0 -1 64 190971 0 0 0 306 115 0 0 16 0 13 0 92106272 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7714 vsize=1794200 CPUtime=4.23
/proc/7716/task/7720/stat : 7720 (java) S 7714 7716 6966 0 -1 64 182231 0 0 0 314 109 0 0 16 0 13 0 92106272 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7721] ppid=7714 vsize=1794200 CPUtime=0.56
/proc/7716/task/7721/stat : 7721 (java) S 7714 7716 6966 0 -1 64 14 0 0 0 29 27 0 0 16 0 13 0 92106284 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7722/stat : 7722 (java) S 7714 7716 6966 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 92106285 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7723] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7714 7716 6966 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 92106285 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7724] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7714 7716 6966 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92106296 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7725] ppid=7714 vsize=1794200 CPUtime=1.14
/proc/7716/task/7725/stat : 7725 (java) S 7714 7716 6966 0 -1 64 2001 0 0 0 113 1 0 0 16 0 13 0 92106296 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7726] ppid=7714 vsize=1794200 CPUtime=1.59
/proc/7716/task/7726/stat : 7726 (java) S 7714 7716 6966 0 -1 64 5745 0 0 0 156 3 0 0 16 0 13 0 92106296 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7716/tid=7727] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7727/stat : 7727 (java) S 7714 7716 6966 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92106297 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7728] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7728/stat : 7728 (java) S 7714 7716 6966 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92106297 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7716/tid=7729] ppid=7714 vsize=1794200 CPUtime=0
/proc/7716/task/7729/stat : 7729 (java) S 7714 7716 6966 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 92106627 1837260800 100051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1794200

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

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

Child status: 143
Real time (s): 1794.9
CPU time (s): 1800.13
CPU user time (s): 1797.17
CPU system time (s): 2.95355
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 1795892

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

runsolver used 2.18867 second user time and 4.37434 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Tue Apr 17 07:15:03 UTC 2007

IDJOB= 350114
IDBENCH= 2980
IDSOLVER= 159
FILE ID= node27/350114-1176794103

PBS_JOBID= 4580851

Free space on /tmp= 66493 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=220-sizeP=111-sizeQ=220-229130880-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350114-1176794103/sat4jPseudoResolution.jar /tmp/evaluation/350114-1176794103/instance-350114-1176794103.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-350114-1176794103 -o ROOT/results/node27/solver-350114-1176794103 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350114-1176794103/sat4jPseudoResolution.jar /tmp/evaluation/350114-1176794103/instance-350114-1176794103.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ce74ed6abc2682e3852648a27e28a7ce

RANDOM SEED= 256526791

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node27.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.213
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	: 5931.00
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.213
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:       1956480 kB
Buffers:          5088 kB
Cached:          50292 kB
SwapCached:       7520 kB
Active:          34236 kB
Inactive:        35468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1956480 kB
SwapTotal:     4192956 kB
SwapFree:      4179688 kB
Dirty:            6908 kB
Writeback:           0 kB
Mapped:          16380 kB
Slab:            15780 kB
Committed_AS:  1601156 kB
PageTables:       1416 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= 66493 MiB

End job on node27 on Tue Apr 17 07:45:00 UTC 2007