Trace number 348199

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.27 1763.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship12l.opb
MD5SUMf3b03e873dc4df8efe5ac51669e9a176
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables162810
Total number of constraints1037
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1037
Minimum length of a constraint30
Maximum length of a constraint2250
Number of terms in the objective function 162810
Biggest coefficient in the objective function 1857
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 664362
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 664362
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node67/watcher-348199-1176573417 -o ROOT/results/node67/solver-348199-1176573417 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348199-1176573417/sat4jPseudoCP.jar /tmp/evaluation/348199-1176573417/instance-348199-1176573417.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.99 0.99 0.99 3/64 1171
/proc/meminfo: memFree=1500096/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=18568 CPUtime=0
/proc/1171/stat : 1171 (runsolver) R 1169 1171 460 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 133331272 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 271638392103 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1171/statm: 4642 292 257 24 0 2626 0

[startup+0.0146491 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 1171
/proc/meminfo: memFree=1500096/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=12056 CPUtime=0
/proc/1171/stat : 1171 (java) R 1169 1171 460 0 -1 0 584 0 0 0 0 0 0 0 18 0 1 0 133331272 12345344 391 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 6861610 0 0 4096 0 0 0 0 17 1 0 0
/proc/1171/statm: 3014 397 140 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.102672 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 1171
/proc/meminfo: memFree=1500096/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1780108 CPUtime=0.08
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 133331272 1822830592 3718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302706 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 1171
/proc/meminfo: memFree=1500096/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1782368 CPUtime=0.32
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 6491 0 1 0 29 3 0 0 18 0 12 0 133331272 1825144832 6229 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 445592 6229 1264 9 0 443204 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782368

[startup+0.702786 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 1171
/proc/meminfo: memFree=1500096/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1783968 CPUtime=0.89
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 10787 0 1 0 84 5 0 0 18 0 12 0 133331272 1826783232 10089 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 445992 10091 1296 9 0 443604 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783968

[startup+1.50193 s]
/proc/loadavg: 0.99 0.99 0.99 2/76 1183
/proc/meminfo: memFree=1436192/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1788316 CPUtime=1.84
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 26152 0 1 0 173 11 0 0 18 0 12 0 133331272 1831235584 25152 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 447079 25153 1302 9 0 444691 0
[pid=1171/tid=1173] ppid=1169 vsize=1788316 CPUtime=1.23
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 22954 0 1 0 113 10 0 0 25 0 12 0 133331274 1831235584 25153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 133331275 1831235584 25153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 133331275 1831235584 25154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 133331277 1831235584 25154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 133331278 1831235584 25154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 133331278 1831235584 25154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133331282 1831235584 25155 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1788316 CPUtime=0.27
/proc/1171/task/1180/stat : 1180 (java) R 1169 1171 460 0 -1 64 796 0 0 0 27 0 0 0 17 0 12 0 133331282 1831235584 25155 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105054455 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1788316 CPUtime=0.32
/proc/1171/task/1181/stat : 1181 (java) R 1169 1171 460 0 -1 64 1685 0 0 0 32 0 0 0 17 0 12 0 133331282 1831235584 25156 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105429707 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 133331282 1831235584 25156 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1788316 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133331282 1831235584 25156 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1788316

[startup+3.10222 s]
/proc/loadavg: 0.99 0.99 0.99 4/76 1183
/proc/meminfo: memFree=1375968/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1796072 CPUtime=4.51
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 55284 0 1 0 427 24 0 0 18 0 12 0 133331272 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 449018 49445 1317 9 0 446630 0
[pid=1171/tid=1173] ppid=1169 vsize=1796072 CPUtime=2.27
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 37688 0 1 0 211 16 0 0 19 0 12 0 133331274 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109499077 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1796072 CPUtime=0.17
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 4638 0 0 0 15 2 0 0 18 0 12 0 133331275 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1796072 CPUtime=0.17
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 3114 0 0 0 16 1 0 0 18 0 12 0 133331275 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1796072 CPUtime=0
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 133331277 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1796072 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 133331278 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1796072 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 133331278 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1796072 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133331282 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1796072 CPUtime=0.8
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3042 0 0 0 79 1 0 0 16 0 12 0 133331282 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1796072 CPUtime=1.06
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6078 0 0 0 104 2 0 0 15 0 12 0 133331282 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1796072 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 133331282 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1796072 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133331282 1839177728 49445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 1796072

[startup+6.30181 s]
/proc/loadavg: 1.07 1.00 1.00 2/76 1183
/proc/meminfo: memFree=1240416/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1794768 CPUtime=8.84
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 79868 0 1 0 844 40 0 0 18 0 12 0 133331272 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 448692 69789 1327 9 0 446304 0
[pid=1171/tid=1173] ppid=1169 vsize=1794768 CPUtime=4.47
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 37716 0 1 0 431 16 0 0 16 0 12 0 133331274 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109903307 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1794768 CPUtime=1.05
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 16061 0 0 0 96 9 0 0 16 0 12 0 133331275 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1794768 CPUtime=1.05
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 16219 0 0 0 96 9 0 0 16 0 12 0 133331275 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1794768 CPUtime=0
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 133331277 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1794768 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 133331278 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1794768 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 133331278 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1794768 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133331282 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1794768 CPUtime=0.99
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3056 0 0 0 98 1 0 0 15 0 12 0 133331282 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1794768 CPUtime=1.23
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6092 0 0 0 121 2 0 0 17 0 12 0 133331282 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1794768 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 133331282 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1794768 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133331282 1837842432 69789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 1794768

[startup+12.703 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 1184
/proc/meminfo: memFree=1206872/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1795092 CPUtime=16.47
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 87619 0 1 0 1602 45 0 0 18 0 13 0 133331272 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 448773 74290 1328 9 0 446385 0
[pid=1171/tid=1173] ppid=1169 vsize=1795092 CPUtime=9.92
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 37756 0 1 0 975 17 0 0 25 0 13 0 133331274 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109604513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1795092 CPUtime=1.83
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 19211 0 0 0 172 11 0 0 16 0 13 0 133331275 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1795092 CPUtime=1.83
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 20735 0 0 0 172 11 0 0 16 0 13 0 133331275 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 14 0 0 0 0 0 0 0 15 0 13 0 133331277 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133331282 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1795092 CPUtime=1.24
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3070 0 0 0 123 1 0 0 16 0 13 0 133331282 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1795092 CPUtime=1.59
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6111 0 0 0 157 2 0 0 15 0 13 0 133331282 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133331282 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133331282 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1184] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1184/stat : 1184 (java) S 1169 1171 460 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133331935 1838174208 74290 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 1795092

[startup+25.5023 s]
/proc/loadavg: 1.05 1.00 1.00 2/77 1184
/proc/meminfo: memFree=1259608/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1795092 CPUtime=29.67
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 88481 0 1 0 2920 47 0 0 18 0 13 0 133331272 1838174208 61123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 448773 61123 1328 9 0 446385 0
[pid=1171/tid=1173] ppid=1169 vsize=1795092 CPUtime=22.43
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 37788 0 1 0 2226 17 0 0 25 0 13 0 133331274 1838174208 61123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109604663 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1795092 CPUtime=1.94
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 19503 0 0 0 183 11 0 0 16 0 13 0 133331275 1838174208 61123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1795092 CPUtime=1.95
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 21235 0 0 0 183 12 0 0 16 0 13 0 133331275 1838174208 61123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1795092 CPUtime=0.01
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 26 0 0 0 0 1 0 0 15 0 13 0 133331277 1838174208 61123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 61123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 61123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1171/tid=1176] ppid=1169 vsize=1795092 CPUtime=0.52
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 112 0 0 0 30 22 0 0 16 0 13 0 133331277 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133331282 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1795092 CPUtime=1.78
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3775 0 0 0 177 1 0 0 16 0 13 0 133331282 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1795092 CPUtime=2.16
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6154 0 0 0 214 2 0 0 16 0 13 0 133331282 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133331282 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133331282 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1184] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1184/stat : 1184 (java) S 1169 1171 460 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133331935 1838174208 177745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.54
Current children cumulated vsize (KiB) 1795092

