Trace number 350230

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
MD5SUM0073f65f5c50ef8f4ebea5bdb58f4e26
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 variables7501
Total number of constraints21961
Number of constraints which are clauses21960
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 constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777715595715329186976003635521247756299664
Number of bits of the biggest sum of numbers181
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.10/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.31	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.31	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.32	c no version file found!!!
0.10/0.32	c sun.arch.data.model	32
0.10/0.32	c java.version	1.6.0
0.10/0.32	c os.name	Linux
0.10/0.32	c os.version	2.6.9-22.EL.rootsmp
0.10/0.32	c os.arch	i386
0.10/0.32	c Free memory 1651659224
0.10/0.32	c Max memory 1654456320
0.10/0.32	c Total memory 1654456320
0.10/0.32	c Number of processors 2
0.10/0.38	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.10/0.38	--- Begin Solver configuration ---
0.10/0.38	c Stops conflict analysis at the first Unique Implication Point
0.10/0.38	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.38	c Learn all clauses as in MiniSAT
0.10/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.10/0.38	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.38	c No reason simplification
0.10/0.38	c --- End Solver configuration ---
0.10/0.38	c solving /tmp/evaluation/350230-1176808238/instance-350230-1176808238.opb
0.10/0.38	c reading problem ... 
2.24/1.87	c ... done. Wall clock time 1.485s.
2.24/1.87	c CPU time (experimental) 1.19s.
2.24/1.87	c #vars     7501
2.24/1.87	c #constraints  21962
1800.00/1786.11	c starts		: 1
1800.00/1786.11	c conflicts		: 64
1800.00/1786.11	c decisions		: 7328
1800.00/1786.11	c propagations		: 129504
1800.00/1786.11	c inspects		: 1139239
1800.00/1786.11	c learnt literals	: 0
1800.00/1786.11	c learnt binary clauses	: 0
1800.00/1786.11	c learnt ternary clauses	: 0
1800.00/1786.11	c learnt clauses	: 63
1800.00/1786.11	c root simplifications	: 0
1800.00/1786.11	c removed literals (reason simplification)	: 0
1800.00/1786.11	c reason swapping (by a shorter reason)	: 0
1800.00/1786.11	c Calls to reduceDB	: 0
1800.00/1786.11	c speed (decisions/second)	: 4.107093816380175
1800.00/1786.11	c non guided choices	2
1800.00/1786.11	s UNKNOWN
1800.00/1786.11	c Total wall clock time (ms): 1785.733

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8141
/proc/meminfo: memFree=1494984/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=152 CPUtime=0
/proc/8141/stat : 8141 (java) R 8139 8141 7434 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 128733471 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 1 0 0
/proc/8141/statm: 38 26 19 9 0 4 0

