Trace number 362173

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23OPT10447498 10.4104 8.21328

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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c Simplify asserted PB constraints to clauses
0.09/0.19	c solving /tmp/evaluation/362173-1177007684/instance-362173-1177007684.opb
0.09/0.19	c reading problem ... 
0.33/0.32	c ... done. Wall clock time 0.127s.
0.33/0.32	c CPU time (experimental) 0.27s.
0.33/0.32	c #vars     290
0.33/0.32	c #constraints  205
0.33/0.36	c SATISFIABLE
0.33/0.36	c OPTIMIZING...
0.33/0.36	c Got one! Elapsed wall clock time (in seconds):0.17
0.33/0.37	o 24445051
0.47/0.43	c Got one! Elapsed wall clock time (in seconds):0.238
0.47/0.43	o 23190195
0.47/0.46	c Got one! Elapsed wall clock time (in seconds):0.264
0.47/0.46	o 23150195
1.62/1.03	c Got one! Elapsed wall clock time (in seconds):0.838
1.62/1.03	o 23109625
2.01/1.24	c Got one! Elapsed wall clock time (in seconds):1.041
2.01/1.24	o 23088995
2.20/1.32	c Got one! Elapsed wall clock time (in seconds):1.123
2.20/1.32	o 23046397
2.20/1.36	c Got one! Elapsed wall clock time (in seconds):1.169
2.20/1.36	o 23026397
2.61/1.50	c Got one! Elapsed wall clock time (in seconds):1.304
2.61/1.50	o 23005767
2.61/1.53	c Got one! Elapsed wall clock time (in seconds):1.34
2.61/1.54	o 22996787
2.61/1.57	c Got one! Elapsed wall clock time (in seconds):1.378
2.61/1.57	o 22976157
3.00/1.75	c Got one! Elapsed wall clock time (in seconds):1.556
3.00/1.75	o 22951555
3.00/1.79	c Got one! Elapsed wall clock time (in seconds):1.592
3.00/1.79	o 22930925
3.16/1.84	c Got one! Elapsed wall clock time (in seconds):1.642
3.16/1.84	o 22924207
3.16/1.89	c Got one! Elapsed wall clock time (in seconds):1.692
3.16/1.89	o 22921945
3.26/1.94	c Got one! Elapsed wall clock time (in seconds):1.742
3.26/1.94	o 22901315
3.26/1.97	c Got one! Elapsed wall clock time (in seconds):1.776
3.26/1.97	o 22887047
3.38/2.09	c Got one! Elapsed wall clock time (in seconds):1.899
3.38/2.09	o 22607435
3.49/2.15	c Got one! Elapsed wall clock time (in seconds):1.953
3.49/2.15	o 22574447
3.49/2.19	c Got one! Elapsed wall clock time (in seconds):1.994
3.49/2.19	o 22553817
3.69/2.24	c Got one! Elapsed wall clock time (in seconds):2.041
3.69/2.24	o 22544837
3.69/2.27	c Got one! Elapsed wall clock time (in seconds):2.071
3.69/2.27	o 22524207
3.80/2.36	c Got one! Elapsed wall clock time (in seconds):2.167
3.80/2.36	o 22084527
3.91/2.42	c Got one! Elapsed wall clock time (in seconds):2.222
3.91/2.42	o 21684527
3.91/2.44	c Got one! Elapsed wall clock time (in seconds):2.249
3.91/2.44	o 21676905
4.09/2.54	c Got one! Elapsed wall clock time (in seconds):2.345
4.09/2.54	o 21485812
4.09/2.56	c Got one! Elapsed wall clock time (in seconds):2.365
4.09/2.56	o 21450930
4.29/2.60	c Got one! Elapsed wall clock time (in seconds):2.404
4.29/2.60	o 21414962
4.29/2.68	c Got one! Elapsed wall clock time (in seconds):2.487
4.29/2.68	o 21114628
4.47/2.72	c Got one! Elapsed wall clock time (in seconds):2.524
4.47/2.72	o 21036212
4.47/2.75	c Got one! Elapsed wall clock time (in seconds):2.551
4.47/2.75	o 21028590
4.58/2.80	c Got one! Elapsed wall clock time (in seconds):2.61
4.58/2.80	o 20714628
4.58/2.82	c Got one! Elapsed wall clock time (in seconds):2.63
4.58/2.82	o 20656480
4.58/2.84	c Got one! Elapsed wall clock time (in seconds):2.649
4.58/2.84	o 20620512
4.58/2.86	c Got one! Elapsed wall clock time (in seconds):2.668
4.58/2.86	o 20619154
4.58/2.89	c Got one! Elapsed wall clock time (in seconds):2.691
4.58/2.89	o 20590902
4.71/2.97	c Got one! Elapsed wall clock time (in seconds):2.774
4.71/2.97	o 20563890
4.71/2.99	c Got one! Elapsed wall clock time (in seconds):2.791
4.71/2.99	o 20534280
4.71/3.00	c Got one! Elapsed wall clock time (in seconds):2.802
4.71/3.00	o 20262187
4.89/3.02	c Got one! Elapsed wall clock time (in seconds):2.822
4.89/3.02	o 19493679
4.99/3.11	c Got one! Elapsed wall clock time (in seconds):2.915
4.99/3.11	o 18963650
4.99/3.14	c Got one! Elapsed wall clock time (in seconds):2.947
4.99/3.14	o 16847972
4.99/3.16	c Got one! Elapsed wall clock time (in seconds):2.965
4.99/3.16	o 16841815
5.10/3.22	c Got one! Elapsed wall clock time (in seconds):3.022
5.10/3.22	o 16777643
5.10/3.24	c Got one! Elapsed wall clock time (in seconds):3.042
5.10/3.24	o 16389865
5.10/3.28	c Got one! Elapsed wall clock time (in seconds):3.087
5.10/3.28	o 16361413
5.22/3.31	c Got one! Elapsed wall clock time (in seconds):3.12
5.22/3.31	o 16327795
5.22/3.34	c Got one! Elapsed wall clock time (in seconds):3.146
5.22/3.34	o 16307795
5.22/3.36	c Got one! Elapsed wall clock time (in seconds):3.165
5.22/3.36	o 16163890
5.22/3.39	c Got one! Elapsed wall clock time (in seconds):3.192
5.22/3.39	o 15399086
5.32/3.42	c Got one! Elapsed wall clock time (in seconds):3.226
5.32/3.42	o 14555350
5.32/3.47	c Got one! Elapsed wall clock time (in seconds):3.271
5.32/3.47	o 13735033
5.32/3.49	c Got one! Elapsed wall clock time (in seconds):3.295
5.32/3.49	o 12694025
5.55/3.62	c Got one! Elapsed wall clock time (in seconds):3.427
5.55/3.62	o 12528679
5.55/3.66	c Got one! Elapsed wall clock time (in seconds):3.466
5.55/3.66	o 12468542
5.65/3.71	c Got one! Elapsed wall clock time (in seconds):3.514
5.65/3.71	o 12062322
5.75/3.90	c Got one! Elapsed wall clock time (in seconds):3.702
5.75/3.90	o 11355898
5.85/3.91	c Got one! Elapsed wall clock time (in seconds):3.711
5.85/3.91	o 11140720
6.06/4.11	c Got one! Elapsed wall clock time (in seconds):3.911
6.06/4.11	o 10973998
6.90/4.91	c Got one! Elapsed wall clock time (in seconds):4.714
6.90/4.91	o 10874265
8.58/6.54	c Got one! Elapsed wall clock time (in seconds):6.345
8.58/6.54	o 10691988
9.23/7.15	c Got one! Elapsed wall clock time (in seconds):6.954
9.23/7.15	o 10673063
9.46/7.37	c Got one! Elapsed wall clock time (in seconds):7.173
9.46/7.37	o 10499038
9.56/7.46	c Got one! Elapsed wall clock time (in seconds):7.266
9.56/7.46	o 10447498
10.30/8.15	c starts		: 66
10.30/8.15	c conflicts		: 1025
10.30/8.15	c decisions		: 10709
10.30/8.15	c propagations		: 41461
10.30/8.15	c inspects		: 1462228
10.30/8.15	c learnt literals	: 0
10.30/8.15	c learnt binary clauses	: 0
10.30/8.15	c learnt ternary clauses	: 0
10.30/8.15	c learnt clauses	: 1024
10.30/8.15	c root simplifications	: 0
10.30/8.15	c removed literals (reason simplification)	: 0
10.30/8.15	c reason swapping (by a shorter reason)	: 0
10.30/8.15	c Calls to reduceDB	: 0
10.30/8.15	c speed (decisions/second)	: 15633.576642335765
10.30/8.15	c non guided choices	10
10.30/8.15	s OPTIMUM FOUND
10.30/8.15	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
10.30/8.15	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
10.30/8.15	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
10.30/8.15	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
10.30/8.15	v -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125
10.30/8.15	v -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146
10.30/8.15	v -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167
10.30/8.15	v -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188
10.30/8.15	v -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209
10.30/8.15	v -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
10.30/8.15	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251
10.30/8.15	v x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273
10.30/8.15	v -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290
10.30/8.15	c objective function=10447498
10.30/8.15	c Total wall clock time (ms): 7.958

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-362173-1177007684 -o ROOT/results/node37/solver-362173-1177007684 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362173-1177007684/sat4jPseudoCPClause.jar /tmp/evaluation/362173-1177007684/instance-362173-1177007684.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.86 0.99 0.99 2/78 3438
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=140 CPUtime=0
/proc/3438/stat : 3438 (java) R 3436 3438 2666 0 -1 0 189 0 0 0 0 0 0 0 18 0 1 0 148680842 143360 11 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 3163851 0 0 4096 0 0 0 0 17 1 0 0
/proc/3438/statm: 37 20 14 9 0 3 0

