Trace number 4109510

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 34.0808 34.087

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-33-100-0.wbo
MD5SUMbe3c73315139989f61de040eef6a61aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark6.43002
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 1248
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:43:04+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-4109510-1466343784.wbo"]
0.00/0.01	c use --random-gen="3214906 2456178357 490747725 1247998961 607492309 4236836079 1453526101 3917851679 305723531 2150265201 2525981721 493359916 3998146554 4261352234 3888198718 22268845 3898259827 2711082958 3438730785 3218444434 2780712960 3010589703 108323557 84882539 2170522863 3879196848 318876745 3930628392 3319520781 2278739215 1979233253 2925441888 3577284757 2482555762 26555797 2825633037 149132419 707121657 3090338180 3541035337 4179175711 2170105879 651245744 4087577376 2509889302 147347467 2350984108 2732642918 2135498546 1344429941 2550894386 1984943048 3580268208 2593390954 157028009 4259236377 4278259669 574419148 3619000530 1559881732 1595377733 1256146613 3706047829 3338847100 4018711282 1696281833 2746210484 1678575711 4063612255 2368260771 3188012102 1406897026 439500612 1382626190 3002448794 2124315632 2737317439 310477984 4238642367 3126272220 55478348 499769321 1225869968 3807305516 3832376224 778918739 2040289979 19536108 627145175 450366391 1424432441 1255550896 1194491326 3704798510 3895623751 234305727 1306145024 1788195770 1488903507 2451779911 3643076442 3050637589 1721619185 248447154 1073743925 1521406370 2903621283 2303014284 1374990901 655022535 3148297595 1912346963 71113909 2455014547 1892523729 2236107076 2364475478 3544416436 675812190 2982372909 1613054895 2577885603 2297290742 1819326153 3327890018 1673564994 752552788 3941488112 1342899085 4170379968 4090063011 2671624006 2778141968 3522772224 2997506177 1878156414 3720331394 2027551588 2308615046 1998936125 1759914419 3635697873 1434725762 2241195684 1530413584 420857229 3988148100 3280738843 4215721672 1778726829 3436923997 3765074691 1127845005 3484284492 2463134502 483835745 2790071473 3369086257 1411158846 149636451 2264640445 1931474800 3590828295 1371696145 4087176175 3372507706 3207036498 3229513268 2526789458 3217837754 2881936621 2083379908 2252130241 1087108961 972888571 3829724423 2918237728 2766459093 2198675499 4198014402 3077840146 428173056 4091052851 4211914018 2178555906 3334232320 756816065 1295303988 27463807 3088505517 2686035787 435333622 2455465037 2740020349 946980128 3076119568 1715149435 1210826569 269986003 307701757 3731509272 2278775838 51099769 1187636393 3584703908 3307208550 1512289275 1727952445 1498769318 1335627852 68772861 3950689245 3434376779 806300175 2232656221 1813609152 3055523535 2546055124 3846238587 3555482666 298266451 2791167128 3407181934 274921425 503443452 31711856 532170984 2712610846 1644119166 2859081956 3729568688 1177607458 2067853861 1588716854 2002572310 863741554 2197666608 365450480 2932003248 2267051489 1269953069 1791547045 3150578575 1905908123 1738683340 1889253440 3374246497 2276798582 3638627645 1822652892 2237909626 3318952923 726658551 1298338086 875346161 163623663 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |      233 |       96 |      111      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.014s
0.19/0.27	c #wall_clock_time = 0.014s
0.19/0.27	c #decision = 233
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 96
0.19/0.27	c #restart = 0
0.19/0.27	o 407
0.19/0.27	c BCD2: updating upper bound: 2924 -> 406
0.19/0.27	c BCD2: 0 <= obj <= 406
0.19/0.27	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.29	c  0.0s |       1 |      234 |      100 |      123      0 |        0 |        0
0.29/0.32	c  0.0s |       2 |      500 |      250 |      136      1 |        0 |        0
0.29/0.36	c  0.1s |       3 |      903 |      475 |      150      3 |        0 |        0
0.39/0.42	c  0.2s |       4 |     1523 |      813 |      165      5 |        0 |        0
0.49/0.52	c  0.3s |       5 |     2368 |     1320 |      182      9 |        0 |        0
0.58/0.66	c  0.4s |       6 |     3578 |     2081 |      201     14 |        0 |        0
0.79/0.88	c  0.6s |       7 |     5400 |     3223 |      222     21 |        0 |        0
1.20/1.22	c  0.9s |       8 |     8150 |     4936 |      245     30 |        0 |        0
1.59/1.60	c  1.3s |       9 |    11853 |     7506 |      270     43 |        0 |        0
2.09/2.11	c  1.8s |      10 |    17528 |    11361 |      297     62 |        0 |        0
2.89/2.91	c  2.6s |      11 |    25879 |    17144 |      327     88 |        0 |        0
3.99/4.09	c  3.8s |      12 |    38198 |    25819 |      360    126 |        0 |        0
5.79/5.87	c  5.6s |      13 |    56858 |    38832 |      397    178 |        0 |        0
7.79/7.87	c  7.6s |      13 |    78102 |    53532 |      397    234 |        0 |        0
8.49/8.58	c  8.3s |      14 |    85244 |    58352 |      437    252 |        0 |        0
10.49/10.58	c 10.3s |      14 |   102786 |    70652 |      437    296 |        0 |        0
11.19/11.25	c 11.0s |      14 |   107802 |    74169 |      437    310 |        0 |        0
11.19/11.25	c #cpu_time = 10.953s
11.19/11.25	c #wall_clock_time = 10.983s
11.19/11.25	c #decision = 107802
11.19/11.25	c #random_decision = 275
11.19/11.25	c #conflict = 74169
11.19/11.25	c #restart = 14
11.19/11.25	c BCD2: found a new core of size 64: cost of the new core is >=1
11.19/11.25	c lower bound updated to 1
11.19/11.25	c BCD2: 1 <= obj <= 406
11.19/11.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.19/11.25	c BCD2: #sat=1 #unsat=2 bias=2/3
11.19/11.25	c Solving starts ...
11.19/11.25	c ============================[ Search Statistics ]============================
11.19/11.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.25	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.25	c =============================================================================
11.19/11.25	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
11.19/11.27	c  0.0s |       0 |      248 |       96 |      437      0 |        0 |        0
11.19/11.27	c #cpu_time = 0.014s
11.19/11.27	c #wall_clock_time = 0.014s
11.19/11.27	c #decision = 248
11.19/11.27	c #random_decision = 1
11.19/11.27	c #conflict = 96
11.19/11.27	c #restart = 0
11.19/11.27	o 291
11.19/11.27	c BCD2: updating upper bound: 406 -> 290
11.19/11.27	c BCD2: 1 <= obj <= 290
11.19/11.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.19/11.27	c BCD2: #sat=2 #unsat=2 bias=2/4
11.19/11.27	c Solving starts ...
11.19/11.27	c ============================[ Search Statistics ]============================
11.19/11.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.27	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.27	c =============================================================================
11.19/11.27	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        2
11.19/11.28	c  0.0s |       1 |      170 |      100 |      437      0 |        0 |        2
11.29/11.31	c  0.0s |       2 |      426 |      250 |      437      1 |        0 |        2
11.29/11.35	c  0.1s |       3 |      812 |      475 |      437      2 |        0 |        2
11.39/11.40	c  0.1s |       4 |     1477 |      813 |      437      3 |        0 |        2
11.39/11.48	c  0.2s |       5 |     2346 |     1320 |      437      5 |        0 |        2
11.59/11.61	c  0.3s |       6 |     3635 |     2081 |      437      8 |        0 |        2
11.59/11.65	c  0.4s |       6 |     4143 |     2325 |      437      9 |        0 |        2
11.59/11.65	c #cpu_time = 0.379s
11.59/11.65	c #wall_clock_time = 0.380s
11.59/11.65	c #decision = 4143
11.59/11.65	c #random_decision = 19
11.59/11.65	c #conflict = 2325
11.59/11.65	c #restart = 6
11.59/11.65	o 200
11.59/11.65	c BCD2: updating upper bound: 290 -> 199
11.59/11.65	c BCD2: 1 <= obj <= 199
11.59/11.65	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.59/11.65	c BCD2: #sat=3 #unsat=2 bias=2/5
11.59/11.65	c Solving starts ...
11.59/11.65	c ============================[ Search Statistics ]============================
11.59/11.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.65	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.65	c =============================================================================
11.59/11.65	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        4
11.59/11.66	c  0.0s |       1 |      248 |      100 |      437      1 |        0 |        4
11.59/11.69	c  0.0s |       2 |      534 |      250 |      437      1 |        0 |        4
11.68/11.71	c  0.1s |       2 |      778 |      377 |      437      2 |        0 |        4
11.68/11.71	c #cpu_time = 0.056s
11.68/11.71	c #wall_clock_time = 0.056s
11.68/11.71	c #decision = 778
11.68/11.71	c #random_decision = 1
11.68/11.71	c #conflict = 377
11.68/11.71	c #restart = 2
11.68/11.71	o 71
11.68/11.71	c BCD2: hardening fixes 16 literals
11.68/11.71	c BCD2: updating upper bound: 199 -> 70
11.68/11.71	c BCD2: 1 <= obj <= 70
11.68/11.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=48, #hardened=16
11.68/11.71	c BCD2: #sat=4 #unsat=2 bias=2/6
11.68/11.71	c Solving starts ...
11.68/11.71	c ============================[ Search Statistics ]============================
11.68/11.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.68/11.71	c       |         |          |          |    Limit     GC | Var      | Constra 
11.68/11.71	c =============================================================================
11.68/11.71	c  0.0s |       0 |        0 |        0 |      437      0 |       16 |        6
11.68/11.72	c  0.0s |       1 |      203 |      100 |      437      0 |       16 |        6
11.68/11.74	c  0.0s |       2 |      446 |      250 |      437      0 |       16 |        6
11.68/11.76	c  0.1s |       3 |      776 |      475 |      437      1 |       16 |        6
11.78/11.80	c  0.1s |       4 |     1322 |      813 |      437      3 |       16 |        6
11.78/11.86	c  0.2s |       5 |     2063 |     1320 |      437      4 |       16 |        6
11.88/11.95	c  0.2s |       6 |     3537 |     2081 |      437      7 |       16 |        6
11.98/12.10	c  0.4s |       7 |     5464 |     3223 |      437     11 |       16 |        6
12.28/12.30	c  0.6s |       8 |     8473 |     4936 |      437     18 |       16 |        6
12.58/12.61	c  0.9s |       9 |    12630 |     7506 |      437     27 |       16 |        6
12.98/13.07	c  1.4s |      10 |    18637 |    11361 |      481     41 |       16 |        6
12.98/13.08	c  1.4s |      10 |    18682 |    11383 |      481     41 |       16 |        6
12.98/13.08	c #cpu_time = 1.366s
12.98/13.08	c #wall_clock_time = 1.370s
12.98/13.08	c #decision = 18682
12.98/13.08	c #random_decision = 49
12.98/13.08	c #conflict = 11383
12.98/13.08	c #restart = 10
12.98/13.08	o 8
12.98/13.08	c BCD2: hardening fixes 39 literals
12.98/13.08	c BCD2: updating upper bound: 70 -> 7
12.98/13.08	c BCD2: 1 <= obj <= 7
12.98/13.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=55
12.98/13.08	c BCD2: #sat=5 #unsat=2 bias=2/7
12.98/13.08	c Solving starts ...
12.98/13.08	c ============================[ Search Statistics ]============================
12.98/13.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.98/13.08	c       |         |          |          |    Limit     GC | Var      | Constra 
12.98/13.08	c =============================================================================
12.98/13.08	c  0.0s |       0 |        0 |        0 |      481      0 |       55 |        8
12.98/13.09	c  0.0s |       1 |      158 |      100 |      481      0 |       55 |        8
13.08/13.11	c  0.0s |       2 |      381 |      250 |      481      1 |       55 |        8
13.08/13.13	c  0.1s |       3 |      769 |      475 |      481      1 |       55 |        8
13.08/13.16	c  0.1s |       4 |     1319 |      813 |      481      2 |       55 |        8
13.19/13.21	c  0.1s |       5 |     2081 |     1320 |      481      4 |       55 |        8
13.19/13.29	c  0.2s |       6 |     3265 |     2081 |      481      6 |       55 |        8
13.38/13.41	c  0.3s |       7 |     4974 |     3223 |      481     10 |       55 |        8
13.48/13.59	c  0.5s |       8 |     7650 |     4936 |      481     16 |       55 |        8
13.78/13.86	c  0.8s |       9 |    11728 |     7506 |      481     24 |       55 |        8
14.18/14.27	c  1.2s |      10 |    18019 |    11361 |      481     37 |       55 |        8
14.78/14.88	c  1.8s |      11 |    26282 |    17144 |      481     55 |       55 |        8
14.78/14.89	c  1.8s |      11 |    26386 |    17216 |      481     55 |       55 |        8
14.78/14.89	c #cpu_time = 1.809s
14.78/14.89	c #wall_clock_time = 1.814s
14.78/14.89	c #decision = 26386
14.78/14.89	c #random_decision = 50
14.78/14.89	c #conflict = 17216
14.78/14.89	c #restart = 11
14.78/14.89	o 7
14.78/14.89	c BCD2: hardening fixes 2 literals
14.78/14.89	c BCD2: updating upper bound: 7 -> 6
14.78/14.89	c BCD2: 1 <= obj <= 6
14.78/14.89	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=57
14.78/14.89	c BCD2: #sat=6 #unsat=2 bias=2/8
14.78/14.89	c Solving starts ...
14.78/14.89	c ============================[ Search Statistics ]============================
14.78/14.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.89	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.89	c =============================================================================
14.78/14.89	c  0.0s |       0 |        0 |        0 |      481      0 |       57 |       10
14.88/14.90	c  0.0s |       1 |      148 |      100 |      481      1 |       57 |       10
14.88/14.92	c  0.0s |       2 |      369 |      250 |      481      1 |       57 |       10
14.88/14.94	c  0.1s |       3 |      756 |      475 |      481      2 |       57 |       10
14.88/14.98	c  0.1s |       4 |     1252 |      813 |      481      3 |       57 |       10
14.98/15.04	c  0.1s |       5 |     1942 |     1320 |      481      5 |       57 |       10
15.08/15.13	c  0.2s |       6 |     3001 |     2081 |      481      7 |       57 |       10
15.18/15.26	c  0.4s |       7 |     4614 |     3223 |      481     11 |       57 |       10
15.39/15.45	c  0.6s |       8 |     7063 |     4936 |      481     16 |       57 |       10
15.68/15.74	c  0.8s |       9 |    10822 |     7506 |      481     25 |       57 |       10
16.08/16.17	c  1.3s |      10 |    16510 |    11361 |      481     37 |       57 |       10
16.68/16.79	c  1.9s |      11 |    24879 |    17144 |      481     55 |       57 |       10
17.69/17.72	c  2.8s |      12 |    37488 |    25819 |      530     83 |       57 |       10
19.08/19.19	c  4.3s |      13 |    56067 |    38832 |      530    122 |       57 |       10
21.18/21.20	c  6.3s |      13 |    81740 |    56732 |      530    176 |       57 |       10
21.28/21.38	c  6.5s |      14 |    84191 |    58352 |      530    181 |       57 |       10
23.28/23.39	c  8.5s |      14 |   109115 |    75852 |      530    234 |       57 |       10
24.68/24.75	c  9.9s |      14 |   126111 |    87326 |      530    269 |       58 |       12
24.68/24.75	c #cpu_time = 9.835s
24.68/24.75	c #wall_clock_time = 9.861s
24.68/24.75	c #decision = 126111
24.68/24.75	c #random_decision = 286
24.68/24.75	c #conflict = 87326
24.68/24.75	c #restart = 14
24.68/24.75	c BCD2: updating lower bound of a core
24.68/24.75	c lower bound updated to 3
24.68/24.75	c BCD2: 3 <= obj <= 6
24.68/24.75	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=57
24.68/24.75	c BCD2: #sat=6 #unsat=3 bias=3/9
24.68/24.75	c Solving starts ...
24.68/24.75	c ============================[ Search Statistics ]============================
24.68/24.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.68/24.75	c       |         |          |          |    Limit     GC | Var      | Constra 
24.68/24.75	c =============================================================================
24.68/24.75	c  0.0s |       0 |        0 |        0 |      530      0 |       58 |       12
24.68/24.76	c  0.0s |       1 |      159 |      100 |      530      0 |       58 |       12
24.68/24.78	c  0.0s |       2 |      385 |      250 |      530      1 |       58 |       12
24.78/24.81	c  0.1s |       3 |      754 |      475 |      530      1 |       58 |       12
24.78/24.84	c  0.1s |       4 |     1261 |      813 |      530      2 |       58 |       12
24.88/24.90	c  0.1s |       5 |     1987 |     1320 |      530      4 |       58 |       12
24.88/24.98	c  0.2s |       6 |     3040 |     2081 |      530      6 |       58 |       12
25.08/25.11	c  0.4s |       7 |     4714 |     3223 |      583      9 |       58 |       12
25.18/25.30	c  0.5s |       8 |     7167 |     4936 |      583     14 |       58 |       12
25.48/25.59	c  0.8s |       9 |    10831 |     7506 |      583     21 |       58 |       12
25.98/26.02	c  1.3s |      10 |    16225 |    11361 |      583     32 |       58 |       12
26.59/26.66	c  1.9s |      11 |    24284 |    17144 |      583     48 |       58 |       12
27.60/27.66	c  2.9s |      12 |    36463 |    25819 |      583     71 |       58 |       12
29.09/29.16	c  4.4s |      13 |    54927 |    38832 |      583    107 |       58 |       12
30.09/30.16	c  5.4s |      13 |    65788 |    46977 |      583    130 |       59 |       14
30.09/30.16	c #cpu_time = 5.395s
30.09/30.16	c #wall_clock_time = 5.409s
30.09/30.16	c #decision = 65788
30.09/30.16	c #random_decision = 153
30.09/30.16	c #conflict = 46977
30.09/30.16	c #restart = 13
30.09/30.16	c BCD2: updating lower bound of a core
30.09/30.16	c lower bound updated to 5
30.09/30.16	c BCD2: 5 <= obj <= 6
30.09/30.16	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=57
30.09/30.16	c BCD2: #sat=6 #unsat=4 bias=4/10
30.09/30.16	c Solving starts ...
30.09/30.16	c ============================[ Search Statistics ]============================
30.09/30.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.09/30.16	c       |         |          |          |    Limit     GC | Var      | Constra 
30.09/30.16	c =============================================================================
30.09/30.16	c  0.0s |       0 |        0 |        0 |      583      0 |       59 |       14
30.09/30.18	c  0.0s |       1 |      169 |      100 |      583      0 |       59 |       14
30.09/30.19	c  0.0s |       2 |      419 |      250 |      583      0 |       59 |       14
30.19/30.22	c  0.1s |       3 |      771 |      475 |      583      1 |       59 |       14
30.19/30.26	c  0.1s |       4 |     1213 |      813 |      583      2 |       59 |       14
30.29/30.33	c  0.2s |       5 |     1890 |     1320 |      583      3 |       59 |       14
30.39/30.42	c  0.3s |       6 |     2963 |     2081 |      583      5 |       59 |       14
30.49/30.55	c  0.4s |       7 |     4585 |     3223 |      583      9 |       59 |       14
30.69/30.75	c  0.6s |       8 |     6882 |     4936 |      583     13 |       59 |       14
30.99/31.05	c  0.9s |       9 |    10573 |     7506 |      583     20 |       59 |       14
31.39/31.47	c  1.3s |      10 |    15819 |    11361 |      583     31 |       59 |       14
32.09/32.14	c  2.0s |      11 |    23679 |    17144 |      583     47 |       59 |       14
33.09/33.14	c  3.0s |      12 |    35707 |    25819 |      583     71 |       59 |       14
33.98/34.02	c  3.9s |      12 |    45793 |    33143 |      583     91 |       59 |       14
33.98/34.02	c #cpu_time = 3.847s
33.98/34.02	c #wall_clock_time = 3.857s
33.98/34.02	c #decision = 45793
33.98/34.02	c #random_decision = 113
33.98/34.02	c #conflict = 33143
33.98/34.02	c #restart = 12
33.98/34.02	o 5
33.98/34.02	s OPTIMUM FOUND
33.98/34.02	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10
33.98/34.02	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
33.98/34.02	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
33.98/34.02	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
33.98/34.02	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
33.98/34.02	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
33.98/34.02	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
33.98/34.02	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
33.98/34.02	v x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
33.98/34.02	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
33.98/34.02	v -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
33.98/34.02	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
33.98/34.02	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
33.98/34.02	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
33.98/34.02	v -x141 -x142 x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
33.98/34.02	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160
33.98/34.02	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
33.98/34.02	c total CPU time = 33.934s
33.98/34.02	c total wall clock time = 34.023s

