Trace number 4093370

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 52.799 52.8083

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-66-100-0.wbo
MD5SUMb7777dd5fa41ca59afb23064bb503e66
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark14.5478
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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:17:24+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-4093370-1466086644.wbo"]
0.00/0.01	c use --random-gen="272363072 297404024 2411932816 2186688103 2037306209 2384748681 662751421 3502602396 2056913031 4152473084 3955355378 3260472843 1141539251 99807797 3605258021 2738629334 1719755131 602974471 3354483265 1261983888 3413311358 3363374417 4220090738 3050077212 98648630 280816457 3251757452 4243873506 3288979429 599845465 1509302885 3500368275 4089055180 934876564 1999761850 3594853533 51719222 3794764305 2471605925 2775682187 3869256099 1644414340 2105074116 3228350738 3926379881 3272925568 1940727508 1384813224 3777800878 3431252515 608729635 2118598634 231978208 974970075 3859239018 4286004732 4091160157 713200309 3682494888 3468454044 1867648765 3268374438 4171543523 1353398756 3569464839 1099234433 159860280 3695060980 734517139 2620409333 1616044095 3583894250 2659977352 974362329 1079024992 3880356821 2422961797 1700093432 1873342807 1001473397 2187978179 3518547416 3771618593 3761661169 1741268870 752666175 2469473819 2153727262 3076861218 190840475 2621976596 3852437185 650231536 2320160416 2308571848 3418030195 1901023931 2126308859 2125896291 3571956661 148081411 1300870526 1646621851 1072456760 2416718748 1150865078 3414954779 21245593 1948826276 1697770787 2222722093 3311758722 2342252428 3508253449 1140474643 2547102041 2485707709 3715763163 1520128970 1846072909 2807531498 4207791296 963671051 3651075957 1943015723 3204407382 519214986 212712055 2691681687 1130721448 2531172147 1108004644 1607316918 757226090 494411749 3919778027 220173137 1689522272 3798761638 713772732 3648446754 684007067 1814377791 1199864721 3115083897 1314857760 3044403191 417880796 4027096675 2079502240 3172527592 269343233 1481369621 2828704692 1964679873 1435764286 4180574893 4191208714 190614046 858737706 4049674739 1850677884 486597436 3451613477 648094210 2419434797 2016235459 4019500111 177441253 1090012020 936438626 1269612090 1850359790 774545524 2318272714 4085725443 1482356662 278399805 4129192989 924629459 1736250448 2485575658 2635475678 558669758 46314009 356269861 555230930 3623246033 3746731820 2355156617 1925729582 1715908579 10612967 1722640961 3477487943 3996296416 4168519313 2420796555 2462288531 4170800950 3136802700 2281699803 1540173250 3954095450 1190066726 691338077 1629347644 3500493122 1833162203 2947971004 3843731490 1195136560 2984021708 3228864107 2104930634 2165877090 913268267 2251866322 1724766104 2505237256 3555846068 393839088 2397480322 1321004365 4051786122 3091362847 2747629318 2397870436 3838208335 4200298446 3543912102 2484954375 2014437531 2242603841 3193129336 2835861687 3335555313 814580907 3362120345 708096318 85584162 3303330610 3367213031 1478563320 3757897318 2892353339 3293701276 813892121 2062433119 735772145 2562907197 2165338900 455060631 4013712303 3922034369 843538517 255 362436" option to reproduce the execution
0.19/0.23	c #vars 169
0.19/0.23	c #constraints 101
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |       99      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |      171 |      100 |       99      0 |        0 |        0
0.19/0.27	c  0.0s |       2 |      449 |      250 |      109      1 |        0 |        0
0.29/0.30	c  0.1s |       3 |      798 |      475 |      120      3 |        0 |        0
0.29/0.35	c  0.1s |       4 |     1363 |      813 |      132      7 |        0 |        0
0.39/0.42	c  0.2s |       5 |     2333 |     1320 |      146     11 |        0 |        0
0.49/0.53	c  0.3s |       6 |     3703 |     2081 |      178     19 |        0 |        0
0.58/0.69	c  0.5s |       7 |     5865 |     3223 |      196     28 |        0 |        0
0.88/0.94	c  0.7s |       8 |     8916 |     4936 |      216     42 |        0 |        0
1.20/1.28	c  1.0s |       9 |    13325 |     7506 |      238     60 |        0 |        0
1.69/1.74	c  1.5s |       9 |    19485 |    10825 |      238     82 |        0 |        0
1.69/1.74	c #cpu_time = 1.502s
1.69/1.74	c #wall_clock_time = 1.506s
1.69/1.74	c #decision = 19485
1.69/1.74	c #random_decision = 62
1.69/1.74	c #conflict = 10825
1.69/1.74	c #restart = 9
1.69/1.74	o 434
1.69/1.74	c BCD2: updating upper bound: 1414 -> 433
1.69/1.74	c BCD2: 0 <= obj <= 433
1.69/1.74	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=1 bias=1/2
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |      238      0 |        0 |        0
1.69/1.76	c  0.0s |       1 |      196 |      100 |      238      0 |        0 |        0
1.69/1.78	c  0.0s |       2 |      438 |      250 |      238      1 |        0 |        0
1.78/1.82	c  0.1s |       3 |      785 |      475 |      238      3 |        0 |        0
1.78/1.87	c  0.1s |       4 |     1364 |      813 |      262      4 |        0 |        0
1.89/1.93	c  0.2s |       5 |     2204 |     1320 |      262      7 |        0 |        0
1.99/2.02	c  0.3s |       6 |     3424 |     2081 |      262     11 |        0 |        0
2.09/2.16	c  0.4s |       7 |     5137 |     3223 |      262     18 |        0 |        0
2.30/2.36	c  0.6s |       8 |     7834 |     4936 |      262     27 |        0 |        0
2.59/2.64	c  0.9s |       9 |    11952 |     7506 |      289     41 |        0 |        0
2.99/3.09	c  1.3s |      10 |    17663 |    11361 |      289     61 |        0 |        0
3.69/3.75	c  2.0s |      11 |    26277 |    17144 |      318     89 |        0 |        0
4.69/4.74	c  3.0s |      12 |    39674 |    25819 |      318    131 |        0 |        0
6.19/6.27	c  4.5s |      13 |    59784 |    38832 |      350    190 |        0 |        0
8.19/8.28	c  6.5s |      13 |    87121 |    56132 |      386    264 |        0 |        0
8.49/8.56	c  6.8s |      14 |    90643 |    58352 |      386    274 |        0 |        0
10.49/10.56	c  8.8s |      14 |   116391 |    75252 |      386    344 |        0 |        0
11.39/11.47	c  9.7s |      14 |   127638 |    82358 |      425    373 |        0 |        0
11.39/11.47	c #cpu_time = 9.702s
11.39/11.47	c #wall_clock_time = 9.727s
11.39/11.47	c #decision = 127638
11.39/11.47	c #random_decision = 313
11.39/11.47	c #conflict = 82358
11.39/11.47	c #restart = 14
11.39/11.47	c BCD2: found a new core of size 28: cost of the new core is >=1
11.39/11.47	c lower bound updated to 1
11.39/11.47	c BCD2: 1 <= obj <= 433
11.39/11.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
11.39/11.47	c BCD2: #sat=1 #unsat=2 bias=2/3
11.39/11.47	c Solving starts ...
11.39/11.47	c ============================[ Search Statistics ]============================
11.39/11.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.47	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.47	c =============================================================================
11.39/11.47	c  0.0s |       0 |        0 |        0 |      425      0 |        0 |        0
11.39/11.47	c  0.0s |       0 |       67 |       17 |      425      0 |        0 |        0
11.39/11.47	c #cpu_time = 0.004s
11.39/11.47	c #wall_clock_time = 0.004s
11.39/11.47	c #decision = 67
11.39/11.47	c #random_decision = 0
11.39/11.47	c #conflict = 17
11.39/11.47	c #restart = 0
11.39/11.47	o 80
11.39/11.47	c BCD2: hardening fixes 7 literals
11.39/11.47	c BCD2: updating upper bound: 433 -> 79
11.39/11.47	c BCD2: 1 <= obj <= 79
11.39/11.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
11.39/11.47	c BCD2: #sat=2 #unsat=2 bias=2/4
11.39/11.47	c Solving starts ...
11.39/11.47	c ============================[ Search Statistics ]============================
11.39/11.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.47	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.47	c =============================================================================
11.39/11.47	c  0.0s |       0 |        0 |        0 |      425      0 |        9 |        2
11.39/11.49	c  0.0s |       1 |      206 |      100 |      425      0 |        9 |        2
11.49/11.50	c  0.0s |       2 |      462 |      250 |      425      1 |        9 |        2
11.49/11.53	c  0.1s |       3 |      841 |      475 |      425      2 |        9 |        2
11.49/11.57	c  0.1s |       4 |     1446 |      813 |      425      3 |        9 |        2
11.59/11.62	c  0.1s |       5 |     2355 |     1320 |      425      5 |        9 |        2
11.69/11.71	c  0.2s |       6 |     3623 |     2081 |      425      8 |        9 |        2
11.79/11.83	c  0.4s |       7 |     5485 |     3223 |      425     13 |        9 |        2
11.99/12.02	c  0.5s |       8 |     8219 |     4936 |      425     20 |        9 |        2
12.20/12.29	c  0.8s |       9 |    12393 |     7506 |      425     30 |        9 |        2
12.59/12.69	c  1.2s |      10 |    18355 |    11361 |      425     45 |        9 |        2
13.20/13.29	c  1.8s |      11 |    27994 |    17144 |      425     67 |        9 |        2
14.09/14.18	c  2.7s |      12 |    42994 |    25819 |      425    101 |        9 |        2
15.49/15.52	c  4.1s |      13 |    63417 |    38832 |      468    151 |        9 |        2
17.49/17.53	c  6.1s |      13 |    91647 |    57332 |      468    217 |        9 |        2
17.59/17.64	c  6.2s |      14 |    93269 |    58352 |      468    220 |        9 |        2
17.89/17.96	c  6.5s |      14 |    97888 |    61257 |      468    231 |       10 |        4
17.89/17.96	c #cpu_time = 6.470s
17.89/17.96	c #wall_clock_time = 6.486s
17.89/17.96	c #decision = 97888
17.89/17.96	c #random_decision = 263
17.89/17.96	c #conflict = 61257
17.89/17.96	c #restart = 14
17.89/17.96	c BCD2: updating lower bound of a core
17.89/17.96	c lower bound updated to 41
17.89/17.96	c BCD2: 41 <= obj <= 79
17.89/17.96	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
17.89/17.96	c BCD2: #sat=2 #unsat=3 bias=3/5
17.89/17.96	c Solving starts ...
17.89/17.96	c ============================[ Search Statistics ]============================
17.89/17.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.96	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.96	c =============================================================================
17.89/17.96	c  0.0s |       0 |        0 |        0 |      468      0 |       10 |        4
17.89/17.97	c  0.0s |       1 |      182 |      100 |      468      0 |       10 |        4
17.89/17.99	c  0.0s |       2 |      435 |      250 |      468      1 |       10 |        4
17.99/18.01	c  0.1s |       3 |      826 |      475 |      468      1 |       10 |        4
17.99/18.05	c  0.1s |       4 |     1360 |      813 |      468      3 |       10 |        4
18.09/18.11	c  0.1s |       5 |     2155 |     1320 |      468      5 |       10 |        4
18.09/18.18	c  0.2s |       6 |     3435 |     2081 |      468      7 |       10 |        4
18.29/18.31	c  0.4s |       7 |     5323 |     3223 |      468     11 |       10 |        4
18.49/18.50	c  0.5s |       8 |     7950 |     4936 |      468     18 |       10 |        4
18.69/18.77	c  0.8s |       9 |    12191 |     7506 |      468     27 |       10 |        4
19.09/19.18	c  1.2s |      10 |    18684 |    11361 |      468     42 |       10 |        4
19.69/19.80	c  1.8s |      11 |    28586 |    17144 |      468     63 |       10 |        4
20.68/20.73	c  2.8s |      12 |    42958 |    25819 |      468     95 |       10 |        4
22.09/22.12	c  4.2s |      13 |    63802 |    38832 |      468    143 |       10 |        4
24.08/24.13	c  6.2s |      13 |    93797 |    57832 |      515    206 |       10 |        4
24.08/24.19	c  6.2s |      14 |    94621 |    58352 |      515    208 |       10 |        4
25.39/25.44	c  7.5s |      14 |   111910 |    69697 |      515    246 |       11 |        6
25.39/25.44	c #cpu_time = 7.460s
25.39/25.44	c #wall_clock_time = 7.479s
25.39/25.44	c #decision = 111910
25.39/25.44	c #random_decision = 367
25.39/25.44	c #conflict = 69697
25.39/25.44	c #restart = 14
25.39/25.44	c BCD2: updating lower bound of a core
25.39/25.44	c lower bound updated to 65
25.39/25.44	c BCD2: 65 <= obj <= 79
25.39/25.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
25.39/25.44	c BCD2: #sat=2 #unsat=4 bias=4/6
25.39/25.44	c Solving starts ...
25.39/25.44	c ============================[ Search Statistics ]============================
25.39/25.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.39/25.44	c       |         |          |          |    Limit     GC | Var      | Constra 
25.39/25.44	c =============================================================================
25.39/25.44	c  0.0s |       0 |        0 |        0 |      515      0 |       11 |        6
25.39/25.45	c  0.0s |       1 |      199 |      100 |      515      0 |       11 |        6
25.39/25.47	c  0.0s |       2 |      443 |      250 |      515      0 |       11 |        6
25.48/25.50	c  0.1s |       3 |      850 |      475 |      515      1 |       11 |        6
25.48/25.54	c  0.1s |       4 |     1417 |      813 |      515      2 |       11 |        6
25.48/25.59	c  0.2s |       5 |     2350 |     1320 |      515      4 |       11 |        6
25.58/25.68	c  0.2s |       6 |     3972 |     2081 |      515      6 |       11 |        6
25.78/25.80	c  0.4s |       7 |     5905 |     3223 |      515     10 |       11 |        6
25.88/25.99	c  0.5s |       8 |     8875 |     4936 |      515     16 |       11 |        6
26.18/26.27	c  0.8s |       9 |    13433 |     7506 |      515     25 |       11 |        6
26.58/26.69	c  1.2s |      10 |    19939 |    11361 |      515     38 |       11 |        6
27.29/27.31	c  1.9s |      11 |    28978 |    17144 |      515     57 |       11 |        6
28.19/28.26	c  2.8s |      12 |    41732 |    25819 |      515     86 |       11 |        6
29.59/29.63	c  4.2s |      13 |    62164 |    38832 |      515    129 |       11 |        6
31.59/31.64	c  6.2s |      13 |    92946 |    58132 |      515    193 |       11 |        6
31.59/31.66	c  6.2s |      14 |    93272 |    58352 |      515    194 |       11 |        6
33.59/33.67	c  8.2s |      14 |   123981 |    76652 |      567    253 |       11 |        6
33.69/33.75	c  8.3s |      14 |   125110 |    77365 |      567    256 |       12 |        8
33.69/33.75	c #cpu_time = 8.288s
33.69/33.75	c #wall_clock_time = 8.309s
33.69/33.75	c #decision = 125110
33.69/33.75	c #random_decision = 401
33.69/33.75	c #conflict = 77365
33.69/33.75	c #restart = 14
33.69/33.75	c BCD2: updating lower bound of a core
33.69/33.75	c lower bound updated to 76
33.69/33.75	c BCD2: 76 <= obj <= 79
33.69/33.75	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
33.69/33.75	c BCD2: #sat=2 #unsat=5 bias=5/7
33.69/33.75	c Solving starts ...
33.69/33.75	c ============================[ Search Statistics ]============================
33.69/33.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.69/33.75	c       |         |          |          |    Limit     GC | Var      | Constra 
33.69/33.75	c =============================================================================
33.69/33.75	c  0.0s |       0 |        0 |        0 |      567      0 |       12 |        8
33.69/33.76	c  0.0s |       1 |      215 |      100 |      567      0 |       12 |        8
33.69/33.78	c  0.0s |       2 |      473 |      250 |      567      0 |       12 |        8
33.79/33.81	c  0.1s |       3 |      856 |      475 |      567      1 |       12 |        8
33.79/33.84	c  0.1s |       4 |     1489 |      813 |      567      2 |       12 |        8
33.89/33.90	c  0.2s |       5 |     2362 |     1320 |      567      3 |       12 |        8
33.89/33.99	c  0.2s |       6 |     3690 |     2081 |      567      6 |       12 |        8
34.09/34.11	c  0.4s |       7 |     5720 |     3223 |      567      9 |       12 |        8
34.19/34.28	c  0.5s |       8 |     8626 |     4936 |      567     15 |       12 |        8
34.49/34.55	c  0.8s |       9 |    12734 |     7506 |      567     22 |       12 |        8
34.89/34.96	c  1.2s |      10 |    18918 |    11361 |      567     34 |       12 |        8
35.49/35.58	c  1.8s |      11 |    28283 |    17144 |      567     52 |       12 |        8
36.39/36.49	c  2.7s |      12 |    41980 |    25819 |      567     79 |       12 |        8
37.89/37.93	c  4.2s |      13 |    62145 |    38832 |      567    118 |       12 |        8
39.89/39.93	c  6.2s |      13 |    89597 |    56632 |      567    173 |       12 |        8
40.09/40.13	c  6.4s |      14 |    92413 |    58352 |      567    178 |       12 |        8
42.09/42.14	c  8.4s |      14 |   120458 |    76052 |      567    233 |       12 |        8
43.39/43.47	c  9.7s |      15 |   139208 |    87632 |      567    269 |       12 |        8
44.38/44.48	c 10.7s |      15 |   153216 |    96651 |      567    296 |       13 |       10
44.38/44.48	c #cpu_time = 10.706s
44.38/44.48	c #wall_clock_time = 10.733s
44.38/44.48	c #decision = 153216
44.38/44.48	c #random_decision = 451
44.38/44.48	c #conflict = 96651
44.38/44.48	c #restart = 15
44.38/44.48	c BCD2: updating lower bound of a core
44.38/44.48	c lower bound updated to 79
44.38/44.48	c BCD2: 79 <= obj <= 79
44.38/44.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
44.38/44.48	c BCD2: #sat=2 #unsat=6 bias=6/8
44.38/44.48	c Solving starts ...
44.38/44.48	c ============================[ Search Statistics ]============================
44.38/44.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.38/44.48	c       |         |          |          |    Limit     GC | Var      | Constra 
44.38/44.48	c =============================================================================
44.38/44.49	c  0.0s |       0 |        0 |        0 |      567      0 |       13 |       11
44.48/44.50	c  0.0s |       1 |      174 |      100 |      567      0 |       13 |       11
44.48/44.52	c  0.0s |       2 |      450 |      250 |      567      1 |       13 |       11
44.48/44.54	c  0.1s |       3 |      834 |      475 |      567      1 |       13 |       11
44.48/44.58	c  0.1s |       4 |     1347 |      813 |      567      2 |       13 |       11
44.58/44.64	c  0.2s |       5 |     2146 |     1320 |      567      4 |       13 |       11
44.69/44.72	c  0.2s |       6 |     3434 |     2081 |      567      6 |       13 |       11
44.78/44.85	c  0.4s |       7 |     5086 |     3223 |      567     10 |       13 |       11
44.98/45.03	c  0.5s |       8 |     7916 |     4936 |      567     15 |       13 |       11
45.28/45.31	c  0.8s |       9 |    11876 |     7506 |      567     23 |       13 |       11
45.68/45.74	c  1.3s |      10 |    18068 |    11361 |      567     34 |       13 |       11
46.29/46.39	c  1.9s |      11 |    26942 |    17144 |      567     52 |       13 |       11
47.18/47.30	c  2.8s |      12 |    40507 |    25819 |      567     79 |       13 |       11
48.68/48.73	c  4.2s |      13 |    62328 |    38832 |      567    118 |       13 |       11
50.69/50.74	c  6.3s |      13 |    91946 |    57232 |      624    171 |       13 |       11
50.78/50.87	c  6.4s |      14 |    93763 |    58352 |      624    174 |       13 |       11
52.68/52.74	c  8.3s |      14 |   118533 |    74705 |      624    220 |       14 |       13
52.68/52.74	c #cpu_time = 8.238s
52.68/52.74	c #wall_clock_time = 8.259s
52.68/52.74	c #decision = 118533
52.68/52.74	c #random_decision = 339
52.68/52.74	c #conflict = 74705
52.68/52.74	c #restart = 14
52.68/52.74	c BCD2: updating lower bound of a core
52.68/52.74	c lower bound updated to 80
52.68/52.74	s OPTIMUM FOUND
52.68/52.74	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
52.68/52.74	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
52.68/52.74	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
52.68/52.74	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
52.68/52.74	v -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50
52.68/52.74	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
52.68/52.74	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
52.68/52.74	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
52.68/52.74	v -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
52.68/52.74	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100
52.68/52.74	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
52.68/52.74	v -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120
52.68/52.74	v -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130
52.68/52.74	v -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140
52.68/52.74	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
52.68/52.74	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
52.68/52.74	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
52.68/52.74	c total CPU time = 52.612s
52.68/52.74	c total wall clock time = 52.747s

