Trace number 49661

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)21 1800.72 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_20.r.opb
MD5SUMe82b2413101b8c36ea34c3d9f95f4ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark18.1672
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved YES
Number of variables299
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 constraint20
Number of terms in the objective function 299
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 299
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 299
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     1452 |      33       0        0     nan |  0.000 % |
0.01	c ==============================================================================
0.01	c Found solution: 32
0.01	o 32
0.02	c ---[   0]---> Sorter-cost:10800     Base:
0.09	c ==================================[MINISAT+]==================================
0.09	c | Conflicts | Original         | Learnt                           | Progress |
0.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09	c ==============================================================================
0.09	c |         0 |   12165    29621 |    4055       0        0     nan |  0.000 % |
0.12	c |       101 |   12165    29621 |    4460     101     5239    51.9 |  0.012 % |
0.14	c |       251 |   12155    29601 |    4906     249    12282    49.3 |  0.073 % |
0.15	c ==============================================================================
0.15	c Found solution: 31
0.15	o 31
0.15	c ---[   0]---> Sorter-cost:    0     Base:
0.21	c ==================================[MINISAT+]==================================
0.21	c | Conflicts | Original         | Learnt                           | Progress |
0.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.21	c ==============================================================================
0.21	c |       272 |   12113    29507 |    4037     270    13028    48.3 |  0.073 % |
0.24	c |       373 |   12113    29507 |    4440     371    20041    54.0 |  0.538 % |
0.25	c ==============================================================================
0.25	c Found solution: 28
0.25	o 28
0.25	c ---[   0]---> Sorter-cost:    0     Base:
0.31	c ==================================[MINISAT+]==================================
0.31	c | Conflicts | Original         | Learnt                           | Progress |
0.31	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.31	c ==============================================================================
0.31	c |       402 |   12144    29586 |    4048     400    21219    53.0 |  0.538 % |
0.33	c |       502 |   12144    29586 |    4452     500    28772    57.5 |  0.548 % |
0.36	c |       652 |   12144    29586 |    4898     650    42071    64.7 |  0.548 % |
0.39	c |       879 |   12144    29586 |    5387     877    58315    66.5 |  0.548 % |
0.46	c ==============================================================================
0.46	c Found solution: 27
0.46	o 27
0.46	c ---[   0]---> Sorter-cost:    0     Base:
0.52	c ==================================[MINISAT+]==================================
0.52	c | Conflicts | Original         | Learnt                           | Progress |
0.52	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.52	c ==============================================================================
0.52	c |      1207 |   11981    29205 |    3993    1205    79206    65.7 |  0.548 % |
0.54	c |      1307 |   11981    29205 |    4392    1305    84618    64.8 |  1.974 % |
0.56	c |      1460 |   11981    29205 |    4831    1458    90925    62.4 |  1.974 % |
0.61	c |      1685 |   11981    29205 |    5314    1683   109038    64.8 |  1.974 % |
0.68	c |      2022 |   11981    29205 |    5846    2020   134007    66.3 |  1.974 % |
0.81	c |      2528 |   11981    29205 |    6430    2526   175762    69.6 |  1.974 % |
1.01	c |      3287 |   11981    29205 |    7073    3285   244669    74.5 |  1.974 % |
1.26	c |      4427 |   11981    29205 |    7781    4425   345996    78.2 |  1.974 % |
1.70	c |      6135 |   11981    29205 |    8559    6133   512635    83.6 |  1.974 % |
2.35	c |      8697 |   11981    29205 |    9415    8695   752032    86.5 |  1.974 % |
3.65	c |     12542 |   11981    29205 |   10356    6436   594796    92.4 |  1.974 % |
5.60	c |     18310 |   11981    29205 |   11392   12204  1149628    94.2 |  1.974 % |
6.02	c ==============================================================================
6.02	c Found solution: 25
6.02	o 25
6.02	c ---[   0]---> Sorter-cost:    0     Base:
6.09	c ==================================[MINISAT+]==================================
6.09	c | Conflicts | Original         | Learnt                           | Progress |
6.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.09	c ==============================================================================
6.09	c |     19562 |   11984    29213 |    3994    7354   632749    86.0 |  1.974 % |
6.12	c |     19662 |   11984    29213 |    4393    3777   298682    79.1 |  2.130 % |
6.16	c |     19812 |   11984    29213 |    4832    3927   311135    79.2 |  2.130 % |
6.22	c |     20037 |   11984    29213 |    5316    4152   330527    79.6 |  2.130 % |
6.29	c |     20374 |   11984    29213 |    5847    4489   348738    77.7 |  2.130 % |
6.46	c |     20880 |   11984    29213 |    6432    4995   381953    76.5 |  2.130 % |
6.68	c |     21639 |   11984    29213 |    7075    5754   440324    76.5 |  2.130 % |
6.98	c |     22779 |   11984    29213 |    7783    6894   527790    76.6 |  2.130 % |
7.57	c |     24490 |   11984    29213 |    8561    8605   675489    78.5 |  2.130 % |
8.29	c |     27053 |   11984    29213 |    9417   11168   899787    80.6 |  2.130 % |
9.42	c |     30898 |   11984    29213 |   10359    9429   800635    84.9 |  2.130 % |
10.17	c ==============================================================================
10.17	c Found solution: 24
10.17	o 24
10.18	c ---[   0]---> Sorter-cost:    0     Base:
10.25	c ==================================[MINISAT+]==================================
10.25	c | Conflicts | Original         | Learnt                           | Progress |
10.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.25	c ==============================================================================
10.25	c |     33126 |   12002    29262 |    4000   11657   973699    83.5 |  2.130 % |
10.31	c |     33227 |   12002    29262 |    4400    3016   206163    68.4 |  2.139 % |
10.34	c |     33378 |   12002    29262 |    4840    3167   213983    67.6 |  2.139 % |
10.38	c |     33603 |   12002    29262 |    5324    3392   225173    66.4 |  2.139 % |
10.47	c |     33942 |   12002    29262 |    5856    3731   252922    67.8 |  2.139 % |
10.59	c |     34448 |   12002    29262 |    6442    4237   291796    68.9 |  2.139 % |
10.72	c |     35211 |   12002    29262 |    7086    5000   340355    68.1 |  2.139 % |
11.08	c |     36350 |   12002    29262 |    7794    6139   433365    70.6 |  2.139 % |
11.50	c |     38058 |   12002    29262 |    8574    7847   582810    74.3 |  2.139 % |
12.27	c |     40621 |   12002    29262 |    9431   10410   816073    78.4 |  2.139 % |
13.30	c |     44468 |   12002    29262 |   10374    9052   744416    82.2 |  2.139 % |
15.28	c |     50236 |   12002    29262 |   11412    8603   719888    83.7 |  2.139 % |
18.97	c |     58885 |   12002    29262 |   12553   10793   992821    92.0 |  2.139 % |
24.16	c |     71860 |   12002    29262 |   13809    9651   821708    85.1 |  2.139 % |
31.82	c |     91321 |   12002    29262 |   15189   13766  1150481    83.6 |  2.139 % |
44.07	c |    120513 |   12002    29262 |   16708    9976   817980    82.0 |  2.139 % |
63.73	c |    164302 |   12002    29262 |   18379   17339  1399751    80.7 |  2.139 % |
94.18	c |    229987 |   12002    29262 |   20217   14590  1216177    83.4 |  2.139 % |
146.99	c |    328514 |   12002    29262 |   22239   15373  1209868    78.7 |  2.139 % |
234.36	c |    476305 |   12002    29262 |   24463   19878  1640918    82.5 |  2.139 % |
359.72	c |    697988 |   12002    29262 |   26909   22419  1628205    72.6 |  2.139 % |
557.12	c |   1030515 |   12002    29262 |   29600   28237  2086847    73.9 |  2.139 % |
565.16	c ==============================================================================
565.16	c Found solution: 23
565.16	o 23
565.16	c ---[   0]---> Sorter-cost:    0     Base:
565.24	c ==================================[MINISAT+]==================================
565.24	c | Conflicts | Original         | Learnt                           | Progress |
565.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
565.24	c ==============================================================================
565.24	c |   1045052 |   11933    29095 |    3977   25473  1861881    73.1 |  2.139 % |
565.42	c |   1045153 |   11933    29095 |    4374    3138   209451    66.7 |  2.770 % |
565.47	c |   1045304 |   11933    29095 |    4812    3289   219418    66.7 |  2.770 % |
565.52	c |   1045529 |   11933    29095 |    5293    3514   232284    66.1 |  2.770 % |
565.64	c |   1045866 |   11933    29095 |    5822    3851   255116    66.2 |  2.770 % |
565.75	c |   1046372 |   11933    29095 |    6404    4357   296310    68.0 |  2.770 % |
565.94	c |   1047133 |   11933    29095 |    7045    5118   365843    71.5 |  2.770 % |
566.37	c |   1048273 |   11933    29095 |    7750    6258   467789    74.8 |  2.770 % |
566.86	c |   1049981 |   11933    29095 |    8525    7966   586897    73.7 |  2.770 % |
567.56	c |   1052544 |   11933    29095 |    9377    5832   401701    68.9 |  2.770 % |
568.99	c |   1056388 |   11933    29095 |   10315    9676   687594    71.1 |  2.770 % |
570.91	c |   1062156 |   11933    29095 |   11346    9588   638379    66.6 |  2.770 % |
574.18	c |   1070806 |   11933    29095 |   12481   12065   880606    73.0 |  2.770 % |
578.50	c |   1083780 |   11933    29095 |   13729   10821   666420    61.6 |  2.770 % |
585.59	c |   1103242 |   11933    29095 |   15102   14179  1011156    71.3 |  2.770 % |
595.42	c |   1132434 |   11933    29095 |   16612   16630  1238358    74.5 |  2.770 % |
603.34	c ==============================================================================
603.34	c Found solution: 21
603.34	o 21
603.34	c ---[   0]---> Sorter-cost:    0     Base:
603.42	c ==================================[MINISAT+]==================================
603.42	c | Conflicts | Original         | Learnt                           | Progress |
603.42	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
603.42	c ==============================================================================
603.42	c |   1151456 |   11934    29098 |    3978   17432  1423648    81.7 |  2.770 % |
603.62	c |   1151556 |   11934    29098 |    4375    2279   120479    52.9 |  2.937 % |
603.67	c |   1151706 |   11934    29098 |    4813    2429   128849    53.0 |  2.937 % |
603.72	c |   1151931 |   11934    29098 |    5294    2654   143826    54.2 |  2.937 % |
603.82	c |   1152269 |   11934    29098 |    5824    2992   167939    56.1 |  2.937 % |
604.01	c |   1152775 |   11934    29098 |    6406    3498   202128    57.8 |  2.937 % |
604.30	c |   1153536 |   11934    29098 |    7047    4259   260745    61.2 |  2.937 % |
604.65	c |   1154677 |   11934    29098 |    7751    5400   359014    66.5 |  2.937 % |
605.26	c |   1156387 |   11934    29098 |    8527    7110   486184    68.4 |  2.937 % |
606.28	c |   1158949 |   11934    29098 |    9379    9672   654378    67.7 |  2.937 % |
607.36	c |   1162793 |   11934    29098 |   10317    8680   585085    67.4 |  2.937 % |
609.47	c |   1168561 |   11934    29098 |   11349    8560   601503    70.3 |  2.937 % |
612.24	c |   1177210 |   11934    29098 |   12484   10774   799357    74.2 |  2.937 % |
617.84	c |   1190185 |   11934    29098 |   13733    9748   732133    75.1 |  2.937 % |
626.40	c |   1209647 |   11934    29098 |   15106   13516   962959    71.2 |  2.937 % |
638.94	c |   1238839 |   11934    29098 |   16617    9119   476610    52.3 |  2.937 % |
655.74	c |   1282630 |   11934    29098 |   18278   12580   850444    67.6 |  2.937 % |
685.83	c |   1348314 |   11934    29098 |   20106   19205  1350446    70.3 |  2.937 % |
735.84	c |   1446845 |   11934    29098 |   22117   20967  1276493    60.9 |  2.937 % |
810.36	c |   1594634 |   11934    29098 |   24329   12499   841793    67.3 |  2.937 % |
925.57	c |   1816317 |   11934    29098 |   26761   19909  1459192    73.3 |  2.937 % |
1127.24	c |   2148843 |   11934    29098 |   29438   16502  1285199    77.9 |  2.937 % |
1447.96	c |   2647631 |   11934    29098 |   32382   17193  1109352    64.5 |  2.937 % |
1801.15	c 
1801.15	c *** TERMINATED ***
1801.15	s SATISFIABLE
1801.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
1801.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
1801.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
1801.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 -x105
1801.15	v -x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126
1801.15	v -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147
1801.15	v -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168
1801.15	v -x169 -x170 -x171 -x172 -x173 x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189
1801.15	v -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
1801.15	v -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231
1801.15	v -x232 -x233 -x234 -x235 -x236 -x237 x238 x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252
1801.15	v -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273
1801.15	v -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294
1801.15	v -x295 x296 -x297 -x298 -x299

