Trace number 362171

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-23OPT10447498 16.0266 13.4573

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-p0291.opb
MD5SUM5dbbb39821171ddf7cf17b36f56beeda
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10447498
Best CPU time to get the best result obtained on this benchmark0.081987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10447498
Optimality of the best value was proved YES
Number of variables290
Total number of constraints205
Number of constraints which are clauses189
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint2
Maximum length of a constraint53
Number of terms in the objective function 288
Biggest coefficient in the objective function 80000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 686402651
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 80000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 686402651
Number of bits of the biggest sum of numbers30
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/362171-1177007668/instance-362171-1177007668.opb
0.20/0.20	c reading problem ... 
0.33/0.33	c ... done. Wall clock time 0.129s.
0.33/0.33	c CPU time (experimental) 0.28s.
0.33/0.33	c #vars     290
0.33/0.33	c #constraints  205
0.33/0.37	c SATISFIABLE
0.33/0.37	c OPTIMIZING...
0.33/0.37	c Got one! Elapsed wall clock time (in seconds):0.173
0.33/0.37	o 24445051
0.47/0.44	c Got one! Elapsed wall clock time (in seconds):0.243
0.47/0.44	o 23190195
0.63/0.53	c Got one! Elapsed wall clock time (in seconds):0.336
0.63/0.53	o 23150195
2.76/1.70	c Got one! Elapsed wall clock time (in seconds):1.498
2.76/1.70	o 23109625
2.95/1.77	c Got one! Elapsed wall clock time (in seconds):1.573
2.95/1.77	o 23088995
3.31/1.94	c Got one! Elapsed wall clock time (in seconds):1.738
3.31/1.94	o 23046397
3.43/2.01	c Got one! Elapsed wall clock time (in seconds):1.814
3.43/2.01	o 23026397
3.43/2.10	c Got one! Elapsed wall clock time (in seconds):1.902
3.43/2.10	o 23005767
3.58/2.15	c Got one! Elapsed wall clock time (in seconds):1.955
3.58/2.15	o 22996787
3.75/2.21	c Got one! Elapsed wall clock time (in seconds):2.012
3.75/2.21	o 22976157
3.91/2.35	c Got one! Elapsed wall clock time (in seconds):2.149
3.91/2.35	o 22951555
3.91/2.39	c Got one! Elapsed wall clock time (in seconds):2.192
3.91/2.39	o 22930925
4.04/2.46	c Got one! Elapsed wall clock time (in seconds):2.267
4.04/2.46	o 22924207
4.14/2.56	c Got one! Elapsed wall clock time (in seconds):2.364
4.14/2.56	o 22921945
4.24/2.68	c Got one! Elapsed wall clock time (in seconds):2.483
4.24/2.68	o 22901315
4.37/2.73	c Got one! Elapsed wall clock time (in seconds):2.529
4.37/2.73	o 22887047
4.82/3.04	c Got one! Elapsed wall clock time (in seconds):2.842
4.82/3.04	o 22607435
5.02/3.16	c Got one! Elapsed wall clock time (in seconds):2.959
5.02/3.16	o 22574447
5.02/3.19	c Got one! Elapsed wall clock time (in seconds):2.994
5.02/3.19	o 22553817
5.22/3.28	c Got one! Elapsed wall clock time (in seconds):3.084
5.22/3.28	o 22544837
5.40/3.31	c Got one! Elapsed wall clock time (in seconds):3.113
5.40/3.31	o 22524207
5.49/3.45	c Got one! Elapsed wall clock time (in seconds):3.25
5.49/3.45	o 22522497
5.71/3.66	c Got one! Elapsed wall clock time (in seconds):3.463
5.71/3.66	o 22485337
5.71/3.68	c Got one! Elapsed wall clock time (in seconds):3.487
5.71/3.68	o 22464707
5.81/3.76	c Got one! Elapsed wall clock time (in seconds):3.566
5.81/3.76	o 22072257
6.03/3.92	c Got one! Elapsed wall clock time (in seconds):3.722
6.03/3.92	o 21684527
6.03/3.94	c Got one! Elapsed wall clock time (in seconds):3.744
6.03/3.94	o 21676905
6.24/4.11	c Got one! Elapsed wall clock time (in seconds):3.908
6.24/4.11	o 21507170
6.24/4.14	c Got one! Elapsed wall clock time (in seconds):3.941
6.24/4.14	o 21450930
6.24/4.18	c Got one! Elapsed wall clock time (in seconds):3.983
6.24/4.18	o 21444572
6.48/4.36	c Got one! Elapsed wall clock time (in seconds):4.162
6.48/4.36	o 20714628
6.58/4.44	c Got one! Elapsed wall clock time (in seconds):4.241
6.58/4.44	o 20711992
6.58/4.48	c Got one! Elapsed wall clock time (in seconds):4.281
6.58/4.48	o 20703740
6.78/4.60	c Got one! Elapsed wall clock time (in seconds):4.402
6.78/4.60	o 20684732
6.78/4.65	c Got one! Elapsed wall clock time (in seconds):4.451
6.78/4.65	o 20656480
6.92/4.77	c Got one! Elapsed wall clock time (in seconds):4.575
6.92/4.77	o 20648764
7.14/4.91	c Got one! Elapsed wall clock time (in seconds):4.713
7.14/4.91	o 20620512
7.14/4.99	c Got one! Elapsed wall clock time (in seconds):4.792
7.14/4.99	o 20619154
7.34/5.13	c Got one! Elapsed wall clock time (in seconds):4.936
7.34/5.13	o 20563890
7.55/5.33	c Got one! Elapsed wall clock time (in seconds):5.129
7.55/5.33	o 20534280
7.76/5.51	c Got one! Elapsed wall clock time (in seconds):5.317
7.76/5.51	o 20389865
8.59/6.31	c Got one! Elapsed wall clock time (in seconds):6.108
8.59/6.31	o 19991459
8.59/6.33	c Got one! Elapsed wall clock time (in seconds):6.135
8.59/6.33	o 18823640
8.59/6.36	c Got one! Elapsed wall clock time (in seconds):6.161
8.59/6.36	o 18198823
8.59/6.38	c Got one! Elapsed wall clock time (in seconds):6.18
8.59/6.38	o 18115595
8.69/6.40	c Got one! Elapsed wall clock time (in seconds):6.206
8.69/6.40	o 18085985
8.69/6.42	c Got one! Elapsed wall clock time (in seconds):6.227
8.69/6.42	o 18062487
8.69/6.44	c Got one! Elapsed wall clock time (in seconds):6.247
8.69/6.44	o 18032877
8.89/6.62	c Got one! Elapsed wall clock time (in seconds):6.422
8.89/6.62	o 14437393
8.89/6.67	c Got one! Elapsed wall clock time (in seconds):6.475
8.89/6.67	o 14259990
8.89/6.69	c Got one! Elapsed wall clock time (in seconds):6.496
8.89/6.69	o 12140720
9.01/6.75	c Got one! Elapsed wall clock time (in seconds):6.555
9.01/6.75	o 12062322
9.33/7.04	c Got one! Elapsed wall clock time (in seconds):6.843
9.33/7.04	o 12000248
9.33/7.05	c Got one! Elapsed wall clock time (in seconds):6.851
9.33/7.05	o 11140720
9.82/7.59	c Got one! Elapsed wall clock time (in seconds):7.395
9.82/7.59	o 11114328
10.24/7.99	c Got one! Elapsed wall clock time (in seconds):7.793
10.24/7.99	o 11018645
10.77/8.30	c Got one! Elapsed wall clock time (in seconds):8.107
10.77/8.30	o 10742876
10.77/8.35	c Got one! Elapsed wall clock time (in seconds):8.149
10.77/8.35	o 10727956
11.06/8.52	c Got one! Elapsed wall clock time (in seconds):8.327
11.06/8.53	o 10691988
13.77/11.28	c Got one! Elapsed wall clock time (in seconds):11.079
13.77/11.28	o 10499038
15.38/12.86	c Got one! Elapsed wall clock time (in seconds):12.661
15.38/12.86	o 10447498
15.88/13.36	c starts		: 62
15.88/13.36	c conflicts		: 441
15.88/13.36	c decisions		: 7149
15.88/13.36	c propagations		: 29119
15.88/13.36	c inspects		: 546142
15.88/13.36	c learnt literals	: 0
15.88/13.36	c learnt binary clauses	: 0
15.88/13.36	c learnt ternary clauses	: 0
15.88/13.36	c learnt clauses	: 440
15.88/13.36	c root simplifications	: 0
15.88/13.36	c removed literals (reason simplification)	: 0
15.88/13.36	c reason swapping (by a shorter reason)	: 0
15.88/13.36	c Calls to reduceDB	: 0
15.88/13.36	c speed (decisions/second)	: 14128.458498023716
15.88/13.37	c non guided choices	6
15.88/13.37	s OPTIMUM FOUND
15.88/13.37	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
15.88/13.37	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
15.88/13.37	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
15.88/13.37	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
15.88/13.37	v -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125
15.88/13.37	v -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146
15.88/13.37	v -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167
15.88/13.37	v -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188
15.88/13.37	v -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209
15.88/13.37	v -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
15.88/13.37	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251
15.88/13.37	v x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273
15.88/13.37	v -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290
15.88/13.37	c objective function=10447498
15.88/13.37	c Total wall clock time (ms): 13.17

