Trace number 350794

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-23SAT (TO)64 1800.14 1794

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-markshare2_1.opb
MD5SUMf3b3c7fec040599f5daa92cc157157c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 9
Optimality of the best value was proved NO
Number of variables330
Total number of constraints13
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 constraints13
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 210
Biggest coefficient in the objective function 37450
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261082
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524454
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.11/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.25	c no version file found!!!
0.11/0.25	c sun.arch.data.model	32
0.11/0.25	c java.version	1.6.0
0.11/0.25	c os.name	Linux
0.11/0.25	c os.version	2.6.9-22.EL.rootsmp
0.11/0.25	c os.arch	i386
0.11/0.25	c Free memory 1651659224
0.11/0.25	c Max memory 1654456320
0.11/0.25	c Total memory 1654456320
0.11/0.25	c Number of processors 2
0.22/0.31	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.22/0.31	--- Begin Solver configuration ---
0.22/0.31	c Stops conflict analysis at the first Unique Implication Point
0.22/0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.22/0.31	c Learn all clauses as in MiniSAT
0.22/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.22/0.31	c VSIDS like heuristics from MiniSAT using a heap
0.22/0.31	c No reason simplification
0.22/0.31	c --- End Solver configuration ---
0.22/0.31	c solving /tmp/evaluation/350794-1176551337/instance-350794-1176551337.opb
0.22/0.31	c reading problem ... 
0.31/0.48	c ... done. Wall clock time 0.172s.
0.31/0.48	c CPU time (experimental) 0.32s.
0.31/0.48	c #vars     330
0.31/0.48	c #constraints  20
2.41/1.50	c SATISFIABLE
2.41/1.50	c OPTIMIZING...
2.41/1.50	c Got one! Elapsed wall clock time (in seconds):1.193
2.41/1.51	o 366
4.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.52
4.32/2.83	o 147
5.19/3.56	c Got one! Elapsed wall clock time (in seconds):3.249
5.19/3.56	o 102
18.97/17.17	c Got one! Elapsed wall clock time (in seconds):16.858
18.97/17.17	o 81
42.97/41.06	c Got one! Elapsed wall clock time (in seconds):40.756
42.97/41.06	o 64
1800.03/1793.91	c starts		: 7
1800.03/1793.91	c conflicts		: 397
1800.03/1793.91	c decisions		: 18275
1800.03/1793.91	c propagations		: 56325
1800.03/1793.91	c inspects		: 3947986
1800.03/1793.91	c learnt literals	: 0
1800.03/1793.91	c learnt binary clauses	: 0
1800.03/1793.91	c learnt ternary clauses	: 0
1800.03/1793.91	c learnt clauses	: 396
1800.03/1793.91	c root simplifications	: 0
1800.03/1793.91	c removed literals (reason simplification)	: 0
1800.03/1793.91	c reason swapping (by a shorter reason)	: 0
1800.03/1793.91	c Calls to reduceDB	: 0
1800.03/1793.91	c speed (decisions/second)	: 10.42591949193396
1800.03/1793.91	c non guided choices	354
1800.03/1793.91	s SATISFIABLE
1800.03/1793.91	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 -x29 -x30 -x31 x32
1800.03/1793.91	v -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58
1800.03/1793.91	v -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85
1800.03/1793.91	v -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108
1800.03/1793.91	v -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129
1800.03/1793.91	v x130 -x131 x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
1800.03/1793.91	v -x151 -x152 x153 -x154 -x155 -x156 x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 x168 -x169 -x170 -x171 -x172
1800.03/1793.91	v -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 -x195
1800.03/1793.91	v -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 x213 -x214 -x215 -x216
1800.03/1793.91	v -x217 x218 x219 -x220 x221 -x222 -x223 x224 x225 -x226 x227 x228 -x229 x230 x231 x232 -x233 -x234 -x235 -x236 x237 x238 -x239
1800.03/1793.91	v x240 x241 -x242 x243 -x244 -x245 x246 -x247 -x248 x249 x250 -x251 -x252 -x253 -x254 x255 -x256 x257 x258 x259 -x260 -x261 -x262
1800.03/1793.91	v -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 x277 x278 x279 x280 -x281 -x282 -x283 -x284
1800.03/1793.91	v -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 x299 x300 x301 x302 x303 -x304 -x305 -x306
1800.03/1793.91	v -x307 -x308 -x309 x310 x311 -x312 x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328
1800.03/1793.91	v x329 -x330
1800.03/1793.91	c objective function=64
1800.03/1793.91	c Total wall clock time (ms): 1793.607

