Trace number 4109398

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 18.8511 18.8565

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972154--soft-33-100-0.wbo
MD5SUMe457d7c5b924fbb4fed2427ab3382316
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.47562
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1221
Number of bits of the biggest sum of numbers11
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 2016-06-19T15:41:49+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4109398-1466343709.wbo"]
0.00/0.01	c use --random-gen="3425087021 2106996098 111581239 2212140230 1895562201 1153809982 843656911 3811955467 3879242063 1054355057 1744197882 253414388 2546148673 241631519 528501706 2482123546 401059266 3736940441 1137435699 2419373193 3221680228 867460327 1095134643 4054907705 1133931270 624974902 3378586008 1717298991 4130051708 2765776361 3165728054 4233927343 4254145345 3881711676 4121828286 1997396799 252361888 1261584212 2392660329 4055462306 2575538939 973428189 1106108759 3500433421 2788890510 1238809853 4065403549 3370358854 2199670823 641014153 874713301 1490891555 3690878441 3835614443 4083682440 2725809535 2050186196 3305183736 905743300 1044314090 4115316389 931737043 2842536375 1001505281 1799407553 2202707490 2317776840 2624487794 3579587894 3720076796 701803101 546863859 3752894397 1638713766 1208304859 1928116077 1871975896 2047485686 255346159 2376745969 1438395334 3149420643 1727551338 1809789902 3004773628 3462479407 2435317779 3179818624 3149014434 4157087601 2575966546 1739642055 1154767328 2943418477 2162796594 2967291297 2040124974 4196482834 146860981 639671818 2856433913 2007489217 2049566809 2059071286 1339847598 119405898 1537866093 3078873541 3976481420 2127585903 1183583510 1435419293 1137845047 2641639072 1770001531 3534578029 1506606471 236996433 3718971838 3349717225 739200747 1781274831 3099487599 1291654041 3936048655 681122830 1260160136 2135877571 1596345518 1776076160 1269805450 3716897328 83104815 2836671803 820858597 2538904643 1395432155 3288396902 147342197 3353648369 92760770 141416986 313556541 3396050316 352478246 1040844077 1917411875 3977623864 497490163 1997694584 545396862 1611913519 4000682501 1647530874 2408181474 1913779088 1045746313 1410351764 1514739259 321849518 4023667173 3144542992 4015395936 1653924402 688904206 144309248 1630830924 189924918 2327733437 1642856954 323700380 2775896250 3211083789 3938702546 3569382359 3180315485 3183734595 3519838112 141334291 2066646959 362444702 2152254710 3363906285 2355082296 2881907544 328115444 1188430870 1173597521 2714936456 1241321720 3031817233 2168293953 734258529 3853092516 3616970548 649984342 726677198 2393080977 4017520266 4102271162 3876392851 1671949092 1252531535 3609673688 286698890 2786756164 4254723817 3099316384 1304093488 4158716310 428650248 4095900575 3249908865 2094658539 3915219875 3712981779 1310258464 633684587 777126290 2020595274 3742943316 1961426037 151378235 3613102711 2726774464 3342109271 2710689846 741088783 2604527402 288921272 946585133 306193738 3736876220 2113863576 286621845 3018995497 2211997308 734910431 854371755 236569491 1635585709 329511634 3480344259 699695034 66865404 2652806704 261451603 2860721925 3582525143 2168029042 3397394064 2855324597 1374231860 3638631810 4005563510 2900552884 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      206 |      100 |      111      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      329 |      129 |      123      0 |        0 |        0
0.19/0.28	c #cpu_time = 0.019s
0.19/0.28	c #wall_clock_time = 0.019s
0.19/0.28	c #decision = 329
0.19/0.28	c #random_decision = 2
0.19/0.28	c #conflict = 129
0.19/0.28	c #restart = 1
0.19/0.28	o 599
0.19/0.28	c BCD2: updating upper bound: 2924 -> 598
0.19/0.28	c BCD2: 0 <= obj <= 598
0.19/0.28	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.29	c  0.0s |       1 |      250 |      100 |      123      1 |        0 |        0
0.29/0.32	c  0.0s |       2 |      547 |      250 |      136      2 |        0 |        0
0.29/0.36	c  0.1s |       3 |      959 |      475 |      150      4 |        0 |        0
0.39/0.41	c  0.1s |       4 |     1541 |      813 |      165      6 |        0 |        0
0.39/0.49	c  0.2s |       5 |     2414 |     1320 |      182      9 |        0 |        0
0.59/0.63	c  0.4s |       6 |     3571 |     2081 |      201     14 |        0 |        0
0.79/0.86	c  0.6s |       7 |     5242 |     3223 |      222     21 |        0 |        0
1.09/1.17	c  0.9s |       8 |     7840 |     4936 |      245     30 |        0 |        0
1.49/1.60	c  1.3s |       9 |    11713 |     7506 |      270     43 |        0 |        0
2.09/2.11	c  1.8s |      10 |    17436 |    11361 |      297     62 |        0 |        0
2.89/2.92	c  2.6s |      11 |    25652 |    17144 |      327     88 |        0 |        0
4.09/4.11	c  3.8s |      12 |    37632 |    25819 |      360    125 |        0 |        0
5.99/6.02	c  5.7s |      13 |    55685 |    38832 |      397    176 |        0 |        0
7.99/8.02	c  7.7s |      13 |    76997 |    53532 |      397    231 |        0 |        0
8.68/8.70	c  8.4s |      14 |    83955 |    58352 |      437    249 |        0 |        0
10.68/10.71	c 10.4s |      14 |   102470 |    71652 |      437    296 |        0 |        0
12.18/12.25	c 12.0s |      14 |   115419 |    80843 |      437    330 |        0 |        0
12.18/12.25	c #cpu_time = 11.970s
12.18/12.25	c #wall_clock_time = 11.970s
12.18/12.25	c #decision = 115419
12.18/12.25	c #random_decision = 263
12.18/12.25	c #conflict = 80843
12.18/12.25	c #restart = 14
12.18/12.25	c BCD2: found a new core of size 64: cost of the new core is >=1
12.18/12.25	c lower bound updated to 1
12.18/12.25	c BCD2: 1 <= obj <= 598
12.18/12.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.18/12.25	c BCD2: #sat=1 #unsat=2 bias=2/3
12.18/12.25	c Solving starts ...
12.18/12.25	c ============================[ Search Statistics ]============================
12.18/12.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.18/12.25	c       |         |          |          |    Limit     GC | Var      | Constra 
12.18/12.25	c =============================================================================
12.18/12.25	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
12.18/12.26	c  0.0s |       0 |      219 |       40 |      437      1 |        0 |        0
12.18/12.26	c #cpu_time = 0.008s
12.18/12.26	c #wall_clock_time = 0.008s
12.18/12.26	c #decision = 219
12.18/12.26	c #random_decision = 0
12.18/12.26	c #conflict = 40
12.18/12.26	c #restart = 0
12.18/12.26	o 287
12.18/12.26	c BCD2: updating upper bound: 598 -> 286
12.18/12.26	c BCD2: 1 <= obj <= 286
12.18/12.26	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.18/12.26	c BCD2: #sat=2 #unsat=2 bias=2/4
12.18/12.26	c Solving starts ...
12.18/12.26	c ============================[ Search Statistics ]============================
12.18/12.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.18/12.26	c       |         |          |          |    Limit     GC | Var      | Constra 
12.18/12.26	c =============================================================================
12.18/12.26	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        2
12.18/12.26	c  0.0s |       0 |       97 |       33 |      437      0 |        0 |        2
12.18/12.26	c #cpu_time = 0.007s
12.18/12.26	c #wall_clock_time = 0.007s
12.18/12.26	c #decision = 97
12.18/12.26	c #random_decision = 0
12.18/12.26	c #conflict = 33
12.18/12.26	c #restart = 0
12.18/12.26	o 229
12.18/12.27	c BCD2: updating upper bound: 286 -> 228
12.18/12.27	c BCD2: 1 <= obj <= 228
12.18/12.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.18/12.27	c BCD2: #sat=3 #unsat=2 bias=2/5
12.18/12.27	c Solving starts ...
12.18/12.27	c ============================[ Search Statistics ]============================
12.18/12.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.18/12.27	c       |         |          |          |    Limit     GC | Var      | Constra 
12.18/12.27	c =============================================================================
12.18/12.27	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        4
12.18/12.27	c  0.0s |       0 |       14 |        3 |      437      0 |        0 |        4
12.18/12.27	c #cpu_time = 0.002s
12.18/12.27	c #wall_clock_time = 0.002s
12.18/12.27	c #decision = 14
12.18/12.27	c #random_decision = 0
12.18/12.27	c #conflict = 3
12.18/12.27	c #restart = 0
12.18/12.27	o 106
12.18/12.27	c BCD2: updating upper bound: 228 -> 105
12.18/12.27	c BCD2: 1 <= obj <= 105
12.18/12.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.18/12.27	c BCD2: #sat=4 #unsat=2 bias=2/6
12.18/12.27	c Solving starts ...
12.18/12.27	c ============================[ Search Statistics ]============================
12.18/12.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.18/12.27	c       |         |          |          |    Limit     GC | Var      | Constra 
12.18/12.27	c =============================================================================
12.18/12.27	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        6
12.18/12.28	c  0.0s |       1 |      183 |      100 |      437      0 |        0 |        6
12.18/12.30	c  0.0s |       2 |      421 |      250 |      437      0 |        0 |        6
12.29/12.33	c  0.1s |       3 |      872 |      475 |      437      1 |        0 |        6
12.29/12.37	c  0.1s |       4 |     1463 |      813 |      437      3 |        0 |        6
12.39/12.43	c  0.2s |       5 |     2237 |     1320 |      437      4 |        0 |        6
12.48/12.53	c  0.3s |       6 |     3481 |     2081 |      437      7 |        0 |        6
12.58/12.67	c  0.4s |       7 |     5352 |     3223 |      437     11 |        0 |        6
12.78/12.88	c  0.6s |       8 |     8120 |     4936 |      437     18 |        0 |        6
13.08/13.18	c  0.9s |       9 |    12386 |     7506 |      481     27 |        0 |        6
13.49/13.52	c  1.3s |       9 |    16900 |    10308 |      481     36 |        0 |        6
13.49/13.52	c #cpu_time = 1.252s
13.49/13.52	c #wall_clock_time = 1.252s
13.49/13.52	c #decision = 16900
13.49/13.52	c #random_decision = 49
13.49/13.52	c #conflict = 10308
13.49/13.52	c #restart = 9
13.49/13.52	o 12
13.49/13.52	c BCD2: hardening fixes 52 literals
13.49/13.52	c BCD2: updating upper bound: 105 -> 11
13.49/13.52	c BCD2: 1 <= obj <= 11
13.49/13.52	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=52
13.49/13.52	c BCD2: #sat=5 #unsat=2 bias=2/7
13.49/13.52	c Solving starts ...
13.49/13.52	c ============================[ Search Statistics ]============================
13.49/13.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.49/13.52	c       |         |          |          |    Limit     GC | Var      | Constra 
13.49/13.52	c =============================================================================
13.49/13.52	c  0.0s |       0 |        0 |        0 |      481      0 |       52 |        8
13.49/13.52	c  0.0s |       0 |       12 |        4 |      481      0 |       52 |        8
13.49/13.52	c #cpu_time = 0.002s
13.49/13.52	c #wall_clock_time = 0.002s
13.49/13.52	c #decision = 12
13.49/13.52	c #random_decision = 0
13.49/13.52	c #conflict = 4
13.49/13.52	c #restart = 0
13.49/13.52	o 2
13.49/13.52	c BCD2: hardening fixes 8 literals
13.49/13.52	c BCD2: updating upper bound: 11 -> 1
13.49/13.52	c BCD2: 1 <= obj <= 1
13.49/13.52	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
13.49/13.52	c BCD2: #sat=6 #unsat=2 bias=2/8
13.49/13.52	c Solving starts ...
13.49/13.52	c ============================[ Search Statistics ]============================
13.49/13.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.49/13.52	c       |         |          |          |    Limit     GC | Var      | Constra 
13.49/13.52	c =============================================================================
13.49/13.52	c  0.0s |       0 |        0 |        0 |      481      0 |       60 |       10
13.49/13.53	c  0.0s |       1 |      136 |      100 |      481      0 |       60 |       10
13.49/13.55	c  0.0s |       2 |      328 |      250 |      481      1 |       60 |       10
13.49/13.58	c  0.1s |       3 |      696 |      475 |      481      2 |       60 |       10
13.58/13.61	c  0.1s |       4 |     1193 |      813 |      481      2 |       60 |       10
13.58/13.66	c  0.1s |       5 |     1872 |     1320 |      481      4 |       60 |       10
13.68/13.74	c  0.2s |       6 |     3074 |     2081 |      481      7 |       60 |       10
13.78/13.86	c  0.3s |       7 |     4695 |     3223 |      481     10 |       60 |       10
13.98/14.03	c  0.5s |       8 |     7264 |     4936 |      481     16 |       60 |       10
14.28/14.30	c  0.8s |       9 |    11272 |     7506 |      481     24 |       60 |       10
14.59/14.68	c  1.2s |      10 |    16929 |    11361 |      481     37 |       60 |       10
15.18/15.28	c  1.8s |      11 |    24678 |    17144 |      481     55 |       60 |       10
16.08/16.18	c  2.7s |      12 |    36590 |    25819 |      481     83 |       60 |       10
17.48/17.53	c  4.0s |      13 |    54799 |    38832 |      481    124 |       60 |       10
18.68/18.79	c  5.3s |      13 |    70951 |    50284 |      530    158 |      104 |       22
18.68/18.79	c #cpu_time = 5.267s
18.68/18.79	c #wall_clock_time = 5.267s
18.68/18.79	c #decision = 70951
18.68/18.79	c #random_decision = 153
18.68/18.79	c #conflict = 50284
18.68/18.79	c #restart = 13
18.68/18.79	c BCD2: updating lower bound of a core
18.68/18.79	c lower bound updated to 3
18.68/18.79	s OPTIMUM FOUND
18.68/18.79	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
18.68/18.79	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
18.68/18.79	v -x21 -x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30
18.68/18.79	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
18.68/18.79	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
18.68/18.79	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
18.68/18.79	v -x61 x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
18.68/18.79	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
18.68/18.79	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
18.68/18.79	v -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100
18.68/18.79	v -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
18.68/18.79	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
18.68/18.79	v -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130
18.68/18.79	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
18.68/18.79	v -x141 x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
18.68/18.79	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
18.68/18.79	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169
18.68/18.79	c total CPU time = 18.793s
18.68/18.79	c total wall clock time = 18.794s

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4109398-1466343709/watcher-4109398-1466343709 -o /tmp/evaluation-result-4109398-1466343709/solver-4109398-1466343709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109398-1466343709.wbo 

