Trace number 4110290

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 24.5283 24.5325

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-0-100-0.wbo
MD5SUM3a8e3041affa71d2d7ed2f1bacdf271f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark7.2239
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 constraints101
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
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-19T16:00:56+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-4110290-1466344856.wbo"]
0.00/0.01	c use --random-gen="421309152 1670047287 574241470 3035233710 2271719710 945626877 3144848655 2118538824 3977379226 1262976983 1416192692 2122288221 3886063483 3836667928 3768472834 272637510 551840060 3595263484 2210201047 1490799089 1944182031 4026129551 2608297348 3636033882 3059411425 2697851257 3414198267 2437938356 3330459484 2294261684 1257561613 2520741311 2957926891 261991977 2695350764 1676350436 400612579 3442260156 2412898758 436611846 1224008858 4142441019 58608630 2707970891 2837085685 64576022 869183866 3066601268 706978660 1635229998 1226258166 4267233951 2653977429 3813252327 3721616566 244504344 731115532 1245676321 1703864268 955812989 1098384535 3110229102 1316730406 427931145 951584626 4058707327 2848727500 1626540831 510931089 217395389 1730096038 1611528418 934518773 2153047963 3876893786 2867775257 3775372688 600447025 2632564401 2549238122 3440338584 1894152611 722213125 1190566463 1569588757 415216836 1156370239 3941373491 2992525356 3560257349 3600413030 1293374437 1403371409 1896900754 225539618 3829171494 2113245346 4108710874 571223578 3332016555 115144782 525197665 605112786 1326819842 4250495913 3609675431 2169751111 996486121 302963968 2714509409 57818031 2641677585 1581479525 4155072668 2873821704 1011493208 3087286743 1926779298 1809180627 476158103 18435718 3484712215 700298203 839647040 209455382 2530480831 353908535 1871040521 1640758804 1687343431 2869795402 2673860057 2708812251 3134759081 2596487501 511156222 4268826570 4258857729 1263261097 217403224 3824440143 3898621707 1633814660 4106187826 1562153473 1862043315 3266563698 3936071007 2273244428 3109527288 200326549 3381759099 4177597839 143191346 2566503264 3111773203 3118689663 3622372181 3253210335 938848907 1943528115 4157085253 3315688227 3946173949 1025309373 2193756900 4233790675 3319975474 2856628880 2694364806 1147181766 2879231868 571790181 1752705864 822405609 275219739 1113505080 4088241993 1614921723 3174286067 3016563230 3175639789 2809133092 1383561682 1176926958 4110750901 1863676539 3416734701 843941573 438993428 3738885105 3114473947 1791754250 2051587799 428377513 352563463 4135974089 209930986 110818186 894960017 3379377374 1255846616 1281055024 2490761393 124612662 1011717785 1427912456 1428567224 2276138098 4203915058 3893838189 3414833285 2360014702 3296319035 2851348771 576143398 772056733 470719109 1501298294 2081251904 1254621340 3638041486 2375455631 2035279878 3116174859 456166672 3094360436 2373180233 474181869 2735725809 4132163919 2428570799 3523760643 1741121882 4224940485 3311975953 3771473177 4176510844 2541869851 2942902973 2698549329 1877217825 3052471707 2251127698 1531009018 4052580444 3477597848 501923918 370717136 2810697279 1798509423 3035794843 3198840693 4872579 2431172079 2982889418 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 |      123      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |      108 |        0 |      123      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.001s
0.19/0.25	c #wall_clock_time = 0.001s
0.19/0.25	c #decision = 108
0.19/0.25	c #random_decision = 1
0.19/0.25	c #conflict = 0
0.19/0.25	c #restart = 0
0.19/0.25	o 558
0.19/0.25	c BCD2: updating upper bound: 5179 -> 557
0.19/0.25	c BCD2: 0 <= obj <= 557
0.19/0.25	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |      123      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      247 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      588 |      250 |      136      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |      997 |      475 |      150      1 |        0 |        0
0.39/0.42	c  0.2s |       4 |     1614 |      813 |      165      4 |        0 |        0
0.49/0.53	c  0.3s |       5 |     2477 |     1320 |      182      7 |        0 |        0
0.59/0.68	c  0.4s |       6 |     3732 |     2081 |      222     11 |        0 |        0
0.89/0.91	c  0.7s |       7 |     5559 |     3223 |      245     17 |        0 |        0
1.19/1.28	c  1.0s |       8 |     8103 |     4936 |      270     25 |        0 |        0
1.59/1.67	c  1.4s |       9 |    12081 |     7506 |      297     36 |        0 |        0
2.20/2.26	c  2.0s |      10 |    17884 |    11361 |      327     52 |        0 |        0
3.09/3.13	c  2.9s |      11 |    26289 |    17144 |      360     75 |        0 |        0
4.40/4.49	c  4.2s |      12 |    38514 |    25819 |      397    108 |        0 |        0
6.49/6.50	c  6.3s |      12 |    55841 |    37919 |      397    151 |        0 |        0
6.60/6.67	c  6.4s |      13 |    57094 |    38832 |      437    154 |        0 |        0
8.59/8.69	c  8.4s |      13 |    71341 |    49032 |      437    189 |        0 |        0
8.99/9.03	c  8.8s |      13 |    73473 |    50718 |      437    195 |        0 |        0
8.99/9.03	c #cpu_time = 8.757s
8.99/9.03	c #wall_clock_time = 8.780s
8.99/9.03	c #decision = 73473
8.99/9.03	c #random_decision = 164
8.99/9.03	c #conflict = 50718
8.99/9.03	c #restart = 13
8.99/9.03	c BCD2: found a new core of size 101: cost of the new core is >=1
8.99/9.03	c lower bound updated to 1
8.99/9.03	c BCD2: 1 <= obj <= 557
8.99/9.03	c BCD2: #cores=1, #unrelaxed=0, #relaxed=101, #hardened=0
8.99/9.03	c BCD2: #sat=1 #unsat=2 bias=2/3
8.99/9.03	c Solving starts ...
8.99/9.03	c ============================[ Search Statistics ]============================
8.99/9.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.03	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.03	c =============================================================================
8.99/9.03	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
8.99/9.04	c  0.0s |       0 |      139 |        4 |      437      0 |        0 |        0
8.99/9.04	c #cpu_time = 0.002s
8.99/9.04	c #wall_clock_time = 0.002s
8.99/9.04	c #decision = 139
8.99/9.04	c #random_decision = 1
8.99/9.04	c #conflict = 4
8.99/9.04	c #restart = 0
8.99/9.04	o 91
8.99/9.04	c BCD2: hardening fixes 8 literals
8.99/9.04	c BCD2: updating upper bound: 557 -> 90
8.99/9.04	c BCD2: 1 <= obj <= 90
8.99/9.04	c BCD2: #cores=1, #unrelaxed=0, #relaxed=93, #hardened=8
8.99/9.04	c BCD2: #sat=2 #unsat=2 bias=2/4
8.99/9.04	c Solving starts ...
8.99/9.04	c ============================[ Search Statistics ]============================
8.99/9.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.04	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.04	c =============================================================================
8.99/9.04	c  0.0s |       0 |        0 |        0 |      437      0 |        8 |        2
8.99/9.06	c  0.0s |       1 |      181 |      100 |      437      0 |        8 |        2
8.99/9.08	c  0.0s |       2 |      432 |      250 |      437      1 |        8 |        2
9.09/9.12	c  0.1s |       3 |      898 |      475 |      437      2 |        8 |        2
9.09/9.17	c  0.1s |       4 |     1426 |      813 |      437      3 |        8 |        2
9.19/9.24	c  0.2s |       5 |     2269 |     1320 |      437      5 |        8 |        2
9.29/9.35	c  0.3s |       6 |     3516 |     2081 |      437      7 |        8 |        2
9.49/9.53	c  0.5s |       7 |     5343 |     3223 |      437     11 |        8 |        2
9.69/9.77	c  0.7s |       8 |     8139 |     4936 |      437     17 |        8 |        2
10.09/10.14	c  1.1s |       9 |    12290 |     7506 |      481     26 |        8 |        2
10.59/10.68	c  1.6s |      10 |    18377 |    11361 |      481     39 |        8 |        2
11.39/11.48	c  2.4s |      11 |    27364 |    17144 |      481     58 |        8 |        2
12.69/12.70	c  3.7s |      12 |    41016 |    25819 |      481     87 |        8 |        2
14.30/14.38	c  5.3s |      12 |    60248 |    37854 |      530    127 |        8 |        2
14.30/14.38	c #cpu_time = 5.321s
14.30/14.38	c #wall_clock_time = 5.335s
14.30/14.38	c #decision = 60248
14.30/14.38	c #random_decision = 153
14.30/14.38	c #conflict = 37854
14.30/14.38	c #restart = 12
14.30/14.38	o 37
14.30/14.38	c BCD2: hardening fixes 56 literals
14.30/14.38	c BCD2: updating upper bound: 90 -> 36
14.30/14.38	c BCD2: 1 <= obj <= 36
14.30/14.38	c BCD2: #cores=1, #unrelaxed=0, #relaxed=37, #hardened=64
14.30/14.38	c BCD2: #sat=3 #unsat=2 bias=2/5
14.30/14.38	c Solving starts ...
14.30/14.38	c ============================[ Search Statistics ]============================
14.30/14.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.30/14.38	c       |         |          |          |    Limit     GC | Var      | Constra 
14.30/14.38	c =============================================================================
14.30/14.38	c  0.0s |       0 |        0 |        0 |      530      0 |       64 |        4
14.30/14.39	c  0.0s |       1 |      143 |      100 |      530      0 |       64 |        4
14.40/14.41	c  0.0s |       2 |      399 |      250 |      530      0 |       64 |        4
14.40/14.43	c  0.1s |       3 |      771 |      475 |      530      1 |       64 |        4
14.40/14.47	c  0.1s |       4 |     1379 |      813 |      530      2 |       64 |        4
14.49/14.53	c  0.2s |       5 |     2226 |     1320 |      530      3 |       64 |        4
14.59/14.62	c  0.2s |       6 |     3476 |     2081 |      530      6 |       64 |        4
14.69/14.75	c  0.4s |       7 |     5232 |     3223 |      530      9 |       64 |        4
14.89/14.95	c  0.6s |       8 |     7921 |     4936 |      530     14 |       64 |        4
15.19/15.25	c  0.9s |       9 |    11979 |     7506 |      530     21 |       64 |        4
15.59/15.70	c  1.3s |      10 |    17677 |    11361 |      530     32 |       64 |        4
16.39/16.41	c  2.0s |      11 |    25766 |    17144 |      530     49 |       64 |        4
17.19/17.26	c  2.9s |      11 |    36563 |    24169 |      530     69 |       64 |        4
17.19/17.26	c #cpu_time = 2.880s
17.19/17.26	c #wall_clock_time = 2.887s
17.19/17.26	c #decision = 36563
17.19/17.26	c #random_decision = 77
17.19/17.26	c #conflict = 24169
17.19/17.26	c #restart = 11
17.19/17.26	o 11
17.19/17.26	c BCD2: hardening fixes 31 literals
17.19/17.26	c BCD2: updating upper bound: 36 -> 10
17.19/17.26	c BCD2: 1 <= obj <= 10
17.19/17.26	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=95
17.19/17.26	c BCD2: #sat=4 #unsat=2 bias=2/6
17.19/17.26	c Solving starts ...
17.19/17.26	c ============================[ Search Statistics ]============================
17.19/17.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.26	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.26	c =============================================================================
17.19/17.26	c  0.0s |       0 |        0 |        0 |      530      0 |       95 |        6
17.19/17.28	c  0.0s |       1 |      124 |      100 |      530      0 |       95 |        6
17.19/17.29	c  0.0s |       2 |      325 |      250 |      530      1 |       95 |        6
17.29/17.32	c  0.1s |       3 |      677 |      475 |      530      2 |       95 |        6
17.29/17.36	c  0.1s |       4 |     1205 |      813 |      530      3 |       95 |        6
17.39/17.41	c  0.1s |       5 |     1966 |     1320 |      530      4 |       95 |        6
17.49/17.50	c  0.2s |       6 |     3069 |     2081 |      530      6 |       95 |        6
17.59/17.63	c  0.4s |       7 |     4644 |     3223 |      530      9 |       95 |        6
17.79/17.82	c  0.6s |       8 |     7236 |     4936 |      530     14 |       95 |        6
18.09/18.12	c  0.9s |       9 |    10827 |     7506 |      530     21 |       95 |        6
18.49/18.56	c  1.3s |      10 |    16580 |    11361 |      530     32 |       95 |        6
19.19/19.24	c  2.0s |      11 |    24721 |    17144 |      530     49 |       95 |        6
20.29/20.36	c  3.1s |      12 |    36358 |    25819 |      583     72 |       95 |        6
20.99/21.07	c  3.8s |      12 |    43654 |    31243 |      583     87 |       96 |        8
20.99/21.07	c #cpu_time = 3.793s
20.99/21.07	c #wall_clock_time = 3.803s
20.99/21.07	c #decision = 43654
20.99/21.07	c #random_decision = 81
20.99/21.07	c #conflict = 31243
20.99/21.07	c #restart = 12
20.99/21.07	c BCD2: updating lower bound of a core
20.99/21.07	c lower bound updated to 6
20.99/21.07	c BCD2: 6 <= obj <= 10
20.99/21.07	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=95
20.99/21.07	c BCD2: #sat=4 #unsat=3 bias=3/7
20.99/21.07	c Solving starts ...
20.99/21.07	c ============================[ Search Statistics ]============================
20.99/21.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.07	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.07	c =============================================================================
20.99/21.07	c  0.0s |       0 |        0 |        0 |      583      0 |       96 |        8
20.99/21.08	c  0.0s |       1 |      143 |      100 |      583      0 |       96 |        8
21.09/21.10	c  0.0s |       2 |      371 |      250 |      583      1 |       96 |        8
21.09/21.13	c  0.1s |       3 |      694 |      475 |      583      1 |       96 |        8
21.09/21.17	c  0.1s |       4 |     1205 |      813 |      583      2 |       96 |        8
21.19/21.23	c  0.2s |       5 |     1941 |     1320 |      583      4 |       96 |        8
21.29/21.32	c  0.2s |       6 |     3142 |     2081 |      583      6 |       96 |        8
21.39/21.44	c  0.4s |       7 |     4940 |     3223 |      583      8 |       96 |        8
21.59/21.64	c  0.6s |       8 |     7346 |     4936 |      583     13 |       96 |        8
21.89/21.94	c  0.9s |       9 |    11105 |     7506 |      583     20 |       96 |        8
22.39/22.41	c  1.3s |      10 |    16652 |    11361 |      583     30 |       96 |        8
22.99/23.06	c  2.0s |      10 |    24833 |    16795 |      583     44 |       96 |        8
22.99/23.06	c #cpu_time = 1.988s
22.99/23.06	c #wall_clock_time = 1.993s
22.99/23.06	c #decision = 24833
22.99/23.06	c #random_decision = 57
22.99/23.06	c #conflict = 16795
22.99/23.06	c #restart = 10
22.99/23.06	o 9
22.99/23.06	c BCD2: hardening fixes 1 literals
22.99/23.06	c BCD2: updating upper bound: 10 -> 8
22.99/23.06	c BCD2: 6 <= obj <= 8
22.99/23.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=96
22.99/23.06	c BCD2: #sat=5 #unsat=3 bias=3/8
22.99/23.06	c Solving starts ...
22.99/23.06	c ============================[ Search Statistics ]============================
22.99/23.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.06	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.06	c =============================================================================
22.99/23.06	c  0.0s |       0 |        0 |        0 |      583      0 |       97 |       10
22.99/23.08	c  0.0s |       1 |      120 |      100 |      583      1 |       97 |       10
22.99/23.10	c  0.0s |       2 |      319 |      250 |      583      1 |       97 |       10
23.09/23.13	c  0.1s |       3 |      646 |      475 |      583      2 |       97 |       10
23.09/23.17	c  0.1s |       4 |     1085 |      813 |      583      3 |       97 |       10
23.19/23.23	c  0.2s |       5 |     1759 |     1320 |      583      4 |       97 |       10
23.29/23.33	c  0.3s |       6 |     2733 |     2081 |      583      6 |       97 |       10
23.38/23.47	c  0.4s |       7 |     4331 |     3223 |      583      9 |       97 |       10
23.58/23.69	c  0.6s |       8 |     6665 |     4936 |      583     13 |       97 |       10
23.88/23.91	c  0.8s |       8 |     8970 |     6644 |      583     18 |       98 |       12
23.88/23.91	c #cpu_time = 0.846s
23.88/23.91	c #wall_clock_time = 0.848s
23.88/23.91	c #decision = 8970
23.88/23.91	c #random_decision = 29
23.88/23.91	c #conflict = 6644
23.88/23.91	c #restart = 8
23.88/23.91	c BCD2: updating lower bound of a core
23.88/23.91	c lower bound updated to 8
23.88/23.91	c BCD2: 8 <= obj <= 8
23.88/23.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=96
23.88/23.91	c BCD2: #sat=5 #unsat=4 bias=4/9
23.88/23.91	c Solving starts ...
23.88/23.91	c ============================[ Search Statistics ]============================
23.88/23.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.88/23.91	c       |         |          |          |    Limit     GC | Var      | Constra 
23.88/23.91	c =============================================================================
23.88/23.91	c  0.0s |       0 |        0 |        0 |      583      0 |       98 |       12
23.88/23.92	c  0.0s |       1 |      159 |      100 |      583      0 |       98 |       12
23.88/23.94	c  0.0s |       2 |      360 |      250 |      583      0 |       98 |       12
23.88/23.97	c  0.1s |       3 |      661 |      475 |      583      1 |       98 |       12
23.98/24.02	c  0.1s |       4 |     1162 |      813 |      583      2 |       98 |       12
23.98/24.08	c  0.2s |       5 |     1871 |     1320 |      583      3 |       98 |       12
24.08/24.18	c  0.3s |       6 |     2892 |     2081 |      583      5 |       98 |       12
24.29/24.33	c  0.4s |       7 |     4429 |     3223 |      583      8 |       98 |       12
24.38/24.46	c  0.6s |       7 |     5634 |     4144 |      583     11 |       99 |       14
24.38/24.46	c #cpu_time = 0.552s
24.38/24.46	c #wall_clock_time = 0.553s
24.38/24.46	c #decision = 5634
24.38/24.46	c #random_decision = 13
24.38/24.46	c #conflict = 4144
24.38/24.46	c #restart = 7
24.38/24.46	c BCD2: updating lower bound of a core
24.38/24.46	c lower bound updated to 9
24.38/24.46	s OPTIMUM FOUND
24.38/24.47	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
24.38/24.47	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
24.38/24.47	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
24.38/24.47	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
24.38/24.47	v -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
24.38/24.47	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
24.38/24.47	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
24.38/24.47	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 x79 -x80
24.38/24.47	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
24.38/24.47	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
24.38/24.47	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
24.38/24.47	v -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120
24.38/24.47	v -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
24.38/24.47	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
24.38/24.47	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
24.38/24.47	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
24.38/24.47	v x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
24.38/24.47	c total CPU time = 24.404s
24.38/24.47	c total wall clock time = 24.468s

