Trace number 351500

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23SAT (TO)262874 1800.23 1777.33

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-misc07.opb
MD5SUMf36b59f1fcf0c7e8fce521b6b9823495
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262858
Best CPU time to get the best result obtained on this benchmark496.259
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262858
Optimality of the best value was proved YES
Number of variables290
Total number of constraints212
Number of constraints which are clauses127
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints72
Minimum length of a constraint8
Maximum length of a constraint263
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
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 524422
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c Simplify asserted PB constraints to clauses
0.08/0.19	c solving /tmp/evaluation/351500-1176603350/instance-351500-1176603350.opb
0.08/0.19	c reading problem ... 
0.97/0.72	c ... done. Wall clock time 0.522s.
0.97/0.72	c CPU time (experimental) 0.5s.
0.97/0.72	c #vars     290
0.97/0.72	c #constraints  247
3.93/2.48	c SATISFIABLE
3.93/2.48	c OPTIMIZING...
3.93/2.48	c Got one! Elapsed wall clock time (in seconds):2.288
3.93/2.48	o 263304
24.02/21.96	c Got one! Elapsed wall clock time (in seconds):21.764
24.02/21.96	o 263272
24.43/22.33	c Got one! Elapsed wall clock time (in seconds):22.135
24.43/22.33	o 263259
24.94/22.86	c Got one! Elapsed wall clock time (in seconds):22.661
24.94/22.86	o 263258
25.25/23.19	c Got one! Elapsed wall clock time (in seconds):22.99
25.25/23.19	o 263240
25.74/23.68	c Got one! Elapsed wall clock time (in seconds):23.481
25.74/23.68	o 263227
26.76/24.60	c Got one! Elapsed wall clock time (in seconds):24.408
26.76/24.60	o 263175
28.78/26.67	c Got one! Elapsed wall clock time (in seconds):26.47
28.78/26.67	o 263126
29.19/27.02	c Got one! Elapsed wall clock time (in seconds):26.823
29.19/27.02	o 263063
30.31/28.18	c Got one! Elapsed wall clock time (in seconds):27.983
30.31/28.18	o 263044
30.81/28.70	c Got one! Elapsed wall clock time (in seconds):28.501
30.81/28.70	o 263025
39.01/36.73	c Got one! Elapsed wall clock time (in seconds):36.539
39.01/36.73	o 262934
41.27/38.94	c Got one! Elapsed wall clock time (in seconds):38.743
41.27/38.94	o 262924
99.40/96.55	c Got one! Elapsed wall clock time (in seconds):96.354
99.40/96.55	o 262898
164.69/161.26	c Got one! Elapsed wall clock time (in seconds):161.068
164.69/161.26	o 262887
193.17/189.48	c Got one! Elapsed wall clock time (in seconds):189.282
193.17/189.48	o 262874
1800.08/1777.21	c starts		: 26
1800.08/1777.21	c conflicts		: 20470
1800.08/1777.21	c decisions		: 49756
1800.08/1777.21	c propagations		: 485578
1800.08/1777.21	c inspects		: 436584251
1800.08/1777.21	c learnt literals	: 0
1800.08/1777.21	c learnt binary clauses	: 0
1800.08/1777.21	c learnt ternary clauses	: 1
1800.08/1777.21	c learnt clauses	: 20470
1800.08/1777.21	c root simplifications	: 0
1800.08/1777.21	c removed literals (reason simplification)	: 0
1800.08/1777.21	c reason swapping (by a shorter reason)	: 0
1800.08/1777.21	c Calls to reduceDB	: 0
1800.08/1777.21	c speed (decisions/second)	: 31.337762709473193
1800.08/1777.21	c non guided choices	10
1800.08/1777.21	s SATISFIABLE
1800.08/1777.21	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28
1800.08/1777.21	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54
1800.08/1777.21	v -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
1800.08/1777.21	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105
1800.08/1777.21	v -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126
1800.08/1777.21	v -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147
1800.08/1777.21	v -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 x162 -x163 x164 -x165 x166 -x167 -x168
1800.08/1777.21	v x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 -x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192
1800.08/1777.21	v x193 x194 -x195 -x196 -x197 x198 x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214
1800.08/1777.21	v x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235
1800.08/1777.21	v -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256
1800.08/1777.21	v -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277
1800.08/1777.21	v -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290
1800.08/1777.21	c objective function=262874
1800.08/1777.21	c Total wall clock time (ms): 1777.02

