Trace number 3734861

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
PB09: bsolo 3.1SAT92 1798 1798.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_3.opb
MD5SUM0278ee4f163393ac33163ff791a7f96d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1792.21
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint82
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5856
Number of bits of the biggest sum of numbers13
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 bsolo beta version 3.1 - 13/04/2009 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Memory Limit set to 15500 MB
0.00/0.00	c Instance file HOME/instance-3734861-1338717205.opb
0.00/0.00	c File size is 13159 bytes.
0.00/0.00	c Highest Coefficient sum: 5856
0.00/0.00	c Parsing was ok!!
0.00/0.00	c Total parsing time: 0 s
0.00/0.00	c Var: 198 Constr: 16 0/0/16 Lit: 1354 Watch. Lit: 388
0.00/0.00	c Obj. Vars: 128 (64.6465 % of total variables)
0.00/0.00	c Pre-processing Time: 0.002 s
0.00/0.00	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.00/0.00	c        0    198       16     1354   84      394    2708      0      0 0.00
0.00/0.00	c Switching off lower bounding mode.
0.00/0.00	o 1080
0.00/0.04	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.00/0.04	c        0    198       17     1482   87      903    2964      1      0 0.00
0.00/0.04	c      103    198      128    10124   79     1223    3261    112   5421 0.02
0.00/0.04	o 1065
0.00/0.05	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.00/0.05	c      246    198      274    22526   82     1638    2964    258   5466 0.04
0.00/0.05	o 1040
0.00/0.05	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.00/0.05	c      300    198      331    26001   78     1844    2964    315   5660 0.05
0.00/0.05	o 877
0.00/0.06	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.00/0.06	c      317    198      349    27437   78     1925    2964    333   5870 0.05
0.00/0.06	o 876
0.09/0.12	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.09/0.12	c      352    198      386    30520   79     2122    2964    370   5866 0.06
0.09/0.12	c      452    198      489    38233   78     2436    3261    473   5580 0.08
0.09/0.12	o 875
0.09/0.14	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.09/0.14	c      635    198      676    55946   82     2866    2964    660   5427 0.12
0.09/0.14	c      737    198      780    64785   83     3109    3261    764   5419 0.14
0.09/0.14	o 866
0.09/0.15	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.09/0.15	c      759    198      803    66170   82     3254    2964    787   5421 0.14
0.09/0.15	o 850
0.09/0.17	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.09/0.17	c      813    198      858    70269   81     3523    2964    842   5493 0.15
0.09/0.17	o 819
0.09/0.19	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.09/0.19	c      900    198      949    77497   81     3826    2964    933   5357 0.17
0.09/0.19	c     1002    198     1057    86339   81     4121    3261   1041   5329 0.19
0.09/0.19	o 789
0.09/0.19	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.09/0.19	c     1013    198     1069    87116   81     4210    2964   1053   5303 0.19
0.09/0.19	o 781
0.19/0.22	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.19/0.22	c     1026    198     1083    88067   81     4344    2964   1067   5261 0.20
0.19/0.22	c     1128    198     1187    95774   80     4604    3261   1171   5174 0.22
0.19/0.22	o 773
0.19/0.22	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.19/0.22	c     1129    198     1189    95963   80     4677    2964   1173   5155 0.22
0.19/0.22	o 768
0.19/0.22	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.19/0.22	c     1131    198     1192    96264   80     4788    2964   1176   5140 0.22
0.19/0.22	o 765
0.19/0.24	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.19/0.24	c     1142    198     1204    97357   80     4901    2964   1188   5121 0.22
0.19/0.24	o 751
0.29/0.30	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.29/0.30	c     1222    198     1289   104212   80     5220    2964   1273   5028 0.24
0.29/0.30	c     1324    198     1394   110797   79     5558    3261   1378   4958 0.27
0.29/0.30	o 735
0.29/0.32	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.29/0.32	c     1470    198     1548   122750   79     5971    2964   1532   4883 0.30
0.29/0.32	o 729
0.29/0.33	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.29/0.33	c     1556    198     1637   128684   78     6288    2964   1621   4802 0.32
0.29/0.33	o 716
0.29/0.36	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.29/0.36	c     1601    198     1684   132374   78     6477    2964   1668   4764 0.34
0.29/0.36	c     1702    198     1785   139330   78     6788    3261   1769   4701 0.36
0.29/0.36	o 711
0.29/0.37	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.29/0.37	c     1706    198     1790   139746   78     6811    2964   1774   4673 0.36
0.29/0.37	o 710
0.29/0.39	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.29/0.39	c     1751    198     1836   142479   77     7027    2964   1820   4656 0.38
0.29/0.39	o 645
0.39/0.49	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.39/0.49	c     1807    198     1893   145481   76     7170    2964   1877   4633 0.39
0.39/0.49	c     1907    198     1995   152521   76     7468    3261   1979   4617 0.41
0.39/0.49	c     2157    198     2251   172635   76     7768    3588   2235   4569 0.47
0.39/0.49	o 633
0.49/0.50	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.49/0.50	c     2237    198     2334   178576   76     8169    2964   2318   4556 0.49
0.49/0.50	o 614
0.49/0.52	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.49/0.52	c     2264    198     2363   181272   76     8136    2964   2347   4537 0.50
0.49/0.52	o 566
0.49/0.54	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.49/0.54	c     2359    198     2460   187131   76     8389    2964   2444   4527 0.52
0.49/0.54	c     2461    198     2565   193511   75     8830    3261   2549   4540 0.54
0.49/0.54	o 548
0.79/0.82	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.79/0.82	c     2474    198     2579   194548   75     8611    2964   2563   4531 0.55
0.79/0.82	c     2575    198     2681   199887   74     9106    3261   2665   4533 0.57
0.79/0.82	c     2826    198     2934   218018   74     9209    3588   2918   4471 0.63
0.79/0.82	c     3301    198     3438   252049   73    10579    3947   3422   4436 0.74
0.79/0.82	o 544
0.79/0.85	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.79/0.85	c     3594    198     3744   274768   73    11010    2964   3728   4399 0.82
0.79/0.85	c     3694    198     1599   108389   67     4251    3261   1583   4381 0.84
0.79/0.85	o 542
0.89/0.92	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.89/0.92	c     3711    198     1617   110241   68     4375    2964   1601   4381 0.85
0.89/0.92	c     3811    198     1719   116212   67     4606    3261   1703   4395 0.87
0.89/0.92	o 536
0.89/0.98	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.89/0.98	c     4052    198     1962   131618   67     5206    2964   1946   4423 0.92
0.89/0.98	c     4152    198     2062   136739   66     5418    3261   2046   4421 0.94
0.89/0.98	o 532
0.99/1.03	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.99/1.03	c     4309    198     2229   152683   68     5983    2964   2213   4414 0.98
0.99/1.03	c     4409    198     2330   159311   68     6218    3261   2314   4404 1.00
0.99/1.03	o 526
0.99/1.04	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.99/1.04	c     4572    198     2500   170994   68     6655    2964   2484   4417 1.03
0.99/1.04	o 523
0.99/1.10	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.99/1.10	c     4601    198     2530   172332   68     6811    2964   2514   4415 1.04
0.99/1.10	c     4702    198     2644   181801   68     7246    3261   2628   4423 1.06
0.99/1.10	o 521
1.19/1.24	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.19/1.24	c     4900    198     2843   192724   67     7726    2964   2827   4450 1.10
1.19/1.24	c     5000    198     2947   200468   68     8015    3261   2931   4444 1.12
1.19/1.24	c     5250    198     3197   213394   66     8560    3588   3181   4449 1.18
1.19/1.24	o 519
1.19/1.25	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.19/1.25	c     5471    198     3420   227019   66     9134    2964   3404   4426 1.24
1.19/1.25	o 495
1.19/1.27	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.19/1.27	c     5510    198     1539    99756   64     4149    2964   1523   4415 1.25
1.19/1.27	c     5610    198     1640   104843   63     4361    3261   1624   4431 1.27
1.19/1.27	o 471
1.19/1.27	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.19/1.27	c     5611    198     1642   105043   63     4471    2964   1626   4428 1.27
1.19/1.27	o 463
1.19/1.28	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.19/1.28	c     5657    198     1692   108794   64     4714    2964   1676   4433 1.28
1.19/1.28	o 457
1.29/1.32	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.29/1.32	c     5693    198     1730   111054   64     4923    2964   1714   4433 1.28
1.29/1.32	c     5794    198     1836   120925   65     5191    3261   1820   4426 1.31
1.29/1.32	o 438
1.29/1.33	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.29/1.33	c     5861    198     1904   124939   65     5408    2964   1888   4426 1.32
1.29/1.33	o 428
1.38/1.45	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.38/1.45	c     5906    198     1951   127824   65     5620    2964   1935   4430 1.33
1.38/1.45	c     6007    198     2052   132811   64     5876    3261   2036   4439 1.35
1.38/1.45	c     6257    198     2311   149422   64     6416    3588   2295   4437 1.41
1.38/1.45	o 427
1.68/1.72	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.68/1.72	c     6429    198     2492   162621   65     6956    2964   2476   4433 1.45
1.68/1.72	c     6530    198     2596   169419   65     7213    3261   2580   4433 1.47
1.68/1.72	c     6781    198     2868   188508   65     7787    3588   2852   4440 1.53
1.68/1.72	c     7256    198     3354   213995   63     8794    3947   3338   4448 1.63
1.68/1.72	o 311
1.68/1.76	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.68/1.76	c     7609    198     3720   239717   64     9522    2964   3704   4421 1.72
1.68/1.76	c     7710    198     1602   102110   63     4119    3261   1586   4420 1.74
1.68/1.76	o 309
1.78/1.86	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.78/1.86	c     7784    198     1679   106158   63     4386    2964   1663   4427 1.76
1.78/1.86	c     7886    198     1783   111916   62     4605    3261   1767   4435 1.78
1.78/1.86	c     8138    198     2051   132898   64     5319    3588   2035   4454 1.83
1.78/1.86	o 297
1.88/1.96	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.88/1.96	c     8330    198     2255   147681   65     5907    2964   2239   4464 1.87
1.88/1.96	c     8430    198     2358   153867   65     6110    3261   2342   4469 1.89
1.88/1.96	c     8680    198     2610   167827   64     6674    3588   2594   4481 1.94
1.88/1.96	o 295
4.79/4.83	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
4.79/4.83	c     8784    198     2717   174490   64     7027    2964   2701   4483 1.96
4.79/4.83	c     8884    198     2817   178875   63     7241    3261   2801   4495 1.98
4.79/4.83	c     9134    198     3067   191107   62     7730    3588   3051   4510 2.02
4.79/4.83	c     9609    198     3546   214059   60     8678    3947   3530   4538 2.12
4.79/4.83	c    10422    198     2321   130613   56     5632    4342   2305   4549 2.29
4.79/4.83	c    11742    198     3658   212229   58     8358    4777   3642   4542 2.58
4.79/4.83	c    13824    198     3292   181148   55     7520    5255   3276   4600 3.00
4.79/4.83	c    17047    198     3843   210252   54     8631    5781   3827   4502 3.79
4.79/4.83	o 281
4.89/4.94	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
4.89/4.94	c    21240    198     5079   294749   58    11239    2964   5063   4401 4.83
4.89/4.94	c    21340    198     1600    93464   58     4130    3261   1584   4396 4.85
4.89/4.94	c    21590    198     1856   107898   58     4639    3588   1840   4397 4.91
4.89/4.94	o 280
12.58/12.69	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
12.58/12.69	c    21713    198     1983   115407   58     5062    2964   1967   4399 4.93
12.58/12.69	c    21813    198     2083   120511   57     5258    3261   2067   4404 4.95
12.58/12.69	c    22063    198     2346   135258   57     5802    3588   2330   4406 5.01
12.58/12.69	c    22538    198     2829   162167   57     6800    3947   2813   4405 5.12
12.58/12.69	c    23351    198     3661   212860   58     8579    4342   3645   4395 5.31
12.58/12.69	c    24672    198     2761   162447   58     6634    4777   2745   4381 5.63
12.58/12.69	c    26753    198     2409   124063   51     5712    5255   2393   4435 6.03
12.58/12.69	c    29978    198     2990   160722   53     6894    5781   2974   4460 6.72
12.58/12.69	c    34914    198     5039   251241   49    10977    6360   5023   4477 7.80
12.58/12.69	c    42420    198     6150   315725   51    13215    6997   6134   4449 9.53
12.58/12.69	c    53781    198     6930   382297   55    14771    7697   6914   4408 12.20
12.58/12.69	o 240
12.68/12.71	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
12.68/12.71	c    55707    198     4957   274056   55    10944    2964   4941   4391 12.69
12.68/12.71	o 236
13.39/13.46	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
13.39/13.46	c    55780    198     1573    78701   50     4167    2964   1557   4389 12.71
13.39/13.46	c    55880    198     1673    82878   49     4351    3261   1657   4391 12.72
13.39/13.46	c    56130    198     1927    94799   49     4852    3588   1911   4395 12.77
13.39/13.46	c    56605    198     2408   118271   49     5820    3947   2392   4399 12.87
13.39/13.46	c    57418    198     3228   162827   50     7478    4342   3212   4401 13.04
13.39/13.46	c    58738    198     2314   120437   52     5651    4777   2298   4400 13.35
13.39/13.46	o 234
13.89/13.90	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
13.89/13.90	c    59212    198     2793   149053   53     6731    2964   2777   4399 13.46
13.89/13.90	c    59313    198     2895   153535   53     6929    3261   2879   4400 13.48
13.89/13.90	c    59563    198     3154   175772   55     7548    3588   3138   4400 13.54
13.89/13.90	c    60039    198     1811   105816   58     4620    3947   1795   4398 13.65
13.89/13.90	c    60854    198     2636   151444   57     6281    4342   2620   4402 13.82
13.89/13.90	o 224
14.08/14.11	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
14.08/14.11	c    61206    198     2993   170280   56     7127    2964   2977   4403 13.90
14.08/14.11	c    61307    198     1600    86971   54     4100    3261   1584   4403 13.92
14.08/14.11	c    61557    198     1854    99575   53     4617    3588   1838   4406 13.97
14.08/14.11	c    62032    198     2332   124154   53     5600    3947   2316   4408 14.07
14.08/14.11	o 218
14.38/14.41	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
14.38/14.41	c    62199    198     2502   135135   54     6072    2964   2486   4409 14.11
14.38/14.41	c    62299    198     2603   139484   53     6257    3261   2587   4410 14.12
14.38/14.41	c    62551    198     2855   150832   52     6768    3588   2839   4413 14.17
14.38/14.41	c    63028    198     3350   182283   54     7851    3947   3334   4414 14.28
14.38/14.41	o 200
14.48/14.53	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
14.48/14.53	c    63700    198     2027   109712   54     5216    2964   2011   4419 14.41
14.48/14.53	c    63801    198     2130   114293   53     5424    3261   2114   4421 14.43
14.48/14.53	c    64053    198     2392   127370   53     5966    3588   2376   4422 14.48
14.48/14.53	o 198
14.48/14.56	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
14.48/14.56	c    64257    198     2599   137391   52     6506    2964   2583   4423 14.53
14.48/14.56	c    64357    198     2701   142673   52     6704    3261   2685   4424 14.55
14.48/14.56	o 196
19.58/19.65	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
19.58/19.65	c    64395    198     2741   145023   52     6922    2964   2725   4424 14.55
19.58/19.65	c    64496    198     2842   149025   52     7127    3261   2826   4426 14.57
19.58/19.65	c    64746    198     3094   161260   52     7640    3588   3078   4427 14.62
19.58/19.65	c    65221    198     3573   188211   52     8619    3947   3557   4425 14.74
19.58/19.65	c    66034    198     2334   113839   48     5704    4342   2318   4430 14.90
19.58/19.65	c    67354    198     3663   184662   50     8373    4777   3647   4430 15.20
19.58/19.65	c    69435    198     3299   163286   49     7602    5255   3283   4442 15.63
19.58/19.65	c    72658    198     3848   206594   53     8721    5781   3832   4441 16.36
19.58/19.65	c    77594    198     2908   146888   50     6708    6360   2892   4424 17.54
19.58/19.65	c    85102    198     3974   223506   56     8907    6997   3958   4400 19.34
19.58/19.65	o 171
19.68/19.74	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
19.68/19.74	c    86392    198     5286   291336   55    11746    2964   5270   4397 19.65
19.68/19.74	c    86493    198     1601    83072   51     4169    3261   1585   4394 19.68
19.68/19.74	c    86743    198     1852    95769   51     4707    3588   1836   4395 19.73
19.68/19.74	o 170
19.68/19.78	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
19.68/19.78	c    86775    198     1886    98166   52     4892    2964   1870   4395 19.74
19.68/19.78	c    86875    198     1986   101915   51     5098    3261   1970   4397 19.75
19.68/19.78	o 168
19.68/19.79	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
19.68/19.79	c    86992    198     2105   107667   51     5464    2964   2089   4397 19.78
19.68/19.79	o 164
19.79/19.89	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
19.79/19.89	c    87033    198     2151   110058   51     5696    2964   2135   4398 19.79
19.79/19.89	c    87133    198     2254   117508   52     5953    3261   2238   4398 19.81
19.79/19.89	c    87383    198     2506   131200   52     6447    3588   2490   4399 19.86
19.79/19.89	o 154
20.39/20.48	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
20.39/20.48	c    87559    198     2684   138199   51     6929    2964   2668   4402 19.89
20.39/20.48	c    87659    198     2786   144219   51     7137    3261   2770   4403 19.91
20.39/20.48	c    87909    198     3038   156770   51     7631    3588   3022   4404 19.96
20.39/20.48	c    88384    198     3524   185970   52     8707    3947   3508   4405 20.06
20.39/20.48	c    89198    198     2286   127545   55     5771    4342   2270   4409 20.23
20.39/20.48	o 152
25.59/25.69	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
25.59/25.69	c    90381    198     3507   190836   54     8379    2964   3491   4412 20.48
25.59/25.69	c    90481    198     1602    85285   53     4117    3261   1586   4413 20.50
25.59/25.69	c    90731    198     1854    97626   52     4628    3588   1838   4415 20.55
25.59/25.69	c    91207    198     2335   122035   52     5602    3947   2319   4417 20.65
25.59/25.69	c    92020    198     3150   163906   52     7233    4342   3134   4418 20.83
25.59/25.69	c    93340    198     2229   113533   50     5354    4777   2213   4416 21.13
25.59/25.69	c    95421    198     4329   236368   54     9597    5255   4313   4410 21.64
25.59/25.69	c    98644    198     4875   258996   53    10735    5781   4859   4408 22.38
25.59/25.69	c   103580    198     3954   220360   55     8815    6360   3938   4386 23.62
25.59/25.69	c   111086    198     5034   261405   51    11103    6997   5018   4376 25.38
25.59/25.69	o 151
26.19/26.28	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
26.19/26.28	c   112316    198     6277   322415   51    13724    2964   6261   4372 25.69
26.19/26.28	c   112416    198     1604    82871   51     4158    3261   1588   4370 25.72
26.19/26.28	c   112666    198     1858    95229   51     4663    3588   1842   4372 25.77
26.19/26.28	c   113141    198     2340   120217   51     5663    3947   2324   4374 25.86
26.19/26.28	c   113954    198     3163   161735   51     7300    4342   3147   4376 26.04
26.19/26.28	o 123
29.88/29.96	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
29.88/29.96	c   114948    198     4174   215025   51     9529    2964   4158   4374 26.28
29.88/29.96	c   115048    194     1601    82477   51     4144    3261   1585   4374 26.30
29.88/29.96	c   115298    194     1852    94862   51     4651    3588   1836   4375 26.35
29.88/29.96	c   115773    192     2332   116131   49     5603    3947   2316   4378 26.44
29.88/29.96	c   116586    190     3151   151913   48     7242    4342   3135   4383 26.59
29.88/29.96	c   117907    188     2263   100430   44     5405    4777   2247   4387 26.87
29.88/29.96	c   119988    186     4377   198069   45     9649    5255   4361   4393 27.31
29.88/29.96	c   123211    184     4955   225549   45    10856    5781   4939   4403 27.98
29.88/29.96	c   128147    184     4011   187417   46     8912    6360   3995   4418 29.00
29.88/29.96	o 110
33.98/34.07	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
33.98/34.07	c   132595    184     5289   239709   45    11592    2936   5273   4425 29.96
33.98/34.07	c   132695    184     1603    73240   45     4128    3230   1587   4423 30.00
33.98/34.07	c   132945    184     1854    83829   45     4641    3554   1838   4425 30.04
33.98/34.07	c   133423    184     2337   107016   45     5605    3910   2321   4428 30.13
33.98/34.07	c   134237    184     3153   150570   47     7239    4302   3137   4430 30.30
33.98/34.07	c   135558    184     2289   110568   48     5459    4733   2273   4432 30.58
33.98/34.07	c   137639    184     4373   202873   46     9629    5207   4357   4443 30.97
33.98/34.07	c   140862    184     4941   215817   43    10753    5728   4925   4456 31.61
33.98/34.07	c   145798    184     4051   186275   45     8971    6301   4035   4472 32.60
33.98/34.07	o 108
34.08/34.11	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
34.08/34.11	c   152769    182     4688   213163   45    10369    2932   4672   4484 34.06
34.08/34.11	c   152869    182     1599    74674   46     4054    3226   1583   4484 34.09
34.08/34.11	o 105
78.08/78.18	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
78.08/78.18	c   152921    182     1653    77536   46     4265    2932   1637   4484 34.10
78.08/78.18	c   153022    182     1760    85095   48     4535    3226   1744   4485 34.12
78.08/78.18	c   153273    182     2013    96087   47     5044    3549   1997   4487 34.16
78.08/78.18	c   153749    182     2496   118194   47     6011    3904   2480   4490 34.24
78.08/78.18	c   154563    182     3318   154023   46     7651    4295   3302   4495 34.38
78.08/78.18	c   155883    182     2446   107010   43     5761    4725   2430   4500 34.64
78.08/78.18	c   157965    182     4543   198729   43     9962    5198   4527   4509 35.03
78.08/78.18	c   161188    182     5136   223882   43    11140    5718   5120   4518 35.68
78.08/78.18	c   166125    182     4279   191079   44     9435    6290   4263   4533 36.65
78.08/78.18	c   173632    182     5411   237045   43    11678    6920   5395   4557 38.10
78.08/78.18	c   184993    182     6278   304512   48    13463    7613   6262   4545 40.70
78.08/78.18	c   202137    182     4165   179557   43     9193    8375   4149   4555 44.38
78.08/78.18	c   227956    182     4604   210224   45    10072    9213   4588   4562 49.97
78.08/78.18	c   266788    182     6183   273138   44    13215   10135   6167   4566 58.43
78.08/78.18	c   325140    182     8304   365435   44    17478   11149   8288   4546 71.51
78.08/78.18	o 103
173.76/173.85	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
173.76/173.85	c   352370    182     7538   340064   45    16044    2932   7522   4507 78.17
173.76/173.85	c   352470    182     1599    77760   48     4070    3226   1583   4506 78.22
173.76/173.85	c   352720    182     1849    88392   47     4566    3549   1833   4506 78.26
173.76/173.85	c   353195    182     2325   109442   47     5511    3904   2309   4507 78.36
173.76/173.85	c   354008    182     3139   146454   46     7139    4295   3123   4508 78.53
173.76/173.85	c   355328    182     2261   100460   44     5381    4725   2245   4510 78.78
173.76/173.85	c   357410    182     4344   192726   44     9547    5198   4328   4515 79.16
173.76/173.85	c   360633    182     4908   215869   43    10678    5718   4892   4521 79.76
173.76/173.85	c   365569    182     4040   183806   45     8936    6290   4024   4529 80.71
173.76/173.85	c   373075    182     5183   239734   46    11231    6920   5167   4536 82.23
173.76/173.85	c   384437    182     6018   274860   45    12899    7613   6002   4548 84.52
173.76/173.85	c   401581    182     3894   192721   49     8738    8375   3878   4545 88.35
173.76/173.85	c   427400    182     4275   201406   47     9414    9213   4259   4554 93.84
173.76/173.85	c   466232    182     5866   252537   43    12589   10135   5850   4554 102.37
173.76/173.85	c   524584    182     7924   360412   45    16715   11149   7908   4509 116.33
173.76/173.85	c   612216    182     5699   294207   51    12275   12264   5683   4372 140.02
173.76/173.85	c   743769    182     7611   379207   49    16086   13491   7595   4308 172.64
173.76/173.85	o 99
726.37/726.53	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
726.37/726.53	c   748096    182    11941   603726   50    24846    2932  11925   4303 173.82
726.37/726.53	c   748196    182     1599    79934   49     4065    3226   1583   4301 173.92
726.37/726.53	c   748446    182     1850    91259   49     4553    3549   1834   4302 173.97
726.37/726.53	c   748921    182     2325   111803   48     5507    3904   2309   4303 174.04
726.37/726.53	c   749734    182     3138   145657   46     7132    4295   3122   4304 174.19
726.37/726.53	c   751054    182     2259    95592   42     5374    4725   2243   4305 174.44
726.37/726.53	c   753135    182     4342   184474   42     9554    5198   4326   4307 174.83
726.37/726.53	c   756358    182     4914   213993   43    10687    5718   4898   4310 175.46
726.37/726.53	c   761295    182     4040   216317   53     8934    6290   4024   4312 176.52
726.37/726.53	c   768801    182     5154   250685   48    11180    6920   5138   4315 178.14
726.37/726.53	c   780162    182     5989   276856   46    12848    7613   5973   4320 180.56
726.37/726.53	c   797306    182     3891   165822   42     8644    8375   3875   4332 184.03
726.37/726.53	c   823126    182     4285   207858   48     9426    9213   4269   4342 189.56
726.37/726.53	c   861958    182     5851   278744   47    12573   10135   5835   4336 198.75
726.37/726.53	c   920311    182     7943   377251   47    16768   11149   7927   4329 212.59
726.37/726.53	c  1007943    182     5626   283810   50    12126   12264   5610   4316 233.52
726.37/726.53	c  1139495    182     7523   335791   44    15913   13491   7507   4313 264.20
726.37/726.53	c  1336928    182     8115   406603   50    17087   14841   8099   4246 314.83
726.37/726.53	c  1633180    182    13455   620305   46    27768   16326  13439   4157 392.79
726.37/726.53	c  2077662    182    14985   682500   45    30844   17959  14969   3988 520.86
726.37/726.53	c  2744489    182    14548   785567   53    29981   19755  14532   3815 719.25
726.37/726.53	o 98
726.47/726.67	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
726.47/726.67	c  2765929    182    16145   738529   45    33362    2932  16129   3807 726.41
726.47/726.67	c  2766030    182     1601    75988   47     4062    3226   1585   3807 726.55
726.47/726.67	o 94
1136.51/1136.77	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1136.51/1136.77	c  2766087    182     1663    79028   47     4292    2932   1647   3807 726.56
1136.51/1136.77	c  2766187    182     1766    82975   46     4504    3226   1750   3807 726.57
1136.51/1136.77	c  2766437    182     2025    93942   46     5021    3549   2009   3807 726.62
1136.51/1136.77	c  2766912    182     2511   115305   45     6002    3904   2495   3807 726.70
1136.51/1136.77	c  2767725    182     3339   150548   45     7656    4295   3323   3807 726.84
1136.51/1136.77	c  2769045    182     2443   110815   45     5742    4725   2427   3808 727.11
1136.51/1136.77	c  2771126    182     4528   194659   42     9909    5198   4512   3809 727.43
1136.51/1136.77	c  2774349    182     5104   199305   39    11069    5718   5088   3811 727.97
1136.51/1136.77	c  2779285    182     4238   167564   39     9324    6290   4222   3813 728.83
1136.51/1136.77	c  2786791    182     5352   227955   42    11563    6920   5336   3816 730.17
1136.51/1136.77	c  2798152    182     6181   258496   41    13222    7613   6165   3821 732.26
1136.51/1136.77	c  2815296    182     4081   170900   41     9029    8375   4065   3827 735.62
1136.51/1136.77	c  2841115    182     4515   209882   46     9880    9213   4499   3834 740.92
1136.51/1136.77	c  2879947    182     6160   265587   43    13189   10135   6144   3845 749.00
1136.51/1136.77	c  2938299    182     8320   328256   39    17491   11149   8304   3860 761.18
1136.51/1136.77	c  3025932    182     6097   250366   41    13057   12264   6081   3879 780.07
1136.51/1136.77	c  3157484    182     8027   355359   44    16917   13491   8011   3895 810.51
1136.51/1136.77	c  3354916    182     8622   386849   44    18102   14841   8606   3914 857.11
1136.51/1136.77	c  3651168    182    13840   583653   42    28531   16326  13824   3932 928.37
1136.51/1136.77	c  4095650    182    14990   648170   43    30832   17959  14974   3934 1040.98
1136.51/1136.77	o 93
1136.61/1136.87	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1136.61/1136.87	c  4450975    182     9869   470001   47    20766    2932   9853   3916 1136.59
1136.61/1136.87	c  4451075    182     1602    75480   47     4114    3226   1586   3915 1136.69
1136.61/1136.87	o 92
1797.91/1798.28	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1797.91/1798.28	c  4451127    182     1655    78111   47     4320    2932   1639   3915 1136.70
1797.91/1798.28	c  4451230    182     1767    86299   48     4568    3226   1751   3915 1136.71
1797.91/1798.28	c  4451480    182     2017    96484   47     5068    3549   2001   3915 1136.75
1797.91/1798.28	c  4451955    182     2492   119574   47     6021    3904   2476   3916 1136.83
1797.91/1798.28	c  4452768    182     3308   154826   46     7651    4295   3292   3916 1136.98
1797.91/1798.28	c  4454088    182     2432   108353   44     5724    4725   2416   3916 1137.24
1797.91/1798.28	c  4456169    182     4513   191998   42     9887    5198   4497   3917 1137.60
1797.91/1798.28	c  4459392    182     5085   218193   42    11032    5718   5069   3917 1138.24
1797.91/1798.28	c  4464328    182     4217   189466   44     9297    6290   4201   3918 1139.22
1797.91/1798.28	c  4471834    182     5334   222915   41    11533    6920   5318   3920 1140.71
1797.91/1798.28	c  4483195    182     6176   266148   43    13218    7613   6160   3922 1142.94
1797.91/1798.28	c  4500339    182     4041   170364   42     8945    8375   4025   3926 1146.26
1797.91/1798.28	c  4526158    182     4466   209212   46     9801    9213   4450   3929 1151.75
1797.91/1798.28	c  4564990    182     6077   242394   39    13017   10135   6061   3935 1160.00
1797.91/1798.28	c  4623342    182     8230   361640   43    17330   11149   8214   3939 1173.64
1797.91/1798.28	c  4710975    182     6038   275171   45    12929   12264   6022   3946 1193.79
1797.91/1798.28	c  4842527    182     7890   327268   41    16643   13491   7874   3957 1223.53
1797.91/1798.28	c  5039959    182     8611   390778   45    18083   14841   8595   3963 1271.66
1797.91/1798.28	c  5336211    182    13869   562352   40    28592   16326  13853   3967 1344.93
1797.91/1798.28	c  5780694    182    15769   696575   44    32392   17959  15753   3956 1460.90
1797.91/1798.28	c  6447522    182    15454   682278   44    31756   19755  15438   3927 1641.47
1797.91/1798.28	c Resources Exceeded
1797.91/1798.28	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 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 x124 -x125 -x126 -x127 -x128 -x129 x130 x131 x132 x133 -x134 -x135 x136 -x137 -x138 -x139 x140 -x141 x142 -x143 -x144 -x145 x146 -x147 x148 x149 -x150 x151 -x152 x153 x154 -x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 x164 -x165 x166 -x167 x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 x177 -x178 -x179 x180 x181 -x182 x183 x184 -x185 x186 -x187 -x188 -x189 x190 x191 -x192 x193 x194 x195 x196 -x197 x198 -x176 
1797.91/1798.28	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1797.91/1798.28	c  279  6927376 236859  7213997    19794   883688  19778   3852 1798.00
1797.91/1798.28	c Objective: 92
1797.91/1798.28	s SATISFIABLE
1797.91/1798.28	c Total time: 1798 s