Verifier Data

OK	9

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-4110290-1466344856/watcher-4110290-1466344856 -o /tmp/evaluation-result-4110290-1466344856/solver-4110290-1466344856 -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-4110290-1466344856.wbo 

pid=8065
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.33 2.34 2.19 3/180 8068
/proc/meminfo: memFree=28802664/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 2694 0 0 0 0 0 0 0 20 0 4 0 36532206 739700736 3055 33554432000 4194304 16246674 140736955776576 140736955776000 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 181103 3064 441 2943 0 177997 0
[pid=8068/tid=8069] ppid=8065 vsize=739772 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 757526528 3123 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 762769408 3141 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 766963712 3160 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.33 2.34 2.19 3/180 8068
/proc/meminfo: memFree=28802664/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 18530 0 0 0 7 2 0 0 20 0 4 0 36532206 1247350784 18884 33554432000 4194304 16246674 140736955776576 140736955776000 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 304529 18890 614 2943 0 301423 0
[pid=8068/tid=8069] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 18892 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 18895 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 18900 33554432000 4194304 16246674 140736955776576 140344633060528 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.200502 s]
/proc/loadavg: 2.33 2.34 2.19 3/180 8068
/proc/meminfo: memFree=28802664/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 26534 0 0 0 16 3 0 0 20 0 4 0 36532206 1247350784 26888 33554432000 4194304 16246674 140736955776576 140736955776000 12503797 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 304529 26888 614 2943 0 301423 0
[pid=8068/tid=8069] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 26888 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 26889 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 26889 33554432000 4194304 16246674 140736955776576 140344633060528 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.300458 s]
/proc/loadavg: 2.33 2.34 2.19 3/180 8068
/proc/meminfo: memFree=28802664/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 39256 0 0 0 25 4 0 0 20 0 4 0 36532206 1247350784 39603 33554432000 4194304 16246674 140736955776576 140736955776000 6836566 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 304529 39608 808 2943 0 301423 0
[pid=8068/tid=8069] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 39615 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 39625 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 39633 33554432000 4194304 16246674 140736955776576 140344633060528 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.700381 s]
/proc/loadavg: 2.33 2.34 2.19 3/180 8068
/proc/meminfo: memFree=28802664/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 117251 0 0 0 54 15 0 0 20 0 4 0 36532206 1247350784 117599 33554432000 4194304 16246674 140736955776576 140736955758464 5662075 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 304529 117608 815 2943 0 301423 0
[pid=8068/tid=8069] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 117614 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 117622 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1247350784 117630 33554432000 4194304 16246674 140736955776576 140344633060528 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.50037 s]
/proc/loadavg: 2.30 2.33 2.19 3/184 8072
/proc/meminfo: memFree=28017540/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 245811 0 0 0 114 35 0 0 20 0 4 0 36532206 1248399360 246136 33554432000 4194304 16246674 140736955776576 140736955775888 13927423 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 304785 246136 872 2943 0 301679 0
[pid=8068/tid=8069] ppid=8065 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1248399360 246136 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1248399360 246136 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1248399360 246136 33554432000 4194304 16246674 140736955776576 140344633060528 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.10038 s]
/proc/loadavg: 2.30 2.33 2.19 3/184 8072
/proc/meminfo: memFree=27732588/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267624 0 0 0 271 38 0 0 20 0 4 0 36532206 1337528320 267949 33554432000 4194304 16246674 140736955776576 140736955758464 5546160 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267949 872 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267949 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267949 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267949 33554432000 4194304 16246674 140736955776576 140344633060528 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) 1306180