Verifier Data (download as text)

OK	10447498

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-362171-1177007668 -o ROOT/results/node37/solver-362171-1177007668 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362171-1177007668/sat4jPseudoCP.jar /tmp/evaluation/362171-1177007668/instance-362171-1177007668.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 1.01 0.99 2/78 3271
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=152 CPUtime=0
/proc/3271/stat : 3271 (java) R 3269 3271 2666 0 -1 0 42 0 0 0 0 0 0 0 20 0 1 0 148679224 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3167012 0 0 4096 0 0 0 0 17 1 0 0
/proc/3271/statm: 38 26 19 9 0 4 0

[startup+0.088245 s]
/proc/loadavg: 0.92 1.01 0.99 2/78 3271
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1777844 CPUtime=0.07
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 3874 0 1 0 5 2 0 0 20 0 7 0 148679224 1820512256 3616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 444461 3616 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102235 s]
/proc/loadavg: 0.92 1.01 0.99 2/78 3271
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1780256 CPUtime=0.08
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 4013 0 1 0 6 2 0 0 20 0 12 0 148679224 1822982144 3754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 445064 3754 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.302276 s]
/proc/loadavg: 0.92 1.01 0.99 2/78 3271
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1782444 CPUtime=0.33
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 5158 0 1 0 30 3 0 0 20 0 12 0 148679224 1825222656 4896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 445611 4896 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782444