Verifier Data

OK	5

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

pid=6530
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.29 2.27 2.00 3/179 6533
/proc/meminfo: memFree=28826604/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=761276 CPUtime=0 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 2847 0 0 0 0 0 0 0 20 0 4 0 36425057 779546624 2696 33554432000 4194304 16246674 140733723155392 140733723154816 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 190831 2706 441 2943 0 187725 0
[pid=6533/tid=6534] ppid=6530 vsize=778684 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 797372416 2766 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=783804 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 802615296 2783 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=787900 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425058 806809600 2800 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.29 2.27 2.00 3/179 6533
/proc/meminfo: memFree=28826604/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 18350 0 0 0 7 2 0 0 20 0 4 0 36425057 1247350784 18192 33554432000 4194304 16246674 140733723155392 140733723154816 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 304529 18196 617 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 18196 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 18197 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 18199 33554432000 4194304 16246674 140733723155392 140502453177520 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.20048 s]
/proc/loadavg: 2.29 2.27 2.00 3/179 6533
/proc/meminfo: memFree=28826604/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 26270 0 0 0 16 3 0 0 20 0 4 0 36425057 1247350784 26112 33554432000 4194304 16246674 140733723155392 140733723137280 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 304529 26112 617 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 26112 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 26113 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 26113 33554432000 4194304 16246674 140733723155392 140502453177520 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.300477 s]
/proc/loadavg: 2.29 2.27 2.00 3/179 6533
/proc/meminfo: memFree=28826604/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 37391 0 0 0 24 5 0 0 20 0 4 0 36425057 1247350784 37227 33554432000 4194304 16246674 140733723155392 140733723137280 5523634 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 304529 37230 813 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 37238 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 37243 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 37251 33554432000 4194304 16246674 140733723155392 140502453177520 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.700391 s]
/proc/loadavg: 2.29 2.27 2.00 3/179 6533
/proc/meminfo: memFree=28826604/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 112286 0 0 0 53 16 0 0 20 0 4 0 36425057 1247350784 112121 33554432000 4194304 16246674 140733723155392 140733723137280 6836249 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 304529 112125 814 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 112131 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 112137 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425058 1247350784 112139 33554432000 4194304 16246674 140733723155392 140502453177520 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.50039 s]
/proc/loadavg: 2.29 2.27 2.00 4/183 6537
/proc/meminfo: memFree=28057524/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 245804 0 0 0 115 34 0 0 20 0 4 0 36425057 1248399360 245617 33554432000 4194304 16246674 140733723155392 140733723154704 5598428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 304785 245617 872 2943 0 301679 0
[pid=6533/tid=6534] ppid=6530 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1248399360 245617 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1248399360 245617 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1248399360 245617 33554432000 4194304 16246674 140733723155392 140502453177520 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.29 2.27 2.00 3/183 6537
/proc/meminfo: memFree=27844732/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267294 0 0 0 272 37 0 0 20 0 4 0 36425057 1336479744 267107 33554432000 4194304 16246674 140733723155392 140733723138384 13927254 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326289 267107 872 2943 0 323183 0
[pid=6533/tid=6534] ppid=6530 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1336479744 267107 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1336479744 267107 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1336479744 267107 33554432000 4194304 16246674 140733723155392 140502453177520 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.35 2.28 2.00 4/183 6537
/proc/meminfo: memFree=27756628/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267648 0 0 0 592 37 0 0 20 0 4 0 36425057 1337528320 267461 33554432000 4194304 16246674 140733723155392 140733723138392 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267461 874 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267461 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267461 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267461 33554432000 4194304 16246674 140733723155392 140502453177520 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.40 2.30 2.01 4/183 6537
/proc/meminfo: memFree=27756412/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267675 0 0 0 1231 37 0 0 20 0 4 0 36425057 1337528320 267488 33554432000 4194304 16246674 140733723155392 140733723138392 13943600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267488 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267488 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267488 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267488 33554432000 4194304 16246674 140733723155392 140502453177520 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

