Trace number 355326

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.19 1788.21

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
MD5SUM44d5a0b71f17bc4fff0f0dd8401b346c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
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 constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.09 1.05 2/77 22787
/proc/meminfo: memFree=1657272/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1832 CPUtime=0
/proc/22787/stat : 22787 (java) R 22785 22787 22020 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 128636573 1875968 149 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22787/statm: 450 148 111 9 0 92 0

[startup+0.0807609 s]
/proc/loadavg: 1.00 1.09 1.05 2/77 22787
/proc/meminfo: memFree=1657272/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1778868 CPUtime=0.07
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 3791 0 1 0 4 3 0 0 18 0 7 0 128636573 1821560832 3534 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 444717 3534 1086 9 0 442353 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778868

[startup+0.101762 s]
/proc/loadavg: 1.00 1.09 1.05 2/77 22787
/proc/meminfo: memFree=1657272/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1781132 CPUtime=0.08
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 3940 0 1 0 5 3 0 0 18 0 12 0 128636573 1823879168 3682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 445283 3682 1119 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301802 s]
/proc/loadavg: 1.00 1.09 1.05 2/77 22787
/proc/meminfo: memFree=1657272/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1781976 CPUtime=0.31
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 5165 0 1 0 27 4 0 0 18 0 12 0 128636573 1824743424 4904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 445494 4904 1263 9 0 443106 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781976

[startup+0.701878 s]
/proc/loadavg: 1.00 1.09 1.05 2/77 22787
/proc/meminfo: memFree=1657272/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1783544 CPUtime=0.89
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 6757 0 1 0 85 4 0 0 18 0 12 0 128636573 1826349056 6300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 445886 6300 1301 9 0 443498 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783544

[startup+1.50303 s]
/proc/loadavg: 1.00 1.09 1.05 3/89 22799
/proc/meminfo: memFree=1629784/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1785092 CPUtime=2.12
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 16108 0 1 0 202 10 0 0 18 0 12 0 128636573 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446273 14460 1307 9 0 443885 0
[pid=22787/tid=22789] ppid=22785 vsize=1785092 CPUtime=1.03
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 12626 0 1 0 95 8 0 0 18 0 12 0 128636574 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109781995 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128636575 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 128636575 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 128636578 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 128636578 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 128636578 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 128636582 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1785092 CPUtime=0.53
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 1199 0 0 0 53 0 0 0 16 0 12 0 128636583 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1785092 CPUtime=0.53
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1563 0 0 0 53 0 0 0 16 0 12 0 128636583 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128636583 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1785092 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128636583 1827934208 14460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1785092

[startup+3.10233 s]
/proc/loadavg: 1.00 1.09 1.05 2/90 22800
/proc/meminfo: memFree=1531728/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1785416 CPUtime=4.03
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 43966 0 1 0 381 22 0 0 18 0 13 0 128636573 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446354 41659 1319 9 0 443966 0
[pid=22787/tid=22789] ppid=22785 vsize=1785416 CPUtime=2.48
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 37716 0 1 0 229 19 0 0 19 0 13 0 128636574 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109770181 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1785416 CPUtime=0.03
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 1076 0 0 0 3 0 0 0 16 0 13 0 128636575 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1785416 CPUtime=0.03
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 1004 0 0 0 3 0 0 0 16 0 13 0 128636575 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1785416 CPUtime=0
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 128636578 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1785416 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1785416 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1785416 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1785416 CPUtime=0.72
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 1864 0 0 0 72 0 0 0 17 0 13 0 128636583 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1785416 CPUtime=0.71
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1575 0 0 0 71 0 0 0 16 0 13 0 128636583 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1785416 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1785416 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1785416 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1828265984 41659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 1785416

[startup+6.30294 s]
/proc/loadavg: 1.00 1.09 1.05 2/90 22800
/proc/meminfo: memFree=1494672/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1785096 CPUtime=7.68
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 50379 0 1 0 743 25 0 0 18 0 13 0 128636573 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446274 45784 1325 9 0 443886 0
[pid=22787/tid=22789] ppid=22785 vsize=1785096 CPUtime=5.33
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 40356 0 1 0 513 20 0 0 25 0 13 0 128636574 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109924180 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1785096 CPUtime=0.13
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 2522 0 0 0 12 1 0 0 16 0 13 0 128636575 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1785096 CPUtime=0.13
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 2176 0 0 0 13 0 0 0 16 0 13 0 128636575 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1785096 CPUtime=0
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 128636578 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1785096 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1785096 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1785096 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1785096 CPUtime=1
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 2819 0 0 0 100 0 0 0 16 0 13 0 128636583 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1785096 CPUtime=1.03
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1762 0 0 0 102 1 0 0 16 0 13 0 128636583 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1785096 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1785096 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1785096 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1827938304 45784 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1785096