[startup+1602.3 s]
/proc/loadavg: 1.10 1.05 1.03 2/77 1384
/proc/meminfo: memFree=777240/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1795092 CPUtime=1633.48
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 244628 0 1 0 163176 172 0 0 18 0 13 0 133331272 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 448773 181554 1329 9 0 446385 0
[pid=1171/tid=1173] ppid=1169 vsize=1795092 CPUtime=1568.88
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 68529 0 1 0 156846 42 0 0 24 0 13 0 133331274 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110013514 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1795092 CPUtime=30.01
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 81913 0 0 0 2948 53 0 0 16 0 13 0 133331275 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1795092 CPUtime=30.05
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 83421 0 0 0 2957 48 0 0 16 0 13 0 133331275 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1795092 CPUtime=0.54
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 114 0 0 0 31 23 0 0 16 0 13 0 133331277 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133331282 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1795092 CPUtime=1.78
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3775 0 0 0 177 1 0 0 16 0 13 0 133331282 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1795092 CPUtime=2.16
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6154 0 0 0 214 2 0 0 16 0 13 0 133331282 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133331282 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133331282 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1184] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1184/stat : 1184 (java) S 1169 1171 460 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133331935 1838174208 181554 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1633.48
Current children cumulated vsize (KiB) 1795092