[startup+6.30038 s]
/proc/loadavg: 2.30 2.33 2.19 3/184 8095
/proc/meminfo: memFree=27729680/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267662 0 0 0 591 38 0 0 20 0 4 0 36532206 1337528320 267987 33554432000 4194304 16246674 140736955776576 140736955758464 5711644 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267987 873 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267987 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267987 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267987 33554432000 4194304 16246674 140736955776576 140344633060528 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.33 2.34 2.19 4/184 8095
/proc/meminfo: memFree=27730444/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267671 0 0 0 1231 38 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140736955758464 5523416 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267996 882 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.33 2.34 2.19 4/184 8095
/proc/meminfo: memFree=27730444/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267671 0 0 0 1241 38 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140736955758464 5516318 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267996 882 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267996 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.39 2.35 2.19 4/184 8095
/proc/meminfo: memFree=27731048/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=19.19 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267674 0 0 0 1881 38 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140736955758464 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267999 884 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+22.4004 s]
/proc/loadavg: 2.35 2.34 2.19 3/184 8095
/proc/meminfo: memFree=27731056/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=22.39 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267674 0 0 0 2201 38 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140736955759576 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267999 884 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1306180

[startup+23.2073 s]
/proc/loadavg: 2.35 2.34 2.19 3/184 8095
/proc/meminfo: memFree=27730940/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=23.19 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267674 0 0 0 2281 38 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140736955758464 5600384 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267999 884 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1306180