Verifier Data

OK	80

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

pid=14061
running on 4 cores: 1,3,5,7

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.03 2.01 3/181 14064
/proc/meminfo: memFree=30961856/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=666044 CPUtime=0 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 2477 0 0 0 0 0 0 0 20 0 4 0 10710338 682029056 2837 33554432000 4194304 16246674 140733900140544 140733900139968 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 167279 2848 441 2943 0 164173 0
[pid=14064/tid=14065] ppid=14061 vsize=684476 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 700903424 2909 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=688572 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 705097728 2924 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=692668 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 709292032 2941 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100183 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 14064
/proc/meminfo: memFree=30961856/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 18538 0 0 0 7 2 0 0 20 0 4 0 10710338 1247350784 18891 33554432000 4194304 16246674 140733900140544 140733900139968 12503629 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 304529 18894 615 2943 0 301423 0
[pid=14064/tid=14065] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 18901 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 18903 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 18904 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200534 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 14064
/proc/meminfo: memFree=30961856/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 26516 0 0 0 16 3 0 0 20 0 4 0 10710338 1247350784 26869 33554432000 4194304 16246674 140733900140544 140733900139968 6132467 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 304529 26870 615 2943 0 301423 0
[pid=14064/tid=14065] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 26870 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 26870 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 26870 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300536 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 14064
/proc/meminfo: memFree=30961856/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 38135 0 0 0 24 5 0 0 20 0 4 0 10710338 1247350784 38482 33554432000 4194304 16246674 140733900140544 140733900139968 5516309 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 304529 38489 789 2943 0 301423 0
[pid=14064/tid=14065] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 38490 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 38496 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 38500 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700412 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 14064
/proc/meminfo: memFree=30961856/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 89260 0 0 0 57 12 0 0 20 0 4 0 10710338 1247350784 89607 33554432000 4194304 16246674 140733900140544 140733900123536 6021174 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 304529 89611 790 2943 0 301423 0
[pid=14064/tid=14065] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 89612 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 89616 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 89621 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.10 2.03 2.01 3/185 14068
/proc/meminfo: memFree=30397164/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 194050 0 0 0 122 27 0 0 20 0 4 0 10710338 1247350784 194398 33554432000 4194304 16246674 140733900140544 140733900123544 5828874 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 304529 194404 790 2943 0 301423 0
[pid=14064/tid=14065] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 194407 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 194408 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1247350784 194414 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10043 s]
/proc/loadavg: 2.10 2.03 2.01 3/185 14068
/proc/meminfo: memFree=29978168/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267314 0 0 0 272 37 0 0 20 0 4 0 10710338 1336479744 267638 33554432000 4194304 16246674 140733900140544 140733900122432 6843176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326289 267638 871 2943 0 323183 0
[pid=14064/tid=14065] ppid=14061 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1336479744 267638 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1336479744 267638 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1336479744 267638 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.09 2.03 2.01 3/185 14068
/proc/meminfo: memFree=29890540/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267509 0 0 0 592 37 0 0 20 0 4 0 10710338 1337528320 267833 33554432000 4194304 16246674 140733900140544 140733900122432 6861716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326545 267833 871 2943 0 323439 0
[pid=14064/tid=14065] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267833 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267833 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267833 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.08 2.03 2.00 3/185 14068
/proc/meminfo: memFree=29890204/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267562 0 0 0 1232 37 0 0 20 0 4 0 10710338 1337528320 267886 33554432000 4194304 16246674 140733900140544 140733900122432 13927520 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326545 267886 880 2943 0 323439 0
[pid=14064/tid=14065] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267886 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267886 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267886 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.07 2.03 2.00 3/185 14068
/proc/meminfo: memFree=29890516/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267566 0 0 0 2511 37 0 0 20 0 4 0 10710338 1337528320 267890 33554432000 4194304 16246674 140733900140544 140733900122432 5600267 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326545 267890 883 2943 0 323439 0
[pid=14064/tid=14065] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267890 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267890 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267890 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 14117
/proc/meminfo: memFree=29886136/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267637 0 0 0 5070 38 0 0 20 0 4 0 10710338 1337528320 267961 33554432000 4194304 16246674 140733900140544 140733900122432 13820890 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326545 267961 883 2943 0 323439 0
[pid=14064/tid=14065] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 14117
/proc/meminfo: memFree=29886136/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1306180 CPUtime=51.18 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267637 0 0 0 5080 38 0 0 20 0 4 0 10710338 1337528320 267961 33554432000 4194304 16246674 140733900140544 140733900122432 6023422 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326545 267961 883 2943 0 323439 0
[pid=14064/tid=14065] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+52.0004 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 14117
/proc/meminfo: memFree=29886384/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1306180 CPUtime=51.98 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267637 0 0 0 5160 38 0 0 20 0 4 0 10710338 1337528320 267961 33554432000 4194304 16246674 140733900140544 140733900122432 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326545 267961 883 2943 0 323439 0
[pid=14064/tid=14065] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.98
Current children cumulated vsize (KiB) 1306180