[startup+0.702359 s]
/proc/loadavg: 0.92 1.01 0.99 2/78 3271
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1786580 CPUtime=0.99
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 8083 0 1 0 95 4 0 0 20 0 13 0 148679224 1829457920 7175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 446645 7175 1313 9 0 444257 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1786580

[startup+1.50151 s]
/proc/loadavg: 0.93 1.01 0.99 4/91 3287
/proc/meminfo: memFree=1587024/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1799652 CPUtime=2.56
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 25308 0 1 0 238 18 0 0 20 0 13 0 148679224 1842843648 19764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 449913 19767 1313 9 0 447525 0
[pid=3271/tid=3273] ppid=3269 vsize=1799652 CPUtime=0.75
/proc/3271/task/3273/stat : 3273 (java) R 3269 3271 2666 0 -1 64 14824 0 1 0 69 6 0 0 18 0 13 0 148679226 1842843648 19770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3274] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3274/stat : 3274 (java) S 3269 3271 2666 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 148679227 1842843648 19771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3275] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3275/stat : 3275 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 148679227 1842843648 19774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3276] ppid=3269 vsize=1799652 CPUtime=0.09
/proc/3271/task/3276/stat : 3276 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 3 6 0 0 16 0 13 0 148679229 1842843648 19776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3277] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3277/stat : 3277 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 148679230 1842843648 19779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3278] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3278/stat : 3278 (java) S 3269 3271 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148679230 1842843648 19780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3279] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3279/stat : 3279 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148679233 1842843648 19783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3280] ppid=3269 vsize=1799652 CPUtime=0.8
/proc/3271/task/3280/stat : 3280 (java) R 3269 3271 2666 0 -1 64 4910 0 0 0 79 1 0 0 18 0 13 0 148679233 1842843648 19784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336773 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3281] ppid=3269 vsize=1799652 CPUtime=0.86
/proc/3271/task/3281/stat : 3281 (java) R 3269 3271 2666 0 -1 64 4848 0 0 0 84 2 0 0 18 0 13 0 148679233 1842843648 19787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3282] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3282/stat : 3282 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148679233 1842843648 19789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3283] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3283/stat : 3283 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148679233 1842843648 19792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3287] ppid=3269 vsize=1799652 CPUtime=0
/proc/3271/task/3287/stat : 3287 (java) S 3269 3271 2666 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 148679280 1842843648 19793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1799652