[startup+0.066633 s]
/proc/loadavg: 0.86 0.99 0.99 2/78 3438
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1777708 CPUtime=0.05
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 3708 0 1 0 3 2 0 0 18 0 7 0 148680842 1820372992 3451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 444427 3451 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.10162 s]
/proc/loadavg: 0.86 0.99 0.99 2/78 3438
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1780260 CPUtime=0.09
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 4019 0 1 0 6 3 0 0 18 0 12 0 148680842 1822986240 3761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 445065 3761 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780260

[startup+0.301655 s]
/proc/loadavg: 0.86 0.99 0.99 2/78 3438
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1781380 CPUtime=0.33
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 5129 0 1 0 29 4 0 0 18 0 12 0 148680842 1824133120 4868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 445345 4868 1264 9 0 442956 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781380

[startup+0.70173 s]
/proc/loadavg: 0.86 0.99 0.99 2/78 3438
/proc/meminfo: memFree=1631352/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1784988 CPUtime=1.03
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 7865 0 1 0 98 5 0 0 18 0 13 0 148680842 1827827712 6576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 446247 6577 1312 9 0 443858 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1784988

[startup+1.50288 s]
/proc/loadavg: 0.86 0.99 0.99 4/91 3454
/proc/meminfo: memFree=1586512/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1799128 CPUtime=2.61
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 24439 0 1 0 249 12 0 0 18 0 13 0 148680842 1842307072 18411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 449782 18412 1313 9 0 447393 0
[pid=3438/tid=3440] ppid=3436 vsize=1799128 CPUtime=0.88
/proc/3438/task/3440/stat : 3440 (java) R 3436 3438 2666 0 -1 64 13419 0 1 0 82 6 0 0 17 0 13 0 148680843 1842307072 18412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109174959 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3441] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3441/stat : 3441 (java) S 3436 3438 2666 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 148680845 1842307072 18413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3442] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3442/stat : 3442 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 148680845 1842307072 18413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3443] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3443/stat : 3443 (java) S 3436 3438 2666 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 148680847 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3444] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3444/stat : 3444 (java) S 3436 3438 2666 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 148680847 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3445] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3445/stat : 3445 (java) S 3436 3438 2666 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148680847 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3446] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3446/stat : 3446 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148680851 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3447] ppid=3436 vsize=1799128 CPUtime=1
/proc/3438/task/3447/stat : 3447 (java) R 3436 3438 2666 0 -1 64 6603 0 0 0 97 3 0 0 18 0 13 0 148680851 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101901473 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3448] ppid=3436 vsize=1799128 CPUtime=0.7
/proc/3438/task/3448/stat : 3448 (java) R 3436 3438 2666 0 -1 64 3686 0 0 0 68 2 0 0 20 0 13 0 148680851 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105305666 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3449] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3449/stat : 3449 (java) S 3436 3438 2666 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 148680851 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3450] ppid=3436 vsize=1799128 CPUtime=0
/proc/3438/task/3450/stat : 3450 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148680851 1842307072 18414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1799128