[startup+25.5005 s]
/proc/loadavg: 2.31 2.28 2.01 3/183 6537
/proc/meminfo: memFree=27756916/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267676 0 0 0 2511 37 0 0 20 0 4 0 36425057 1337528320 267489 33554432000 4194304 16246674 140733723155392 140733723137280 5823230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267489 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.31 2.28 2.01 3/183 6537
/proc/meminfo: memFree=27756916/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267676 0 0 0 2521 37 0 0 20 0 4 0 36425057 1337528320 267489 33554432000 4194304 16246674 140733723155392 140733723137280 5546456 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267489 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.28 2.28 2.01 3/183 6537
/proc/meminfo: memFree=27756916/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=28.79 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267676 0 0 0 2841 38 0 0 20 0 4 0 36425057 1337528320 267489 33554432000 4194304 16246674 140733723155392 140733723138392 6842944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267489 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1306180

[startup+32.0073 s]
/proc/loadavg: 2.28 2.28 2.01 3/183 6586
/proc/meminfo: memFree=27845468/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267676 0 0 0 3161 38 0 0 20 0 4 0 36425057 1337528320 267489 33554432000 4194304 16246674 140733723155392 140733723138392 5523192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267489 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+32.8004 s]
/proc/loadavg: 2.28 2.28 2.01 3/183 6586
/proc/meminfo: memFree=27845468/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=32.79 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267676 0 0 0 3241 38 0 0 20 0 4 0 36425057 1337528320 267489 33554432000 4194304 16246674 140733723155392 140733723138392 5663608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267489 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 1306180

