Trace number 49692

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
minisat+ 1.14SAT (TO)27 1800.49 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_10.r.opb
MD5SUM7594cbd1c9783d8ed9b0ac9dcb03739f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark5.51816
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved YES
Number of variables293
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 293
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 293
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 293
Number of bits of the biggest sum of numbers9
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.00	c Parsing PB file...
0.01	c Converting 100 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.01	c   -- Clauses(.)/Splits(s): ....................................................................................................
0.01	c ==================================[MINISAT+]==================================
0.01	c | Conflicts | Original         | Learnt                           | Progress |
0.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.01	c ==============================================================================
0.01	c |         0 |     100     1000 |      33       0        0     nan |  0.000 % |
0.01	c ==============================================================================
0.01	c Found solution: 33
0.01	o 33
0.01	c ---[   0]---> Sorter-cost:10538     Base:
0.08	c ==================================[MINISAT+]==================================
0.08	c | Conflicts | Original         | Learnt                           | Progress |
0.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.08	c ==============================================================================
0.08	c |         0 |   11827    28389 |    3942       0        0     nan |  0.000 % |
0.10	c |       100 |   11827    28389 |    4336     100     4541    45.4 |  0.439 % |
0.14	c |       252 |   11827    28389 |    4769     252    13317    52.8 |  0.439 % |
0.18	c |       477 |   11827    28389 |    5246     477    28306    59.3 |  0.439 % |
0.26	c |       816 |   11827    28389 |    5771     816    54712    67.0 |  0.439 % |
0.33	c |      1324 |   11817    28369 |    6348    1322    77751    58.8 |  0.501 % |
0.49	c |      2083 |   11817    28369 |    6983    2081   132618    63.7 |  0.501 % |
0.74	c |      3222 |   11817    28369 |    7681    3220   219159    68.1 |  0.501 % |
1.09	c |      4930 |   11817    28369 |    8450    4928   331414    67.3 |  0.501 % |
1.63	c |      7493 |   11817    28369 |    9295    7491   560258    74.8 |  0.501 % |
2.92	c |     11338 |   11817    28369 |   10224    6292   591527    94.0 |  0.501 % |
3.17	c ==============================================================================
3.17	c Found solution: 32
3.17	o 32
3.18	c ---[   0]---> Sorter-cost:    0     Base:
3.24	c ==================================[MINISAT+]==================================
3.24	c | Conflicts | Original         | Learnt                           | Progress |
3.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.24	c ==============================================================================
3.24	c |     12195 |   11834    28416 |    3944    7149   675618    94.5 |  0.501 % |
3.27	c |     12295 |   11834    28416 |    4338    3675   330099    89.8 |  0.513 % |
3.31	c |     12446 |   11834    28416 |    4772    3826   339804    88.8 |  0.513 % |
3.36	c |     12672 |   11834    28416 |    5249    4052   355286    87.7 |  0.513 % |
3.46	c |     13009 |   11834    28416 |    5774    4389   381366    86.9 |  0.513 % |
3.59	c |     13519 |   11834    28416 |    6351    4899   424461    86.6 |  0.513 % |
3.77	c |     14280 |   11834    28416 |    6987    5660   483755    85.5 |  0.513 % |
4.03	c |     15420 |   11834    28416 |    7685    6800   577032    84.9 |  0.513 % |
4.48	c |     17128 |   11834    28416 |    8454    8508   725565    85.3 |  0.513 % |
5.33	c |     19691 |   11834    28416 |    9299    6817   550669    80.8 |  0.513 % |
6.61	c ==============================================================================
6.61	c Found solution: 31
6.61	o 31
6.61	c ---[   0]---> Sorter-cost:    0     Base:
6.68	c ==================================[MINISAT+]==================================
6.68	c | Conflicts | Original         | Learnt                           | Progress |
6.68	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.68	c ==============================================================================
6.68	c |     23275 |   11823    28389 |    3941    5553   474101    85.4 |  0.513 % |
6.72	c |     23377 |   11823    28389 |    4335    2879   232198    80.7 |  0.676 % |
6.77	c |     23529 |   11823    28389 |    4768    3031   242230    79.9 |  0.676 % |
6.82	c |     23755 |   11823    28389 |    5245    3257   253044    77.7 |  0.676 % |
6.92	c |     24095 |   11823    28389 |    5770    3597   275146    76.5 |  0.676 % |
7.04	c |     24602 |   11823    28389 |    6347    4104   308513    75.2 |  0.676 % |
7.24	c |     25362 |   11823    28389 |    6981    4864   362225    74.5 |  0.676 % |
7.55	c |     26501 |   11823    28389 |    7679    6003   446912    74.4 |  0.676 % |
8.18	c |     28210 |   11823    28389 |    8447    7712   585861    76.0 |  0.676 % |
8.91	c |     30773 |   11823    28389 |    9292    5365   381972    71.2 |  0.676 % |
9.72	c ==============================================================================
9.72	c Found solution: 30
9.72	o 30
9.73	c ---[   0]---> Sorter-cost:    0     Base:
9.79	c ==================================[MINISAT+]==================================
9.79	c | Conflicts | Original         | Learnt                           | Progress |
9.79	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.79	c ==============================================================================
9.79	c |     33117 |   11842    28442 |    3947    7709   577092    74.9 |  0.676 % |
9.83	c |     33217 |   11842    28442 |    4341    3955   272119    68.8 |  0.687 % |
9.88	c |     33367 |   11842    28442 |    4775    4105   280919    68.4 |  0.687 % |
9.95	c |     33592 |   11842    28442 |    5253    4330   295973    68.4 |  0.687 % |
10.05	c |     33929 |   11842    28442 |    5778    4667   315417    67.6 |  0.687 % |
10.15	c |     34435 |   11842    28442 |    6356    5173   350322    67.7 |  0.687 % |
10.42	c |     35194 |   11842    28442 |    6992    5932   410899    69.3 |  0.687 % |
10.82	c |     36333 |   11842    28442 |    7691    7071   516894    73.1 |  0.687 % |
11.38	c |     38042 |   11842    28442 |    8460    4505   333862    74.1 |  0.687 % |
12.29	c |     40605 |   11842    28442 |    9306    7068   567258    80.3 |  0.687 % |
13.87	c |     44449 |   11842    28442 |   10237    5866   504396    86.0 |  0.687 % |
16.60	c |     50215 |   11842    28442 |   11261    6119   532361    87.0 |  0.687 % |
20.34	c |     58865 |   11842    28442 |   12387    8821   734714    83.3 |  0.687 % |
25.75	c |     71840 |   11842    28442 |   13626    8523   726779    85.3 |  0.687 % |
34.23	c |     91301 |   11842    28442 |   14988   13666  1222268    89.4 |  0.687 % |
42.85	c |    120493 |   11842    28442 |   16487   10581   790686    74.7 |  0.687 % |
43.02	c ==============================================================================
43.02	c Found solution: 29
43.02	o 29
43.02	c ---[   0]---> Sorter-cost:    0     Base:
43.09	c ==================================[MINISAT+]==================================
43.09	c | Conflicts | Original         | Learnt                           | Progress |
43.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
43.09	c ==============================================================================
43.09	c |    120969 |   11704    28116 |    3901   10413   758616    72.9 |  0.687 % |
43.15	c |    121069 |   11704    28116 |    4291    2704   149977    55.5 |  1.923 % |
43.17	c ==============================================================================
43.17	c Found solution: 28
43.17	o 28
43.18	c ---[   0]---> Sorter-cost:    0     Base:
43.24	c ==================================[MINISAT+]==================================
43.24	c | Conflicts | Original         | Learnt                           | Progress |
43.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
43.24	c ==============================================================================
43.24	c |    121150 |   11721    28162 |    3907    2785   155263    55.7 |  1.923 % |
43.27	c |    121250 |   11721    28162 |    4297    2885   162425    56.3 |  1.933 % |
43.30	c |    121402 |   11721    28162 |    4727    3037   172779    56.9 |  1.933 % |
43.36	c |    121629 |   11721    28162 |    5200    3264   188338    57.7 |  1.933 % |
43.44	c |    121966 |   11721    28162 |    5720    3601   210942    58.6 |  1.933 % |
43.57	c |    122472 |   11721    28162 |    6292    4107   242516    59.0 |  1.933 % |
43.72	c |    123232 |   11721    28162 |    6921    4867   284908    58.5 |  1.933 % |
43.98	c |    124372 |   11721    28162 |    7613    6007   358316    59.6 |  1.933 % |
44.46	c |    126081 |   11721    28162 |    8375    7716   471529    61.1 |  1.933 % |
45.35	c |    128643 |   11721    28162 |    9212    5614   342649    61.0 |  1.933 % |
46.24	c |    132487 |   11721    28162 |   10133    9458   602703    63.7 |  1.933 % |
48.24	c |    138255 |   11721    28162 |   11147    9442   638376    67.6 |  1.933 % |
51.69	c |    146904 |   11721    28162 |   12261   12004   853762    71.1 |  1.933 % |
56.17	c |    159880 |   11721    28162 |   13488   11550   808207    70.0 |  1.933 % |
63.39	c |    179342 |   11721    28162 |   14836    8070   587148    72.8 |  1.933 % |
75.73	c |    208536 |   11721    28162 |   16320   11725   855851    73.0 |  1.933 % |
93.99	c |    252327 |   11721    28162 |   17952   11566   784378    67.8 |  1.933 % |
120.27	c |    318011 |   11721    28162 |   19747   17507  1274482    72.8 |  1.933 % |
166.66	c |    416538 |   11721    28162 |   21722   19409  1457100    75.1 |  1.933 % |
233.57	c |    564328 |   11721    28162 |   23894   18368  1364779    74.3 |  1.933 % |
338.76	c |    786013 |   11721    28162 |   26284   23563  1717878    72.9 |  1.933 % |
445.85	c ==============================================================================
445.85	c Found solution: 27
445.85	o 27
445.85	c ---[   0]---> Sorter-cost:    0     Base:
445.92	c ==================================[MINISAT+]==================================
445.92	c | Conflicts | Original         | Learnt                           | Progress |
445.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
445.92	c ==============================================================================
445.92	c |    975855 |   11708    28128 |    3902   17646  1241308    70.3 |  1.933 % |
446.02	c |    975956 |   11708    28128 |    4292    2307   113899    49.4 |  2.107 % |
446.06	c |    976106 |   11708    28128 |    4721    2457   122808    50.0 |  2.107 % |
446.11	c |    976331 |   11689    28089 |    5193    2680   137482    51.3 |  2.232 % |
446.20	c |    976669 |   11689    28089 |    5712    3018   160424    53.2 |  2.232 % |
446.34	c |    977179 |   11689    28089 |    6284    3528   194408    55.1 |  2.232 % |
446.52	c |    977940 |   11689    28089 |    6912    4289   246209    57.4 |  2.232 % |
446.83	c |    979079 |   11689    28089 |    7603    5428   314995    58.0 |  2.232 % |
447.39	c |    980787 |   11689    28089 |    8364    7136   418875    58.7 |  2.232 % |
448.25	c |    983349 |   11689    28089 |    9200    4978   291098    58.5 |  2.232 % |
449.67	c |    987193 |   11689    28089 |   10120    8822   569176    64.5 |  2.232 % |
451.71	c |    992962 |   11689    28089 |   11132    9277   605976    65.3 |  2.232 % |
455.02	c |   1001611 |   11689    28089 |   12246   11866   780239    65.8 |  2.232 % |
460.13	c |   1014585 |   11689    28089 |   13470   11393   708186    62.2 |  2.232 % |
467.81	c |   1034046 |   11689    28089 |   14817    9091   613816    67.5 |  2.232 % |
479.18	c |   1063240 |   11689    28089 |   16299   14515   943671    65.0 |  2.232 % |
497.83	c |   1107030 |   11689    28089 |   17929   14937   842202    56.4 |  2.232 % |
525.13	c |   1172716 |   11689    28089 |   19722   12102   830980    68.7 |  2.232 % |
571.40	c |   1271245 |   11689    28089 |   21694   17337  1390696    80.2 |  2.232 % |
631.22	c |   1419034 |   11689    28089 |   23864   17793  1029215    57.8 |  2.232 % |
758.61	c |   1640719 |   11689    28089 |   26250   13791   875478    63.5 |  2.232 % |
943.27	c |   1973244 |   11689    28089 |   28875   21359  1404064    65.7 |  2.232 % |
1247.73	c |   2472034 |   11689    28089 |   31763   20983  1327254    63.3 |  2.232 % |
1701.78	c |   3220216 |   11689    28089 |   34939   31085  2122141    68.3 |  2.232 % |
1801.20	c 
1801.20	c *** TERMINATED ***
1801.20	s SATISFIABLE
1801.20	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29
1801.20	v -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 -x55
1801.20	v -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 -x81
1801.20	v -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106
1801.20	v x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127
1801.20	v -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148
1801.20	v -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 x157 x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
1801.20	v -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
1801.20	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211
1801.20	v -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232
1801.20	v -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253
1801.20	v -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274
1801.20	v -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293