[startup+3.10219 s]
/proc/loadavg: 0.86 0.99 0.99 3/90 3467
/proc/meminfo: memFree=1499664/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1799452 CPUtime=4.99
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 51219 0 1 0 476 23 0 0 18 0 13 0 148680842 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 449863 43346 1327 9 0 447474 0
[pid=3438/tid=3440] ppid=3436 vsize=1799452 CPUtime=2.18
/proc/3438/task/3440/stat : 3440 (java) R 3436 3438 2666 0 -1 64 37724 0 1 0 202 16 0 0 25 0 13 0 148680843 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501573 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3441] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3441/stat : 3441 (java) S 3436 3438 2666 0 -1 64 253 0 0 0 0 0 0 0 16 0 13 0 148680845 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3442] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3442/stat : 3442 (java) S 3436 3438 2666 0 -1 64 241 0 0 0 0 0 0 0 16 0 13 0 148680845 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3443] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3443/stat : 3443 (java) S 3436 3438 2666 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 148680847 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3444] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3444/stat : 3444 (java) S 3436 3438 2666 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148680847 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3445] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3445/stat : 3445 (java) S 3436 3438 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148680847 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3446] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3446/stat : 3446 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148680851 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3447] ppid=3436 vsize=1799452 CPUtime=1.63
/proc/3438/task/3447/stat : 3447 (java) S 3436 3438 2666 0 -1 64 8491 0 0 0 159 4 0 0 16 0 13 0 148680851 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3448] ppid=3436 vsize=1799452 CPUtime=1.14
/proc/3438/task/3448/stat : 3448 (java) S 3436 3438 2666 0 -1 64 3766 0 0 0 112 2 0 0 16 0 13 0 148680851 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3449] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3449/stat : 3449 (java) S 3436 3438 2666 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 148680851 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3450] ppid=3436 vsize=1799452 CPUtime=0
/proc/3438/task/3450/stat : 3450 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148680851 1842638848 43346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 1799452

