Trace number 4093373

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 37.3973 37.4042

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
MD5SUM077b9c494cf23f6ff18d9e6ba287604c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark7.14291
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1222
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-16T16:10:51+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-4093373-1466086251.wbo"]
0.00/0.01	c use --random-gen="3156286839 4261917134 191640295 3004002523 2295687688 465219471 3451244857 2926027815 1842532262 3788689180 657295072 653789309 2201386245 1685652836 3222740822 1204574989 1562573490 3644540433 2550059518 1387366075 2767164581 4181966176 3811816963 1489662243 2008467853 3488821683 149314713 1963170229 2744532040 2011780569 2833846251 2932031166 124292380 2240768432 3018777824 3302632852 971015964 3945437219 781504513 2844174525 586494678 3247980661 1862923864 3280483652 1430865254 1060868134 2820856392 1257872310 1765773893 439992635 1742134492 3687069838 3474511948 686134964 1907056637 2911940705 1956695839 96087426 3245647804 2928132860 3373495216 3370946909 286960190 1234884665 2099767689 1943620705 2064570479 1563447808 64024115 2605516295 3657375786 1050091721 2063946685 4290426467 4236937658 451109905 3073892386 2396715129 4129683773 1565623503 2086940259 4094124004 1460147570 3492609579 3867244862 1843585649 1546223403 1673464295 3242331721 4257047326 1607741789 2870539211 2121840577 4076561093 3144751247 938757598 129018302 2780471540 1069407651 1156654093 1911749918 4071806956 3501945771 3224450093 3886835612 4273871946 2094682603 3674034250 3281189722 1592718954 2579048456 2084825201 1419495283 3189974600 2545274873 293970079 1229685436 3992140651 1183666136 427813203 1397521178 3277994031 2857445770 2545525981 1786274332 4144489304 2415775494 819401726 2059760291 2855317687 3616415991 2275526914 3213341665 2660752928 451598211 605272229 26967701 3844636970 1108785661 700997306 254818963 660222235 2742935757 3874509601 2935856262 2878663414 2856454443 776965908 4161260132 1821992264 3695716607 2074664271 2001762743 347011014 3170849436 2006852885 3744752403 3495444060 36228363 3572950852 1496583933 664964976 1789842163 4087945367 3225805043 558835088 4100326141 3511495221 3304957646 970270208 1034671539 1830467246 3176029750 3369093809 689179124 1951705598 2883066245 1136012495 2164530776 236652086 752425588 1803470296 3499097370 791496439 3816772408 3853316794 2268897928 3122095964 1465662383 2240685186 2533525118 4201166295 413371002 645397977 1980052503 3086080153 1723718432 1669657596 1586113657 3502043989 4054471050 4204746863 1149369900 2549092480 2871445189 1025850963 3999768546 1934160741 93096550 1225429887 264715371 26714623 1690736089 392900850 1225801254 1074143964 4019634241 2096017888 3190079315 1843436046 1522277284 1510689008 3958874763 2301434340 1159698925 708688773 2492861226 1814454571 1618952008 3844874651 1204043521 1961245609 1871660502 561232767 1177305960 2083890417 2712943 3095864700 1130295993 321236273 506045923 3912757769 3537103101 3819119419 3740361696 791728202 1470684365 501585925 1903840213 1502082013 52886577 688864023 1451571808 1281818288 2758080974 3833958718 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 |      113      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |       80 |        5 |      113      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.002s
0.19/0.25	c #wall_clock_time = 0.002s
0.19/0.25	c #decision = 80
0.19/0.25	c #random_decision = 1
0.19/0.25	c #conflict = 5
0.19/0.25	c #restart = 0
0.19/0.25	o 703
0.19/0.26	c BCD2: updating upper bound: 3203 -> 702
0.19/0.26	c BCD2: 0 <= obj <= 702
0.19/0.26	c BCD2: #cores=0, #unrelaxed=69, #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 |      113      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      255 |      100 |      125      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      568 |      250 |      138      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |      976 |      475 |      152      2 |        0 |        0
0.39/0.40	c  0.1s |       4 |     1535 |      813 |      168      4 |        0 |        0
0.49/0.50	c  0.2s |       5 |     2417 |     1320 |      185      7 |        0 |        0
0.59/0.65	c  0.4s |       6 |     3534 |     2081 |      204     12 |        0 |        0
0.79/0.87	c  0.6s |       7 |     5170 |     3223 |      225     18 |        0 |        0
1.09/1.20	c  0.9s |       8 |     7743 |     4936 |      248     27 |        0 |        0
1.59/1.62	c  1.4s |       9 |    11355 |     7506 |      273     40 |        0 |        0
2.09/2.14	c  1.9s |      10 |    16876 |    11361 |      301     59 |        0 |        0
2.88/2.95	c  2.7s |      11 |    25267 |    17144 |      332     84 |        0 |        0
4.08/4.17	c  3.9s |      12 |    37652 |    25819 |      366    121 |        0 |        0
6.08/6.12	c  5.9s |      13 |    56420 |    38832 |      403    172 |        0 |        0
8.08/8.12	c  7.9s |      13 |    76163 |    52832 |      403    224 |        0 |        0
8.98/9.00	c  8.7s |      14 |    83683 |    58352 |      444    244 |        0 |        0
10.99/11.02	c 10.8s |      14 |   103317 |    72352 |      444    292 |        0 |        0
12.98/13.02	c 12.8s |      14 |   121795 |    85552 |      444    337 |        0 |        0
13.29/13.37	c 13.1s |      15 |   124613 |    87632 |      489    344 |        0 |        0
15.29/15.38	c 15.1s |      15 |   142300 |   100532 |      489    385 |        0 |        0
17.29/17.39	c 17.1s |      15 |   160070 |   113532 |      489    426 |        0 |        0
19.39/19.41	c 19.1s |      15 |   176296 |   125332 |      489    465 |        0 |        0
19.59/19.61	c 19.4s |      15 |   177944 |   126452 |      489    469 |        0 |        0
19.59/19.61	c #cpu_time = 19.306s
19.59/19.61	c #wall_clock_time = 19.356s
19.59/19.61	c #decision = 177944
19.59/19.61	c #random_decision = 432
19.59/19.61	c #conflict = 126452
19.59/19.61	c #restart = 15
19.59/19.61	c BCD2: found a new core of size 69: cost of the new core is >=1
19.59/19.61	c lower bound updated to 1
19.59/19.61	c BCD2: 1 <= obj <= 702
19.59/19.61	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
19.59/19.61	c BCD2: #sat=1 #unsat=2 bias=2/3
19.59/19.61	c Solving starts ...
19.59/19.61	c ============================[ Search Statistics ]============================
19.59/19.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.61	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.61	c =============================================================================
19.59/19.61	c  0.0s |       0 |        0 |        0 |      489      0 |        0 |        0
19.59/19.61	c  0.0s |       0 |       90 |        0 |      489      0 |        0 |        0
19.59/19.61	c #cpu_time = 0.002s
19.59/19.61	c #wall_clock_time = 0.002s
19.59/19.61	c #decision = 90
19.59/19.61	c #random_decision = 0
19.59/19.61	c #conflict = 0
19.59/19.61	c #restart = 0
19.59/19.61	o 71
19.59/19.61	c BCD2: hardening fixes 16 literals
19.59/19.61	c BCD2: updating upper bound: 702 -> 70
19.59/19.61	c BCD2: 1 <= obj <= 70
19.59/19.61	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
19.59/19.61	c BCD2: #sat=2 #unsat=2 bias=2/4
19.59/19.61	c Solving starts ...
19.59/19.61	c ============================[ Search Statistics ]============================
19.59/19.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.61	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.61	c =============================================================================
19.59/19.61	c  0.0s |       0 |        0 |        0 |      489      0 |       16 |        2
19.59/19.63	c  0.0s |       1 |      254 |      100 |      489      0 |       16 |        2
19.59/19.65	c  0.0s |       2 |      529 |      250 |      489      1 |       16 |        2
19.59/19.67	c  0.1s |       3 |      927 |      475 |      489      2 |       16 |        2
19.69/19.72	c  0.1s |       4 |     1496 |      813 |      489      3 |       16 |        2
19.69/19.77	c  0.2s |       5 |     2345 |     1320 |      489      4 |       16 |        2
19.80/19.86	c  0.2s |       6 |     3722 |     2081 |      489      7 |       16 |        2
19.90/19.99	c  0.4s |       7 |     5795 |     3223 |      489     11 |       16 |        2
20.19/20.20	c  0.6s |       8 |     8666 |     4936 |      538     16 |       16 |        2
20.49/20.53	c  0.9s |       9 |    12670 |     7506 |      538     24 |       16 |        2
21.00/21.01	c  1.4s |      10 |    18764 |    11361 |      538     35 |       16 |        2
21.69/21.70	c  2.1s |      11 |    28279 |    17144 |      538     53 |       16 |        2
22.39/22.40	c  2.8s |      11 |    36915 |    22597 |      538     69 |       16 |        2
22.39/22.40	c #cpu_time = 2.776s
22.39/22.40	c #wall_clock_time = 2.783s
22.39/22.40	c #decision = 36915
22.39/22.40	c #random_decision = 108
22.39/22.40	c #conflict = 22597
22.39/22.40	c #restart = 11
22.39/22.40	o 33
22.39/22.40	c BCD2: hardening fixes 34 literals
22.39/22.40	c BCD2: updating upper bound: 70 -> 32
22.39/22.40	c BCD2: 1 <= obj <= 32
22.39/22.40	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=50
22.39/22.40	c BCD2: #sat=3 #unsat=2 bias=2/5
22.39/22.40	c Solving starts ...
22.39/22.40	c ============================[ Search Statistics ]============================
22.39/22.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.40	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.40	c =============================================================================
22.39/22.40	c  0.0s |       0 |        0 |        0 |      538      0 |       50 |        4
22.39/22.41	c  0.0s |       1 |      173 |      100 |      538      1 |       50 |        4
22.39/22.43	c  0.0s |       2 |      402 |      250 |      538      1 |       50 |        4
22.39/22.45	c  0.1s |       3 |      736 |      475 |      538      2 |       50 |        4
22.39/22.49	c  0.1s |       4 |     1275 |      813 |      538      3 |       50 |        4
22.49/22.55	c  0.2s |       5 |     1970 |     1320 |      538      4 |       50 |        4
22.59/22.64	c  0.2s |       6 |     3089 |     2081 |      538      7 |       50 |        4
22.69/22.77	c  0.4s |       7 |     4997 |     3223 |      538     10 |       50 |        4
22.89/22.97	c  0.6s |       8 |     7736 |     4936 |      538     15 |       50 |        4
23.20/23.29	c  0.9s |       9 |    11764 |     7506 |      538     22 |       50 |        4
23.39/23.43	c  1.0s |       9 |    13397 |     8628 |      538     26 |       50 |        4
23.39/23.43	c #cpu_time = 1.033s
23.39/23.43	c #wall_clock_time = 1.035s
23.39/23.43	c #decision = 13397
23.39/23.43	c #random_decision = 22
23.39/23.43	c #conflict = 8628
23.39/23.43	c #restart = 9
23.39/23.43	o 8
23.39/23.43	c BCD2: hardening fixes 13 literals
23.39/23.43	c BCD2: updating upper bound: 32 -> 7
23.39/23.43	c BCD2: 1 <= obj <= 7
23.39/23.43	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=63
23.39/23.43	c BCD2: #sat=4 #unsat=2 bias=2/6
23.39/23.43	c Solving starts ...
23.39/23.43	c ============================[ Search Statistics ]============================
23.39/23.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.39/23.43	c       |         |          |          |    Limit     GC | Var      | Constra 
23.39/23.43	c =============================================================================
23.39/23.43	c  0.0s |       0 |        0 |        0 |      538      0 |       63 |        6
23.39/23.45	c  0.0s |       1 |      147 |      100 |      538      0 |       63 |        6
23.39/23.47	c  0.0s |       2 |      381 |      250 |      538      1 |       63 |        6
23.39/23.49	c  0.1s |       3 |      765 |      475 |      538      1 |       63 |        6
23.49/23.53	c  0.1s |       4 |     1234 |      813 |      538      2 |       63 |        6
23.49/23.59	c  0.2s |       5 |     1939 |     1320 |      538      3 |       63 |        6
23.59/23.68	c  0.2s |       6 |     3041 |     2081 |      538      6 |       63 |        6
23.79/23.81	c  0.4s |       7 |     4759 |     3223 |      538      9 |       63 |        6
23.99/24.00	c  0.6s |       8 |     7403 |     4936 |      538     14 |       63 |        6
24.20/24.29	c  0.9s |       9 |    11150 |     7506 |      538     22 |       63 |        6
24.69/24.74	c  1.3s |      10 |    16775 |    11361 |      538     33 |       63 |        6
25.40/25.41	c  2.0s |      11 |    25420 |    17144 |      538     50 |       63 |        6
26.40/26.43	c  3.0s |      12 |    38107 |    25819 |      538     76 |       63 |        6
27.89/27.92	c  4.5s |      13 |    56820 |    38832 |      592    114 |       63 |        6
29.89/29.92	c  6.5s |      13 |    81175 |    55732 |      592    160 |       63 |        6
30.19/30.24	c  6.8s |      14 |    84803 |    58352 |      592    167 |       63 |        6
30.99/31.04	c  7.6s |      14 |    94270 |    64901 |      592    185 |       64 |        8
30.99/31.04	c #cpu_time = 7.589s
30.99/31.04	c #wall_clock_time = 7.609s
30.99/31.04	c #decision = 94270
30.99/31.04	c #random_decision = 255
30.99/31.04	c #conflict = 64901
30.99/31.04	c #restart = 14
30.99/31.04	c BCD2: updating lower bound of a core
30.99/31.04	c lower bound updated to 6
30.99/31.04	c BCD2: 6 <= obj <= 7
30.99/31.04	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=63
30.99/31.04	c BCD2: #sat=4 #unsat=3 bias=3/7
30.99/31.04	c Solving starts ...
30.99/31.04	c ============================[ Search Statistics ]============================
30.99/31.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.99/31.04	c       |         |          |          |    Limit     GC | Var      | Constra 
30.99/31.04	c =============================================================================
30.99/31.04	c  0.0s |       0 |        0 |        0 |      592      0 |       64 |        8
30.99/31.06	c  0.0s |       1 |      150 |      100 |      592      0 |       64 |        8
30.99/31.07	c  0.0s |       2 |      387 |      250 |      592      0 |       64 |        8
31.09/31.10	c  0.1s |       3 |      701 |      475 |      592      1 |       64 |        8
31.09/31.14	c  0.1s |       4 |     1288 |      813 |      592      2 |       64 |        8
31.09/31.19	c  0.2s |       5 |     2065 |     1320 |      592      3 |       64 |        8
31.19/31.28	c  0.2s |       6 |     3237 |     2081 |      592      5 |       64 |        8
31.39/31.41	c  0.4s |       7 |     4991 |     3223 |      592      8 |       64 |        8
31.58/31.60	c  0.6s |       8 |     7591 |     4936 |      592     13 |       64 |        8
31.78/31.90	c  0.9s |       9 |    11142 |     7506 |      592     20 |       64 |        8
32.28/32.34	c  1.3s |      10 |    16761 |    11361 |      592     31 |       64 |        8
32.88/32.98	c  1.9s |      11 |    25782 |    17144 |      592     47 |       64 |        8
33.88/33.98	c  2.9s |      12 |    38787 |    25819 |      592     70 |       64 |        8
35.48/35.55	c  4.5s |      13 |    57760 |    38832 |      592    106 |       64 |        8
37.28/37.34	c  6.3s |      13 |    77316 |    52570 |      592    144 |       65 |       10
37.28/37.34	c #cpu_time = 6.279s
37.28/37.34	c #wall_clock_time = 6.295s
37.28/37.34	c #decision = 77316
37.28/37.34	c #random_decision = 187
37.28/37.34	c #conflict = 52570
37.28/37.34	c #restart = 13
37.28/37.34	c BCD2: updating lower bound of a core
37.28/37.34	c lower bound updated to 10
37.28/37.34	s OPTIMUM FOUND
37.28/37.34	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
37.28/37.34	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
37.28/37.34	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
37.28/37.34	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
37.28/37.34	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
37.28/37.34	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
37.28/37.34	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
37.28/37.34	v -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80
37.28/37.34	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
37.28/37.34	v x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100
37.28/37.34	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
37.28/37.34	v -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
37.28/37.34	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
37.28/37.34	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
37.28/37.34	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
37.28/37.34	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160
37.28/37.34	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
37.28/37.34	c total CPU time = 37.246s
37.28/37.34	c total wall clock time = 37.342s