Verifier Data (download as text)

OK	27

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

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

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node12/watcher-49692-1154091578 -o ROOT/results/node12/solver-49692-1154091578 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node12/49692-1154091578/instance-49692-1154091578.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=952648/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=1048 CPUtime=0
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 106 0 0 0 0 0 0 0 19 0 1 0 156019329 1073152 90 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 262 93 67 215 0 44 0

[startup+10.0023 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=946648/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=7008 CPUtime=9.99
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 1624 0 0 0 999 0 0 0 25 0 1 0 156019329 7176192 1608 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 1752 1608 111 215 0 1534 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7008

[startup+20.0081 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=945176/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=8604 CPUtime=19.99
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2016 0 0 0 1999 0 0 0 25 0 1 0 156019329 8810496 2000 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580384 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2151 2000 111 215 0 1933 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 8604

[startup+30.0139 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=944024/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=9716 CPUtime=30
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2306 0 0 0 2999 1 0 0 25 0 1 0 156019329 9949184 2290 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576132 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2429 2290 111 215 0 2211 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 9716

[startup+40.0198 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=943320/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=10504 CPUtime=40
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2481 0 0 0 3999 1 0 0 25 0 1 0 156019329 10756096 2465 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580943 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2626 2465 111 215 0 2408 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 10504

[startup+50.0256 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=943384/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=10504 CPUtime=50
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2486 0 0 0 4999 1 0 0 25 0 1 0 156019329 10756096 2470 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576565 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2626 2470 111 215 0 2408 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 10504

[startup+60.0314 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=943384/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=10504 CPUtime=60
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2486 0 0 0 5999 1 0 0 25 0 1 0 156019329 10756096 2470 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580765 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2626 2470 111 215 0 2408 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 10504

[startup+70.0372 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=942488/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=11292 CPUtime=70
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2705 0 0 0 6999 1 0 0 25 0 1 0 156019329 11563008 2689 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2823 2689 111 215 0 2605 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 11292

[startup+80.043 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25445
/proc/meminfo: memFree=942296/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=11564 CPUtime=80
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2757 0 0 0 7999 1 0 0 25 0 1 0 156019329 11841536 2741 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580314 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2891 2741 111 215 0 2673 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 11564

[startup+90.0498 s]
/proc/loadavg: 0.99 1.00 1.00 2/70 25519
/proc/meminfo: memFree=940904/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=11700 CPUtime=90.01
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2795 0 0 0 8998 3 0 0 25 0 1 0 156019329 11980800 2779 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 2925 2779 111 215 0 2707 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 11700

[startup+100.057 s]
/proc/loadavg: 0.99 1.00 1.00 2/70 25579
/proc/meminfo: memFree=940056/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=12360 CPUtime=99.98
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 2960 0 0 0 9995 3 0 0 25 0 1 0 156019329 12656640 2944 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3090 2944 111 215 0 2872 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (Kb) 12360

[startup+110.063 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=940360/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=13040 CPUtime=109.95
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3128 0 0 0 10992 3 0 0 25 0 1 0 156019329 13352960 3112 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3260 3112 111 215 0 3042 0
Current children cumulated CPU time (s) 109.95
Current children cumulated vsize (Kb) 13040

[startup+120.07 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=940304/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=13324 CPUtime=119.95
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3196 0 0 0 11992 3 0 0 25 0 1 0 156019329 13643776 3180 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3331 3180 111 215 0 3113 0
Current children cumulated CPU time (s) 119.95
Current children cumulated vsize (Kb) 13324

[startup+130.077 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=940120/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=13456 CPUtime=129.95
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3231 0 0 0 12992 3 0 0 25 0 1 0 156019329 13778944 3215 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3364 3215 111 215 0 3146 0
Current children cumulated CPU time (s) 129.95
Current children cumulated vsize (Kb) 13456

[startup+140.083 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=939608/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=14112 CPUtime=139.95
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3369 0 0 0 13992 3 0 0 25 0 1 0 156019329 14450688 3353 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3528 3353 111 215 0 3310 0
Current children cumulated CPU time (s) 139.95
Current children cumulated vsize (Kb) 14112

[startup+150.09 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=939480/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=14112 CPUtime=149.95
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3389 0 0 0 14992 3 0 0 25 0 1 0 156019329 14450688 3373 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578881 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3528 3373 111 215 0 3310 0
Current children cumulated CPU time (s) 149.95
Current children cumulated vsize (Kb) 14112

[startup+160.095 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=939544/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=14252 CPUtime=159.95
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3400 0 0 0 15992 3 0 0 25 0 1 0 156019329 14594048 3384 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575787 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3563 3384 111 215 0 3345 0
Current children cumulated CPU time (s) 159.95
Current children cumulated vsize (Kb) 14252

[startup+170.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=939224/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=14384 CPUtime=169.96
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3465 0 0 0 16993 3 0 0 25 0 1 0 156019329 14729216 3449 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3596 3449 111 215 0 3378 0
Current children cumulated CPU time (s) 169.96
Current children cumulated vsize (Kb) 14384

[startup+180.107 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=938264/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=15444 CPUtime=179.96
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3702 0 0 0 17993 3 0 0 25 0 1 0 156019329 15814656 3686 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576650 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3861 3686 111 215 0 3643 0
Current children cumulated CPU time (s) 179.96
Current children cumulated vsize (Kb) 15444

[startup+190.113 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=938136/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=15584 CPUtime=189.97
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3745 0 0 0 18993 4 0 0 25 0 1 0 156019329 15958016 3729 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3896 3729 111 215 0 3678 0
Current children cumulated CPU time (s) 189.97
Current children cumulated vsize (Kb) 15584

[startup+200.119 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=938136/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=15584 CPUtime=199.97
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 3759 0 0 0 19993 4 0 0 25 0 1 0 156019329 15958016 3743 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580765 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 3896 3743 111 215 0 3678 0
Current children cumulated CPU time (s) 199.97
Current children cumulated vsize (Kb) 15584

[startup+210.124 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643

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

/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178131 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (Kb) 29632

[startup+1783.11 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1782.39
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178232 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580274 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (Kb) 29632

[startup+1784.11 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1783.39
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178332 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1783.39
Current children cumulated vsize (Kb) 29632

[startup+1785.12 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1784.4
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178433 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (Kb) 29632

[startup+1786.12 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1785.4
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178533 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581463 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1785.4
Current children cumulated vsize (Kb) 29632

[startup+1787.13 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1786.41
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178634 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (Kb) 29632

[startup+1788.13 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1787.41
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178734 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581082 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1787.41
Current children cumulated vsize (Kb) 29632

[startup+1789.14 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1788.42
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178835 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580305 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (Kb) 29632

[startup+1790.14 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1789.42
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 178935 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1789.42
Current children cumulated vsize (Kb) 29632

[startup+1791.15 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1790.43
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179036 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1790.43
Current children cumulated vsize (Kb) 29632

[startup+1792.15 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1791.43
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179136 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (Kb) 29632

[startup+1793.16 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1792.43
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179236 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568550 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1792.43
Current children cumulated vsize (Kb) 29632

[startup+1794.16 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1793.44
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179337 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580744 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1793.44
Current children cumulated vsize (Kb) 29632

[startup+1795.17 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1794.44
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179437 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581049 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (Kb) 29632

[startup+1796.17 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1795.45
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179538 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581327 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1795.45
Current children cumulated vsize (Kb) 29632

[startup+1797.18 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1796.45
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179638 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1796.45
Current children cumulated vsize (Kb) 29632

[startup+1798.18 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1797.46
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179739 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576182 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1797.46
Current children cumulated vsize (Kb) 29632

[startup+1799.19 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1798.46
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179839 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579855 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (Kb) 29632

[startup+1800.19 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1799.47
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 179940 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581101 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (Kb) 29632

[startup+1801.2 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1800.47
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 180040 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 29632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 25643
/proc/meminfo: memFree=924696/2055920 swapFree=4183008/4192956
[pid=25445] ppid=25443 vsize=29632 CPUtime=1800.48
/proc/25445/stat : 25445 (minisat+) R 25443 25445 25396 0 -1 4194304 7092 0 0 0 180041 7 0 0 25 0 1 0 156019329 30343168 7076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25445/statm: 7408 7076 111 215 0 7190 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 29632

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

Child status: 10
Real time (s): 1801.21
CPU time (s): 1800.49
CPU user time (s): 1800.41
CPU system time (s): 0.078987
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (Kb): 29632
The end

Launcher Data (download as text)

Begin job on node12 on Fri Jul 28 12:59:38 UTC 2006


FILE ID= 49692-1154091578

PBS_JOBID= 885691

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_300_10_10.r.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node12/49692-1154091578/instance-49692-1154091578.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-49692-1154091578 -o ROOT/results/node12/solver-49692-1154091578 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node12/49692-1154091578/instance-49692-1154091578.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  7594cbd1c9783d8ed9b0ac9dcb03739f

RANDOM SEED= 773105788

TIMEOUT= 1800 seconds


/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.286
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.286
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:        952856 kB
Buffers:         35132 kB
Cached:         985644 kB
SwapCached:       4052 kB
Active:          29776 kB
Inactive:       999920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        952856 kB
SwapTotal:     4192956 kB
SwapFree:      4183008 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            59424 kB
Committed_AS:   676256 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node12 on Fri Jul 28 13:29:40 UTC 2006