[startup+1662.3 s]
/proc/loadavg: 1.03 1.04 1.02 2/77 1384
/proc/meminfo: memFree=763224/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1795092 CPUtime=1695.51
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 248388 0 1 0 169377 174 0 0 18 0 13 0 133331272 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 448773 185058 1329 9 0 446385 0
[pid=1171/tid=1173] ppid=1169 vsize=1795092 CPUtime=1626.77
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 68596 0 1 0 162635 42 0 0 25 0 13 0 133331274 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109604525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1795092 CPUtime=32.07
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 83090 0 0 0 3154 53 0 0 16 0 13 0 133331275 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1795092 CPUtime=32.1
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 85937 0 0 0 3161 49 0 0 17 0 13 0 133331275 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1795092 CPUtime=0.54
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 114 0 0 0 31 23 0 0 16 0 13 0 133331277 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133331282 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1795092 CPUtime=1.78
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3775 0 0 0 177 1 0 0 16 0 13 0 133331282 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1795092 CPUtime=2.16
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6154 0 0 0 214 2 0 0 16 0 13 0 133331282 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133331282 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133331282 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1184] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1184/stat : 1184 (java) S 1169 1171 460 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133331935 1838174208 185058 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.51
Current children cumulated vsize (KiB) 1795092

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.02 2/77 1384
/proc/meminfo: memFree=749400/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1795092 CPUtime=1757.56
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 252149 0 1 0 175579 177 0 0 18 0 13 0 133331272 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 448773 188540 1329 9 0 446385 0
[pid=1171/tid=1173] ppid=1169 vsize=1795092 CPUtime=1684.6
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 68663 0 1 0 168418 42 0 0 19 0 13 0 133331274 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109476808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1795092 CPUtime=34.18
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 84275 0 0 0 3364 54 0 0 16 0 13 0 133331275 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1795092 CPUtime=34.2
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 88446 0 0 0 3370 50 0 0 16 0 13 0 133331275 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1795092 CPUtime=0.57
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 114 0 0 0 33 24 0 0 16 0 13 0 133331277 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133331282 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1795092 CPUtime=1.78
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3775 0 0 0 177 1 0 0 16 0 13 0 133331282 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1795092 CPUtime=2.16
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6154 0 0 0 214 2 0 0 16 0 13 0 133331282 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133331282 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133331282 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1184] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1184/stat : 1184 (java) S 1169 1171 460 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133331935 1838174208 188540 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1757.56
Current children cumulated vsize (KiB) 1795092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.4 s]
/proc/loadavg: 1.00 1.02 1.02 2/77 1384
/proc/meminfo: memFree=739416/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=1795092 CPUtime=1800.08
/proc/1171/stat : 1171 (java) S 1169 1171 460 0 -1 0 254791 0 1 0 179829 179 0 0 18 0 13 0 133331272 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1171/statm: 448773 191002 1329 9 0 446385 0
[pid=1171/tid=1173] ppid=1169 vsize=1795092 CPUtime=1724.21
/proc/1171/task/1173/stat : 1173 (java) R 1169 1171 460 0 -1 64 68708 0 1 0 172379 42 0 0 25 0 13 0 133331274 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110143830 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1174] ppid=1169 vsize=1795092 CPUtime=35.62
/proc/1171/task/1174/stat : 1174 (java) S 1169 1171 460 0 -1 64 85536 0 0 0 3507 55 0 0 16 0 13 0 133331275 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1175] ppid=1169 vsize=1795092 CPUtime=35.64
/proc/1171/task/1175/stat : 1175 (java) S 1169 1171 460 0 -1 64 89782 0 0 0 3514 50 0 0 16 0 13 0 133331275 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1176] ppid=1169 vsize=1795092 CPUtime=0.58
/proc/1171/task/1176/stat : 1176 (java) S 1169 1171 460 0 -1 64 114 0 0 0 33 25 0 0 16 0 13 0 133331277 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1177] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1177/stat : 1177 (java) S 1169 1171 460 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1178] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1178/stat : 1178 (java) S 1169 1171 460 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133331278 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1179] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1179/stat : 1179 (java) S 1169 1171 460 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133331282 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1180] ppid=1169 vsize=1795092 CPUtime=1.78
/proc/1171/task/1180/stat : 1180 (java) S 1169 1171 460 0 -1 64 3775 0 0 0 177 1 0 0 16 0 13 0 133331282 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1181] ppid=1169 vsize=1795092 CPUtime=2.16
/proc/1171/task/1181/stat : 1181 (java) S 1169 1171 460 0 -1 64 6154 0 0 0 214 2 0 0 16 0 13 0 133331282 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1182] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1182/stat : 1182 (java) S 1169 1171 460 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133331282 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1171/tid=1183] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1183/stat : 1183 (java) S 1169 1171 460 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133331282 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1171/tid=1184] ppid=1169 vsize=1795092 CPUtime=0
/proc/1171/task/1184/stat : 1184 (java) S 1169 1171 460 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133331935 1838174208 191002 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795092

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

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