Verifier Data

OK	8

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

pid=12438
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.10 2.11 2.11 3/180 12441
/proc/meminfo: memFree=30219488/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=669116 CPUtime=0 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 2486 0 0 0 0 0 0 0 20 0 4 0 10674358 685174784 3358 33554432000 4194304 16246674 140737172054912 140737172054336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 168047 3368 441 2943 0 164941 0
[pid=12441/tid=12442] ppid=12438 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 703000576 3426 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=690620 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 707194880 3441 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=694716 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10674359 711389184 3458 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.10 2.11 2.11 3/180 12441
/proc/meminfo: memFree=30219488/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 18301 0 0 0 6 2 0 0 20 0 4 0 10674358 1247350784 19166 33554432000 4194304 16246674 140737172054912 140737172054336 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 304529 19167 612 2943 0 301423 0
[pid=12441/tid=12442] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 19167 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 19168 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 19171 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.20051 s]
/proc/loadavg: 2.10 2.11 2.11 3/180 12441
/proc/meminfo: memFree=30219488/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 26170 0 0 0 15 4 0 0 20 0 4 0 10674358 1247350784 27035 33554432000 4194304 16246674 140737172054912 140737172036800 6697629 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 304529 27045 614 2943 0 301423 0
[pid=12441/tid=12442] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 27052 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 27059 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 27065 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300482 s]
/proc/loadavg: 2.10 2.11 2.11 3/180 12441
/proc/meminfo: memFree=30219488/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 37993 0 0 0 23 6 0 0 20 0 4 0 10674358 1247350784 38851 33554432000 4194304 16246674 140737172054912 140737172036800 5662075 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 304529 38855 810 2943 0 301423 0
[pid=12441/tid=12442] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 38861 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 38867 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 38870 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.7004 s]
/proc/loadavg: 2.10 2.11 2.11 3/180 12441
/proc/meminfo: memFree=30219488/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 110585 0 0 0 52 17 0 0 20 0 4 0 10674358 1247350784 111444 33554432000 4194304 16246674 140737172054912 140737172036800 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 304529 111458 816 2943 0 301423 0
[pid=12441/tid=12442] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 111461 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 111464 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10674359 1247350784 111474 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.10 2.11 2.11 3/184 12445
/proc/meminfo: memFree=29473708/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 245741 0 0 0 112 37 0 0 20 0 4 0 10674358 1248399360 246577 33554432000 4194304 16246674 140737172054912 140737172054224 5717656 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 304785 246577 876 2943 0 301679 0
[pid=12441/tid=12442] ppid=12438 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1248399360 246577 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1248399360 246577 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1248399360 246577 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.10 2.11 2.11 3/184 12445
/proc/meminfo: memFree=29234272/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1305156 CPUtime=3.08 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267290 0 0 0 268 40 0 0 20 0 4 0 10674358 1336479744 268126 33554432000 4194304 16246674 140737172054912 140737172036800 5711952 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326289 268126 876 2943 0 323183 0
[pid=12441/tid=12442] ppid=12438 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1336479744 268126 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1336479744 268126 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1336479744 268126 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30041 s]
/proc/loadavg: 2.09 2.11 2.11 3/184 12445
/proc/meminfo: memFree=29146736/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267589 0 0 0 588 40 0 0 20 0 4 0 10674358 1337528320 268425 33554432000 4194304 16246674 140737172054912 140737172036800 5519832 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268425 876 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268425 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268425 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268425 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.08 2.11 2.11 3/183 12445
/proc/meminfo: memFree=29146712/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267590 0 0 0 1228 40 0 0 20 0 4 0 10674358 1337528320 268426 33554432000 4194304 16246674 140737172054912 140737172036800 5600395 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268426 876 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268426 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268426 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268426 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.13 2.12 2.11 4/183 12445
/proc/meminfo: memFree=29146724/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 2508 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172036800 6844338 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.13 2.12 2.11 4/183 12445
/proc/meminfo: memFree=29146724/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 2518 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172036800 5662038 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.12 2.11 2.11 3/183 12445
/proc/meminfo: memFree=29146740/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 3158 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172037912 5754796 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+35.2004 s]
/proc/loadavg: 2.19 2.13 2.11 3/183 12445
/proc/meminfo: memFree=29146740/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=35.19 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 3478 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172037912 5724032 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 1306180