[startup+3.10281 s]
/proc/loadavg: 0.93 1.01 0.99 2/91 3291
/proc/meminfo: memFree=1485704/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1797724 CPUtime=5.02
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 51229 0 1 0 472 30 0 0 20 0 13 0 148679224 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 449431 43219 1328 9 0 447043 0
[pid=3271/tid=3273] ppid=3269 vsize=1797724 CPUtime=1.93
/proc/3271/task/3273/stat : 3273 (java) S 3269 3271 2666 0 -1 64 37749 0 1 0 176 17 0 0 17 0 13 0 148679226 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3274] ppid=3269 vsize=1797724 CPUtime=0
/proc/3271/task/3274/stat : 3274 (java) S 3269 3271 2666 0 -1 64 233 0 0 0 0 0 0 0 16 0 13 0 148679227 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3275] ppid=3269 vsize=1797724 CPUtime=0.01
/proc/3271/task/3275/stat : 3275 (java) S 3269 3271 2666 0 -1 64 421 0 0 0 1 0 0 0 15 0 13 0 148679227 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3276] ppid=3269 vsize=1797724 CPUtime=0.1
/proc/3271/task/3276/stat : 3276 (java) S 3269 3271 2666 0 -1 64 12 0 0 0 4 6 0 0 16 0 13 0 148679229 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3277] ppid=3269 vsize=1797724 CPUtime=0
/proc/3271/task/3277/stat : 3277 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 148679230 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3278] ppid=3269 vsize=1797724 CPUtime=0
/proc/3271/task/3278/stat : 3278 (java) S 3269 3271 2666 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 148679230 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3279] ppid=3269 vsize=1797724 CPUtime=0
/proc/3271/task/3279/stat : 3279 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148679233 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3280] ppid=3269 vsize=1797724 CPUtime=1.38
/proc/3271/task/3280/stat : 3280 (java) R 3269 3271 2666 0 -1 64 5751 0 0 0 137 1 0 0 18 0 13 0 148679233 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104726198 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3281] ppid=3269 vsize=1797724 CPUtime=1.55
/proc/3271/task/3281/stat : 3281 (java) R 3269 3271 2666 0 -1 64 6335 0 0 0 152 3 0 0 17 0 13 0 148679233 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103162878 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3282] ppid=3269 vsize=1797724 CPUtime=0
/proc/3271/task/3282/stat : 3282 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148679233 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3283] ppid=3269 vsize=1797724 CPUtime=0
/proc/3271/task/3283/stat : 3283 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148679233 1840869376 43219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 1797724