[startup+12.7022 s]
/proc/loadavg: 1.00 1.08 1.05 2/90 22800
/proc/meminfo: memFree=1463824/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1786120 CPUtime=14.34
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 55353 0 1 0 1406 28 0 0 18 0 13 0 128636573 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446530 47979 1325 9 0 444142 0
[pid=22787/tid=22789] ppid=22785 vsize=1786120 CPUtime=11.62
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 44181 0 1 0 1140 22 0 0 25 0 13 0 128636574 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109769626 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1786120 CPUtime=0.15
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 3051 0 0 0 14 1 0 0 16 0 13 0 128636575 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1786120 CPUtime=0.15
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 2581 0 0 0 14 1 0 0 17 0 13 0 128636575 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 128636578 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1786120 CPUtime=1.17
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 3027 0 0 0 116 1 0 0 16 0 13 0 128636583 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1786120 CPUtime=1.21
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1769 0 0 0 120 1 0 0 16 0 13 0 128636583 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1828986880 47979 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 1786120

[startup+25.5016 s]
/proc/loadavg: 1.00 1.08 1.05 2/90 22800
/proc/meminfo: memFree=1506576/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1786120 CPUtime=27.38
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 56423 0 1 0 2708 30 0 0 18 0 13 0 128636573 1828986880 38368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446530 38368 1325 9 0 444142 0
[pid=22787/tid=22789] ppid=22785 vsize=1786120 CPUtime=24.29
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 44216 0 1 0 2407 22 0 0 25 0 13 0 128636574 1828986880 38368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109940071 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1786120 CPUtime=0.19
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 3376 0 0 0 18 1 0 0 15 0 13 0 128636575 1828986880 38368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1786120 CPUtime=0.19
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 3096 0 0 0 18 1 0 0 16 0 13 0 128636575 1828986880 38368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1786120 CPUtime=0.01
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 22 0 0 0 0 1 0 0 17 0 13 0 128636578 1828986880 38368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=22787] ppid=22785 vsize=1786120 CPUtime=1673.55
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 290367 0 1 0 167137 218 0 0 18 0 13 0 128636573 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446530 124413 1325 9 0 444142 0
[pid=22787/tid=22789] ppid=22785 vsize=1786120 CPUtime=1647.8
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 179605 0 1 0 164684 96 0 0 22 0 13 0 128636574 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109924388 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1786120 CPUtime=10.99
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 52731 0 0 0 1063 36 0 0 16 0 13 0 128636575 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1786120 CPUtime=10.93
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 51767 0 0 0 1054 39 0 0 16 0 13 0 128636575 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1786120 CPUtime=0.86
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 530 0 0 0 45 41 0 0 15 0 13 0 128636578 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1786120 CPUtime=1.41
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 3225 0 0 0 140 1 0 0 16 0 13 0 128636583 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1786120 CPUtime=1.49
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1787 0 0 0 148 1 0 0 15 0 13 0 128636583 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1828986880 124413 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1673.55
Current children cumulated vsize (KiB) 1786120

[startup+1722.3 s]
/proc/loadavg: 1.00 1.06 1.03 2/90 22998
/proc/meminfo: memFree=1154704/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1786120 CPUtime=1733.93
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 294119 0 1 0 173171 222 0 0 18 0 13 0 128636573 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446530 126221 1325 9 0 444142 0
[pid=22787/tid=22789] ppid=22785 vsize=1786120 CPUtime=1707.34
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 180723 0 1 0 170637 97 0 0 25 0 13 0 128636574 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109513151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1786120 CPUtime=11.41
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 53962 0 0 0 1104 37 0 0 15 0 13 0 128636575 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1786120 CPUtime=11.34
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 53167 0 0 0 1094 40 0 0 16 0 13 0 128636575 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1786120 CPUtime=0.88
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 533 0 0 0 46 42 0 0 16 0 13 0 128636578 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1786120 CPUtime=1.41
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 3225 0 0 0 140 1 0 0 16 0 13 0 128636583 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1786120 CPUtime=1.49
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1787 0 0 0 148 1 0 0 15 0 13 0 128636583 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1828986880 126221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.93
Current children cumulated vsize (KiB) 1786120

