Trace number 350092

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.09 1789.86

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
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 constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
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.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.30	c no version file found!!!
0.14/0.30	c sun.arch.data.model	32
0.14/0.30	c java.version	1.6.0
0.14/0.30	c os.name	Linux
0.14/0.30	c os.version	2.6.9-22.EL.rootsmp
0.14/0.30	c os.arch	i386
0.14/0.30	c Free memory 1651659224
0.14/0.30	c Max memory 1654456320
0.14/0.30	c Total memory 1654456320
0.14/0.30	c Number of processors 2
0.14/0.36	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.14/0.36	--- Begin Solver configuration ---
0.14/0.36	c Stops conflict analysis at the first Unique Implication Point
0.14/0.36	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.36	c Learn all clauses as in MiniSAT
0.14/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.36	c No reason simplification
0.14/0.36	c --- End Solver configuration ---
0.14/0.36	c Simplify asserted PB constraints to clauses
0.14/0.36	c solving /tmp/evaluation/350092-1176792665/instance-350092-1176792665.opb
0.14/0.36	c reading problem ... 
5.78/4.77	c ... done. Wall clock time 4.403s.
5.78/4.77	c CPU time (experimental) 3.82s.
5.78/4.77	c #vars     39901
5.78/4.77	c #constraints  118442
1800.02/1789.81	c starts		: 1
1800.02/1789.81	c conflicts		: 9
1800.02/1789.81	c decisions		: 1133
1800.02/1789.81	c propagations		: 121349
1800.02/1789.81	c inspects		: 572979
1800.02/1789.81	c learnt literals	: 0
1800.02/1789.81	c learnt binary clauses	: 0
1800.02/1789.81	c learnt ternary clauses	: 0
1800.02/1789.81	c learnt clauses	: 8
1800.02/1789.81	c root simplifications	: 0
1800.02/1789.81	c removed literals (reason simplification)	: 0
1800.02/1789.81	c reason swapping (by a shorter reason)	: 0
1800.02/1789.81	c Calls to reduceDB	: 0
1800.02/1789.81	c speed (decisions/second)	: 0.6347431391157519
1800.02/1789.81	c non guided choices	2
1800.02/1789.81	s UNKNOWN
1800.02/1789.81	c Total wall clock time (ms): 1789.451

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/node24/watcher-350092-1176792665 -o ROOT/results/node24/solver-350092-1176792665 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350092-1176792665/sat4jPseudoCPClause.jar /tmp/evaluation/350092-1176792665/instance-350092-1176792665.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.97 0.98 2/77 7904
/proc/meminfo: memFree=1549824/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=18568 CPUtime=0
/proc/7904/stat : 7904 (runsolver) R 7902 7904 7314 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 127184537 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7904/statm: 4642 292 257 24 0 2626 0

