Trace number 3721444

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PB07: minisat+ 1.14SAT (TO)13 1800.01 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_10.r.opb
MD5SUM863d0ff562dc066d0163e86da5775aea
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1.70574
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables100
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 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 100 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): ....................................................................................................
0.00/0.00	c ==================================[MINISAT+]==================================
0.00/0.00	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     100     1000 |      33       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Found solution: 18
0.00/0.00	o 18
0.00/0.00	c ---[   0]---> Sorter-cost: 2208     Base:
0.00/0.01	c ==================================[MINISAT+]==================================
0.00/0.01	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    2484     6558 |     828       0        0     nan |  0.000 % |
0.00/0.01	c |       100 |    2484     6558 |     910     100     1562    15.6 |  0.547 % |
0.00/0.02	c |       250 |    2484     6558 |    1001     250     7125    28.5 |  0.547 % |
0.00/0.03	c |       477 |    2484     6558 |    1102     477    16652    34.9 |  0.547 % |
0.00/0.04	c |       816 |    2484     6558 |    1212     816    33442    41.0 |  0.547 % |
0.00/0.07	c |      1323 |    2484     6558 |    1333    1323    58442    44.2 |  0.547 % |
0.09/0.10	c |      2084 |    2484     6558 |    1466    1227    60982    49.7 |  0.547 % |
0.09/0.16	c |      3223 |    2484     6558 |    1613    1527    72669    47.6 |  0.547 % |
0.19/0.26	c |      4931 |    2484     6558 |    1774    1459    68714    47.1 |  0.547 % |
0.39/0.41	c |      7493 |    2484     6558 |    1952    1070    47000    43.9 |  0.547 % |
0.59/0.62	c |     11337 |    2484     6558 |    2147    1734    83110    47.9 |  0.547 % |
0.89/0.95	c |     17103 |    2484     6558 |    2362    1660    69538    41.9 |  0.547 % |
1.29/1.30	c ==============================================================================
1.29/1.30	c Found solution: 17
1.29/1.30	o 17
1.29/1.30	c ---[   0]---> Sorter-cost:    0     Base:
1.29/1.30	c ==================================[MINISAT+]==================================
1.29/1.30	c | Conflicts | Original         | Learnt                           | Progress |
1.29/1.30	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.29/1.30	c ==============================================================================
1.29/1.30	c |     22935 |    2498     6594 |     832    2418   106900    44.2 |  0.547 % |
1.29/1.31	c |     23036 |    2498     6594 |     915     706    23522    33.3 |  0.605 % |
1.29/1.32	c |     23186 |    2498     6594 |    1006     856    30699    35.9 |  0.605 % |
1.29/1.33	c |     23411 |    2498     6594 |    1107    1081    41915    38.8 |  0.605 % |
1.29/1.35	c |     23748 |    2498     6594 |    1218     796    27416    34.4 |  0.605 % |
1.29/1.38	c |     24255 |    2498     6594 |    1339    1303    52859    40.6 |  0.605 % |
1.39/1.42	c |     25014 |    2498     6594 |    1473    1302    49549    38.1 |  0.605 % |
1.39/1.48	c |     26153 |    2498     6594 |    1621    1609    67284    41.8 |  0.605 % |
1.49/1.58	c |     27862 |    2498     6594 |    1783    1520    62865    41.4 |  0.605 % |
1.69/1.73	c |     30424 |    2498     6594 |    1961    1180    44740    37.9 |  0.605 % |
1.89/1.93	c |     34270 |    2498     6594 |    2157    1868    76683    41.1 |  0.605 % |
2.20/2.27	c |     40036 |    2498     6594 |    2373    1836    71682    39.0 |  0.605 % |
2.49/2.53	c ==============================================================================
2.49/2.53	c Found solution: 15
2.49/2.53	o 15
2.49/2.56	c ---[   0]---> Sorter-cost:    0     Base:
2.49/2.56	c ==================================[MINISAT+]==================================
2.49/2.56	c | Conflicts | Original         | Learnt                           | Progress |
2.49/2.56	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.49/2.56	c ==============================================================================
2.49/2.56	c |     44643 |    2511     6627 |     837    1419    48917    34.5 |  0.605 % |
2.49/2.56	c |     44746 |    2511     6627 |     920     813    23797    29.3 |  0.662 % |
2.49/2.56	c |     44897 |    2511     6627 |    1012     964    29663    30.8 |  0.662 % |
2.49/2.56	c |     45122 |    2511     6627 |    1114     636    16737    26.3 |  0.662 % |
2.49/2.57	c |     45460 |    2511     6627 |    1225     974    29163    29.9 |  0.662 % |
2.49/2.59	c |     45966 |    2511     6627 |    1347     830    23782    28.7 |  0.662 % |
2.59/2.62	c |     46725 |    2511     6627 |    1482     863    24340    28.2 |  0.662 % |
2.59/2.68	c |     47864 |    2511     6627 |    1631    1207    40159    33.3 |  0.662 % |
2.69/2.75	c |     49572 |    2511     6627 |    1794    1171    37841    32.3 |  0.662 % |
2.79/2.87	c |     52135 |    2511     6627 |    1973    1832    62770    34.3 |  0.662 % |
2.99/3.06	c |     55979 |    2511     6627 |    2170    1449    46491    32.1 |  0.662 % |
3.30/3.35	c |     61745 |    2511     6627 |    2388    1455    51531    35.4 |  0.662 % |
3.79/3.83	c |     70394 |    2511     6627 |    2626    2508    99689    39.7 |  0.662 % |
4.40/4.49	c |     83369 |    2511     6627 |    2889    1552    55032    35.5 |  0.662 % |
5.50/5.55	c |    102830 |    2511     6627 |    3178    2785   109519    39.3 |  0.662 % |
7.19/7.21	c |    132022 |    2511     6627 |    3496    1912    68518    35.8 |  0.662 % |
9.59/9.60	c |    175812 |    2511     6627 |    3845    1846    59696    32.3 |  0.662 % |
13.29/13.30	c |    241497 |    2511     6627 |    4230    3600   129098    35.9 |  0.662 % |
19.19/19.28	c |    340023 |    2511     6627 |    4653    3493   131643    37.7 |  0.662 % |
28.69/28.70	c |    487814 |    2511     6627 |    5119    4431   165346    37.3 |  0.662 % |
42.19/42.24	c |    709498 |    2511     6627 |    5630    4776   161090    33.7 |  0.662 % |
63.38/63.41	c |   1042023 |    2511     6627 |    6194    4705   182680    38.8 |  0.662 % |
95.98/96.08	c |   1540811 |    2511     6627 |    6813    4885   179811    36.8 |  0.662 % |
147.97/148.08	c |   2288993 |    2505     6615 |    7494    4197   156171    37.2 |  0.842 % |
224.65/224.78	c |   3411267 |    2505     6615 |    8244    5438   220236    40.5 |  0.842 % |
245.26/245.37	c ==============================================================================
245.26/245.37	c Found solution: 14
245.26/245.37	o 14
245.26/245.37	c ---[   0]---> Sorter-cost:    0     Base:
245.26/245.38	c ==================================[MINISAT+]==================================
245.26/245.38	c | Conflicts | Original         | Learnt                           | Progress |
245.26/245.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
245.26/245.38	c ==============================================================================
245.26/245.38	c |   3704146 |    2494     6586 |     831    4470   166578    37.3 |  0.842 % |
245.26/245.39	c |   3704248 |    2494     6586 |     914     661    15030    22.7 |  1.563 % |
245.26/245.39	c |   3704399 |    2494     6586 |    1005     812    20545    25.3 |  1.563 % |
245.35/245.40	c |   3704625 |    2494     6586 |    1106    1038    29303    28.2 |  1.563 % |
245.35/245.42	c |   3704962 |    2494     6586 |    1216    1375    43307    31.5 |  1.563 % |
245.35/245.45	c |   3705468 |    2494     6586 |    1338    1194    35985    30.1 |  1.563 % |
245.35/245.48	c |   3706228 |    2494     6586 |    1472    1196    40912    34.2 |  1.563 % |
245.45/245.53	c |   3707369 |    2494     6586 |    1619    1519    53862    35.5 |  1.563 % |
245.55/245.62	c |   3709077 |    2494     6586 |    1781    1440    50144    34.8 |  1.563 % |
245.65/245.75	c |   3711639 |    2494     6586 |    1959    2045    73101    35.7 |  1.563 % |
245.85/245.92	c |   3715486 |    2494     6586 |    2155    1638    56814    34.7 |  1.563 % |
246.15/246.20	c |   3721255 |    2494     6586 |    2370    1710    56804    33.2 |  1.563 % |
246.55/246.62	c |   3729904 |    2494     6586 |    2608    1543    53106    34.4 |  1.563 % |
247.25/247.33	c |   3742878 |    2494     6586 |    2868    2000    62262    31.1 |  1.563 % |
248.25/248.37	c |   3762339 |    2494     6586 |    3155    1685    51625    30.6 |  1.563 % |
249.85/249.99	c |   3791532 |    2494     6586 |    3471    3176   105276    33.1 |  1.563 % |
252.35/252.40	c |   3835324 |    2494     6586 |    3818    3305   124398    37.6 |  1.563 % |
255.75/255.85	c |   3901009 |    2494     6586 |    4200    3116   110097    35.3 |  1.563 % |
261.35/261.49	c |   3999535 |    2494     6586 |    4620    3469   125319    36.1 |  1.563 % |
270.05/270.13	c |   4147324 |    2494     6586 |    5082    3031    98587    32.5 |  1.563 % |
283.14/283.25	c |   4369007 |    2494     6586 |    5590    4559   144490    31.7 |  1.563 % |
303.64/303.70	c |   4701532 |    2494     6586 |    6149    2948    96467    32.7 |  1.563 % |
335.73/335.84	c |   5200320 |    2494     6586 |    6764    3234   106432    32.9 |  1.563 % |
387.83/387.93	c |   5948502 |    2494     6586 |    7441    4710   157626    33.5 |  1.563 % |
465.41/465.53	c |   7070778 |    2494     6586 |    8185    4276   161064    37.7 |  1.563 % |
585.29/585.42	c |   8754190 |    2494     6586 |    9003    7469   281253    37.7 |  1.563 % |
772.07/772.26	c |  11279307 |    2494     6586 |    9904    8630   291818    33.8 |  1.563 % |
1062.01/1062.21	c |  15066983 |    2494     6586 |   10894    7638   273792    35.8 |  1.563 % |
1164.29/1164.56	c ==============================================================================
1164.29/1164.56	c Found solution: 13
1164.29/1164.56	o 13
1164.29/1164.56	c ---[   0]---> Sorter-cost:    0     Base:
1164.29/1164.57	c ==================================[MINISAT+]==================================
1164.29/1164.57	c | Conflicts | Original         | Learnt                           | Progress |
1164.29/1164.57	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1164.29/1164.57	c ==============================================================================
1164.29/1164.57	c |  16364381 |    2508     6622 |     836    9252   382770    41.4 |  1.563 % |
1164.29/1164.59	c |  16364481 |    2508     6622 |     919     679    14822    21.8 |  1.614 % |
1164.39/1164.60	c |  16364631 |    2508     6622 |    1011     829    20090    24.2 |  1.614 % |
1164.39/1164.61	c |  16364856 |    2508     6622 |    1112    1054    28600    27.1 |  1.614 % |
1164.39/1164.63	c |  16365197 |    2508     6622 |    1223     713    16758    23.5 |  1.614 % |
1164.39/1164.66	c |  16365703 |    2508     6622 |    1346    1219    36025    29.6 |  1.614 % |
1164.49/1164.70	c |  16366462 |    2508     6622 |    1481    1207    39331    32.6 |  1.614 % |
1164.49/1164.76	c |  16367602 |    2508     6622 |    1629    1545    51006    33.0 |  1.614 % |
1164.60/1164.86	c |  16369311 |    2508     6622 |    1792    1501    50529    33.7 |  1.614 % |
1164.70/1164.99	c |  16371874 |    2508     6622 |    1971    1106    31546    28.5 |  1.614 % |
1164.99/1165.20	c |  16375719 |    2508     6622 |    2168    1748    57731    33.0 |  1.614 % |
1165.29/1165.54	c |  16381488 |    2508     6622 |    2385    1785    57732    32.3 |  1.614 % |
1165.80/1166.02	c |  16390141 |    2508     6622 |    2623    1625    45542    28.0 |  1.614 % |
1166.49/1166.77	c |  16403115 |    2508     6622 |    2886    2148    66371    30.9 |  1.614 % |
1167.69/1167.92	c |  16422580 |    2508     6622 |    3174    1847    61148    33.1 |  1.614 % |
1169.39/1169.69	c |  16451775 |    2508     6622 |    3492    2756    82512    29.9 |  1.614 % |
1171.99/1172.28	c |  16495564 |    2508     6622 |    3841    2758    92879    33.7 |  1.614 % |
1175.99/1176.24	c |  16561249 |    2508     6622 |    4225    2527    77261    30.6 |  1.614 % |
1182.39/1182.63	c |  16659776 |    2508     6622 |    4648    2537    78394    30.9 |  1.614 % |
1191.69/1191.92	c |  16807565 |    2508     6622 |    5112    3949   136680    34.6 |  1.614 % |
1206.39/1206.66	c |  17029250 |    2508     6622 |    5624    4495   136102    30.3 |  1.614 % |
1229.49/1229.79	c |  17361776 |    2508     6622 |    6186    3467   104584    30.2 |  1.614 % |
1264.88/1265.15	c |  17860565 |    2508     6622 |    6805    5134   141639    27.6 |  1.614 % |
1318.37/1318.67	c |  18608747 |    2508     6622 |    7485    5625   177082    31.5 |  1.614 % |
1401.35/1401.64	c |  19731023 |    2508     6622 |    8234    6886   212430    30.8 |  1.614 % |
1531.23/1531.56	c |  21414434 |    2508     6622 |    9057    8294   266648    32.1 |  1.614 % |
1728.01/1728.36	c |  23939554 |    2508     6622 |    9963    7743   241244    31.2 |  1.614 % |
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED ***
1800.00/1800.30	s SATISFIABLE
1800.00/1800.30	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100