Verifier Data (download as text)

OK	262874

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node37/watcher-351500-1176603350 -o ROOT/results/node37/solver-351500-1176603350 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351500-1176603350/sat4jPseudoCPClause.jar /tmp/evaluation/351500-1176603350/instance-351500-1176603350.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 2/78 26177
/proc/meminfo: memFree=1815432/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=152 CPUtime=0
/proc/26177/stat : 26177 (java) D 26175 26177 24562 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 108247430 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26177/statm: 38 26 19 9 0 4 0

[startup+0.0418951 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26177
/proc/meminfo: memFree=1815432/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1777112 CPUtime=0.02
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 3226 0 1 0 1 1 0 0 18 0 4 0 108247430 1819762688 2973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 444278 2973 887 9 0 441914 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1777112

[startup+0.101864 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26177
/proc/meminfo: memFree=1815432/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1781136 CPUtime=0.08
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 3938 0 1 0 6 2 0 0 18 0 12 0 108247430 1823883264 3679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 445284 3679 1119 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781136

[startup+0.30191 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26177
/proc/meminfo: memFree=1815432/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1781728 CPUtime=0.31
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 5007 0 1 0 28 3 0 0 18 0 12 0 108247430 1824489472 4745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 445432 4745 1270 9 0 443043 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781728

[startup+0.701988 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26177
/proc/meminfo: memFree=1815432/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1786180 CPUtime=0.97
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 7958 0 1 0 93 4 0 0 18 0 12 0 108247430 1829048320 6938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 446545 6938 1308 9 0 444156 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1786180

[startup+1.50214 s]
/proc/loadavg: 0.92 0.98 0.99 4/91 26190
/proc/meminfo: memFree=1790368/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1794672 CPUtime=2.53
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 21799 0 1 0 241 12 0 0 18 0 13 0 108247430 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 448668 18790 1321 9 0 446279 0
[pid=26177/tid=26179] ppid=26175 vsize=1794672 CPUtime=0.93
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 15040 0 1 0 85 8 0 0 18 0 13 0 108247431 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109702171 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 108247433 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 108247433 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 108247435 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 108247435 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 108247435 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1794672 CPUtime=0.9
/proc/26177/task/26186/stat : 26186 (java) R 26175 26177 24562 0 -1 64 3615 0 0 0 89 1 0 0 18 0 13 0 108247440 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314076 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1794672 CPUtime=0.66
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 2420 0 0 0 66 0 0 0 17 0 13 0 108247440 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26190] ppid=26175 vsize=1794672 CPUtime=0
/proc/26177/task/26190/stat : 26190 (java) S 26175 26177 24562 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108247503 1837744128 18790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1794672

[startup+3.10144 s]
/proc/loadavg: 1.01 1.00 1.00 3/91 26190
/proc/meminfo: memFree=1694368/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1798156 CPUtime=4.73
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 50373 0 1 0 449 24 0 0 18 0 13 0 108247430 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449539 43748 1331 9 0 447150 0
[pid=26177/tid=26179] ppid=26175 vsize=1798156 CPUtime=2.18
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 37760 0 1 0 200 18 0 0 24 0 13 0 108247431 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109694644 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1798156 CPUtime=0.01
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 565 0 0 0 1 0 0 0 16 0 13 0 108247433 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1798156 CPUtime=0.01
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 566 0 0 0 1 0 0 0 15 0 13 0 108247433 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1798156 CPUtime=0
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 108247435 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1798156 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1798156 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 108247435 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1798156 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1798156 CPUtime=1.41
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 5989 0 0 0 139 2 0 0 17 0 13 0 108247440 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1798156 CPUtime=1.07
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4761 0 0 0 106 1 0 0 16 0 13 0 108247440 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1798156 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1798156 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1841311744 43748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1798156

[startup+6.30204 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 26191
/proc/meminfo: memFree=1643936/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1797708 CPUtime=8.09
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 56125 0 1 0 781 28 0 0 18 0 13 0 108247430 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449427 48259 1332 9 0 447038 0
[pid=26177/tid=26179] ppid=26175 vsize=1797708 CPUtime=5.21
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 38739 0 1 0 503 18 0 0 17 0 13 0 108247431 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711370 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1797708 CPUtime=0.11
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 2897 0 0 0 10 1 0 0 16 0 13 0 108247433 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1797708 CPUtime=0.11
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 2977 0 0 0 10 1 0 0 17 0 13 0 108247433 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1797708 CPUtime=0
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 108247435 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1797708 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1797708 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 108247435 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1797708 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1797708 CPUtime=1.45
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 5991 0 0 0 143 2 0 0 16 0 13 0 108247440 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1797708 CPUtime=1.14
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4770 0 0 0 113 1 0 0 17 0 13 0 108247440 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1797708 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1797708 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26191] ppid=26175 vsize=1797708 CPUtime=0
/proc/26177/task/26191/stat : 26191 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247679 1840852992 48259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1797708

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 26191
/proc/meminfo: memFree=1597480/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1797076 CPUtime=14.66
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 64798 0 1 0 1434 32 0 0 18 0 13 0 108247430 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449269 55772 1332 9 0 446880 0
[pid=26177/tid=26179] ppid=26175 vsize=1797076 CPUtime=11.47
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 41434 0 1 0 1127 20 0 0 25 0 13 0 108247431 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109673166 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1797076 CPUtime=0.25
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 5858 0 0 0 22 3 0 0 16 0 13 0 108247433 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1797076 CPUtime=0.25
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 5960 0 0 0 22 3 0 0 16 0 13 0 108247433 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1797076 CPUtime=0
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 108247435 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1797076 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1797076 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 108247435 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1797076 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1797076 CPUtime=1.48
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 6025 0 0 0 146 2 0 0 17 0 13 0 108247440 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1797076 CPUtime=1.14
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4770 0 0 0 113 1 0 0 16 0 13 0 108247440 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1797076 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1797076 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26191] ppid=26175 vsize=1797076 CPUtime=0
/proc/26177/task/26191/stat : 26191 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247679 1840205824 55772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 1797076

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26197
/proc/meminfo: memFree=1579792/2055920 swapFree=4018292/4192956
[pid=26177] ppid=26175 vsize=1797076 CPUtime=27.67
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 69900 0 1 0 2733 34 0 0 18 0 13 0 108247430 1840205824 60180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449269 60180 1333 9 0 446880 0
[pid=26177/tid=26179] ppid=26175 vsize=1797076 CPUtime=24.07
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 41452 0 1 0 2387 20 0 0 17 0 13 0 108247431 1840205824 60180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589406 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1797076 CPUtime=0.41
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 8009 0 0 0 38 3 0 0 16 0 13 0 108247433 1840205824 60180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1797076 CPUtime=0.43
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 8880 0 0 0 39 4 0 0 16 0 13 0 108247433 1840205824 60180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1797076 CPUtime=0.01
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 108247435 1840205824 60180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=26177/tid=26182] ppid=26175 vsize=1798424 CPUtime=0.17
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 69 0 0 0 10 7 0 0 16 0 13 0 108247435 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1798424 CPUtime=1.61
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 6765 0 0 0 158 3 0 0 17 0 13 0 108247440 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1798424 CPUtime=1.19
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4772 0 0 0 118 1 0 0 16 0 13 0 108247440 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26206] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26206/stat : 26206 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 108266378 1841586176 135422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1561.82
Current children cumulated vsize (KiB) 1798424

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/91 28495
/proc/meminfo: memFree=1230608/2055920 swapFree=4018996/4192956
[pid=26177] ppid=26175 vsize=1798424 CPUtime=1622.67
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 170699 0 1 0 162160 107 0 0 18 0 13 0 108247430 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449606 136712 1335 9 0 447217 0
[pid=26177/tid=26179] ppid=26175 vsize=1798424 CPUtime=1579.72
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 49378 0 1 0 157929 43 0 0 25 0 13 0 108247431 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109720119 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1798424 CPUtime=19.94
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 50497 0 0 0 1970 24 0 0 17 0 13 0 108247433 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1798424 CPUtime=19.97
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 58463 0 0 0 1972 25 0 0 16 0 13 0 108247433 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1798424 CPUtime=0.17
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 69 0 0 0 10 7 0 0 16 0 13 0 108247435 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1798424 CPUtime=1.61
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 6765 0 0 0 158 3 0 0 17 0 13 0 108247440 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1798424 CPUtime=1.19
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4772 0 0 0 118 1 0 0 16 0 13 0 108247440 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26206] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26206/stat : 26206 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 108266378 1841586176 136712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1622.67
Current children cumulated vsize (KiB) 1798424

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/91 28495
/proc/meminfo: memFree=1225872/2055920 swapFree=4018996/4192956
[pid=26177] ppid=26175 vsize=1798424 CPUtime=1683.5
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 172036 0 1 0 168242 108 0 0 18 0 13 0 108247430 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449606 137821 1335 9 0 447217 0
[pid=26177/tid=26179] ppid=26175 vsize=1798424 CPUtime=1638.81
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 49396 0 1 0 163838 43 0 0 25 0 13 0 108247431 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684908 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1798424 CPUtime=20.8
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 51038 0 0 0 2056 24 0 0 16 0 13 0 108247433 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1798424 CPUtime=20.83
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 59241 0 0 0 2058 25 0 0 16 0 13 0 108247433 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1798424 CPUtime=0.18
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 69 0 0 0 11 7 0 0 16 0 13 0 108247435 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1798424 CPUtime=1.61
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 6765 0 0 0 158 3 0 0 17 0 13 0 108247440 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1798424 CPUtime=1.19
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4772 0 0 0 118 1 0 0 16 0 13 0 108247440 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26206] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26206/stat : 26206 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 108266378 1841586176 137821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1683.5
Current children cumulated vsize (KiB) 1798424

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/91 28495
/proc/meminfo: memFree=1220752/2055920 swapFree=4019060/4192956
[pid=26177] ppid=26175 vsize=1798424 CPUtime=1744.37
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 173561 0 1 0 174328 109 0 0 18 0 13 0 108247430 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449606 139166 1335 9 0 447217 0
[pid=26177/tid=26179] ppid=26175 vsize=1798424 CPUtime=1697.83
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 49415 0 1 0 169740 43 0 0 25 0 13 0 108247431 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109703397 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1798424 CPUtime=21.71
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 51533 0 0 0 2147 24 0 0 16 0 13 0 108247433 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1798424 CPUtime=21.76
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 60252 0 0 0 2150 26 0 0 17 0 13 0 108247433 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1798424 CPUtime=0.18
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 69 0 0 0 11 7 0 0 15 0 13 0 108247435 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1798424 CPUtime=1.61
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 6765 0 0 0 158 3 0 0 17 0 13 0 108247440 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1798424 CPUtime=1.19
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4772 0 0 0 118 1 0 0 16 0 13 0 108247440 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26206] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26206/stat : 26206 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 108266378 1841586176 139166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1744.37
Current children cumulated vsize (KiB) 1798424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 28495
/proc/meminfo: memFree=1213136/2055920 swapFree=4019060/4192956
[pid=26177] ppid=26175 vsize=1798424 CPUtime=1800.08
/proc/26177/stat : 26177 (java) S 26175 26177 24562 0 -1 0 175492 0 1 0 179898 110 0 0 18 0 13 0 108247430 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26177/statm: 449606 140935 1335 9 0 447217 0
[pid=26177/tid=26179] ppid=26175 vsize=1798424 CPUtime=1751.84
/proc/26177/task/26179/stat : 26179 (java) R 26175 26177 24562 0 -1 64 49432 0 1 0 175140 44 0 0 25 0 13 0 108247431 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684704 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26180] ppid=26175 vsize=1798424 CPUtime=22.57
/proc/26177/task/26180/stat : 26180 (java) S 26175 26177 24562 0 -1 64 52022 0 0 0 2232 25 0 0 16 0 13 0 108247433 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26181] ppid=26175 vsize=1798424 CPUtime=22.62
/proc/26177/task/26181/stat : 26181 (java) S 26175 26177 24562 0 -1 64 61677 0 0 0 2235 27 0 0 17 0 13 0 108247433 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26182] ppid=26175 vsize=1798424 CPUtime=0.18
/proc/26177/task/26182/stat : 26182 (java) S 26175 26177 24562 0 -1 64 69 0 0 0 11 7 0 0 16 0 13 0 108247435 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26183] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26183/stat : 26183 (java) S 26175 26177 24562 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26184] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26184/stat : 26184 (java) S 26175 26177 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108247435 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26185] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26185/stat : 26185 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108247439 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26186] ppid=26175 vsize=1798424 CPUtime=1.61
/proc/26177/task/26186/stat : 26186 (java) S 26175 26177 24562 0 -1 64 6765 0 0 0 158 3 0 0 17 0 13 0 108247440 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26187] ppid=26175 vsize=1798424 CPUtime=1.19
/proc/26177/task/26187/stat : 26187 (java) S 26175 26177 24562 0 -1 64 4772 0 0 0 118 1 0 0 16 0 13 0 108247440 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26177/tid=26188] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26188/stat : 26188 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108247440 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26189] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26189/stat : 26189 (java) S 26175 26177 24562 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108247440 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26177/tid=26206] ppid=26175 vsize=1798424 CPUtime=0
/proc/26177/task/26206/stat : 26206 (java) S 26175 26177 24562 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 108266378 1841586176 140935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1798424

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

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