[startup+0.0746261 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 7904
/proc/meminfo: memFree=1549824/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1770104 CPUtime=0.02
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 946 0 26 0 0 2 0 0 18 0 2 0 127184537 1812586496 722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 442526 722 376 9 0 440540 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1770104

[startup+0.101631 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 7904
/proc/meminfo: memFree=1549824/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1776376 CPUtime=0.05
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 3429 0 26 0 2 3 0 0 18 0 4 0 127184537 1819009024 3200 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 444094 3200 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1776376

[startup+0.301647 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 7904
/proc/meminfo: memFree=1549824/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1780288 CPUtime=0.14
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 4243 0 26 0 9 5 0 0 18 0 12 0 127184537 1823014912 4010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 445072 4010 1143 9 0 442683 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780288

[startup+0.701695 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 7904
/proc/meminfo: memFree=1549824/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1782428 CPUtime=0.65
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 6296 0 26 0 59 6 0 0 18 0 12 0 127184537 1825206272 6018 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 445607 6019 1289 9 0 443218 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1782428

[startup+1.50278 s]
/proc/loadavg: 0.92 0.97 0.98 4/89 7916
/proc/meminfo: memFree=1518240/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1785148 CPUtime=1.9
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 14489 0 26 0 179 11 0 0 18 0 12 0 127184537 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 446287 13021 1301 9 0 443898 0
[pid=7904/tid=7906] ppid=7902 vsize=1785148 CPUtime=0.89
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 11111 0 1 0 82 7 0 0 17 0 12 0 127184544 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 127184545 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 127184545 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127184548 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 127184548 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127184548 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127184559 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1785148 CPUtime=0.51
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 1792 0 0 0 51 0 0 0 17 0 12 0 127184559 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1785148 CPUtime=0.44
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 893 0 0 0 44 0 0 0 17 0 12 0 127184559 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 127184559 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1785148 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127184559 1827991552 13021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1785148

[startup+3.10295 s]
/proc/loadavg: 0.92 0.97 0.98 2/89 7916
/proc/meminfo: memFree=1431648/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1785472 CPUtime=3.59
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 43575 0 26 0 334 25 0 0 18 0 12 0 127184537 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 446368 42085 1310 9 0 443979 0
[pid=7904/tid=7906] ppid=7902 vsize=1785472 CPUtime=2.4
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 37673 0 1 0 221 19 0 0 20 0 12 0 127184544 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1785472 CPUtime=0.07
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 1332 0 0 0 7 0 0 0 16 0 12 0 127184545 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1785472 CPUtime=0.07
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 1185 0 0 0 7 0 0 0 17 0 12 0 127184545 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1785472 CPUtime=0
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 127184548 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1785472 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 127184548 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1785472 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127184548 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1785472 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127184559 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1785472 CPUtime=0.51
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 1792 0 0 0 51 0 0 0 17 0 12 0 127184559 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1785472 CPUtime=0.45
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 893 0 0 0 45 0 0 0 16 0 12 0 127184559 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1785472 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 127184559 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1785472 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127184559 1828323328 42085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1785472

[startup+6.30131 s]
/proc/loadavg: 0.93 0.97 0.98 2/90 7917
/proc/meminfo: memFree=1340768/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1798220 CPUtime=8.38
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 58520 0 26 0 807 31 0 0 18 0 13 0 127184537 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 51514 1322 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=5.17
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 37732 0 1 0 497 20 0 0 19 0 13 0 127184544 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109777284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=0.25
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 4980 0 0 0 23 2 0 0 16 0 13 0 127184545 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=0.24
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 4404 0 0 0 23 1 0 0 16 0 13 0 127184545 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127184559 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1798220 CPUtime=1.03
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 3947 0 0 0 102 1 0 0 16 0 13 0 127184559 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1798220 CPUtime=1.61
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 6749 0 0 0 159 2 0 0 17 0 13 0 127184559 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127184559 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127184559 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7917] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7917/stat : 7917 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 127185024 1841377280 51514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1798220

[startup+12.703 s]
/proc/loadavg: 0.93 0.97 0.98 2/90 7917
/proc/meminfo: memFree=1298336/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1798220 CPUtime=15.49
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 69822 0 26 0 1513 36 0 0 18 0 13 0 127184537 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 62263 1323 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=10.93
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 37742 0 1 0 1073 20 0 0 24 0 13 0 127184544 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110054099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=0.86
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 11584 0 0 0 81 5 0 0 16 0 13 0 127184545 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=0.87
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 9063 0 0 0 83 4 0 0 16 0 13 0 127184545 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127184559 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1798220 CPUtime=1.1
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 3973 0 0 0 109 1 0 0 17 0 13 0 127184559 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1798220 CPUtime=1.67
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 6752 0 0 0 165 2 0 0 16 0 13 0 127184559 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127184559 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127184559 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7917] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7917/stat : 7917 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 127185024 1841377280 62263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.49
Current children cumulated vsize (KiB) 1798220

[startup+25.5014 s]
/proc/loadavg: 0.95 0.97 0.98 2/90 7917
/proc/meminfo: memFree=1379488/2055920 swapFree=4061868/4192956
[pid=7904] ppid=7902 vsize=1798220 CPUtime=28.31
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 69846 0 26 0 2793 38 0 0 18 0 13 0 127184537 1841377280 41230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 41230 1323 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=23.68
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 37766 0 1 0 2348 20 0 0 18 0 13 0 127184544 1841377280 41230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110079338 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=0.89
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 11584 0 0 0 84 5 0 0 17 0 13 0 127184545 1841377280 41230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=0.89
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 9063 0 0 0 85 4 0 0 16 0 13 0 127184545 1841377280 41230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=0.01
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 10 0 0 0 0 1 0 0 16 0 13 0 127184548 1841377280 41230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 41230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7904] ppid=7902 vsize=1798220 CPUtime=1611.35
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 110317 0 26 0 160776 359 0 0 18 0 13 0 127184537 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 48153 1327 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=1587.03
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 65662 0 1 0 158645 58 0 0 25 0 13 0 127184544 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109761731 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=10.01
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 17927 0 0 0 876 125 0 0 16 0 13 0 127184545 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=9.99
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 15214 0 0 0 885 114 0 0 16 0 13 0 127184545 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=1.24
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 80 0 0 0 72 52 0 0 15 0 13 0 127184548 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127184559 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1798220 CPUtime=1.21
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 3980 0 0 0 119 2 0 0 16 0 13 0 127184559 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1798220 CPUtime=1.79
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 6756 0 0 0 177 2 0 0 16 0 13 0 127184559 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127184559 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127184559 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7917] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7917/stat : 7917 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 127185024 1841377280 48153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.35
Current children cumulated vsize (KiB) 1798220

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8115
/proc/meminfo: memFree=1353952/2055920 swapFree=4062572/4192956
[pid=7904] ppid=7902 vsize=1798220 CPUtime=1671.75
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 112445 0 26 0 166803 372 0 0 18 0 13 0 127184537 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 49814 1327 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=1646.53
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 65875 0 1 0 164594 59 0 0 25 0 13 0 127184544 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110079856 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=10.44
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 18690 0 0 0 914 130 0 0 16 0 13 0 127184545 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=10.41
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 16366 0 0 0 922 119 0 0 16 0 13 0 127184545 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=1.3
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 80 0 0 0 75 55 0 0 15 0 13 0 127184548 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127184559 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1798220 CPUtime=1.21
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 3980 0 0 0 119 2 0 0 16 0 13 0 127184559 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1798220 CPUtime=1.79
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 6756 0 0 0 177 2 0 0 16 0 13 0 127184559 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127184559 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127184559 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7917] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7917/stat : 7917 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 127185024 1841377280 49814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.75
Current children cumulated vsize (KiB) 1798220

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8115
/proc/meminfo: memFree=1334112/2055920 swapFree=4062572/4192956
[pid=7904] ppid=7902 vsize=1798220 CPUtime=1732.11
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 116725 0 26 0 172828 383 0 0 18 0 13 0 127184537 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 53086 1327 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=1706.04
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 68460 0 1 0 170543 61 0 0 25 0 13 0 127184544 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109761134 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=10.83
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 19757 0 0 0 949 134 0 0 15 0 13 0 127184545 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=10.81
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 16976 0 0 0 959 122 0 0 16 0 13 0 127184545 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=1.34
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 98 0 0 0 77 57 0 0 16 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1798220 CPUtime=1.21
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 3980 0 0 0 119 2 0 0 16 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1798220 CPUtime=1.81
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 6756 0 0 0 179 2 0 0 17 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7917] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7917/stat : 7917 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 127185024 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.11
Current children cumulated vsize (KiB) 1798220

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8115
/proc/meminfo: memFree=1334048/2055920 swapFree=4062572/4192956
[pid=7904] ppid=7902 vsize=1798220 CPUtime=1792.47
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 116966 0 26 0 178854 393 0 0 18 0 13 0 127184537 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 53086 1327 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=1765.48
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 68698 0 1 0 176486 62 0 0 19 0 13 0 127184544 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110054122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=11.27
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 19757 0 0 0 990 137 0 0 16 0 13 0 127184545 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=11.26
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 16976 0 0 0 999 127 0 0 16 0 13 0 127184545 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=1.36
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 101 0 0 0 78 58 0 0 16 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1798220 CPUtime=1.21
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 3980 0 0 0 119 2 0 0 16 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1798220 CPUtime=1.81
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 6756 0 0 0 179 2 0 0 17 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7917] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7917/stat : 7917 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 127185024 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.47
Current children cumulated vsize (KiB) 1798220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8115
/proc/meminfo: memFree=1334048/2055920 swapFree=4062572/4192956
[pid=7904] ppid=7902 vsize=1798220 CPUtime=1800.02
/proc/7904/stat : 7904 (java) S 7902 7904 7314 0 -1 0 116998 0 26 0 179608 394 0 0 18 0 13 0 127184537 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7904/statm: 449555 53086 1327 9 0 447166 0
[pid=7904/tid=7906] ppid=7902 vsize=1798220 CPUtime=1772.91
/proc/7904/task/7906/stat : 7906 (java) R 7902 7904 7314 0 -1 64 68730 0 1 0 177228 63 0 0 17 0 13 0 127184544 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110054099 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7907] ppid=7902 vsize=1798220 CPUtime=11.33
/proc/7904/task/7907/stat : 7907 (java) S 7902 7904 7314 0 -1 64 19757 0 0 0 996 137 0 0 16 0 13 0 127184545 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7908] ppid=7902 vsize=1798220 CPUtime=11.32
/proc/7904/task/7908/stat : 7908 (java) S 7902 7904 7314 0 -1 64 16976 0 0 0 1004 128 0 0 16 0 13 0 127184545 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7909] ppid=7902 vsize=1798220 CPUtime=1.37
/proc/7904/task/7909/stat : 7909 (java) S 7902 7904 7314 0 -1 64 101 0 0 0 79 58 0 0 16 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7910] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7910/stat : 7910 (java) S 7902 7904 7314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7911] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7911/stat : 7911 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127184548 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7912] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7912/stat : 7912 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7913] ppid=7902 vsize=1798220 CPUtime=1.21
/proc/7904/task/7913/stat : 7913 (java) S 7902 7904 7314 0 -1 64 3980 0 0 0 119 2 0 0 16 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7914] ppid=7902 vsize=1798220 CPUtime=1.81
/proc/7904/task/7914/stat : 7914 (java) S 7902 7904 7314 0 -1 64 6756 0 0 0 179 2 0 0 17 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7904/tid=7915] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7915/stat : 7915 (java) S 7902 7904 7314 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7916] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7916/stat : 7916 (java) S 7902 7904 7314 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127184559 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7904/tid=7917] ppid=7902 vsize=1798220 CPUtime=0
/proc/7904/task/7917/stat : 7917 (java) S 7902 7904 7314 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 127185024 1841377280 53086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1798220

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): 1789.86
CPU time (s): 1800.09
CPU user time (s): 1796.1
CPU system time (s): 3.98739
CPU usage (%): 100.572
Max. virtual memory (cumulated for all children) (KiB): 1800648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.1
system time used= 3.98739
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117018
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118009
involuntary context switches= 81456

runsolver used 2.09468 second user time and 5.81912 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Apr 17 06:51:05 UTC 2007

IDJOB= 350092
IDBENCH= 2971
IDSOLVER= 164
FILE ID= node24/350092-1176792665

PBS_JOBID= 4580846

Free space on /tmp= 66492 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350092-1176792665/sat4jPseudoCPClause.jar /tmp/evaluation/350092-1176792665/instance-350092-1176792665.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-350092-1176792665 -o ROOT/results/node24/solver-350092-1176792665 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350092-1176792665/sat4jPseudoCPClause.jar /tmp/evaluation/350092-1176792665/instance-350092-1176792665.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9c4320f542823743906889d8232ca8c8

RANDOM SEED= 855038561

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1550296 kB
Buffers:         36904 kB
Cached:         293120 kB
SwapCached:      87700 kB
Active:         184104 kB
Inactive:       256716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550296 kB
SwapTotal:     4192956 kB
SwapFree:      4061868 kB
Dirty:            9604 kB
Writeback:           0 kB
Mapped:          71396 kB
Slab:            50288 kB
Committed_AS:  1843960 kB
PageTables:       1848 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= 66492 MiB

End job on node24 on Tue Apr 17 07:20:57 UTC 2007