[startup+6.30141 s]
/proc/loadavg: 0.93 1.01 0.99 2/91 3324
/proc/meminfo: memFree=1459560/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1797288 CPUtime=8.59
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 57672 0 2 0 826 33 0 0 20 0 13 0 148679224 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 449322 48413 1329 9 0 446934 0
[pid=3271/tid=3273] ppid=3269 vsize=1797288 CPUtime=4.92
/proc/3271/task/3273/stat : 3273 (java) R 3269 3271 2666 0 -1 64 40674 0 2 0 474 18 0 0 20 0 13 0 148679226 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3274] ppid=3269 vsize=1797288 CPUtime=0.07
/proc/3271/task/3274/stat : 3274 (java) S 3269 3271 2666 0 -1 64 1945 0 0 0 7 0 0 0 15 0 13 0 148679227 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3275] ppid=3269 vsize=1797288 CPUtime=0.08
/proc/3271/task/3275/stat : 3275 (java) S 3269 3271 2666 0 -1 64 2013 0 0 0 8 0 0 0 16 0 13 0 148679227 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3276] ppid=3269 vsize=1797288 CPUtime=0.1
/proc/3271/task/3276/stat : 3276 (java) S 3269 3271 2666 0 -1 64 36 0 0 0 4 6 0 0 15 0 13 0 148679229 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3277] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3277/stat : 3277 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 148679230 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3278] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3278/stat : 3278 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148679230 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3279] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3279/stat : 3279 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148679233 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3280] ppid=3269 vsize=1797288 CPUtime=1.57
/proc/3271/task/3280/stat : 3280 (java) S 3269 3271 2666 0 -1 64 5916 0 0 0 156 1 0 0 15 0 13 0 148679233 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3281] ppid=3269 vsize=1797288 CPUtime=1.78
/proc/3271/task/3281/stat : 3281 (java) S 3269 3271 2666 0 -1 64 6341 0 0 0 175 3 0 0 16 0 13 0 148679233 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3282] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3282/stat : 3282 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148679233 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3283] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3283/stat : 3283 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148679233 1840422912 48413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 1797288

[startup+12.7016 s]
/proc/loadavg: 0.94 1.01 0.99 2/91 3344
/proc/meminfo: memFree=1421512/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1797288 CPUtime=15.28
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 63593 0 2 0 1492 36 0 0 20 0 13 0 148679224 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 449322 52576 1330 9 0 446934 0
[pid=3271/tid=3273] ppid=3269 vsize=1797288 CPUtime=11.25
/proc/3271/task/3273/stat : 3273 (java) R 3269 3271 2666 0 -1 64 44845 0 2 0 1105 20 0 0 18 0 13 0 148679226 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109997966 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3274] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3274/stat : 3274 (java) S 3269 3271 2666 0 -1 64 2751 0 0 0 11 1 0 0 16 0 13 0 148679227 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3275] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3275/stat : 3275 (java) S 3269 3271 2666 0 -1 64 2895 0 0 0 12 0 0 0 17 0 13 0 148679227 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3276] ppid=3269 vsize=1797288 CPUtime=0.1
/proc/3271/task/3276/stat : 3276 (java) S 3269 3271 2666 0 -1 64 40 0 0 0 4 6 0 0 15 0 13 0 148679229 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3277] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3277/stat : 3277 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148679230 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3278] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3278/stat : 3278 (java) S 3269 3271 2666 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 148679230 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3279] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3279/stat : 3279 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3280] ppid=3269 vsize=1797288 CPUtime=1.6
/proc/3271/task/3280/stat : 3280 (java) S 3269 3271 2666 0 -1 64 5917 0 0 0 159 1 0 0 16 0 13 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3281] ppid=3269 vsize=1797288 CPUtime=2
/proc/3271/task/3281/stat : 3281 (java) S 3269 3271 2666 0 -1 64 6359 0 0 0 197 3 0 0 16 0 13 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3282] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3282/stat : 3282 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3283] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3283/stat : 3283 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3344] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3344/stat : 3344 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 148680353 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1797288

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