Verifier Data (download as text)

OK	64

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-350794-1176551337 -o ROOT/results/node17/solver-350794-1176551337 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350794-1176551337/sat4jPseudoCP.jar /tmp/evaluation/350794-1176551337/instance-350794-1176551337.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.91 0.95 0.97 2/77 10920
/proc/meminfo: memFree=1832512/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=152 CPUtime=0
/proc/10920/stat : 10920 (java) R 10918 10920 10809 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 103051240 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/10920/statm: 38 26 19 9 0 4 0

[startup+0.030665 s]
/proc/loadavg: 0.91 0.95 0.97 2/77 10920
/proc/meminfo: memFree=1832512/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=12056 CPUtime=0
/proc/10920/stat : 10920 (java) R 10918 10920 10809 0 -1 0 382 0 19 0 0 0 0 0 18 0 1 0 103051240 12345344 208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2831146 0 0 4096 0 0 0 0 17 1 0 0
/proc/10920/statm: 3014 208 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.10267 s]
/proc/loadavg: 0.91 0.95 0.97 2/77 10920
/proc/meminfo: memFree=1832512/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1777708 CPUtime=0.05
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 3575 0 27 0 3 2 0 0 18 0 7 0 103051240 1820372992 3343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 444427 3343 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.301646 s]
/proc/loadavg: 0.91 0.95 0.97 2/77 10920
/proc/meminfo: memFree=1832512/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1782408 CPUtime=0.22
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 4811 0 27 0 17 5 0 0 18 0 12 0 103051240 1825185792 4575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 445602 4575 1244 9 0 443214 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1782408

[startup+0.701688 s]
/proc/loadavg: 0.91 0.95 0.97 2/77 10920
/proc/meminfo: memFree=1832512/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1783192 CPUtime=0.82
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 6389 0 27 0 76 6 0 0 18 0 13 0 103051240 1825988608 6009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 445798 6009 1304 9 0 443410 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1783192

[startup+1.50277 s]
/proc/loadavg: 0.91 0.95 0.97 3/90 10933
/proc/meminfo: memFree=1795864/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1801940 CPUtime=2.41
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 19591 0 27 0 229 12 0 0 18 0 13 0 103051240 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 450485 14304 1315 9 0 448097 0
[pid=10920/tid=10922] ppid=10918 vsize=1801940 CPUtime=0.7
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 8490 0 1 0 64 6 0 0 18 0 13 0 103051244 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548535 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 103051246 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 103051246 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103051249 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103051250 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103051250 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1801940 CPUtime=0.88
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 4360 0 0 0 86 2 0 0 19 0 13 0 103051257 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1801940 CPUtime=0.8
/proc/10920/task/10930/stat : 10930 (java) R 10918 10920 10809 0 -1 64 6044 0 0 0 78 2 0 0 18 0 13 0 103051257 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101756289 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10933] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10933/stat : 10933 (java) S 10918 10920 10809 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103051290 1845186560 14304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1801940

[startup+3.10294 s]
/proc/loadavg: 0.91 0.95 0.97 3/90 10934
/proc/meminfo: memFree=1730768/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1801940 CPUtime=4.73
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 50745 0 27 0 448 25 0 0 18 0 13 0 103051240 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 450485 44011 1326 9 0 448097 0
[pid=10920/tid=10922] ppid=10918 vsize=1801940 CPUtime=2
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 37710 0 1 0 182 18 0 0 19 0 13 0 103051244 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542589 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 174 0 0 0 0 0 0 0 17 0 13 0 103051246 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 139 0 0 0 0 0 0 0 17 0 13 0 103051246 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 103051249 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 103051250 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 103051250 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1801940 CPUtime=1.34
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5834 0 0 0 132 2 0 0 16 0 13 0 103051257 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1801940 CPUtime=1.33
/proc/10920/task/10930/stat : 10930 (java) R 10918 10920 10809 0 -1 64 6185 0 0 0 131 2 0 0 16 0 13 0 103051257 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105057900 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1801940 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1845186560 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1801940