[startup+1777.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 28495
/proc/meminfo: memFree=1213136/2055920 swapFree=4019060/4192956
[pid=26177] ppid=26175 vsize=0 CPUtime=1800.2
/proc/26177/stat : 26177 (java) Z 26175 26177 24562 0 -1 1036 175506 0 1 0 179902 118 0 0 16 0 2 0 108247430 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.33
CPU time (s): 1800.23
CPU user time (s): 1799.03
CPU system time (s): 1.20282
CPU usage (%): 101.288
Max. virtual memory (cumulated for all children) (KiB): 1801152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.20282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175506
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= 43384
involuntary context switches= 61282

runsolver used 2.19867 second user time and 5.8981 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Sun Apr 15 02:15:50 UTC 2007

IDJOB= 351500
IDBENCH= 1770
IDSOLVER= 164
FILE ID= node37/351500-1176603350

PBS_JOBID= 4556985

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-misc07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351500-1176603350/sat4jPseudoCPClause.jar /tmp/evaluation/351500-1176603350/instance-351500-1176603350.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-351500-1176603350 -o ROOT/results/node37/solver-351500-1176603350 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351500-1176603350/sat4jPseudoCPClause.jar /tmp/evaluation/351500-1176603350/instance-351500-1176603350.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f36b59f1fcf0c7e8fce521b6b9823495

RANDOM SEED= 932419546

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1815840 kB
Buffers:         36736 kB
Cached:         106460 kB
SwapCached:       3004 kB
Active:          45600 kB
Inactive:       124476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815840 kB
SwapTotal:     4192956 kB
SwapFree:      4018292 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:          33644 kB
Slab:            55364 kB
Committed_AS:  1125908 kB
PageTables:       2004 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= 66561 MiB

End job on node37 on Sun Apr 15 02:45:29 UTC 2007