Verifier Data

OK	92

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-3734861-1338717205/watcher-3734861-1338717205 -o /tmp/evaluation-result-3734861-1338717205/solver-3734861-1338717205 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 -m15500 HOME/instance-3734861-1338717205.opb 

running on 4 cores: 1,3,5,7

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.00 2.00 1.98 3/176 671
/proc/meminfo: memFree=28241924/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=18604 CPUtime=0 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 295 0 0 0 0 0 0 0 20 0 1 0 337846536 19050496 244 33554432000 134512640 137136520 4288938496 4288934588 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 4651 244 189 641 0 4007 0

[startup+0.0862801 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 671
/proc/meminfo: memFree=28241924/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=11288 CPUtime=0.08 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 439 0 0 0 8 0 0 0 20 0 1 0 337846536 11558912 388 33554432000 134512640 137136520 4288938496 4288936872 136502658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 2822 388 197 641 0 2178 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11288

[startup+0.100142 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 671
/proc/meminfo: memFree=28241924/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=11408 CPUtime=0.09 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 458 0 0 0 9 0 0 0 20 0 1 0 337846536 11681792 407 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 2852 407 197 641 0 2208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11408

[startup+0.3001 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 671
/proc/meminfo: memFree=28241924/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=12504 CPUtime=0.29 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 740 0 0 0 29 0 0 0 20 0 1 0 337846536 12804096 689 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 3126 689 197 641 0 2482 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12504

[startup+0.700099 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 671
/proc/meminfo: memFree=28241924/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=14244 CPUtime=0.69 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 1166 0 0 0 69 0 0 0 20 0 1 0 337846536 14585856 1115 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 3561 1115 197 641 0 2917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14244

[startup+1.5001 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 672
/proc/meminfo: memFree=28237396/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=14732 CPUtime=1.48 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 1300 0 0 0 148 0 0 0 20 0 1 0 337846536 15085568 1249 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 3683 1249 197 641 0 3039 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14732

[startup+3.1001 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 672
/proc/meminfo: memFree=28236776/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=14736 CPUtime=3.08 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 1314 0 0 0 307 1 0 0 20 0 1 0 337846536 15089664 1262 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 3684 1262 197 641 0 3040 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14736

[startup+6.3001 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 672
/proc/meminfo: memFree=28235132/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=15716 CPUtime=6.28 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 1533 0 0 0 626 2 0 0 20 0 1 0 337846536 16093184 1481 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 3929 1481 197 641 0 3285 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15716

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 672
/proc/meminfo: memFree=28234564/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=17048 CPUtime=12.68 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 1893 0 0 0 1264 4 0 0 20 0 1 0 337846536 17457152 1841 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 4262 1841 197 641 0 3618 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17048

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 672
/proc/meminfo: memFree=28233944/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=17048 CPUtime=25.48 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 1893 0 0 0 2540 8 0 0 20 0 1 0 337846536 17457152 1841 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 4262 1841 197 641 0 3618 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17048

[startup+51.1001 s]
/proc/loadavg: 2.05 2.01 1.99 3/177 672
/proc/meminfo: memFree=28234404/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=17376 CPUtime=51.07 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 1978 0 0 0 5092 15 0 0 20 0 1 0 337846536 17793024 1911 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 4344 1911 197 641 0 3700 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17376

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 672
/proc/meminfo: memFree=28233052/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=18456 CPUtime=102.27 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 2258 0 0 0 10196 31 0 0 20 0 1 0 337846536 18898944 2191 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 4614 2191 197 641 0 3970 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 18456

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/177 673
/proc/meminfo: memFree=28230944/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=20016 CPUtime=162.26 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 2640 0 0 0 16177 49 0 0 20 0 1 0 337846536 20496384 2572 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 5004 2572 197 641 0 4360 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 20016

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/177 673
/proc/meminfo: memFree=28231192/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=19908 CPUtime=222.25 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 2640 0 0 0 22159 66 0 0 20 0 1 0 337846536 20385792 2556 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 4977 2556 197 641 0 4333 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 19908

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 673
/proc/meminfo: memFree=28228716/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=21628 CPUtime=282.24 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 3064 0 0 0 28144 80 0 0 20 0 1 0 337846536 22147072 2980 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 5407 2980 197 641 0 4763 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 21628

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 673
/proc/meminfo: memFree=28228720/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=21632 CPUtime=342.23 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 3066 0 0 0 34126 97 0 0 20 0 1 0 337846536 22151168 2981 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 5408 2981 197 641 0 4764 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 21632

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 676
/proc/meminfo: memFree=28227424/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=22816 CPUtime=402.22 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 3352 0 0 0 40111 111 0 0 20 0 1 0 337846536 23363584 3267 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 5704 3267 197 641 0 5060 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 22816

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 699
/proc/meminfo: memFree=28225732/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=24136 CPUtime=462.21 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 3688 0 0 0 46095 126 0 0 20 0 1 0 337846536 24715264 3602 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6034 3602 197 641 0 5390 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 24136

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 699
/proc/meminfo: memFree=28226524/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=24408 CPUtime=522.2 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 3766 0 0 0 52080 140 0 0 20 0 1 0 337846536 24993792 3680 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6102 3680 197 641 0 5458 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 24408

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 699
/proc/meminfo: memFree=28225096/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=24780 CPUtime=582.2 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 3857 0 0 0 58066 154 0 0 20 0 1 0 337846536 25374720 3771 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6195 3771 197 641 0 5551 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 24780

[startup+642.3 s]

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

/proc/meminfo: memFree=28223748/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25892 CPUtime=1122.11 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 111903 308 0 0 20 0 1 0 337846536 26513408 4052 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6473 4052 197 641 0 5829 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 25892

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 704
/proc/meminfo: memFree=28223752/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1182.1 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 117885 325 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 25844

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 704
/proc/meminfo: memFree=28223752/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1242.09 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 123868 341 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 25844

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 704
/proc/meminfo: memFree=28223752/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1302.09 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 129851 358 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937424 134544402 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 25844

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 705
/proc/meminfo: memFree=28223752/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1362.08 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 135834 374 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 25844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 705
/proc/meminfo: memFree=28223752/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1422.08 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 141820 388 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937264 134574321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 25844

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 754
/proc/meminfo: memFree=28229912/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1482.06 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 147805 401 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 25844

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 754
/proc/meminfo: memFree=28229664/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1542.05 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 153791 414 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 25844

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 757
/proc/meminfo: memFree=28228540/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1602.04 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 159774 430 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 25844

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 758
/proc/meminfo: memFree=28228948/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1662.03 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 165760 443 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 25844

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228576/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1722.02 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 171747 455 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 25844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228264/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1782.01 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 177734 467 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937356 136518911 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 25844

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228388/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1791.61 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 178692 469 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 25844

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228388/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1794.81 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 179011 470 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937536 134540859 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 25844

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228388/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1796.41 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 179171 470 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 25844

[startup+1797.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228512/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1797.2 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 179250 470 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 25844

[startup+1797.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228512/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1797.61 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 179290 471 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (KiB) 25844

[startup+1798.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228512/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1797.81 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 179310 471 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 25844

[startup+1798.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 758
/proc/meminfo: memFree=28228512/32873648 swapFree=6864/6864
[pid=671] ppid=669 vsize=25844 CPUtime=1797.91 cores=1,3,5,7
/proc/671/stat : 671 (bsolo) R 669 671 31961 0 -1 4202496 4392 0 0 0 179320 471 0 0 20 0 1 0 337846536 26464256 4040 33554432000 134512640 137136520 4288938496 4288937612 136568305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/671/statm: 6461 4040 197 641 0 5817 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 25844

Child status: 0
Real time (s): 1798.28
CPU time (s): 1798
CPU user time (s): 1793.29
CPU system time (s): 4.71228
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 26632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.29
system time used= 4.71228
maximum resident set size= 16892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4394
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= 8
involuntary context switches= 1851

runsolver used 3.07853 second user time and 8.87465 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 11:53:25
IDJOB=3734861
IDBENCH=2912
IDSOLVER=2320
FILE ID=node120/3734861-1338717205
RUNJOBID= node120-1338713480-31978
PBS_JOBID= 14636735
Free space on /tmp= 70772 MiB

SOLVER NAME= PB09: bsolo 3.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_3.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT -mMEMLIMIT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734861-1338717205/watcher-3734861-1338717205 -o /tmp/evaluation-result-3734861-1338717205/solver-3734861-1338717205 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 -m15500 HOME/instance-3734861-1338717205.opb

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

MD5SUM BENCH= 0278ee4f163393ac33163ff791a7f96d
RANDOM SEED=3410105

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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	: 5331.83
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.456
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.456
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:        28241800 kB
Buffers:          565456 kB
Cached:          3117984 kB
SwapCached:         1580 kB
Active:          1713532 kB
Inactive:        1988340 kB
Active(anon):      10284 kB
Inactive(anon):     9224 kB
Active(file):    1703248 kB
Inactive(file):  1979116 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              3908 kB
Writeback:             0 kB
AnonPages:         32292 kB
Mapped:            11536 kB
Shmem:                32 kB
Slab:             794276 kB
SReclaimable:     238560 kB
SUnreclaim:       555716 kB
KernelStack:        1472 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     139664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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-3734861-1338717205.opb

Free space on /tmp at the end= 70768 MiB
End job on node120 at 2012-06-03 12:23:24