Trace number 4109238

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 22.3826 22.3957

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976935--soft-33-100-0.wbo
MD5SUM1d30a59b87701853914e68e6a35dea24
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark9.42257
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 1229
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:40:15+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-4109238-1466343615.wbo"]
0.00/0.01	c use --random-gen="3190238483 2120090712 2501757801 3425177150 3040322773 3242734853 2388404047 1291579652 49361638 3498547491 708743053 1674588294 782262420 1481751827 2647980915 1373799403 1986832396 3963417691 1406457899 1946747908 2010782043 3938059203 2980559975 3403537129 3442771920 4168278947 3348354052 2230734571 2603828951 3059828763 3471686850 3523027257 4038578692 418240485 1536706657 961852517 4095272437 1520755223 589512357 25529780 2741956516 3635732769 1840173958 3689470110 3347027862 1407401333 577593267 254431621 3720981057 2408653943 86166768 834690158 1292664643 746171134 800016944 1416114105 1813738285 572725003 1646214502 2878442001 138695783 1692014472 3101348549 4025822151 2309187155 109675380 79196214 2701762961 3691893635 1740474203 2429055826 2034559291 384739198 2416279645 2888294241 2119186752 707538470 3911798275 401545621 1762413778 1327562624 840882857 1225221525 576552732 3005459375 3306171005 4208032831 3235105419 2806495061 1499254254 4225705780 1123613524 3323312342 2820971926 3414116407 2657881501 1998950315 1033349206 2535603038 2280501790 1999123651 2224257048 2673171076 3198061265 3780875457 751653063 3284111468 1283738132 1170332233 3348848398 2323937573 2303169560 2327842257 2253836946 635357149 1996726156 1371158897 3222431909 3091896813 3352909611 3316959245 3213355628 1667390737 704512974 3957713797 3637111871 2167130489 3339703928 2340112320 551701244 3208852998 3076988101 1787106659 1532008144 1214228633 2877100055 1772964406 397775875 1429397914 3542308007 1017679683 335961364 704941929 3861716681 2485892347 1091671971 844834097 756106391 2345537697 3936193105 924624439 1451368255 30672746 2123835375 2533446607 484875195 1609434415 2734002805 3069714860 925627989 4087055187 2151791694 31890595 4271126292 1042969754 3435700552 3103021572 3328197819 2766293784 3671576443 2807933816 2787843069 1302705873 3920189622 1655687782 3332089596 3817859888 1050808545 1773046797 1230153363 395281865 1086404671 3162370137 3474796446 1747302122 3279457950 1013751699 705188165 2022174289 655242492 3189068566 4042437362 3510095793 490144049 974638334 3419086392 1242487742 2940993214 2865639237 2034037098 653024939 2620921043 1650561867 2471152123 183218683 4232366892 3889607354 3806645971 3360701408 2000172474 3353814263 1754703419 1319028390 3157820850 3490528362 1482251698 1008974461 117587870 1485870632 1559740235 1495971875 2659952971 3313284423 1150848223 2201358261 179975151 3187399526 543876418 3585620608 233315329 242481159 1481993089 3482168419 3882234957 558169892 2290738814 2309790595 813378382 2413355176 3830649763 269279359 1575077941 158337971 63507835 2027924013 272099604 3112187543 3204088137 2033204919 3703351514 2610456204 2851066578 3027842934 1770771010 1617598752 2149448419 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.26	c  0.0s |       0 |      167 |       59 |      111      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.009s
0.19/0.26	c #wall_clock_time = 0.009s
0.19/0.26	c #decision = 167
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 59
0.19/0.26	c #restart = 0
0.19/0.26	o 481
0.19/0.26	c BCD2: updating upper bound: 2924 -> 480
0.19/0.26	c BCD2: 0 <= obj <= 480
0.19/0.26	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      290 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      568 |      250 |      136      1 |        0 |        0
0.29/0.34	c  0.1s |       3 |      986 |      475 |      150      3 |        0 |        0
0.39/0.40	c  0.1s |       4 |     1671 |      813 |      165      5 |        0 |        0
0.39/0.49	c  0.2s |       5 |     2650 |     1320 |      182      9 |        0 |        0
0.59/0.62	c  0.4s |       6 |     3973 |     2081 |      201     14 |        0 |        0
0.78/0.82	c  0.6s |       7 |     5643 |     3223 |      222     20 |        0 |        0
1.09/1.15	c  0.9s |       8 |     8189 |     4936 |      245     29 |        0 |        0
1.49/1.58	c  1.3s |       9 |    11899 |     7506 |      270     42 |        0 |        0
2.09/2.12	c  1.9s |      10 |    17383 |    11361 |      297     61 |        0 |        0
2.89/2.96	c  2.7s |      11 |    25700 |    17144 |      327     87 |        0 |        0
4.09/4.15	c  3.9s |      12 |    37955 |    25819 |      360    124 |        0 |        0
5.89/5.96	c  5.7s |      13 |    56644 |    38832 |      397    176 |        0 |        0
7.89/7.97	c  7.7s |      13 |    77935 |    53432 |      397    232 |        0 |        0
8.69/8.71	c  8.4s |      14 |    85012 |    58352 |      437    250 |        0 |        0
10.68/10.72	c 10.5s |      14 |   105890 |    73052 |      437    302 |        0 |        0
12.68/12.71	c 12.4s |      14 |   124538 |    85979 |      437    349 |        0 |        0
12.68/12.71	c #cpu_time = 12.407s
12.68/12.71	c #wall_clock_time = 12.440s
12.68/12.71	c #decision = 124538
12.68/12.71	c #random_decision = 301
12.68/12.71	c #conflict = 85979
12.68/12.71	c #restart = 14
12.68/12.71	c BCD2: found a new core of size 64: cost of the new core is >=1
12.68/12.71	c lower bound updated to 1
12.68/12.71	c BCD2: 1 <= obj <= 480
12.68/12.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.68/12.71	c BCD2: #sat=1 #unsat=2 bias=2/3
12.68/12.71	c Solving starts ...
12.68/12.71	c ============================[ Search Statistics ]============================
12.68/12.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.71	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.71	c =============================================================================
12.68/12.71	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
12.68/12.72	c  0.0s |       1 |      285 |      100 |      437      0 |        0 |        0
12.68/12.73	c  0.0s |       1 |      510 |      195 |      437      1 |        0 |        0
12.68/12.73	c #cpu_time = 0.029s
12.68/12.74	c #wall_clock_time = 0.029s
12.68/12.74	c #decision = 510
12.68/12.74	c #random_decision = 0
12.68/12.74	c #conflict = 195
12.68/12.74	c #restart = 1
12.68/12.74	o 411
12.68/12.74	c BCD2: updating upper bound: 480 -> 410
12.68/12.74	c BCD2: 1 <= obj <= 410
12.68/12.74	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.68/12.74	c BCD2: #sat=2 #unsat=2 bias=2/4
12.68/12.74	c Solving starts ...
12.68/12.74	c ============================[ Search Statistics ]============================
12.68/12.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.74	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.74	c =============================================================================
12.68/12.74	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        2
12.68/12.74	c  0.0s |       0 |       76 |       35 |      437      0 |        0 |        2
12.68/12.74	c #cpu_time = 0.007s
12.68/12.74	c #wall_clock_time = 0.007s
12.68/12.74	c #decision = 76
12.68/12.74	c #random_decision = 0
12.68/12.74	c #conflict = 35
12.68/12.74	c #restart = 0
12.68/12.74	o 204
12.68/12.74	c BCD2: updating upper bound: 410 -> 203
12.68/12.74	c BCD2: 1 <= obj <= 203
12.68/12.74	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.68/12.74	c BCD2: #sat=3 #unsat=2 bias=2/5
12.68/12.74	c Solving starts ...
12.68/12.74	c ============================[ Search Statistics ]============================
12.68/12.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.74	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.74	c =============================================================================
12.68/12.74	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        4
12.68/12.76	c  0.0s |       1 |      183 |      100 |      437      0 |        0 |        4
12.68/12.78	c  0.0s |       2 |      525 |      250 |      437      1 |        0 |        4
12.78/12.81	c  0.1s |       3 |      927 |      475 |      437      2 |        0 |        4
12.78/12.86	c  0.1s |       4 |     1515 |      813 |      481      3 |        0 |        4
12.88/12.92	c  0.2s |       5 |     2498 |     1320 |      481      5 |        0 |        4
12.98/13.03	c  0.3s |       6 |     3850 |     2081 |      481      8 |        0 |        4
13.08/13.19	c  0.4s |       7 |     5785 |     3223 |      481     12 |        0 |        4
13.38/13.44	c  0.7s |       8 |     9035 |     4936 |      481     18 |        0 |        4
13.68/13.76	c  1.0s |       8 |    12998 |     7189 |      481     27 |        0 |        4
13.68/13.76	c #cpu_time = 1.017s
13.68/13.76	c #wall_clock_time = 1.019s
13.68/13.76	c #decision = 12998
13.68/13.76	c #random_decision = 34
13.68/13.76	c #conflict = 7189
13.68/13.76	c #restart = 8
13.68/13.76	o 74
13.68/13.76	c BCD2: hardening fixes 16 literals
13.68/13.76	c BCD2: updating upper bound: 203 -> 73
13.68/13.76	c BCD2: 1 <= obj <= 73
13.68/13.76	c BCD2: #cores=1, #unrelaxed=0, #relaxed=48, #hardened=16
13.68/13.76	c BCD2: #sat=4 #unsat=2 bias=2/6
13.68/13.76	c Solving starts ...
13.68/13.76	c ============================[ Search Statistics ]============================
13.68/13.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.68/13.76	c       |         |          |          |    Limit     GC | Var      | Constra 
13.68/13.76	c =============================================================================
13.68/13.76	c  0.0s |       0 |        0 |        0 |      481      0 |       16 |        6
13.68/13.78	c  0.0s |       1 |      187 |      100 |      481      0 |       16 |        6
13.68/13.80	c  0.0s |       2 |      454 |      250 |      481      1 |       16 |        6
13.78/13.82	c  0.1s |       3 |      839 |      475 |      481      1 |       16 |        6
13.78/13.86	c  0.1s |       4 |     1370 |      813 |      481      2 |       16 |        6
13.88/13.92	c  0.2s |       5 |     2098 |     1320 |      481      4 |       16 |        6
13.98/14.01	c  0.3s |       6 |     3223 |     2081 |      481      7 |       16 |        6
14.08/14.15	c  0.4s |       7 |     4993 |     3223 |      481     10 |       16 |        6
14.29/14.32	c  0.6s |       7 |     6982 |     4561 |      481     15 |       16 |        6
14.29/14.32	c #cpu_time = 0.550s
14.29/14.32	c #wall_clock_time = 0.551s
14.29/14.32	c #decision = 6982
14.29/14.32	c #random_decision = 16
14.29/14.32	c #conflict = 4561
14.29/14.32	c #restart = 7
14.29/14.32	o 5
14.29/14.32	c BCD2: hardening fixes 42 literals
14.29/14.32	c BCD2: updating upper bound: 73 -> 4
14.29/14.32	c BCD2: 1 <= obj <= 4
14.29/14.32	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=58
14.29/14.32	c BCD2: #sat=5 #unsat=2 bias=2/7
14.29/14.32	c Solving starts ...
14.29/14.32	c ============================[ Search Statistics ]============================
14.29/14.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.32	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.32	c =============================================================================
14.29/14.32	c  0.0s |       0 |        0 |        0 |      481      0 |       58 |        8
14.29/14.33	c  0.0s |       1 |      162 |      100 |      481      0 |       58 |        8
14.29/14.34	c  0.0s |       2 |      369 |      250 |      481      1 |       58 |        8
14.29/14.37	c  0.1s |       3 |      694 |      475 |      481      1 |       58 |        8
14.39/14.40	c  0.1s |       4 |     1146 |      813 |      481      2 |       58 |        8
14.39/14.46	c  0.1s |       5 |     1983 |     1320 |      481      4 |       58 |        8
14.48/14.53	c  0.2s |       6 |     3162 |     2081 |      481      6 |       58 |        8
14.58/14.65	c  0.3s |       7 |     4842 |     3223 |      481     10 |       58 |        8
14.78/14.83	c  0.5s |       8 |     7465 |     4936 |      481     16 |       58 |        8
15.08/15.11	c  0.8s |       9 |    11170 |     7506 |      481     24 |       58 |        8
15.49/15.53	c  1.2s |      10 |    16650 |    11361 |      481     37 |       58 |        8
16.08/16.18	c  1.9s |      11 |    24437 |    17144 |      481     55 |       58 |        8
17.08/17.17	c  2.9s |      12 |    36883 |    25819 |      481     83 |       58 |        8
18.18/18.28	c  4.0s |      12 |    50754 |    35632 |      530    113 |       58 |        8
18.18/18.28	c #cpu_time = 3.950s
18.18/18.28	c #wall_clock_time = 3.960s
18.18/18.28	c #decision = 50754
18.18/18.28	c #random_decision = 82
18.18/18.28	c #conflict = 35632
18.18/18.28	c #restart = 12
18.18/18.28	o 3
18.18/18.28	c BCD2: hardening fixes 2 literals
18.18/18.28	c BCD2: updating upper bound: 4 -> 2
18.18/18.28	c BCD2: 1 <= obj <= 2
18.18/18.28	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
18.18/18.28	c BCD2: #sat=6 #unsat=2 bias=2/8
18.18/18.28	c Solving starts ...
18.18/18.28	c ============================[ Search Statistics ]============================
18.18/18.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.18/18.28	c       |         |          |          |    Limit     GC | Var      | Constra 
18.18/18.28	c =============================================================================
18.18/18.28	c  0.0s |       0 |        0 |        0 |      530      0 |       60 |       10
18.18/18.29	c  0.0s |       1 |      158 |      100 |      530      1 |       60 |       10
18.28/18.31	c  0.0s |       2 |      395 |      250 |      530      1 |       60 |       10
18.28/18.33	c  0.1s |       3 |      704 |      475 |      530      2 |       60 |       10
18.28/18.37	c  0.1s |       4 |     1188 |      813 |      530      3 |       60 |       10
18.38/18.43	c  0.2s |       5 |     1941 |     1320 |      530      4 |       60 |       10
18.48/18.51	c  0.2s |       6 |     3099 |     2081 |      530      7 |       60 |       10
18.58/18.64	c  0.4s |       7 |     4805 |     3223 |      530     10 |       60 |       10
18.79/18.82	c  0.5s |       8 |     7252 |     4936 |      530     15 |       60 |       10
19.08/19.12	c  0.8s |       9 |    10806 |     7506 |      530     23 |       60 |       10
19.48/19.58	c  1.3s |      10 |    16009 |    11361 |      530     34 |       60 |       10
20.18/20.27	c  2.0s |      11 |    24084 |    17144 |      530     51 |       60 |       10
21.18/21.23	c  3.0s |      11 |    34676 |    25030 |      530     75 |       61 |       12
21.18/21.23	c #cpu_time = 2.945s
21.18/21.23	c #wall_clock_time = 2.953s
21.18/21.23	c #decision = 34676
21.18/21.23	c #random_decision = 88
21.18/21.23	c #conflict = 25030
21.18/21.23	c #restart = 11
21.18/21.23	c BCD2: updating lower bound of a core
21.18/21.23	c lower bound updated to 2
21.18/21.23	c BCD2: 2 <= obj <= 2
21.18/21.23	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
21.18/21.23	c BCD2: #sat=6 #unsat=3 bias=3/9
21.18/21.23	c Solving starts ...
21.18/21.23	c ============================[ Search Statistics ]============================
21.18/21.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.18/21.23	c       |         |          |          |    Limit     GC | Var      | Constra 
21.18/21.23	c =============================================================================
21.18/21.23	c  0.0s |       0 |        0 |        0 |      530      0 |       61 |       13
21.18/21.24	c  0.0s |       1 |      148 |      100 |      530      0 |       61 |       13
21.18/21.26	c  0.0s |       2 |      368 |      250 |      530      0 |       61 |       13
21.18/21.29	c  0.1s |       3 |      716 |      475 |      530      1 |       61 |       13
21.28/21.33	c  0.1s |       4 |     1161 |      813 |      530      2 |       61 |       13
21.28/21.39	c  0.2s |       5 |     1885 |     1320 |      530      3 |       61 |       13
21.38/21.48	c  0.2s |       6 |     2977 |     2081 |      530      6 |       61 |       13
21.58/21.61	c  0.4s |       7 |     4498 |     3223 |      530      9 |       61 |       13
21.78/21.82	c  0.6s |       8 |     6744 |     4936 |      530     14 |       61 |       13
22.10/22.12	c  0.9s |       9 |    10354 |     7506 |      530     21 |       61 |       13
22.29/22.33	c  1.1s |       9 |    12718 |     9247 |      530     26 |       61 |       13
22.29/22.33	c #cpu_time = 1.099s
22.29/22.33	c #wall_clock_time = 1.101s
22.29/22.33	c #decision = 12718
22.29/22.33	c #random_decision = 26
22.29/22.33	c #conflict = 9247
22.29/22.33	c #restart = 9
22.29/22.33	o 2
22.29/22.33	s OPTIMUM FOUND
22.29/22.33	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
22.29/22.33	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
22.29/22.33	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
22.29/22.33	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
22.29/22.33	v x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
22.29/22.33	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
22.29/22.33	v -x61 -x62 x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
22.29/22.33	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80
22.29/22.33	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
22.29/22.33	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
22.29/22.33	v -x101 -x102 x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
22.29/22.33	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
22.29/22.33	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
22.29/22.33	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
22.29/22.33	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
22.29/22.33	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
22.29/22.33	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169
22.29/22.33	c total CPU time = 22.276s
22.29/22.33	c total wall clock time = 22.335s

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109238-1466343615/watcher-4109238-1466343615 -o /tmp/evaluation-result-4109238-1466343615/solver-4109238-1466343615 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466341813-848 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109238-1466343615.wbo 