[startup+1782.3 s]
/proc/loadavg: 1.00 1.05 1.02 2/90 22998
/proc/meminfo: memFree=1145744/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1786120 CPUtime=1794.26
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 297870 0 1 0 179201 225 0 0 18 0 13 0 128636573 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446530 128428 1325 9 0 444142 0
[pid=22787/tid=22789] ppid=22785 vsize=1786120 CPUtime=1766.91
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 181355 0 1 0 176594 97 0 0 25 0 13 0 128636574 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109794968 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1786120 CPUtime=11.77
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 55566 0 0 0 1139 38 0 0 16 0 13 0 128636575 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1786120 CPUtime=11.71
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 54680 0 0 0 1130 41 0 0 16 0 13 0 128636575 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1786120 CPUtime=0.9
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 535 0 0 0 47 43 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1786120 CPUtime=1.41
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 3225 0 0 0 140 1 0 0 16 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1786120 CPUtime=1.49
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1787 0 0 0 148 1 0 0 15 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1794.26
Current children cumulated vsize (KiB) 1786120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.1 s]
/proc/loadavg: 1.00 1.05 1.02 2/90 22998
/proc/meminfo: memFree=1145744/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1786120 CPUtime=1800.06
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 297870 0 1 0 179781 225 0 0 18 0 13 0 128636573 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446530 128428 1325 9 0 444142 0
[pid=22787/tid=22789] ppid=22785 vsize=1786120 CPUtime=1772.72
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 181355 0 1 0 177175 97 0 0 25 0 13 0 128636574 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109513024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1786120 CPUtime=11.77
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 55566 0 0 0 1139 38 0 0 16 0 13 0 128636575 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1786120 CPUtime=11.71
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 54680 0 0 0 1130 41 0 0 16 0 13 0 128636575 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1786120 CPUtime=0.9
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 535 0 0 0 47 43 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1786120 CPUtime=1.41
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 3225 0 0 0 140 1 0 0 16 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1786120 CPUtime=1.49
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1787 0 0 0 148 1 0 0 15 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1786120

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

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

[startup+1788.1 s]
/proc/loadavg: 1.00 1.05 1.02 2/90 22998
/proc/meminfo: memFree=1145744/2055920 swapFree=4042092/4192956
[pid=22787] ppid=22785 vsize=1786120 CPUtime=1800.06
/proc/22787/stat : 22787 (java) S 22785 22787 22020 0 -1 0 297870 0 1 0 179781 225 0 0 18 0 13 0 128636573 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22787/statm: 446530 128428 1325 9 0 444142 0
[pid=22787/tid=22789] ppid=22785 vsize=1786120 CPUtime=1772.72
/proc/22787/task/22789/stat : 22789 (java) R 22785 22787 22020 0 -1 64 181355 0 1 0 177175 97 0 0 25 0 13 0 128636574 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109513024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22790] ppid=22785 vsize=1786120 CPUtime=11.77
/proc/22787/task/22790/stat : 22790 (java) S 22785 22787 22020 0 -1 64 55566 0 0 0 1139 38 0 0 16 0 13 0 128636575 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22791] ppid=22785 vsize=1786120 CPUtime=11.71
/proc/22787/task/22791/stat : 22791 (java) S 22785 22787 22020 0 -1 64 54680 0 0 0 1130 41 0 0 16 0 13 0 128636575 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22787/tid=22792] ppid=22785 vsize=1786120 CPUtime=0.9
/proc/22787/task/22792/stat : 22792 (java) S 22785 22787 22020 0 -1 64 535 0 0 0 47 43 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22793] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22793/stat : 22793 (java) S 22785 22787 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22794] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22794/stat : 22794 (java) S 22785 22787 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128636578 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22795] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22795/stat : 22795 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128636582 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22796] ppid=22785 vsize=1786120 CPUtime=1.41
/proc/22787/task/22796/stat : 22796 (java) S 22785 22787 22020 0 -1 64 3225 0 0 0 140 1 0 0 16 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22797] ppid=22785 vsize=1786120 CPUtime=1.49
/proc/22787/task/22797/stat : 22797 (java) S 22785 22787 22020 0 -1 64 1787 0 0 0 148 1 0 0 15 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22798] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22798/stat : 22798 (java) S 22785 22787 22020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22799] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22799/stat : 22799 (java) S 22785 22787 22020 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128636583 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22787/tid=22800] ppid=22785 vsize=1786120 CPUtime=0
/proc/22787/task/22800/stat : 22800 (java) S 22785 22787 22020 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128636726 1828986880 128428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1786120

Child status: 143
Real time (s): 1788.21
CPU time (s): 1800.19
CPU user time (s): 1797.84
CPU system time (s): 2.34164
CPU usage (%): 100.669
Max. virtual memory (cumulated for all children) (KiB): 1786856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.84
system time used= 2.34164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297889
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= 75053
involuntary context switches= 55284

runsolver used 1.9827 second user time and 5.37318 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Apr 17 10:54:07 UTC 2007

IDJOB= 355326
IDBENCH= 3043
IDSOLVER= 160
FILE ID= node42/355326-1176807247

PBS_JOBID= 4586233

Free space on /tmp= 66501 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  44d5a0b71f17bc4fff0f0dd8401b346c

RANDOM SEED= 52892094

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1657680 kB
Buffers:         36332 kB
Cached:         248384 kB
SwapCached:      34068 kB
Active:         167464 kB
Inactive:       165468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657680 kB
SwapTotal:     4192956 kB
SwapFree:      4042092 kB
Dirty:            4148 kB
Writeback:           0 kB
Mapped:          39488 kB
Slab:            50708 kB
Committed_AS:  2972840 kB
PageTables:       1912 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= 66501 MiB

End job on node42 on Tue Apr 17 11:23:57 UTC 2007