[startup+36.0004 s]
/proc/loadavg: 2.19 2.13 2.11 3/183 12445
/proc/meminfo: memFree=29146740/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=35.98 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 3557 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172037912 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.98
Current children cumulated vsize (KiB) 1306180

[startup+36.8004 s]
/proc/loadavg: 2.19 2.13 2.11 3/183 12445
/proc/meminfo: memFree=29146744/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=36.78 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 3637 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172036800 5677888 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.78
Current children cumulated vsize (KiB) 1306180

[startup+37.2004 s]
/proc/loadavg: 2.19 2.13 2.11 3/183 12445
/proc/meminfo: memFree=29146744/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=37.18 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 3677 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172036800 5673747 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.18
Current children cumulated vsize (KiB) 1306180

[startup+37.3003 s]
/proc/loadavg: 2.19 2.13 2.11 3/183 12445
/proc/meminfo: memFree=29146744/32872528 swapFree=681192/736380
[pid=12441] ppid=12438 vsize=1306180 CPUtime=37.28 cores=0,2,4,6
/proc/12441/stat : 12441 (toysat) R 12438 12441 7985 0 -1 4202496 267649 0 0 0 3687 41 0 0 20 0 4 0 10674358 1337528320 268485 33554432000 4194304 16246674 140737172054912 140737172036800 5712547 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12441/statm: 326545 268485 885 2943 0 323439 0
[pid=12441/tid=12442] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12442/stat : 12442 (toysat) S 12438 12441 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095476706544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12441/tid=12443] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12443/stat : 12443 (toysat) S 12438 12441 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095390723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12441/tid=12444] ppid=12438 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12441/task/12444/stat : 12444 (toysat) S 12438 12441 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10674359 1337528320 268485 33554432000 4194304 16246674 140737172054912 140095380249776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.28
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 37.4042
CPU time (s): 37.3973
CPU user time (s): 36.9194
CPU system time (s): 0.477927
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.9194
system time used= 0.477927
maximum resident set size= 1073948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267653
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= 40

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.229965 second user time and 0.216967 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 16:10:51
IDJOB=4093373
IDBENCH=78751
IDSOLVER=2553
FILE ID=node112/4093373-1466086251
RUNJOBID= node112-1466075445-11100
PBS_JOBID= 19904024
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 077b9c494cf23f6ff18d9e6ba287604c
RANDOM SEED=478566211

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.734
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.734
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.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30219380 kB
Buffers:           34400 kB
Cached:            98492 kB
SwapCached:          696 kB
Active:          1160588 kB
Inactive:          56292 kB
Active(anon):    1085488 kB
Inactive(anon):      740 kB
Active(file):      75100 kB
Inactive(file):    55552 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       1924340 kB
Mapped:            10608 kB
Shmem:                 0 kB
Slab:             566696 kB
SReclaimable:      10764 kB
SUnreclaim:       555932 kB
KernelStack:        1528 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1961708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1234944 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= 71716 MiB
End job on node112 at 2016-06-16 16:11:29