pid=31738
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.22 2.28 2.00 3/179 31741
/proc/meminfo: memFree=29275472/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=677308 CPUtime=0 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 2518 0 0 0 0 0 0 0 20 0 4 0 36417351 693563392 3391 33554432000 4194304 16246674 140737212757632 140737212757056 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 169839 3399 441 2943 0 166733 0
[pid=31741/tid=31742] ppid=31738 vsize=695740 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 712437760 3459 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=699836 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 716632064 3476 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=703932 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 720826368 3493 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100124 s]
/proc/loadavg: 2.22 2.28 2.00 3/179 31741
/proc/meminfo: memFree=29275472/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 18255 0 0 0 7 2 0 0 20 0 4 0 36417351 1247350784 19120 33554432000 4194304 16246674 140737212757632 140737212757056 12500869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 304529 19121 615 2943 0 301423 0
[pid=31741/tid=31742] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 19125 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 19128 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 19131 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200504 s]
/proc/loadavg: 2.22 2.28 2.00 3/179 31741
/proc/meminfo: memFree=29275472/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 26011 0 0 0 16 3 0 0 20 0 4 0 36417351 1247350784 26876 33554432000 4194304 16246674 140737212757632 140737212739520 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 304529 26880 615 2943 0 301423 0
[pid=31741/tid=31742] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 26881 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 26884 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 26886 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300509 s]
/proc/loadavg: 2.22 2.28 2.00 3/179 31741
/proc/meminfo: memFree=29275472/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 36627 0 0 0 25 4 0 0 20 0 4 0 36417351 1247350784 37485 33554432000 4194304 16246674 140737212757632 140737212739520 6021133 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 304529 37490 813 2943 0 301423 0
[pid=31741/tid=31742] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 37496 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 37502 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 37506 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.22 2.28 2.00 3/179 31741
/proc/meminfo: memFree=29275472/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 106490 0 0 0 54 15 0 0 20 0 4 0 36417351 1247350784 107348 33554432000 4194304 16246674 140737212757632 140737212739520 5669490 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 304529 107359 813 2943 0 301423 0
[pid=31741/tid=31742] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 107364 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 107369 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1247350784 107373 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.22 2.28 2.00 3/183 31745
/proc/meminfo: memFree=28553660/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 245822 0 0 0 117 32 0 0 20 0 4 0 36417351 1248399360 246658 33554432000 4194304 16246674 140737212757632 140737212756944 5523464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 304785 246658 872 2943 0 301679 0
[pid=31741/tid=31742] ppid=31738 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1248399360 246658 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1248399360 246658 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1248399360 246658 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.22 2.28 2.00 3/183 31745
/proc/meminfo: memFree=28203724/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 267247 0 0 0 274 35 0 0 20 0 4 0 36417351 1336479744 268083 33554432000 4194304 16246674 140737212757632 140737212739520 5546214 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 326289 268083 872 2943 0 323183 0
[pid=31741/tid=31742] ppid=31738 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1336479744 268083 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1336479744 268083 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1336479744 268083 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.20 2.28 2.00 4/183 31745
/proc/meminfo: memFree=28202516/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 267583 0 0 0 594 35 0 0 20 0 4 0 36417351 1337528320 268419 33554432000 4194304 16246674 140737212757632 140737212739520 5662012 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 326545 268419 874 2943 0 323439 0
[pid=31741/tid=31742] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268419 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268419 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268419 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.18 2.27 2.00 3/183 31745
/proc/meminfo: memFree=28202516/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 267592 0 0 0 1233 35 0 0 20 0 4 0 36417351 1337528320 268428 33554432000 4194304 16246674 140737212757632 140737212740632 13760253 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 326545 268428 882 2943 0 323439 0
[pid=31741/tid=31742] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268428 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268428 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268428 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 31741 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+13.0004 s]
/proc/loadavg: 2.18 2.27 2.00 3/183 31745
/proc/meminfo: memFree=28202516/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1306180 CPUtime=12.98 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 267593 0 0 0 1263 35 0 0 20 0 4 0 36417351 1337528320 268429 33554432000 4194304 16246674 140737212757632 140737212740632 13759557 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 326545 268429 882 2943 0 323439 0
[pid=31741/tid=31742] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268429 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268429 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268429 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 1306180