pid=1024
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.03 2.06 1.73 3/182 1027
/proc/meminfo: memFree=31567268/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=528828 CPUtime=0 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 1940 0 0 0 0 0 0 0 20 0 4 0 36407388 541519872 2300 33554432000 4194304 16246674 140733414687536 140733414686960 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 132975 2309 441 2943 0 129869 0
[pid=1027/tid=1028] ppid=1024 vsize=788924 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 807858176 3317 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=794044 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 813101056 3337 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=798140 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 817295360 3353 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.03 2.06 1.73 3/182 1027
/proc/meminfo: memFree=31567268/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 18381 0 0 0 6 3 0 0 20 0 4 0 36407388 1247350784 18734 33554432000 4194304 16246674 140733414687536 140733414686960 12486453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 304529 18737 617 2943 0 301423 0
[pid=1027/tid=1028] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 18743 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 18745 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 18746 33554432000 4194304 16246674 140733414687536 140460127415472 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.200508 s]
/proc/loadavg: 2.03 2.06 1.73 3/182 1027
/proc/meminfo: memFree=31567268/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 26279 0 0 0 15 4 0 0 20 0 4 0 36407388 1247350784 26632 33554432000 4194304 16246674 140733414687536 140733414686960 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 304529 26633 617 2943 0 301423 0
[pid=1027/tid=1028] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 26633 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 26633 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 26633 33554432000 4194304 16246674 140733414687536 140460127415472 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.300417 s]
/proc/loadavg: 2.03 2.06 1.73 3/182 1027
/proc/meminfo: memFree=31567268/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 37110 0 0 0 24 5 0 0 20 0 4 0 36407388 1247350784 37456 33554432000 4194304 16246674 140733414687536 140733414686960 12874965 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 304529 37463 812 2943 0 301423 0
[pid=1027/tid=1028] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 37467 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 37472 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 37478 33554432000 4194304 16246674 140733414687536 140460127415472 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.700389 s]
/proc/loadavg: 2.03 2.06 1.73 3/182 1027
/proc/meminfo: memFree=31567268/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 106050 0 0 0 55 14 0 0 20 0 4 0 36407388 1247350784 106396 33554432000 4194304 16246674 140733414687536 140733414686960 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 304529 106402 812 2943 0 301423 0
[pid=1027/tid=1028] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 106404 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 106413 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1247350784 106421 33554432000 4194304 16246674 140733414687536 140460127415472 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.03 2.06 1.73 3/186 1031
/proc/meminfo: memFree=30086084/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 245801 0 0 0 115 34 0 0 20 0 4 0 36407388 1248399360 246125 33554432000 4194304 16246674 140733414687536 140733414686848 5545898 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 304785 246125 871 2943 0 301679 0
[pid=1027/tid=1028] ppid=1024 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1248399360 246125 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1248399360 246125 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1248399360 246125 33554432000 4194304 16246674 140733414687536 140460127415472 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.03 2.06 1.73 3/186 1031
/proc/meminfo: memFree=29561068/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267532 0 0 0 272 37 0 0 20 0 4 0 36407388 1337528320 267856 33554432000 4194304 16246674 140733414687536 140733414669440 5675643 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267856 871 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267856 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267856 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267856 33554432000 4194304 16246674 140733414687536 140460127415472 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.3004 s]
/proc/loadavg: 2.02 2.06 1.73 3/186 1031
/proc/meminfo: memFree=29486548/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267661 0 0 0 592 37 0 0 20 0 4 0 36407388 1337528320 267985 33554432000 4194304 16246674 140733414687536 140733414670536 13820977 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267985 871 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267985 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267985 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267985 33554432000 4194304 16246674 140733414687536 140460127415472 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.02 2.05 1.73 3/186 1031
/proc/meminfo: memFree=29486844/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267662 0 0 0 1231 37 0 0 20 0 4 0 36407388 1337528320 267986 33554432000 4194304 16246674 140733414687536 140733414670536 5522921 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267986 871 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267986 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267986 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267986 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.02 2.05 1.73 3/186 1031
/proc/meminfo: memFree=29486844/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=12.78 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267670 0 0 0 1241 37 0 0 20 0 4 0 36407388 1337528320 267994 33554432000 4194304 16246674 140733414687536 140733414670536 5600342 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267994 879 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267994 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267994 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267994 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.02 2.05 1.73 3/186 1031
/proc/meminfo: memFree=29487512/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=19.18 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267673 0 0 0 1881 37 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140733414669440 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267997 881 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.02 2.05 1.74 3/186 1031
/proc/meminfo: memFree=29487288/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=20.78 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267673 0 0 0 2041 37 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140733414669440 13780628 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267997 881 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1306180