[startup+24.0004 s]
/proc/loadavg: 2.35 2.34 2.19 3/184 8095
/proc/meminfo: memFree=27730940/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=23.98 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267674 0 0 0 2360 38 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140736955758464 7249760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267999 884 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 1306180

[startup+24.4004 s]
/proc/loadavg: 2.35 2.34 2.19 3/184 8095
/proc/meminfo: memFree=27730940/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=1306180 CPUtime=24.38 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202496 267674 0 0 0 2400 38 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140736955758464 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 326545 267999 884 2943 0 323439 0
[pid=8068/tid=8069] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8069/stat : 8069 (toysat) S 8065 8068 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344730561776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8068/tid=8070] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8070/stat : 8070 (toysat) S 8065 8068 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344720071920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8068/tid=8071] ppid=8065 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8068/task/8071/stat : 8071 (toysat) S 8065 8068 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532206 1337528320 267999 33554432000 4194304 16246674 140736955776576 140344633060528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.38
Current children cumulated vsize (KiB) 1306180

[startup+24.5003 s]
/proc/loadavg: 2.35 2.34 2.19 3/184 8095
/proc/meminfo: memFree=27730940/32872528 swapFree=1542984/1696284
[pid=8068] ppid=8065 vsize=0 CPUtime=24.48 cores=0,2,4,6
/proc/8068/stat : 8068 (toysat) R 8065 8068 6047 0 -1 4202500 267678 0 0 0 2407 41 0 0 20 0 1 0 36532206 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8068/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.5325
CPU time (s): 24.5283
CPU user time (s): 24.0793
CPU system time (s): 0.448931
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0793
system time used= 0.448931
maximum resident set size= 1072004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267678
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= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077988 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 16:00:56
IDJOB=4110290
IDBENCH=79235
IDSOLVER=2553
FILE ID=node125/4110290-1466344856
RUNJOBID= node125-1466341817-6063
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219799--soft-0-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-4110290-1466344856/watcher-4110290-1466344856 -o /tmp/evaluation-result-4110290-1466344856/solver-4110290-1466344856 -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-4110290-1466344856.wbo

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

MD5SUM BENCH= 3a8e3041affa71d2d7ed2f1bacdf271f
RANDOM SEED=1287966979

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:        28803448 kB
Buffers:          182060 kB
Cached:           352848 kB
SwapCached:          764 kB
Active:          1252928 kB
Inactive:         372224 kB
Active(anon):    1091432 kB
Inactive(anon):     1188 kB
Active(file):     161496 kB
Inactive(file):   371036 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             16372 kB
Writeback:             0 kB
AnonPages:       2787928 kB
Mapped:            10724 kB
Shmem:                 0 kB
Slab:             611956 kB
SReclaimable:      55156 kB
SUnreclaim:       556800 kB
KernelStack:        1512 kB
PageTables:         9612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2932424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 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 16:01:20