[startup+16.2004 s]
/proc/loadavg: 2.17 2.27 2.00 4/183 31745
/proc/meminfo: memFree=28202788/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1306180 CPUtime=16.18 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 267597 0 0 0 1583 35 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140737212740632 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 326545 268433 885 2943 0 323439 0
[pid=31741/tid=31742] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.18
Current children cumulated vsize (KiB) 1306180

[startup+17.8004 s]
/proc/loadavg: 2.17 2.27 2.00 3/183 31794
/proc/meminfo: memFree=28767316/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1306180 CPUtime=17.79 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 267597 0 0 0 1744 35 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140737212739520 5516598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 326545 268433 885 2943 0 323439 0
[pid=31741/tid=31742] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.79
Current children cumulated vsize (KiB) 1306180

[startup+18.6004 s]
/proc/loadavg: 2.17 2.27 2.00 3/183 31794
/proc/meminfo: memFree=28767316/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=1306180 CPUtime=18.58 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) R 31738 31741 31304 0 -1 4202496 267597 0 0 0 1823 35 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140737212740632 5754966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 326545 268433 885 2943 0 323439 0
[pid=31741/tid=31742] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) S 31738 31741 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232756276464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31741/tid=31743] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31743/stat : 31743 (toysat) S 31738 31741 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232745786608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31741/tid=31744] ppid=31738 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (toysat) S 31738 31741 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417351 1337528320 268433 33554432000 4194304 16246674 140737212757632 140232628366512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.58
Current children cumulated vsize (KiB) 1306180