Verifier Data (download as text)

OK	21

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/node25/watcher-49661-1154084987 -o ROOT/results/node25/solver-49661-1154084987 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node25/49661-1154084987/instance-49661-1154084987.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.98 2/64 29823
/proc/meminfo: memFree=1247896/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=1048 CPUtime=0
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 118 0 0 0 0 0 0 0 19 0 1 0 155373573 1073152 102 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 262 102 74 215 0 44 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.95 0.98 2/64 29823
/proc/meminfo: memFree=1240600/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=8512 CPUtime=9.99
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 2006 0 0 0 999 0 0 0 25 0 1 0 155373573 8716288 1966 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576727 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 2128 1966 111 215 0 1910 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8512

[startup+20.0078 s]
/proc/loadavg: 0.94 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1239384/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=9704 CPUtime=19.99
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 2313 0 0 0 1999 0 0 0 25 0 1 0 155373573 9936896 2273 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 2426 2273 111 215 0 2208 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 9704

[startup+30.0137 s]
/proc/loadavg: 0.95 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1238552/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=10496 CPUtime=30
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 2515 0 0 0 2999 1 0 0 25 0 1 0 155373573 10747904 2475 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 2624 2475 111 215 0 2406 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 10496

[startup+40.0196 s]
/proc/loadavg: 0.95 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1237784/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=11440 CPUtime=40
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 2723 0 0 0 3999 1 0 0 25 0 1 0 155373573 11714560 2683 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 2860 2683 111 215 0 2642 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 11440