[startup+13.1027 s]
/proc/loadavg: 0.94 1.01 0.99 2/91 3345
/proc/meminfo: memFree=1424896/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1797288 CPUtime=15.69
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 63623 0 2 0 1533 36 0 0 20 0 13 0 148679224 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 449322 52571 1330 9 0 446934 0
[pid=3271/tid=3273] ppid=3269 vsize=1797288 CPUtime=11.66
/proc/3271/task/3273/stat : 3273 (java) R 3269 3271 2666 0 -1 64 44847 0 2 0 1146 20 0 0 18 0 13 0 148679226 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575686 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3274] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3274/stat : 3274 (java) S 3269 3271 2666 0 -1 64 2775 0 0 0 11 1 0 0 16 0 13 0 148679227 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3275] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3275/stat : 3275 (java) S 3269 3271 2666 0 -1 64 2898 0 0 0 12 0 0 0 15 0 13 0 148679227 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3276] ppid=3269 vsize=1797288 CPUtime=0.1
/proc/3271/task/3276/stat : 3276 (java) S 3269 3271 2666 0 -1 64 40 0 0 0 4 6 0 0 15 0 13 0 148679229 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3277] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3277/stat : 3277 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148679230 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3278] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3278/stat : 3278 (java) S 3269 3271 2666 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 148679230 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3279] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3279/stat : 3279 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3280] ppid=3269 vsize=1797288 CPUtime=1.6
/proc/3271/task/3280/stat : 3280 (java) S 3269 3271 2666 0 -1 64 5917 0 0 0 159 1 0 0 16 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3281] ppid=3269 vsize=1797288 CPUtime=2
/proc/3271/task/3281/stat : 3281 (java) S 3269 3271 2666 0 -1 64 6359 0 0 0 197 3 0 0 16 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3282] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3282/stat : 3282 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3283] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3283/stat : 3283 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3345] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3345/stat : 3345 (java) S 3269 3271 2666 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 148680511 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 1797288

[startup+13.3027 s]
/proc/loadavg: 0.94 1.01 0.99 2/91 3345
/proc/meminfo: memFree=1424896/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1797288 CPUtime=15.88
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 63623 0 2 0 1552 36 0 0 20 0 13 0 148679224 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 449322 52571 1330 9 0 446934 0
[pid=3271/tid=3273] ppid=3269 vsize=1797288 CPUtime=11.85
/proc/3271/task/3273/stat : 3273 (java) R 3269 3271 2666 0 -1 64 44847 0 2 0 1165 20 0 0 18 0 13 0 148679226 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522165 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3274] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3274/stat : 3274 (java) S 3269 3271 2666 0 -1 64 2775 0 0 0 11 1 0 0 16 0 13 0 148679227 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3275] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3275/stat : 3275 (java) S 3269 3271 2666 0 -1 64 2898 0 0 0 12 0 0 0 15 0 13 0 148679227 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3276] ppid=3269 vsize=1797288 CPUtime=0.1
/proc/3271/task/3276/stat : 3276 (java) S 3269 3271 2666 0 -1 64 40 0 0 0 4 6 0 0 15 0 13 0 148679229 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3277] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3277/stat : 3277 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148679230 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3278] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3278/stat : 3278 (java) S 3269 3271 2666 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 148679230 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3279] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3279/stat : 3279 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3280] ppid=3269 vsize=1797288 CPUtime=1.6
/proc/3271/task/3280/stat : 3280 (java) S 3269 3271 2666 0 -1 64 5917 0 0 0 159 1 0 0 16 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3281] ppid=3269 vsize=1797288 CPUtime=2
/proc/3271/task/3281/stat : 3281 (java) S 3269 3271 2666 0 -1 64 6359 0 0 0 197 3 0 0 16 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3282] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3282/stat : 3282 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3283] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3283/stat : 3283 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148679233 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3345] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3345/stat : 3345 (java) S 3269 3271 2666 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 148680511 1840422912 52571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 1797288