[startup+0.0811451 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8141
/proc/meminfo: memFree=1494984/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1777844 CPUtime=0.06
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 3789 0 1 0 4 2 0 0 18 0 7 0 128733471 1820512256 3532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 444461 3532 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101147 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8141
/proc/meminfo: memFree=1494984/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1780108 CPUtime=0.08
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 3970 0 1 0 5 3 0 0 18 0 12 0 128733471 1822830592 3712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30118 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8141
/proc/meminfo: memFree=1494984/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1780256 CPUtime=0.1
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 4115 0 1 0 7 3 0 0 18 0 12 0 128733471 1822982144 3857 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 445064 3857 1126 9 0 442683 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1780256

[startup+0.701246 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8141
/proc/meminfo: memFree=1494984/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1783180 CPUtime=0.64
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 6071 0 1 0 59 5 0 0 18 0 12 0 128733471 1825976320 5640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 445795 5641 1286 9 0 443407 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1783180

[startup+1.50238 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 8153
/proc/meminfo: memFree=1471144/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1785764 CPUtime=1.89
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 14040 0 1 0 181 8 0 0 18 0 12 0 128733471 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446441 11968 1301 9 0 444053 0
[pid=8141/tid=8143] ppid=8139 vsize=1785764 CPUtime=0.86
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 10119 0 1 0 80 6 0 0 18 0 12 0 128733473 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109540436 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128733474 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 128733474 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 128733477 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 128733477 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 128733477 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 128733481 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1785764 CPUtime=0.52
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 1408 0 0 0 52 0 0 0 17 0 12 0 128733481 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1785764 CPUtime=0.47
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 1792 0 0 0 47 0 0 0 17 0 12 0 128733481 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128733481 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1785764 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128733481 1828622336 11968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1785764

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 8154
/proc/meminfo: memFree=1423520/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1786088 CPUtime=4
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 44922 0 1 0 378 22 0 0 18 0 13 0 128733471 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446522 41126 1319 9 0 444134 0
[pid=8141/tid=8143] ppid=8139 vsize=1786088 CPUtime=2.15
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 37716 0 1 0 197 18 0 0 19 0 13 0 128733473 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109770185 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1786088 CPUtime=0.02
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 866 0 0 0 2 0 0 0 16 0 13 0 128733474 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1786088 CPUtime=0.03
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 618 0 0 0 3 0 0 0 16 0 13 0 128733474 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1786088 CPUtime=0
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 128733477 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1786088 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1786088 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1786088 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1786088 CPUtime=0.91
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 2250 0 0 0 90 1 0 0 16 0 13 0 128733481 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1786088 CPUtime=0.83
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 2743 0 0 0 83 0 0 0 16 0 13 0 128733481 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1786088 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1786088 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1786088 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1828954112 41126 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1786088

[startup+6.30217 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 8154
/proc/meminfo: memFree=1328800/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1786024 CPUtime=7.33
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 50858 0 1 0 709 24 0 0 18 0 13 0 128733471 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446506 45320 1319 9 0 444118 0
[pid=8141/tid=8143] ppid=8139 vsize=1786024 CPUtime=5.2
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 39060 0 1 0 501 19 0 0 19 0 13 0 128733473 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109912089 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1786024 CPUtime=0.16
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 3085 0 0 0 16 0 0 0 16 0 13 0 128733474 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1786024 CPUtime=0.17
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 2978 0 0 0 16 1 0 0 16 0 13 0 128733474 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1786024 CPUtime=0
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 128733477 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1786024 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1786024 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1786024 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1786024 CPUtime=0.91
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 2250 0 0 0 90 1 0 0 16 0 13 0 128733481 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1786024 CPUtime=0.83
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 2743 0 0 0 83 0 0 0 16 0 13 0 128733481 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1786024 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1786024 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1786024 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1828888576 45320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1786024

[startup+12.7022 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 8154
/proc/meminfo: memFree=1305392/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1787548 CPUtime=14.34
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 56605 0 1 0 1407 27 0 0 18 0 13 0 128733471 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446887 46249 1325 9 0 444499 0
[pid=8141/tid=8143] ppid=8139 vsize=1787548 CPUtime=11.42
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 42259 0 1 0 1122 20 0 0 17 0 13 0 128733473 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669369 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1787548 CPUtime=0.19
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 3521 0 0 0 19 0 0 0 15 0 13 0 128733474 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1787548 CPUtime=0.19
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 3209 0 0 0 18 1 0 0 16 0 13 0 128733474 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1787548 CPUtime=1.17
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 2419 0 0 0 116 1 0 0 16 0 13 0 128733481 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1787548 CPUtime=1.3
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 4455 0 0 0 129 1 0 0 16 0 13 0 128733481 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1830449152 46249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1830449152 46249 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) 1787548

[startup+25.5024 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 8154
/proc/meminfo: memFree=1354864/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1787548 CPUtime=27.57
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 58943 0 1 0 2727 30 0 0 18 0 13 0 128733471 1830449152 35838 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446887 35838 1325 9 0 444499 0
[pid=8141/tid=8143] ppid=8139 vsize=1787548 CPUtime=24.02
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 42293 0 1 0 2382 20 0 0 21 0 13 0 128733473 1830449152 35838 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109769931 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1787548 CPUtime=0.25
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 3981 0 0 0 24 1 0 0 16 0 13 0 128733474 1830449152 35838 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1787548 CPUtime=0.26
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 3642 0 0 0 24 2 0 0 16 0 13 0 128733474 1830449152 35838 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1787548 CPUtime=0.01
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 20 0 0 0 0 1 0 0 16 0 13 0 128733477 1830449152 35838 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=8141/tid=8146] ppid=8139 vsize=1787548 CPUtime=1.08
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 472 0 0 0 59 49 0 0 16 0 13 0 128733477 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1787548 CPUtime=1.62
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 3830 0 0 0 160 2 0 0 17 0 13 0 128733481 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1787548 CPUtime=1.76
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 4491 0 0 0 175 1 0 0 16 0 13 0 128733481 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1830449152 104279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.73
Current children cumulated vsize (KiB) 1787548

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 8154
/proc/meminfo: memFree=1071472/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1787548 CPUtime=1675.19
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 245306 0 1 0 167304 215 0 0 18 0 13 0 128733471 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446887 106653 1325 9 0 444499 0
[pid=8141/tid=8143] ppid=8139 vsize=1787548 CPUtime=1646.14
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 156353 0 1 0 164533 81 0 0 25 0 13 0 128733473 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109929603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1787548 CPUtime=12.21
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 39875 0 0 0 1183 38 0 0 16 0 13 0 128733474 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1787548 CPUtime=12.28
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 39556 0 0 0 1189 39 0 0 16 0 13 0 128733474 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1787548 CPUtime=1.1
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 479 0 0 0 60 50 0 0 15 0 13 0 128733477 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1787548 CPUtime=1.62
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 3830 0 0 0 160 2 0 0 17 0 13 0 128733481 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1787548 CPUtime=1.76
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 4491 0 0 0 175 1 0 0 16 0 13 0 128733481 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1830449152 106653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.19
Current children cumulated vsize (KiB) 1787548

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 8156
/proc/meminfo: memFree=1069360/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1787548 CPUtime=1735.64
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 247475 0 1 0 173346 218 0 0 18 0 13 0 128733471 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446887 107162 1325 9 0 444499 0
[pid=8141/tid=8143] ppid=8139 vsize=1787548 CPUtime=1705.5
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 157518 0 1 0 170468 82 0 0 25 0 13 0 128733473 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109769952 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1787548 CPUtime=12.76
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 40345 0 0 0 1237 39 0 0 16 0 13 0 128733474 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1787548 CPUtime=12.81
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 40085 0 0 0 1241 40 0 0 16 0 13 0 128733474 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1787548 CPUtime=1.13
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 484 0 0 0 62 51 0 0 15 0 13 0 128733477 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1787548 CPUtime=1.62
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 3830 0 0 0 160 2 0 0 17 0 13 0 128733481 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1787548 CPUtime=1.76
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 4491 0 0 0 175 1 0 0 16 0 13 0 128733481 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1830449152 107162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.64
Current children cumulated vsize (KiB) 1787548

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8156
/proc/meminfo: memFree=1069808/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1787548 CPUtime=1796.17
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 249322 0 1 0 179394 223 0 0 18 0 13 0 128733471 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446887 107080 1325 9 0 444499 0
[pid=8141/tid=8143] ppid=8139 vsize=1787548 CPUtime=1764.89
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 157996 0 1 0 176406 83 0 0 18 0 13 0 128733473 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669373 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1787548 CPUtime=13.3
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 41000 0 0 0 1290 40 0 0 16 0 13 0 128733474 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1787548 CPUtime=13.37
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 40792 0 0 0 1296 41 0 0 15 0 13 0 128733474 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1787548 CPUtime=1.15
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 491 0 0 0 63 52 0 0 16 0 13 0 128733477 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1787548 CPUtime=1.62
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 3830 0 0 0 160 2 0 0 17 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1787548 CPUtime=1.76
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 4491 0 0 0 175 1 0 0 16 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (KiB) 1787548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8156
/proc/meminfo: memFree=1069808/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=1787548 CPUtime=1800
/proc/8141/stat : 8141 (java) S 8139 8141 7434 0 -1 0 249341 0 1 0 179777 223 0 0 18 0 13 0 128733471 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 446887 107080 1325 9 0 444499 0
[pid=8141/tid=8143] ppid=8139 vsize=1787548 CPUtime=1768.65
/proc/8141/task/8143/stat : 8143 (java) R 8139 8141 7434 0 -1 64 158004 0 1 0 176782 83 0 0 25 0 13 0 128733473 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109929334 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8144] ppid=8139 vsize=1787548 CPUtime=13.33
/proc/8141/task/8144/stat : 8144 (java) S 8139 8141 7434 0 -1 64 41004 0 0 0 1293 40 0 0 16 0 13 0 128733474 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8145] ppid=8139 vsize=1787548 CPUtime=13.41
/proc/8141/task/8145/stat : 8145 (java) S 8139 8141 7434 0 -1 64 40799 0 0 0 1300 41 0 0 16 0 13 0 128733474 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8146] ppid=8139 vsize=1787548 CPUtime=1.15
/proc/8141/task/8146/stat : 8146 (java) S 8139 8141 7434 0 -1 64 491 0 0 0 63 52 0 0 16 0 13 0 128733477 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8147] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8147/stat : 8147 (java) S 8139 8141 7434 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8148] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8148/stat : 8148 (java) S 8139 8141 7434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128733477 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8149] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8149/stat : 8149 (java) S 8139 8141 7434 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8150] ppid=8139 vsize=1787548 CPUtime=1.62
/proc/8141/task/8150/stat : 8150 (java) S 8139 8141 7434 0 -1 64 3830 0 0 0 160 2 0 0 17 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8151] ppid=8139 vsize=1787548 CPUtime=1.76
/proc/8141/task/8151/stat : 8151 (java) S 8139 8141 7434 0 -1 64 4491 0 0 0 175 1 0 0 16 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8152] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8152/stat : 8152 (java) S 8139 8141 7434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8141/tid=8153] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8153/stat : 8153 (java) S 8139 8141 7434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128733481 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8141/tid=8154] ppid=8139 vsize=1787548 CPUtime=0
/proc/8141/task/8154/stat : 8154 (java) S 8139 8141 7434 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128733660 1830449152 107080 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1787548

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

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