[startup+6.30128 s]
/proc/loadavg: 0.92 0.95 0.97 2/90 10936
/proc/meminfo: memFree=1655680/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1801440 CPUtime=8.1
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 56742 0 27 0 783 27 0 0 18 0 13 0 103051240 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 450360 49142 1326 9 0 447972 0
[pid=10920/tid=10922] ppid=10918 vsize=1801440 CPUtime=5.11
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 41140 0 1 0 491 20 0 0 17 0 13 0 103051244 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 106142198 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1801440 CPUtime=0.05
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 1487 0 0 0 5 0 0 0 15 0 13 0 103051246 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1801440 CPUtime=0.05
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 1360 0 0 0 5 0 0 0 16 0 13 0 103051246 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 103051249 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 103051250 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 103051250 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1801440 CPUtime=1.39
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5834 0 0 0 137 2 0 0 16 0 13 0 103051257 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1801440 CPUtime=1.45
/proc/10920/task/10930/stat : 10930 (java) S 10918 10920 10809 0 -1 64 6197 0 0 0 143 2 0 0 16 0 13 0 103051257 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10936] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10936/stat : 10936 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 103051597 1844674560 49142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 1801440

[startup+12.7029 s]
/proc/loadavg: 0.93 0.95 0.97 2/90 10936
/proc/meminfo: memFree=1619136/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1801440 CPUtime=14.53
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 62460 0 27 0 1422 31 0 0 18 0 13 0 103051240 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 450360 52576 1326 9 0 447972 0
[pid=10920/tid=10922] ppid=10918 vsize=1801440 CPUtime=11.48
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 45674 0 1 0 1126 22 0 0 25 0 13 0 103051244 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517630 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1801440 CPUtime=0.07
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 2180 0 0 0 7 0 0 0 15 0 13 0 103051246 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1801440 CPUtime=0.07
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 1851 0 0 0 7 0 0 0 16 0 13 0 103051246 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 103051249 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 103051250 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 103051250 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1801440 CPUtime=1.39
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5834 0 0 0 137 2 0 0 16 0 13 0 103051257 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1801440 CPUtime=1.45
/proc/10920/task/10930/stat : 10930 (java) S 10918 10920 10809 0 -1 64 6197 0 0 0 143 2 0 0 16 0 13 0 103051257 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10936] ppid=10918 vsize=1801440 CPUtime=0
/proc/10920/task/10936/stat : 10936 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 103051597 1844674560 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 1801440

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.97 2/90 10937
/proc/meminfo: memFree=1642808/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1795948 CPUtime=27.41
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 63985 0 27 0 2709 32 0 0 18 0 13 0 103051240 1839050752 47463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 448987 47463 1327 9 0 446599 0
[pid=10920/tid=10922] ppid=10918 vsize=1795948 CPUtime=24.23
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 45692 0 1 0 2401 22 0 0 25 0 13 0 103051244 1839050752 47463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517179 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1795948 CPUtime=0.1
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 2985 0 0 0 10 0 0 0 16 0 13 0 103051246 1839050752 47463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1795948 CPUtime=0.1
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 2552 0 0 0 9 1 0 0 16 0 13 0 103051246 1839050752 47463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1795948 CPUtime=0.01
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 28 0 0 0 0 1 0 0 16 0 13 0 103051249 1839050752 47463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=10920] ppid=10918 vsize=1795948 CPUtime=1668.26
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 298757 0 27 0 166621 205 0 0 18 0 13 0 103051240 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 448987 117696 1328 9 0 446599 0
[pid=10920/tid=10922] ppid=10918 vsize=1795948 CPUtime=1654
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 135146 0 1 0 165322 78 0 0 25 0 13 0 103051244 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884384 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1795948 CPUtime=5.2
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 75271 0 0 0 478 42 0 0 16 0 13 0 103051246 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1795948 CPUtime=5.22
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 75300 0 0 0 482 40 0 0 16 0 13 0 103051246 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1795948 CPUtime=0.8
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 310 0 0 0 44 36 0 0 16 0 13 0 103051249 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 103051250 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 103051250 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1795948 CPUtime=1.46
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5835 0 0 0 144 2 0 0 16 0 13 0 103051257 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1795948 CPUtime=1.5
/proc/10920/task/10930/stat : 10930 (java) S 10918 10920 10809 0 -1 64 6197 0 0 0 147 3 0 0 15 0 13 0 103051257 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10938] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10938/stat : 10938 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 103055348 1839050752 117696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1668.26
Current children cumulated vsize (KiB) 1795948

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.99 2/90 11136
/proc/meminfo: memFree=1379568/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1795948 CPUtime=1728.37
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 302678 0 27 0 172630 207 0 0 18 0 13 0 103051240 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 448987 112627 1328 9 0 446599 0
[pid=10920/tid=10922] ppid=10918 vsize=1795948 CPUtime=1713.8
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 135193 0 1 0 171302 78 0 0 17 0 13 0 103051244 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884330 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1795948 CPUtime=5.36
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 77117 0 0 0 493 43 0 0 16 0 13 0 103051246 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1795948 CPUtime=5.38
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 77328 0 0 0 497 41 0 0 16 0 13 0 103051246 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1795948 CPUtime=0.81
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 310 0 0 0 45 36 0 0 16 0 13 0 103051249 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 103051250 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 103051250 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1795948 CPUtime=1.46
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5835 0 0 0 144 2 0 0 16 0 13 0 103051257 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1795948 CPUtime=1.5
/proc/10920/task/10930/stat : 10930 (java) S 10918 10920 10809 0 -1 64 6197 0 0 0 147 3 0 0 15 0 13 0 103051257 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10938] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10938/stat : 10938 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 103055348 1839050752 112627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1728.37
Current children cumulated vsize (KiB) 1795948

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 11136
/proc/meminfo: memFree=1385520/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1795948 CPUtime=1788.42
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 303586 0 27 0 178634 208 0 0 18 0 13 0 103051240 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 448987 111252 1328 9 0 446599 0
[pid=10920/tid=10922] ppid=10918 vsize=1795948 CPUtime=1773.7
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 135215 0 1 0 177292 78 0 0 25 0 13 0 103051244 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884384 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1795948 CPUtime=5.43
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 77615 0 0 0 500 43 0 0 16 0 13 0 103051246 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1795948 CPUtime=5.45
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 77715 0 0 0 504 41 0 0 16 0 13 0 103051246 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1795948 CPUtime=0.82
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 311 0 0 0 45 37 0 0 16 0 13 0 103051249 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 103051250 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 103051250 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1795948 CPUtime=1.46
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5835 0 0 0 144 2 0 0 16 0 13 0 103051257 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1795948 CPUtime=1.5
/proc/10920/task/10930/stat : 10930 (java) S 10918 10920 10809 0 -1 64 6197 0 0 0 147 3 0 0 15 0 13 0 103051257 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10938] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10938/stat : 10938 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 103055348 1839050752 111252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (KiB) 1795948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 11136
/proc/meminfo: memFree=1386544/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1795948 CPUtime=1800.03
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 303589 0 27 0 179795 208 0 0 18 0 13 0 103051240 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 448987 111027 1328 9 0 446599 0
[pid=10920/tid=10922] ppid=10918 vsize=1795948 CPUtime=1785.29
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 135218 0 1 0 178451 78 0 0 25 0 13 0 103051244 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109911800 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1795948 CPUtime=5.43
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 77615 0 0 0 500 43 0 0 16 0 13 0 103051246 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1795948 CPUtime=5.45
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 77715 0 0 0 504 41 0 0 16 0 13 0 103051246 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1795948 CPUtime=0.82
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 311 0 0 0 45 37 0 0 16 0 13 0 103051249 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 103051250 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 103051250 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1795948 CPUtime=1.46
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5835 0 0 0 144 2 0 0 16 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1795948 CPUtime=1.5
/proc/10920/task/10930/stat : 10930 (java) S 10918 10920 10809 0 -1 64 6197 0 0 0 147 3 0 0 15 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10938] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10938/stat : 10938 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 103055348 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795948

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

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