[startup+1763.51 s]
/proc/loadavg: 1.00 1.02 1.02 2/77 1384
/proc/meminfo: memFree=739416/2055920 swapFree=4183904/4192956
[pid=1171] ppid=1169 vsize=0 CPUtime=1800.18
/proc/1171/stat : 1171 (java) Z 1169 1171 460 0 -1 1036 254810 0 1 0 179835 183 0 0 15 0 2 0 133331272 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1171/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1763.59
CPU time (s): 1800.27
CPU user time (s): 1798.36
CPU system time (s): 1.90771
CPU usage (%): 102.08
Max. virtual memory (cumulated for all children) (KiB): 1797940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 1.90771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254810
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= 58493
involuntary context switches= 43114

runsolver used 1.76973 second user time and 5.00724 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Sat Apr 14 17:56:58 UTC 2007

IDJOB= 348199
IDBENCH= 1639
IDSOLVER= 160
FILE ID= node67/348199-1176573417

PBS_JOBID= 4556895

Free space on /tmp= 66554 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship12l.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348199-1176573417/sat4jPseudoCP.jar /tmp/evaluation/348199-1176573417/instance-348199-1176573417.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-348199-1176573417 -o ROOT/results/node67/solver-348199-1176573417 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348199-1176573417/sat4jPseudoCP.jar /tmp/evaluation/348199-1176573417/instance-348199-1176573417.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f3b03e873dc4df8efe5ac51669e9a176

RANDOM SEED= 55525141

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1500504 kB
Buffers:         41824 kB
Cached:         383316 kB
SwapCached:       3192 kB
Active:         175592 kB
Inactive:       260508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500504 kB
SwapTotal:     4192956 kB
SwapFree:      4183904 kB
Dirty:           10440 kB
Writeback:           0 kB
Mapped:          16912 kB
Slab:           105216 kB
Committed_AS:   121128 kB
PageTables:       1460 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= 66554 MiB

End job on node67 on Sat Apr 14 18:26:23 UTC 2007