[startup+6.30178 s]
/proc/loadavg: 1.03 1.02 1.00 2/91 3510
/proc/meminfo: memFree=1454152/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1797212 CPUtime=8.38
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 56797 0 1 0 811 27 0 0 18 0 13 0 148680842 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 449303 46569 1329 9 0 446914 0
[pid=3438/tid=3440] ppid=3436 vsize=1797212 CPUtime=5.21
/proc/3438/task/3440/stat : 3440 (java) R 3436 3438 2666 0 -1 64 37731 0 1 0 505 16 0 0 24 0 13 0 148680843 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587051 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3441] ppid=3436 vsize=1797212 CPUtime=0.13
/proc/3438/task/3441/stat : 3441 (java) S 3436 3438 2666 0 -1 64 3133 0 0 0 12 1 0 0 16 0 13 0 148680845 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3442] ppid=3436 vsize=1797212 CPUtime=0.13
/proc/3438/task/3442/stat : 3442 (java) S 3436 3438 2666 0 -1 64 2895 0 0 0 12 1 0 0 17 0 13 0 148680845 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3443] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3443/stat : 3443 (java) S 3436 3438 2666 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3444] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3444/stat : 3444 (java) S 3436 3438 2666 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 148680847 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3445] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3445/stat : 3445 (java) S 3436 3438 2666 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 148680847 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3446] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3446/stat : 3446 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148680851 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3447] ppid=3436 vsize=1797212 CPUtime=1.66
/proc/3438/task/3447/stat : 3447 (java) S 3436 3438 2666 0 -1 64 8494 0 0 0 162 4 0 0 16 0 13 0 148680851 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3448] ppid=3436 vsize=1797212 CPUtime=1.19
/proc/3438/task/3448/stat : 3448 (java) S 3436 3438 2666 0 -1 64 3771 0 0 0 117 2 0 0 16 0 13 0 148680851 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3449] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3449/stat : 3449 (java) S 3436 3438 2666 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 148680851 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3450] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3450/stat : 3450 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148680851 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3510] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3510/stat : 3510 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148681334 1840345088 46569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1797212

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