[startup+1793.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 11136
/proc/meminfo: memFree=1386544/2055920 swapFree=4153028/4192956
[pid=10920] ppid=10918 vsize=1795948 CPUtime=1800.03
/proc/10920/stat : 10920 (java) S 10918 10920 10809 0 -1 0 303589 0 27 0 179795 208 0 0 18 0 13 0 103051240 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10920/statm: 448987 111027 1328 9 0 446599 0
[pid=10920/tid=10922] ppid=10918 vsize=1795948 CPUtime=1785.29
/proc/10920/task/10922/stat : 10922 (java) R 10918 10920 10809 0 -1 64 135218 0 1 0 178451 78 0 0 25 0 13 0 103051244 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109911800 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10923] ppid=10918 vsize=1795948 CPUtime=5.43
/proc/10920/task/10923/stat : 10923 (java) S 10918 10920 10809 0 -1 64 77615 0 0 0 500 43 0 0 16 0 13 0 103051246 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10924] ppid=10918 vsize=1795948 CPUtime=5.45
/proc/10920/task/10924/stat : 10924 (java) S 10918 10920 10809 0 -1 64 77715 0 0 0 504 41 0 0 16 0 13 0 103051246 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10925] ppid=10918 vsize=1795948 CPUtime=0.82
/proc/10920/task/10925/stat : 10925 (java) S 10918 10920 10809 0 -1 64 311 0 0 0 45 37 0 0 16 0 13 0 103051249 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10920/tid=10926] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10926/stat : 10926 (java) S 10918 10920 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 103051250 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10927] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10927/stat : 10927 (java) S 10918 10920 10809 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 103051250 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10928] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10928/stat : 10928 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10929] ppid=10918 vsize=1795948 CPUtime=1.46
/proc/10920/task/10929/stat : 10929 (java) S 10918 10920 10809 0 -1 64 5835 0 0 0 144 2 0 0 16 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10930] ppid=10918 vsize=1795948 CPUtime=1.5
/proc/10920/task/10930/stat : 10930 (java) S 10918 10920 10809 0 -1 64 6197 0 0 0 147 3 0 0 15 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10931] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10931/stat : 10931 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10932] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10932/stat : 10932 (java) S 10918 10920 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 103051257 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10920/tid=10938] ppid=10918 vsize=1795948 CPUtime=0
/proc/10920/task/10938/stat : 10938 (java) S 10918 10920 10809 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 103055348 1839050752 111027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795948