[startup+18.8004 s]
/proc/loadavg: 2.17 2.27 2.00 3/183 31794
/proc/meminfo: memFree=28767316/32872528 swapFree=1370848/1518016
[pid=31741] ppid=31738 vsize=0 CPUtime=18.79 cores=0,2,4,6
/proc/31741/stat : 31741 (toysat) Z 31738 31741 31304 0 -1 4202508 267601 0 0 0 1843 36 0 0 20 0 2 0 36417351 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31741/statm: 0 0 0 0 0 0 0
[pid=31741/tid=31742] ppid=31738 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (toysat) R 31738 31741 31304 0 -1 4202564 10 0 0 0 0 0 0 0 20 0 2 0 36417351 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 18.8565
CPU time (s): 18.8511
CPU user time (s): 18.4312
CPU system time (s): 0.419936
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4312
system time used= 0.419936
maximum resident set size= 1073740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267601
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= 22
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.100984 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:41:49
IDJOB=4109398
IDBENCH=78798
IDSOLVER=2553
FILE ID=node129/4109398-1466343709
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972154--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109398-1466343709/watcher-4109398-1466343709 -o /tmp/evaluation-result-4109398-1466343709/solver-4109398-1466343709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109398-1466343709.wbo

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

MD5SUM BENCH= e457d7c5b924fbb4fed2427ab3382316
RANDOM SEED=1667155791

node129.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.143
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.28
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.143
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	: 5332.55
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.143
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	: 5332.55
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.143
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	: 5332.55
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.143
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	: 5332.55
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.143
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	: 5332.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.143
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	: 5332.55
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.143
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29276000 kB
Buffers:           87156 kB
Cached:           177836 kB
SwapCached:         1804 kB
Active:          1204048 kB
Inactive:         136180 kB
Active(anon):    1074888 kB
Inactive(anon):     2732 kB
Active(file):     129160 kB
Inactive(file):   133448 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             16652 kB
Writeback:             0 kB
AnonPages:       2594984 kB
Mapped:            10812 kB
Shmem:                 0 kB
Slab:             602268 kB
SReclaimable:      46120 kB
SUnreclaim:       556148 kB
KernelStack:        1520 kB
PageTables:         9508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2734320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-19 15:42:08