[startup+1786.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8156
/proc/meminfo: memFree=1069808/2055920 swapFree=4184528/4192956
[pid=8141] ppid=8139 vsize=0 CPUtime=1800.11
/proc/8141/stat : 8141 (java) Z 8139 8141 7434 0 -1 1036 249361 0 1 0 179782 229 0 0 16 0 2 0 128733471 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8141/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.22
CPU time (s): 1800.13
CPU user time (s): 1797.82
CPU system time (s): 2.30465
CPU usage (%): 100.779
Max. virtual memory (cumulated for all children) (KiB): 1788832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 2.30465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249361
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= 89521
involuntary context switches= 42204

runsolver used 2.19966 second user time and 5.16221 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Apr 17 11:10:38 UTC 2007

IDJOB= 350230
IDBENCH= 3050
IDSOLVER= 160
FILE ID= node58/350230-1176808238

PBS_JOBID= 4586252

Free space on /tmp= 66484 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=120-sizeP=61-sizeQ=120-883133839-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350230-1176808238/sat4jPseudoCP.jar /tmp/evaluation/350230-1176808238/instance-350230-1176808238.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-350230-1176808238 -o ROOT/results/node58/solver-350230-1176808238 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350230-1176808238/sat4jPseudoCP.jar /tmp/evaluation/350230-1176808238/instance-350230-1176808238.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0073f65f5c50ef8f4ebea5bdb58f4e26

RANDOM SEED= 74148605

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.265
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.265
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:       1495392 kB
Buffers:         41388 kB
Cached:         435576 kB
SwapCached:       2504 kB
Active:         213312 kB
Inactive:       273832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495392 kB
SwapTotal:     4192956 kB
SwapFree:      4184528 kB
Dirty:            4388 kB
Writeback:           0 kB
Mapped:          16500 kB
Slab:            59460 kB
Committed_AS:   905320 kB
PageTables:       1380 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= 66484 MiB

End job on node58 on Tue Apr 17 11:40:26 UTC 2007