[startup+7.10294 s]
/proc/loadavg: 1.03 1.02 1.00 3/91 3510
/proc/meminfo: memFree=1449352/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1797212 CPUtime=9.23
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 57929 0 1 0 896 27 0 0 18 0 13 0 148680842 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 449303 47550 1329 9 0 446914 0
[pid=3438/tid=3440] ppid=3436 vsize=1797212 CPUtime=5.97
/proc/3438/task/3440/stat : 3440 (java) R 3436 3438 2666 0 -1 64 37732 0 1 0 581 16 0 0 17 0 13 0 148680843 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109772970 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3441] ppid=3436 vsize=1797212 CPUtime=0.17
/proc/3438/task/3441/stat : 3441 (java) S 3436 3438 2666 0 -1 64 3901 0 0 0 16 1 0 0 16 0 13 0 148680845 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3442] ppid=3436 vsize=1797212 CPUtime=0.17
/proc/3438/task/3442/stat : 3442 (java) S 3436 3438 2666 0 -1 64 3253 0 0 0 16 1 0 0 16 0 13 0 148680845 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3443] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3443/stat : 3443 (java) S 3436 3438 2666 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3444] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3444/stat : 3444 (java) S 3436 3438 2666 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3445] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3445/stat : 3445 (java) S 3436 3438 2666 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3446] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3446/stat : 3446 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148680851 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3447] ppid=3436 vsize=1797212 CPUtime=1.66
/proc/3438/task/3447/stat : 3447 (java) S 3436 3438 2666 0 -1 64 8494 0 0 0 162 4 0 0 17 0 13 0 148680851 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3448] ppid=3436 vsize=1797212 CPUtime=1.21
/proc/3438/task/3448/stat : 3448 (java) S 3436 3438 2666 0 -1 64 3772 0 0 0 119 2 0 0 15 0 13 0 148680851 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3449] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3449/stat : 3449 (java) S 3436 3438 2666 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 148680851 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3450] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3450/stat : 3450 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148680851 1840345088 47550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.23
Current children cumulated vsize (KiB) 1797212

[startup+7.90209 s]
/proc/loadavg: 1.03 1.02 1.00 2/91 3514
/proc/meminfo: memFree=1445440/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1797212 CPUtime=10.09
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 60157 0 1 0 981 28 0 0 18 0 13 0 148680842 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 449303 49568 1329 9 0 446914 0
[pid=3438/tid=3440] ppid=3436 vsize=1797212 CPUtime=6.72
/proc/3438/task/3440/stat : 3440 (java) R 3436 3438 2666 0 -1 64 37736 0 1 0 656 16 0 0 19 0 13 0 148680843 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109852717 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3441] ppid=3436 vsize=1797212 CPUtime=0.2
/proc/3438/task/3441/stat : 3441 (java) S 3436 3438 2666 0 -1 64 5082 0 0 0 18 2 0 0 17 0 13 0 148680845 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3442] ppid=3436 vsize=1797212 CPUtime=0.2
/proc/3438/task/3442/stat : 3442 (java) S 3436 3438 2666 0 -1 64 4287 0 0 0 18 2 0 0 16 0 13 0 148680845 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3443] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3443/stat : 3443 (java) S 3436 3438 2666 0 -1 64 41 0 0 0 0 0 0 0 17 0 13 0 148680847 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3444] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3444/stat : 3444 (java) S 3436 3438 2666 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3445] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3445/stat : 3445 (java) S 3436 3438 2666 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3446] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3446/stat : 3446 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3447] ppid=3436 vsize=1797212 CPUtime=1.7
/proc/3438/task/3447/stat : 3447 (java) S 3436 3438 2666 0 -1 64 8495 0 0 0 166 4 0 0 17 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3448] ppid=3436 vsize=1797212 CPUtime=1.21
/proc/3438/task/3448/stat : 3448 (java) S 3436 3438 2666 0 -1 64 3772 0 0 0 119 2 0 0 15 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3449] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3449/stat : 3449 (java) S 3436 3438 2666 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3450] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3450/stat : 3450 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3514] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3514/stat : 3514 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 148681589 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 1797212