[startup+52.4004 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 14117
/proc/meminfo: memFree=29886384/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=1306180 CPUtime=52.38 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202496 267637 0 0 0 5200 38 0 0 20 0 4 0 10710338 1337528320 267961 33554432000 4194304 16246674 140733900140544 140733900122432 13950230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 326545 267961 883 2943 0 323439 0
[pid=14064/tid=14065] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (toysat) S 14061 14064 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627252587760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14066] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14066/stat : 14066 (toysat) S 14061 14064 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627242097904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (toysat) S 14061 14064 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710339 1337528320 267961 33554432000 4194304 16246674 140733900140544 140627161377968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 52.38
Current children cumulated vsize (KiB) 1306180

[startup+52.8004 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 14117
/proc/meminfo: memFree=30814896/32872528 swapFree=7268/7268
[pid=14064] ppid=14061 vsize=0 CPUtime=52.79 cores=1,3,5,7
/proc/14064/stat : 14064 (toysat) R 14061 14064 9721 0 -1 4202500 267641 0 0 0 5235 44 0 0 20 0 1 0 10710338 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14064/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 52.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 52.8083
CPU time (s): 52.799
CPU user time (s): 52.357
CPU system time (s): 0.441932
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.357
system time used= 0.441932
maximum resident set size= 1071852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 81

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32495 second user time and 0.540917 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:17:24
IDJOB=4093370
IDBENCH=78857
IDSOLVER=2553
FILE ID=node133/4093370-1466086644
RUNJOBID= node133-1466075558-12322
PBS_JOBID= 19904006
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.1110977780--soft-66-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-4093370-1466086644/watcher-4093370-1466086644 -o /tmp/evaluation-result-4093370-1466086644/solver-4093370-1466086644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12322 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093370-1466086644.wbo

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

MD5SUM BENCH= b7777dd5fa41ca59afb23064bb503e66
RANDOM SEED=958642199

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:        30962212 kB
Buffers:           34680 kB
Cached:            99656 kB
SwapCached:         1876 kB
Active:          1148548 kB
Inactive:          56412 kB
Active(anon):    1071800 kB
Inactive(anon):     1228 kB
Active(file):      76748 kB
Inactive(file):    55184 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             33128 kB
Writeback:             0 kB
AnonPages:       1079784 kB
Mapped:            10648 kB
Shmem:                 0 kB
Slab:             567488 kB
SReclaimable:      10856 kB
SUnreclaim:       556632 kB
KernelStack:        1536 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1224600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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 node133 at 2016-06-16 16:18:17