[startup+13.4027 s]
/proc/loadavg: 0.94 1.01 0.99 2/91 3345
/proc/meminfo: memFree=1424896/2055920 swapFree=4158988/4192956
[pid=3271] ppid=3269 vsize=1797288 CPUtime=15.98
/proc/3271/stat : 3271 (java) S 3269 3271 2666 0 -1 0 63629 0 2 0 1562 36 0 0 20 0 12 0 148679224 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3271/statm: 449322 52576 1330 9 0 446934 0
[pid=3271/tid=3273] ppid=3269 vsize=1797288 CPUtime=11.92
/proc/3271/task/3273/stat : 3273 (java) S 3269 3271 2666 0 -1 64 44852 0 2 0 1172 20 0 0 16 0 12 0 148679226 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3274] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3274/stat : 3274 (java) S 3269 3271 2666 0 -1 64 2775 0 0 0 11 1 0 0 16 0 12 0 148679227 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3275] ppid=3269 vsize=1797288 CPUtime=0.12
/proc/3271/task/3275/stat : 3275 (java) S 3269 3271 2666 0 -1 64 2898 0 0 0 12 0 0 0 15 0 12 0 148679227 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3271/tid=3276] ppid=3269 vsize=1797288 CPUtime=0.1
/proc/3271/task/3276/stat : 3276 (java) S 3269 3271 2666 0 -1 64 40 0 0 0 4 6 0 0 16 0 12 0 148679229 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3277] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3277/stat : 3277 (java) S 3269 3271 2666 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 148679230 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3278] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3278/stat : 3278 (java) S 3269 3271 2666 0 -1 64 24 0 0 0 0 0 0 0 17 0 12 0 148679230 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3279] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3279/stat : 3279 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3280] ppid=3269 vsize=1797288 CPUtime=1.63
/proc/3271/task/3280/stat : 3280 (java) S 3269 3271 2666 0 -1 64 5917 0 0 0 162 1 0 0 17 0 12 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3281] ppid=3269 vsize=1797288 CPUtime=2
/proc/3271/task/3281/stat : 3281 (java) S 3269 3271 2666 0 -1 64 6359 0 0 0 197 3 0 0 16 0 12 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3282] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3282/stat : 3282 (java) S 3269 3271 2666 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3271/tid=3283] ppid=3269 vsize=1797288 CPUtime=0
/proc/3271/task/3283/stat : 3283 (java) S 3269 3271 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148679233 1840422912 52576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1797288

Child status: 30
Real time (s): 13.4573
CPU time (s): 16.0266
CPU user time (s): 15.6256
CPU system time (s): 0.400939
CPU usage (%): 119.092
Max. virtual memory (cumulated for all children) (KiB): 1800072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6256
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63632
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1896
involuntary context switches= 1570

runsolver used 0.015997 second user time and 0.053991 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Thu Apr 19 18:34:28 UTC 2007

IDJOB= 362171
IDBENCH= 1519
IDSOLVER= 160
FILE ID= node37/362171-1177007668

PBS_JOBID= 4630524

Free space on /tmp= 66413 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5dbbb39821171ddf7cf17b36f56beeda

RANDOM SEED= 74194377

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:       1631824 kB
Buffers:         43244 kB
Cached:         286080 kB
SwapCached:       2516 kB
Active:         119456 kB
Inactive:       234824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631824 kB
SwapTotal:     4192956 kB
SwapFree:      4158988 kB
Dirty:            3768 kB
Writeback:           0 kB
Mapped:          32560 kB
Slab:            55172 kB
Committed_AS:  1144176 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= 66413 MiB

End job on node37 on Thu Apr 19 18:34:41 UTC 2007