[startup+21.6004 s]
/proc/loadavg: 2.02 2.05 1.74 3/186 1031
/proc/meminfo: memFree=29487412/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=21.58 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267673 0 0 0 2121 37 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140733414670536 5603046 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267997 881 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 1306180

[startup+22.0004 s]
/proc/loadavg: 2.02 2.05 1.74 3/186 1031
/proc/meminfo: memFree=29486484/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=22 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267673 0 0 0 2162 38 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140733414670536 12483583 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267997 881 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22
Current children cumulated vsize (KiB) 1306180

[startup+22.2003 s]
/proc/loadavg: 2.02 2.05 1.74 3/186 1031
/proc/meminfo: memFree=29486484/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=22.19 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267673 0 0 0 2181 38 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140733414670536 5600448 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267997 881 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.19
Current children cumulated vsize (KiB) 1306180

[startup+22.3005 s]
/proc/loadavg: 2.02 2.05 1.74 3/186 1031
/proc/meminfo: memFree=29486484/32872528 swapFree=8804/8804
[pid=1027] ppid=1024 vsize=1306180 CPUtime=22.29 cores=0,2,4,6
/proc/1027/stat : 1027 (toysat) R 1024 1027 832 0 -1 4202496 267673 0 0 0 2191 38 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140733414670536 5545872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 326545 267997 881 2943 0 323439 0
[pid=1027/tid=1028] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1028/stat : 1028 (toysat) S 1024 1027 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460218625264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1027/tid=1029] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1029/stat : 1029 (toysat) S 1024 1027 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460208135408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1027/tid=1030] ppid=1024 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1027/task/1030/stat : 1030 (toysat) S 1024 1027 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36407388 1337528320 267997 33554432000 4194304 16246674 140733414687536 140460127415472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 22.3957
CPU time (s): 22.3826
CPU user time (s): 21.9517
CPU system time (s): 0.430934
CPU usage (%): 99.9416
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9517
system time used= 0.430934
maximum resident set size= 1071996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267677
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= 21
involuntary context switches= 24

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055991 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-19 15:40:15
IDJOB=4109238
IDBENCH=78748
IDSOLVER=2553
FILE ID=node133/4109238-1466343615
RUNJOBID= node133-1466341813-848
PBS_JOBID= 19922020
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 1d30a59b87701853914e68e6a35dea24
RANDOM SEED=949434331

node133.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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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.56
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		: 2667.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        31576576 kB
Buffers:          163316 kB
Cached:           322852 kB
SwapCached:         1408 kB
Active:           202532 kB
Inactive:         340976 kB
Active(anon):      57444 kB
Inactive(anon):     2060 kB
Active(file):     145088 kB
Inactive(file):   338916 kB
Unevictable:        8804 kB
Mlocked:            8804 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:             32664 kB
Writeback:             0 kB
AnonPages:         61560 kB
Mapped:            10520 kB
Shmem:                 0 kB
Slab:             611212 kB
SReclaimable:      54312 kB
SUnreclaim:       556900 kB
KernelStack:        1408 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1137620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71684 MiB
End job on node133 at 2016-06-19 15:40:37