[startup+8.10213 s]
/proc/loadavg: 1.03 1.02 1.00 2/91 3514
/proc/meminfo: memFree=1445440/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=1797212 CPUtime=10.3
/proc/3438/stat : 3438 (java) S 3436 3438 2666 0 -1 0 60157 0 1 0 1002 28 0 0 18 0 13 0 148680842 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 449303 49568 1329 9 0 446914 0
[pid=3438/tid=3440] ppid=3436 vsize=1797212 CPUtime=6.92
/proc/3438/task/3440/stat : 3440 (java) R 3436 3438 2666 0 -1 64 37736 0 1 0 676 16 0 0 20 0 13 0 148680843 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501341 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3441] ppid=3436 vsize=1797212 CPUtime=0.2
/proc/3438/task/3441/stat : 3441 (java) S 3436 3438 2666 0 -1 64 5082 0 0 0 18 2 0 0 17 0 13 0 148680845 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3442] ppid=3436 vsize=1797212 CPUtime=0.2
/proc/3438/task/3442/stat : 3442 (java) S 3436 3438 2666 0 -1 64 4287 0 0 0 18 2 0 0 16 0 13 0 148680845 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3443] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3443/stat : 3443 (java) S 3436 3438 2666 0 -1 64 41 0 0 0 0 0 0 0 17 0 13 0 148680847 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3444] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3444/stat : 3444 (java) S 3436 3438 2666 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3445] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3445/stat : 3445 (java) S 3436 3438 2666 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148680847 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3446] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3446/stat : 3446 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3447] ppid=3436 vsize=1797212 CPUtime=1.71
/proc/3438/task/3447/stat : 3447 (java) S 3436 3438 2666 0 -1 64 8495 0 0 0 167 4 0 0 16 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3438/tid=3448] ppid=3436 vsize=1797212 CPUtime=1.21
/proc/3438/task/3448/stat : 3448 (java) S 3436 3438 2666 0 -1 64 3772 0 0 0 119 2 0 0 16 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3449] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3449/stat : 3449 (java) S 3436 3438 2666 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3450] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3450/stat : 3450 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148680851 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3438/tid=3514] ppid=3436 vsize=1797212 CPUtime=0
/proc/3438/task/3514/stat : 3514 (java) S 3436 3438 2666 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 148681589 1840345088 49568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 1797212

[startup+8.20246 s]
/proc/loadavg: 1.03 1.02 1.00 2/91 3514
/proc/meminfo: memFree=1445440/2055920 swapFree=4158988/4192956
[pid=3438] ppid=3436 vsize=0 CPUtime=10.39
/proc/3438/stat : 3438 (java) Z 3436 3438 2666 0 -1 1036 60167 0 1 0 1008 31 0 0 16 0 2 0 148680842 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3438/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 8.21328
CPU time (s): 10.4104
CPU user time (s): 10.0865
CPU system time (s): 0.32395
CPU usage (%): 126.751
Max. virtual memory (cumulated for all children) (KiB): 1803576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0865
system time used= 0.32395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60167
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1314
involuntary context switches= 1004

runsolver used 0.013997 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

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

IDJOB= 362173
IDBENCH= 1519
IDSOLVER= 164
FILE ID= node37/362173-1177007684

PBS_JOBID= 4630524

Free space on /tmp= 66413 MiB

SOLVER NAME= sat4jPseudoCPClause 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/362173-1177007684/sat4jPseudoCPClause.jar /tmp/evaluation/362173-1177007684/instance-362173-1177007684.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-362173-1177007684 -o ROOT/results/node37/solver-362173-1177007684 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362173-1177007684/sat4jPseudoCPClause.jar /tmp/evaluation/362173-1177007684/instance-362173-1177007684.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5dbbb39821171ddf7cf17b36f56beeda

RANDOM SEED= 430381094

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:       1631760 kB
Buffers:         43264 kB
Cached:         286196 kB
SwapCached:       2516 kB
Active:         123880 kB
Inactive:       230556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631760 kB
SwapTotal:     4192956 kB
SwapFree:      4158988 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:          32560 kB
Slab:            55084 kB
Committed_AS:  1144616 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:52 UTC 2007