Child status: 143
Real time (s): 1794
CPU time (s): 1800.14
CPU user time (s): 1797.98
CPU system time (s): 2.16167
CPU usage (%): 100.342
Max. virtual memory (cumulated for all children) (KiB): 1803784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.16167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303608
page faults= 27
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70808
involuntary context switches= 57636

runsolver used 2.08468 second user time and 5.30219 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Apr 14 11:48:57 UTC 2007

IDJOB= 350794
IDBENCH= 1590
IDSOLVER= 160
FILE ID= node17/350794-1176551337

PBS_JOBID= 4556762

Free space on /tmp= 66555 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-markshare2_1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350794-1176551337/sat4jPseudoCP.jar /tmp/evaluation/350794-1176551337/instance-350794-1176551337.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-350794-1176551337 -o ROOT/results/node17/solver-350794-1176551337 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350794-1176551337/sat4jPseudoCP.jar /tmp/evaluation/350794-1176551337/instance-350794-1176551337.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f3b3c7fec040599f5daa92cc157157c9

RANDOM SEED= 448460304

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1832856 kB
Buffers:         17380 kB
Cached:         131004 kB
SwapCached:       2168 kB
Active:          87856 kB
Inactive:        84944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832856 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:            3612 kB
Writeback:           0 kB
Mapped:          31836 kB
Slab:            35768 kB
Committed_AS:  4087160 kB
PageTables:       1800 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= 66555 MiB

End job on node17 on Sat Apr 14 12:18:53 UTC 2007