[startup+50.0255 s]
/proc/loadavg: 0.96 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1236824/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=12284 CPUtime=50
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 2958 0 0 0 4999 1 0 0 25 0 1 0 155373573 12578816 2918 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580244 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3071 2918 111 215 0 2853 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 12284

[startup+60.0314 s]
/proc/loadavg: 0.97 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1236632/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=12596 CPUtime=60
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3002 0 0 0 5999 1 0 0 25 0 1 0 155373573 12898304 2962 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3149 2962 111 215 0 2931 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 12596

[startup+70.0373 s]
/proc/loadavg: 0.97 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1236440/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=12772 CPUtime=70.01
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3049 0 0 0 7000 1 0 0 25 0 1 0 155373573 13078528 3009 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3193 3009 111 215 0 2975 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 12772

[startup+80.0432 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1235672/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=13560 CPUtime=80.02
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3253 0 0 0 8000 2 0 0 25 0 1 0 155373573 13885440 3213 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3390 3213 111 215 0 3172 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 13560

[startup+90.0491 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1235416/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=13824 CPUtime=90.02
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3328 0 0 0 9000 2 0 0 25 0 1 0 155373573 14155776 3288 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3456 3288 111 215 0 3238 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 13824

[startup+100.055 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1235160/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=14088 CPUtime=100.02
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3393 0 0 0 10000 2 0 0 25 0 1 0 155373573 14426112 3353 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3522 3353 111 215 0 3304 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 14088

[startup+110.061 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 29823
/proc/meminfo: memFree=1234840/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=14352 CPUtime=110.03
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3460 0 0 0 11001 2 0 0 25 0 1 0 155373573 14696448 3420 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580396 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3588 3420 111 215 0 3370 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 14352

[startup+120.067 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1234584/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=14760 CPUtime=120.03
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3528 0 0 0 12001 2 0 0 25 0 1 0 155373573 15114240 3488 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576207 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3690 3488 111 215 0 3472 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 14760

[startup+130.073 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1234264/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=15052 CPUtime=130.03
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3608 0 0 0 13001 2 0 0 25 0 1 0 155373573 15413248 3568 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3763 3568 111 215 0 3545 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 15052

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1233880/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=15472 CPUtime=140.03
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3707 0 0 0 14001 2 0 0 25 0 1 0 155373573 15843328 3667 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581327 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3868 3667 111 215 0 3650 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 15472

[startup+150.084 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1233816/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=15472 CPUtime=150.04
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3714 0 0 0 15002 2 0 0 25 0 1 0 155373573 15843328 3674 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580744 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 3868 3674 111 215 0 3650 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 15472

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1232984/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=16388 CPUtime=160.05
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3930 0 0 0 16002 3 0 0 25 0 1 0 155373573 16781312 3890 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580396 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 4097 3890 111 215 0 3879 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 16388

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1232920/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=16388 CPUtime=170.05
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3941 0 0 0 17002 3 0 0 25 0 1 0 155373573 16781312 3901 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581202 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 4097 3901 111 215 0 3879 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 16388

[startup+180.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1232856/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=16388 CPUtime=180.05
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3949 0 0 0 18002 3 0 0 25 0 1 0 155373573 16781312 3909 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 4097 3909 111 215 0 3879 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 16388

[startup+190.108 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1232728/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=16524 CPUtime=190.06
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 3982 0 0 0 19003 3 0 0 25 0 1 0 155373573 16920576 3942 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 4131 3942 111 215 0 3913 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 16524

[startup+200.114 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823
/proc/meminfo: memFree=1232600/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=16684 CPUtime=200.06
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 4020 0 0 0 20003 3 0 0 25 0 1 0 155373573 17084416 3980 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 4171 3980 111 215 0 3953 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 16684

[startup+210.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29823

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

/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7342 0 0 0 178150 11 0 0 25 0 1 0 155373573 31428608 7302 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7302 111 215 0 7455 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 30692

[startup+1783.06 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219232/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1782.61
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7342 0 0 0 178250 11 0 0 25 0 1 0 155373573 31428608 7302 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7302 111 215 0 7455 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 30692

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1783.62
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7358 0 0 0 178351 11 0 0 25 0 1 0 155373573 31428608 7318 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7318 111 215 0 7455 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 30692

[startup+1785.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1784.62
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 178451 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006151 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 30692

[startup+1786.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1785.63
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 178552 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579855 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 30692

[startup+1787.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1786.63
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 178652 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 30692

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1787.64
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 178753 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580274 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 30692

[startup+1789.08 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1788.64
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 178853 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 30692

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1789.65
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 178954 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 30692

[startup+1791.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1790.65
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 179054 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 30692

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1791.66
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 179155 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 30692

[startup+1793.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219168/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30692 CPUtime=1792.66
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7359 0 0 0 179255 11 0 0 25 0 1 0 155373573 31428608 7319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7673 7319 111 215 0 7455 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 30692

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1793.67
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 179356 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 30832

[startup+1795.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1794.67
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 179456 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134569333 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 30832

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1795.67
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 179556 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 30832

[startup+1797.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1796.68
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 179657 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 30832

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1797.68
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 179757 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 30832

[startup+1799.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1798.69
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 179858 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 30832

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1799.69
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 179958 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 30832

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1800.7
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 180059 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581428 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 30832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 29825
/proc/meminfo: memFree=1219104/2055920 swapFree=4183100/4192956
[pid=29823] ppid=29821 vsize=30832 CPUtime=1800.7
/proc/29823/stat : 29823 (minisat+) R 29821 29823 29774 0 -1 4194304 7366 0 0 0 180059 11 0 0 25 0 1 0 155373573 31571968 7326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29823/statm: 7708 7326 111 215 0 7490 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 30832

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

Child status: 10
Real time (s): 1801.16
CPU time (s): 1800.72
CPU user time (s): 1800.6
CPU system time (s): 0.123981
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (Kb): 30832
The end

Launcher Data (download as text)

Begin job on node25 on Fri Jul 28 11:09:47 UTC 2006


FILE ID= 49661-1154084987

PBS_JOBID= 885288

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  e82b2413101b8c36ea34c3d9f95f4ad5

RANDOM SEED= 69209999

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.209
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.209
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:       1248232 kB
Buffers:         37116 kB
Cached:         687772 kB
SwapCached:       3800 kB
Active:         111060 kB
Inactive:       622584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248232 kB
SwapTotal:     4192956 kB
SwapFree:      4183100 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14700 kB
Slab:            60020 kB
Committed_AS:   717792 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node25 on Fri Jul 28 11:39:48 UTC 2006