Verifier Data

OK	13

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3721444-1338556222/watcher-3721444-1338556222 -o /tmp/evaluation-result-3721444-1338556222/solver-3721444-1338556222 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721444-1338556222.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 379
/proc/meminfo: memFree=26482136/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=1132 CPUtime=0 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 146 0 0 0 0 0 0 0 20 0 1 0 321747669 1159168 103 33554432000 134512640 135395479 4294628720 4294627280 134649400 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 283 104 74 216 0 65 0

[startup+0.0901549 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 379
/proc/meminfo: memFree=26482136/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=1960 CPUtime=0.08 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 385 0 0 0 8 0 0 0 20 0 1 0 321747669 2007040 342 33554432000 134512640 135395479 4294628720 4294626620 135007481 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 490 342 110 216 0 272 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1960

[startup+0.100143 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 379
/proc/meminfo: memFree=26482136/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=1960 CPUtime=0.09 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 386 0 0 0 9 0 0 0 20 0 1 0 321747669 2007040 343 33554432000 134512640 135395479 4294628720 4294627040 134573350 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 490 343 110 216 0 272 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1960

[startup+0.300104 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 379
/proc/meminfo: memFree=26482136/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=2092 CPUtime=0.29 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 423 0 0 0 29 0 0 0 20 0 1 0 321747669 2142208 380 33554432000 134512640 135395479 4294628720 4294626620 135007481 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 523 380 110 216 0 305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2092

[startup+0.70018 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 379
/proc/meminfo: memFree=26482136/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=2224 CPUtime=0.69 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 462 0 0 0 69 0 0 0 20 0 1 0 321747669 2277376 419 33554432000 134512640 135395479 4294628720 4294627072 134580915 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 556 419 110 216 0 338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2224

[startup+1.5001 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 380
/proc/meminfo: memFree=26480624/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=2356 CPUtime=1.49 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 495 0 0 0 149 0 0 0 20 0 1 0 321747669 2412544 452 33554432000 134512640 135395479 4294628720 4294625728 134592968 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 589 452 110 216 0 371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2356

[startup+3.10011 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 380
/proc/meminfo: memFree=26480012/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=2488 CPUtime=3.09 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 514 0 0 0 309 0 0 0 20 0 1 0 321747669 2547712 471 33554432000 134512640 135395479 4294628720 4294627184 134588536 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 622 471 110 216 0 404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2488

[startup+6.3001 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 380
/proc/meminfo: memFree=26479648/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=2884 CPUtime=6.29 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 607 0 0 0 629 0 0 0 20 0 1 0 321747669 2953216 564 33554432000 134512640 135395479 4294628720 4294627072 134580973 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 721 564 110 216 0 503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2884

[startup+12.7002 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 380
/proc/meminfo: memFree=26478596/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=3164 CPUtime=12.69 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 697 0 0 0 1269 0 0 0 20 0 1 0 321747669 3239936 654 33554432000 134512640 135395479 4294628720 4294627072 134580938 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 791 654 110 216 0 573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3164

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 380
/proc/meminfo: memFree=26478124/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=3824 CPUtime=25.49 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 846 0 0 0 2549 0 0 0 20 0 1 0 321747669 3915776 803 33554432000 134512640 135395479 4294628720 4294626688 134576648 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 956 803 110 216 0 738 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3824

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 380
/proc/meminfo: memFree=26477388/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=4504 CPUtime=51.09 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1034 0 0 0 5109 0 0 0 20 0 1 0 321747669 4612096 991 33554432000 134512640 135395479 4294628720 4294626768 134583962 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1126 991 110 216 0 908 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4504

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 380
/proc/meminfo: memFree=26473716/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=5420 CPUtime=102.28 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1261 0 0 0 10228 0 0 0 20 0 1 0 321747669 5550080 1220 33554432000 134512640 135395479 4294628720 4294627072 134581491 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1355 1220 110 216 0 1137 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5420

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 380
/proc/meminfo: memFree=26473220/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=6232 CPUtime=162.27 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1452 0 0 0 16227 0 0 0 20 0 1 0 321747669 6381568 1411 33554432000 134512640 135395479 4294628720 4294627072 134580888 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1558 1411 110 216 0 1340 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 6232

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 381
/proc/meminfo: memFree=26472272/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=6652 CPUtime=222.25 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1558 0 0 0 22225 0 0 0 20 0 1 0 321747669 6811648 1520 33554432000 134512640 135395479 4294628720 4294627072 134580915 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1663 1520 110 216 0 1445 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 6652

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 381
/proc/meminfo: memFree=26471280/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=7080 CPUtime=282.24 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1668 0 0 0 28224 0 0 0 20 0 1 0 321747669 7249920 1630 33554432000 134512640 135395479 4294628720 4294627040 134573398 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1770 1630 110 216 0 1552 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 7080

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 381
/proc/meminfo: memFree=26471280/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=7220 CPUtime=342.23 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1698 0 0 0 34223 0 0 0 20 0 1 0 321747669 7393280 1660 33554432000 134512640 135395479 4294628720 4294627052 134580433 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1805 1660 110 216 0 1587 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 7220

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 381
/proc/meminfo: memFree=26470784/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=7632 CPUtime=402.22 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1784 0 0 0 40222 0 0 0 20 0 1 0 321747669 7815168 1746 33554432000 134512640 135395479 4294628720 4294627072 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1908 1746 110 216 0 1690 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 7632

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 381
/proc/meminfo: memFree=26470788/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=7772 CPUtime=462.21 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1841 0 0 0 46221 0 0 0 20 0 1 0 321747669 7958528 1803 33554432000 134512640 135395479 4294628720 4294626592 134574007 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 1943 1803 110 216 0 1725 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 7772

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 381
/proc/meminfo: memFree=26469640/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=8168 CPUtime=522.2 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1932 0 0 0 52220 0 0 0 20 0 1 0 321747669 8364032 1903 33554432000 134512640 135395479 4294628720 4294627072 134581488 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2042 1903 110 216 0 1824 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 8168

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 385
/proc/meminfo: memFree=26465980/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=8312 CPUtime=582.19 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 1968 0 0 0 58219 0 0 0 20 0 1 0 321747669 8511488 1939 33554432000 134512640 135395479 4294628720 4294626688 134575905 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2078 1939 110 216 0 1860 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 8312

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 386
/proc/meminfo: memFree=26463812/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=9776 CPUtime=882.14 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2307 0 0 0 88214 0 0 0 20 0 1 0 321747669 10010624 2278 33554432000 134512640 135395479 4294628720 4294627072 134580929 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2444 2278 110 216 0 2226 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 9776

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 386
/proc/meminfo: memFree=26462756/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=10040 CPUtime=942.13 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2377 0 0 0 94213 0 0 0 20 0 1 0 321747669 10280960 2375 33554432000 134512640 135395479 4294628720 4294627072 134581314 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2510 2375 110 216 0 2292 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 10040

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 387
/proc/meminfo: memFree=26462824/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=10336 CPUtime=1002.12 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2428 0 0 0 100212 0 0 0 20 0 1 0 321747669 10584064 2426 33554432000 134512640 135395479 4294628720 4294626976 134568540 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2584 2426 110 216 0 2366 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 10336

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 387
/proc/meminfo: memFree=26462708/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=10496 CPUtime=1062.11 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2462 0 0 0 106211 0 0 0 20 0 1 0 321747669 10747904 2460 33554432000 134512640 135395479 4294628720 4294627072 134580915 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2624 2460 110 216 0 2406 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 10496

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 388
/proc/meminfo: memFree=26490944/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=10968 CPUtime=1122.1 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2587 0 0 0 112210 0 0 0 20 0 1 0 321747669 11231232 2585 33554432000 134512640 135395479 4294628720 4294627072 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2742 2585 110 216 0 2524 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 10968

[startup+1182.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/178 442
/proc/meminfo: memFree=26379064/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11128 CPUtime=1182.09 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2630 0 0 0 118209 0 0 0 20 0 1 0 321747669 11395072 2628 33554432000 134512640 135395479 4294628720 4294627072 134580732 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2782 2628 110 216 0 2564 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 11128

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 442
/proc/meminfo: memFree=26380000/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11128 CPUtime=1242.08 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2630 0 0 0 124208 0 0 0 20 0 1 0 321747669 11395072 2628 33554432000 134512640 135395479 4294628720 4294627072 134580783 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2782 2628 110 216 0 2564 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 11128

[startup+1302.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 492
/proc/meminfo: memFree=26281572/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11128 CPUtime=1302.08 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2630 0 0 0 130208 0 0 0 20 0 1 0 321747669 11395072 2628 33554432000 134512640 135395479 4294628720 4294626688 134576207 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2782 2628 110 216 0 2564 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 11128

[startup+1362.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 492
/proc/meminfo: memFree=26281484/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11128 CPUtime=1362.06 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2630 0 0 0 136206 0 0 0 20 0 1 0 321747669 11395072 2628 33554432000 134512640 135395479 4294628720 4294627072 134581436 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2782 2628 110 216 0 2564 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 11128

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 492
/proc/meminfo: memFree=26281652/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11128 CPUtime=1422.06 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2630 0 0 0 142206 0 0 0 20 0 1 0 321747669 11395072 2628 33554432000 134512640 135395479 4294628720 4294627072 134581412 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2782 2628 110 216 0 2564 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 11128

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 493
/proc/meminfo: memFree=26281408/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11276 CPUtime=1482.04 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2644 0 0 0 148204 0 0 0 20 0 1 0 321747669 11546624 2642 33554432000 134512640 135395479 4294628720 4294627072 134581122 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2819 2642 110 216 0 2601 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 11276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 493
/proc/meminfo: memFree=26281412/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11276 CPUtime=1542.03 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2658 0 0 0 154203 0 0 0 20 0 1 0 321747669 11546624 2656 33554432000 134512640 135395479 4294628720 4294627072 134580890 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2819 2656 110 216 0 2601 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 11276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 493
/proc/meminfo: memFree=26281788/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11412 CPUtime=1602.02 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2672 0 0 0 160202 0 0 0 20 0 1 0 321747669 11685888 2670 33554432000 134512640 135395479 4294628720 4294626688 134579914 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2853 2670 110 216 0 2635 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 11412

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 493
/proc/meminfo: memFree=26281788/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11412 CPUtime=1662.01 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2681 0 0 0 166201 0 0 0 20 0 1 0 321747669 11685888 2679 33554432000 134512640 135395479 4294628720 4294627044 134580248 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2853 2679 110 216 0 2635 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 11412

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 592
/proc/meminfo: memFree=26452788/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11552 CPUtime=1722.01 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2704 0 0 0 172200 1 0 0 20 0 1 0 321747669 11829248 2702 33554432000 134512640 135395479 4294628720 4294627072 134581074 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2888 2702 110 216 0 2670 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 11552

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 596
/proc/meminfo: memFree=26414628/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11680 CPUtime=1782 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2760 0 0 0 178199 1 0 0 20 0 1 0 321747669 11960320 2758 33554432000 134512640 135395479 4294628720 4294627072 134580965 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2920 2758 110 216 0 2702 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 11680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 596
/proc/meminfo: memFree=26415080/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11680 CPUtime=1800 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2760 0 0 0 179999 1 0 0 20 0 1 0 321747669 11960320 2758 33554432000 134512640 135395479 4294628720 4294627184 134588783 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2920 2758 110 216 0 2702 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 11680

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

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

[startup+1800.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 596
/proc/meminfo: memFree=26415080/32873648 swapFree=6864/6864
[pid=379] ppid=377 vsize=11680 CPUtime=1800 cores=0,2,4,6
/proc/379/stat : 379 (minisat+) R 377 379 32338 0 -1 4202496 2760 0 0 0 179999 1 0 0 20 0 1 0 321747669 11960320 2758 33554432000 134512640 135395479 4294628720 4294627184 134588783 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/379/statm: 2920 2758 110 216 0 2702 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 11680

Child status: 10
Real time (s): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1800
CPU system time (s): 0.011998
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 11680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.011998
maximum resident set size= 11040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2091

runsolver used 3.19051 second user time and 7.43487 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-01 15:10:22
IDJOB=3721444
IDBENCH=2860
IDSOLVER=2306
FILE ID=node125/3721444-1338556222
RUNJOBID= node125-1338552574-32354
PBS_JOBID= 14635859
Free space on /tmp= 70464 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_10.r.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721444-1338556222/watcher-3721444-1338556222 -o /tmp/evaluation-result-3721444-1338556222/solver-3721444-1338556222 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721444-1338556222.opb            

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 863d0ff562dc066d0163e86da5775aea
RANDOM SEED=2071847796

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26482276 kB
Buffers:          591252 kB
Cached:          4864512 kB
SwapCached:         2312 kB
Active:          2410876 kB
Inactive:        3078600 kB
Active(anon):      24468 kB
Inactive(anon):     9252 kB
Active(file):    2386408 kB
Inactive(file):  3069348 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102520 kB
Dirty:              1980 kB
Writeback:             0 kB
AnonPages:         36040 kB
Mapped:            14668 kB
Shmem:                96 kB
Slab:             764248 kB
SReclaimable:     208276 kB
SUnreclaim:       555972 kB
KernelStack:        1464 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     147132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721444-1338556222.opb

Free space on /tmp at the end= 70460 MiB
End job on node125 at 2012-06-01 15:40:25