[startup+33.6004 s]
/proc/loadavg: 2.26 2.27 2.01 3/183 6586
/proc/meminfo: memFree=27758296/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=33.58 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267676 0 0 0 3320 38 0 0 20 0 4 0 36425057 1337528320 267489 33554432000 4194304 16246674 140733723155392 140733723138392 5546005 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267489 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 1306180

[startup+34.0004 s]
/proc/loadavg: 2.26 2.27 2.01 3/183 6586
/proc/meminfo: memFree=27758296/32872528 swapFree=1542984/1696284
[pid=6533] ppid=6530 vsize=1306180 CPUtime=33.98 cores=0,2,4,6
/proc/6533/stat : 6533 (toysat) R 6530 6533 6047 0 -1 4202496 267676 0 0 0 3360 38 0 0 20 0 4 0 36425057 1337528320 267489 33554432000 4194304 16246674 140733723155392 140733723137280 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6533/statm: 326545 267489 883 2943 0 323439 0
[pid=6533/tid=6534] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502474140912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502463651056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425058 1337528320 267489 33554432000 4194304 16246674 140733723155392 140502453177520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 34.087
CPU time (s): 34.0808
CPU user time (s): 33.6339
CPU system time (s): 0.446932
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.6339
system time used= 0.446932
maximum resident set size= 1069968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267680
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= 19
involuntary context switches= 36

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.112982 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:43:04
IDJOB=4109510
IDBENCH=78834
IDSOLVER=2553
FILE ID=node125/4109510-1466343784
RUNJOBID= node125-1466341817-6063
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111221624--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-4109510-1466343784/watcher-4109510-1466343784 -o /tmp/evaluation-result-4109510-1466343784/solver-4109510-1466343784 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466341817-6063 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109510-1466343784.wbo

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

MD5SUM BENCH= be3c73315139989f61de040eef6a61aa
RANDOM SEED=828329529

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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	: 5333.36
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.683
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.683
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.683
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.54
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.683
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.683
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.55
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.683
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.683
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28827132 kB
Buffers:          179736 kB
Cached:           350692 kB
SwapCached:          764 kB
Active:          1234000 kB
Inactive:         369960 kB
Active(anon):    1074732 kB
Inactive(anon):     1188 kB
Active(file):     159268 kB
Inactive(file):   368772 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             16352 kB
Writeback:             0 kB
AnonPages:       2769156 kB
Mapped:            10816 kB
Shmem:                 0 kB
Slab:             610972 kB
SReclaimable:      54652 kB
SUnreclaim:       556320 kB
KernelStack:        1520 kB
PageTables:         9460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2913884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71712 MiB
End job on node125 at 2016-06-19 15:43:38