Trace number 4109654

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 40.6458 40.6519

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900546417--soft-66-100-0.wbo
MD5SUM23ad99b063b4d7278daca47962cd4526
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark23.8294
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints930
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46532
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46531
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-19T15:44:48+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-4109654-1466343888.wbo"]
0.00/0.01	c use --random-gen="776774994 873318503 287775505 1870002167 4042133155 1585611684 1866988775 2341789336 93054637 937564382 2112341744 1358467031 3299614087 2850603910 1324835574 1667814210 3070291863 879417371 1244075364 1354403383 3618136202 2268496496 658252352 2235830121 2727678905 4084021717 929713122 3931213989 533619452 838643210 983424505 1832125532 84214995 3153027109 3373943290 377679519 4189621540 3592698296 2365520142 1377066367 370509122 348155496 3519635681 3538963743 1859097289 3852445465 93108246 1376492653 2399437967 2231005718 2979350499 4038094672 2605409352 2426019643 2876416140 1005728995 2068651718 1021660048 3307536316 2858582936 746845370 2633071606 3871577011 865960584 3195442881 783303413 3862995650 560531666 625957130 3226799573 4085444417 425070842 3829674058 3132473206 1412875298 219932303 1109818740 3978790871 4169516297 3636012283 3852118171 1191531555 1864147650 1790920951 57415258 1631216754 1054835182 882405374 3885372171 731967788 3077216971 308941790 23147944 1216091207 3067749457 3534114526 1052644900 514360398 1981754005 3861763369 3910056729 1351428520 214173348 1955496389 121469421 409274408 3777182686 2426842239 2838298627 2973108542 711764299 4272413388 3708371579 1305251912 2507631561 1037960620 913485153 3213401439 631287105 3692835208 770131242 596143083 2865965831 2420400263 2534861152 4011749984 372139558 3469401574 1776588998 179714158 2396995340 1918055692 3510657812 1236211408 85366543 2695260042 2728016286 287486486 2255638366 2274687345 655344142 3826037598 1897227106 2156034078 2265356598 94585264 1395698305 720629287 3668254628 3134666088 2519800081 3782882824 2410146579 642572060 4226319552 2103156602 1093928718 2707851780 2223897769 2508030882 593285945 1362398096 886016767 3921403204 639017558 1530835898 3810591009 1643186498 3732153488 2009997589 531362712 3608834237 3214840623 2958520068 4290712676 1861264282 3447497248 172757978 2376899890 2306338605 2994060078 1392732920 1161381456 126014191 204112337 3516322765 2558188057 498326864 2979592373 1902148583 2101523644 3137365061 3912350377 3960081909 2315098611 2135317787 3999823333 3459241872 1429092892 198391223 1623109055 1285437973 2966891724 2496806791 1273392355 4074161417 2709709636 114651901 2151193066 3351346233 4001742285 1583961114 3062647567 121342796 1491341544 1718215302 3924994215 1206810965 4250200450 440795114 3548042850 696245411 1426437325 3464553696 519702609 3053270990 131495976 3844919566 3096139997 181119928 1833598836 3770547928 1829774838 3294168686 4195046870 1310549073 869326060 2712260028 3459815379 1277790834 513966884 85999053 4107957844 1777753495 3809390741 3007569978 4174509298 2578686015 746529411 2323185935 261842342 2942404962 283794395 3859744235 2830390417 1112630778 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.18	c BCD2: Hardening is enabled.
0.09/0.18	c BCD2: BiasedSearch is enabled.
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1289      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     1001 |       34 |     1289      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.019s
0.19/0.20	c #wall_clock_time = 0.019s
0.19/0.20	c #decision = 1001
0.19/0.20	c #random_decision = 5
0.19/0.20	c #conflict = 34
0.19/0.20	c #restart = 0
0.19/0.20	o 212
0.19/0.20	c BCD2: updating upper bound: 46531 -> 211
0.19/0.20	c BCD2: 0 <= obj <= 211
0.19/0.20	c BCD2: #cores=0, #unrelaxed=930, #relaxed=0, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1289      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     1092 |      100 |     1418      0 |        0 |        0
0.19/0.25	c  0.0s |       2 |     2300 |      250 |     1560      0 |        0 |        0
0.19/0.29	c  0.1s |       3 |     3582 |      475 |     1717      0 |        0 |        0
0.29/0.36	c  0.2s |       4 |     5081 |      813 |     1889      0 |        0 |        0
0.49/0.50	c  0.3s |       5 |     6851 |     1320 |     2078      0 |        0 |        0
0.69/0.76	c  0.6s |       6 |     8878 |     2081 |     2286      0 |        0 |        0
1.20/1.28	c  1.1s |       7 |    11559 |     3223 |     2515      0 |        0 |        0
1.79/1.87	c  1.7s |       8 |    15027 |     4936 |     2767      1 |        0 |        0
2.99/3.02	c  2.8s |       9 |    19730 |     7506 |     3044      3 |        0 |        0
4.59/4.63	c  4.4s |      10 |    27507 |    11361 |     3349      5 |        0 |        0
6.60/6.64	c  6.4s |      10 |    36161 |    15761 |     3349      7 |        0 |        0
7.39/7.44	c  7.2s |      11 |    38316 |    17144 |     3684      7 |        0 |        0
9.39/9.45	c  9.2s |      11 |    47527 |    21644 |     3684      9 |        0 |        0
11.19/11.22	c 11.0s |      12 |    54848 |    25819 |     4053     11 |        0 |        0
13.20/13.26	c 13.1s |      12 |    62573 |    29519 |     4053     12 |        0 |        0
15.29/15.32	c 15.1s |      12 |    70032 |    33619 |     4053     14 |        0 |        0
17.29/17.33	c 17.1s |      12 |    76900 |    37419 |     4053     15 |        0 |        0
17.89/17.98	c 17.8s |      13 |    79320 |    38832 |     4459     16 |        0 |        0
19.99/20.00	c 19.8s |      13 |    86751 |    42532 |     4459     17 |        0 |        0
21.89/22.00	c 21.8s |      13 |    94147 |    46532 |     4459     19 |        0 |        0
23.99/24.05	c 23.8s |      13 |   101479 |    50532 |     4459     20 |        0 |        0
25.99/26.07	c 25.9s |      13 |   109188 |    54532 |     4459     22 |        0 |        0
27.99/28.09	c 27.9s |      13 |   115865 |    58132 |     4905     23 |        0 |        0
28.19/28.23	c 28.0s |      14 |   116277 |    58352 |     4905     23 |        0 |        0
28.69/28.73	c 28.5s |      14 |   118142 |    58885 |     4905     23 |        0 |        0
28.69/28.73	c #cpu_time = 28.449s
28.69/28.73	c #wall_clock_time = 28.522s
28.69/28.73	c #decision = 118142
28.69/28.73	c #random_decision = 146
28.69/28.73	c #conflict = 58885
28.69/28.73	c #restart = 14
28.69/28.73	c BCD2: found a new core of size 897: cost of the new core is >=1
28.69/28.73	c lower bound updated to 1
28.69/28.73	c BCD2: 1 <= obj <= 211
28.69/28.73	c BCD2: #cores=1, #unrelaxed=33, #relaxed=897, #hardened=0
28.69/28.73	c BCD2: #sat=1 #unsat=2 bias=2/3
28.69/28.73	c Solving starts ...
28.69/28.73	c ============================[ Search Statistics ]============================
28.69/28.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.69/28.73	c       |         |          |          |    Limit     GC | Var      | Constra 
28.69/28.73	c =============================================================================
28.69/28.73	c  0.0s |       0 |        0 |        0 |     4905      0 |        0 |        0
28.69/28.79	c  0.1s |       1 |      510 |      100 |     4905      0 |        0 |        0
28.79/28.89	c  0.2s |       2 |      834 |      250 |     4905      0 |        0 |        0
28.89/28.92	c  0.2s |       2 |      903 |      255 |     4905      0 |        0 |        0
28.89/28.92	c #cpu_time = 0.191s
28.89/28.92	c #wall_clock_time = 0.192s
28.89/28.92	c #decision = 903
28.89/28.92	c #random_decision = 2
28.89/28.92	c #conflict = 255
28.89/28.92	c #restart = 2
28.89/28.92	o 162
28.89/28.92	c BCD2: updating upper bound: 211 -> 161
28.89/28.93	c BCD2: 1 <= obj <= 161
28.89/28.93	c BCD2: #cores=1, #unrelaxed=33, #relaxed=897, #hardened=0
28.89/28.93	c BCD2: #sat=2 #unsat=2 bias=2/4
28.89/28.93	c Solving starts ...
28.89/28.93	c ============================[ Search Statistics ]============================
28.89/28.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.89/28.93	c       |         |          |          |    Limit     GC | Var      | Constra 
28.89/28.93	c =============================================================================
28.89/28.93	c  0.0s |       0 |        0 |        0 |     4905      0 |        0 |        1
28.99/29.03	c  0.1s |       1 |      229 |      100 |     4905      0 |        0 |        1
29.09/29.11	c  0.2s |       1 |      451 |      181 |     4905      0 |        0 |        1
29.09/29.11	c #cpu_time = 0.180s
29.09/29.11	c #wall_clock_time = 0.181s
29.09/29.11	c #decision = 451
29.09/29.11	c #random_decision = 0
29.09/29.11	c #conflict = 181
29.09/29.11	c #restart = 1
29.09/29.11	o 97
29.09/29.11	c BCD2: hardening fixes 43 literals
29.09/29.11	c BCD2: updating upper bound: 161 -> 96
29.09/29.11	c BCD2: 1 <= obj <= 96
29.09/29.11	c BCD2: #cores=1, #unrelaxed=31, #relaxed=856, #hardened=43
29.09/29.11	c BCD2: #sat=3 #unsat=2 bias=2/5
29.09/29.15	c Solving starts ...
29.09/29.15	c ============================[ Search Statistics ]============================
29.09/29.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.09/29.15	c       |         |          |          |    Limit     GC | Var      | Constra 
29.09/29.15	c =============================================================================
29.09/29.15	c  0.0s |       0 |        0 |        0 |     4905      0 |       43 |        2
29.09/29.18	c  0.0s |       0 |       57 |        2 |     4905      0 |       43 |        2
29.09/29.18	c #cpu_time = 0.032s
29.09/29.18	c #wall_clock_time = 0.032s
29.09/29.18	c #decision = 57
29.09/29.18	c #random_decision = 0
29.09/29.18	c #conflict = 2
29.09/29.18	c #restart = 0
29.09/29.18	o 17
29.09/29.18	c BCD2: hardening fixes 733 literals
29.09/29.18	c BCD2: updating upper bound: 96 -> 16
29.09/29.19	c BCD2: 1 <= obj <= 16
29.09/29.19	c BCD2: #cores=1, #unrelaxed=5, #relaxed=149, #hardened=776
29.09/29.19	c BCD2: #sat=4 #unsat=2 bias=2/6
29.09/29.19	c Solving starts ...
29.09/29.19	c ============================[ Search Statistics ]============================
29.09/29.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.09/29.19	c       |         |          |          |    Limit     GC | Var      | Constra 
29.09/29.19	c =============================================================================
29.09/29.19	c  0.0s |       0 |        0 |        0 |     4905      0 |      776 |        3
29.18/29.25	c  0.1s |       1 |      181 |      100 |     4905      0 |      776 |        3
29.28/29.34	c  0.2s |       1 |      373 |      232 |     4905      0 |      776 |        3
29.28/29.34	c #cpu_time = 0.153s
29.28/29.34	c #wall_clock_time = 0.154s
29.28/29.34	c #decision = 373
29.28/29.34	c #random_decision = 0
29.28/29.34	c #conflict = 232
29.28/29.34	c #restart = 1
29.28/29.34	o 11
29.28/29.34	c BCD2: hardening fixes 55 literals
29.28/29.34	c BCD2: updating upper bound: 16 -> 10
29.28/29.34	c BCD2: 1 <= obj <= 10
29.28/29.34	c BCD2: #cores=1, #unrelaxed=4, #relaxed=95, #hardened=831
29.28/29.34	c BCD2: #sat=5 #unsat=2 bias=2/7
29.28/29.34	c Solving starts ...
29.28/29.34	c ============================[ Search Statistics ]============================
29.28/29.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.28/29.34	c       |         |          |          |    Limit     GC | Var      | Constra 
29.28/29.34	c =============================================================================
29.28/29.34	c  0.0s |       0 |        0 |        0 |     4905      0 |      831 |        4
29.38/29.42	c  0.1s |       1 |      142 |      100 |     4905      0 |      831 |        4
29.48/29.51	c  0.2s |       2 |      439 |      250 |     4905      0 |      831 |        4
29.58/29.63	c  0.3s |       3 |      826 |      475 |     4905      0 |      831 |        4
29.69/29.80	c  0.5s |       4 |     1355 |      813 |     4905      1 |      831 |        4
29.88/29.98	c  0.6s |       5 |     2279 |     1320 |     4905      1 |      831 |        4
30.18/30.24	c  0.9s |       6 |     3445 |     2081 |     4905      1 |      831 |        4
30.58/30.67	c  1.3s |       7 |     5031 |     3223 |     4905      1 |      831 |        4
31.28/31.34	c  2.0s |       8 |     7551 |     4936 |     4905      2 |      831 |        4
31.68/31.70	c  2.4s |       8 |     8884 |     5841 |     4905      2 |      831 |        4
31.68/31.70	c #cpu_time = 2.348s
31.68/31.70	c #wall_clock_time = 2.354s
31.68/31.70	c #decision = 8884
31.68/31.70	c #random_decision = 19
31.68/31.70	c #conflict = 5841
31.68/31.70	c #restart = 8
31.68/31.70	o 2
31.68/31.70	c BCD2: hardening fixes 93 literals
31.68/31.70	c BCD2: updating upper bound: 10 -> 1
31.68/31.70	c BCD2: 1 <= obj <= 1
31.68/31.70	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=924
31.68/31.70	c BCD2: #sat=6 #unsat=2 bias=2/8
31.68/31.70	c Solving starts ...
31.68/31.70	c ============================[ Search Statistics ]============================
31.68/31.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.68/31.70	c       |         |          |          |    Limit     GC | Var      | Constra 
31.68/31.70	c =============================================================================
31.68/31.70	c  0.0s |       0 |        0 |        0 |     4905      0 |      924 |       10
31.68/31.74	c  0.0s |       1 |      178 |      100 |     4905      0 |      924 |       10
31.68/31.80	c  0.1s |       2 |      434 |      250 |     4905      0 |      924 |       10
31.89/31.91	c  0.2s |       3 |      790 |      475 |     4905      0 |      924 |       10
31.99/32.03	c  0.3s |       4 |     1317 |      813 |     4905      0 |      924 |       10
32.18/32.23	c  0.5s |       5 |     2127 |     1320 |     4905      1 |      924 |       10
32.38/32.48	c  0.8s |       6 |     3362 |     2081 |     4905      1 |      924 |       10
32.78/32.87	c  1.2s |       7 |     5036 |     3223 |     4905      1 |      924 |       10
33.38/33.44	c  1.7s |       8 |     7853 |     4936 |     4905      2 |      924 |       10
34.28/34.34	c  2.6s |       9 |    12031 |     7506 |     4905      3 |      924 |       10
35.48/35.54	c  3.8s |      10 |    18249 |    11361 |     4905      4 |      924 |       10
37.18/37.21	c  5.5s |      11 |    27937 |    17144 |     4905      6 |      924 |       10
39.18/39.22	c  7.5s |      11 |    39137 |    23944 |     5396      8 |      924 |       10
39.78/39.85	c  8.2s |      12 |    41952 |    25819 |     5396      9 |      924 |       10
40.48/40.59	c  8.9s |      12 |    45503 |    28079 |     5396      9 |      924 |       10
40.48/40.59	c #cpu_time = 8.864s
40.48/40.59	c #wall_clock_time = 8.887s
40.48/40.59	c #decision = 45503
40.48/40.59	c #random_decision = 113
40.48/40.59	c #conflict = 28079
40.48/40.59	c #restart = 12
40.48/40.59	o 1
40.48/40.59	s OPTIMUM FOUND
40.48/40.59	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
40.48/40.59	v -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20
40.48/40.59	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
40.48/40.59	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
40.48/40.59	v -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
40.48/40.59	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
40.48/40.59	v x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
40.48/40.59	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80
40.48/40.59	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
40.48/40.59	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
40.48/40.59	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
40.48/40.59	v -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120
40.48/40.59	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
40.48/40.59	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140
40.48/40.59	v -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
40.48/40.59	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
40.48/40.59	v -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170
40.48/40.59	v -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
40.48/40.59	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
40.48/40.59	v x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200
40.48/40.59	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
40.48/40.59	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220
40.48/40.59	v -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230
40.48/40.59	v -x231
40.48/40.59	c total CPU time = 40.486s
40.48/40.59	c total wall clock time = 40.589s

Verifier Data

OK	1

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

pid=29836
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.08 2.11 1.90 4/179 29839
/proc/meminfo: memFree=29591988/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=757180 CPUtime=0 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 2833 0 0 0 0 0 0 0 20 0 4 0 36437704 775352320 2682 33554432000 4194304 16246674 140733443829136 140733443828560 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 190063 2691 441 2943 0 186957 0
[pid=29839/tid=29840] ppid=29836 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 794226688 2752 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 798420992 2769 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=783804 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36437704 802615296 2786 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.08 2.11 1.90 4/179 29839
/proc/meminfo: memFree=29591988/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 24584 0 0 0 6 3 0 0 20 0 4 0 36437704 1247350784 24427 33554432000 4194304 16246674 140733443829136 140733443828560 12481124 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 304529 24435 606 2943 0 301423 0
[pid=29839/tid=29840] ppid=29836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1247350784 24437 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1247350784 24441 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36437704 1247350784 24441 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200496 s]
/proc/loadavg: 2.08 2.11 1.90 4/179 29839
/proc/meminfo: memFree=29591988/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 40428 0 0 0 14 5 0 0 20 0 4 0 36437704 1251545088 40241 33554432000 4194304 16246674 140733443829136 140733443828448 5721352 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 305553 40241 852 2943 0 302447 0
[pid=29839/tid=29840] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 40241 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 40241 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 40241 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1222212

[startup+0.300444 s]
/proc/loadavg: 2.08 2.11 1.90 4/179 29839
/proc/meminfo: memFree=29591988/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 40448 0 0 0 24 5 0 0 20 0 4 0 36437704 1251545088 40261 33554432000 4194304 16246674 140733443829136 140733443828448 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 305553 40261 867 2943 0 302447 0
[pid=29839/tid=29840] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 40261 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 40261 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 40261 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1222212

[startup+0.700396 s]
/proc/loadavg: 2.08 2.11 1.90 4/179 29839
/proc/meminfo: memFree=29591988/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 116382 0 0 0 54 15 0 0 20 0 4 0 36437704 1251545088 116195 33554432000 4194304 16246674 140733443829136 140733443811008 5545885 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 305553 116201 867 2943 0 302447 0
[pid=29839/tid=29840] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 116207 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 116219 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1251545088 116228 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1222212

[startup+1.50039 s]
/proc/loadavg: 2.07 2.11 1.90 4/183 29843
/proc/meminfo: memFree=28766372/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1301060 CPUtime=1.49 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 266343 0 0 0 113 36 0 0 20 0 4 0 36437704 1332285440 266156 33554432000 4194304 16246674 140733443829136 140733443811008 13943600 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 325265 266156 870 2943 0 322159 0
[pid=29839/tid=29840] ppid=29836 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1332285440 266156 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1332285440 266156 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1332285440 266156 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1301060

[startup+3.10039 s]
/proc/loadavg: 2.07 2.11 1.90 3/183 29843
/proc/meminfo: memFree=28523224/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 267784 0 0 0 273 36 0 0 20 0 4 0 36437704 1338576896 267597 33554432000 4194304 16246674 140733443829136 140733443812136 5672222 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 326801 267597 875 2943 0 323695 0
[pid=29839/tid=29840] ppid=29836 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1338576896 267597 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1338576896 267597 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1338576896 267597 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30041 s]
/proc/loadavg: 2.07 2.11 1.90 3/183 29843
/proc/meminfo: memFree=28518836/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1310276 CPUtime=6.29 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 268530 0 0 0 593 36 0 0 20 0 4 0 36437704 1341722624 268343 33554432000 4194304 16246674 140733443829136 140733443811008 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 327569 268343 875 2943 0 324463 0
[pid=29839/tid=29840] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268343 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268343 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268343 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.14 2.12 1.90 3/183 29843
/proc/meminfo: memFree=28518520/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 268692 0 0 0 1233 36 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140733443811008 5572121 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 327569 268505 875 2943 0 324463 0
[pid=29839/tid=29840] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.12 2.12 1.90 3/183 29843
/proc/meminfo: memFree=28518044/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1310276 CPUtime=25.49 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 268692 0 0 0 2513 36 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140733443811008 13950986 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 327569 268505 875 2943 0 324463 0
[pid=29839/tid=29840] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1310276

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

[startup+25.6005 s]
/proc/loadavg: 2.12 2.12 1.90 3/183 29843
/proc/meminfo: memFree=28518044/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1310276 CPUtime=25.59 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 268692 0 0 0 2523 36 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140733443811008 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 327569 268505 875 2943 0 324463 0
[pid=29839/tid=29840] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1341722624 268505 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1310276

[startup+32.0072 s]
/proc/loadavg: 2.10 2.11 1.90 3/183 29843
/proc/meminfo: memFree=28508872/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1318468 CPUtime=31.99 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 270741 0 0 0 3163 36 0 0 20 0 4 0 36437704 1350111232 270554 33554432000 4194304 16246674 140733443829136 140733443811008 5711326 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 329617 270554 885 2943 0 326511 0
[pid=29839/tid=29840] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270554 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270554 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270554 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1318468

[startup+35.2004 s]
/proc/loadavg: 2.10 2.11 1.90 3/183 29843
/proc/meminfo: memFree=28508996/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1318468 CPUtime=35.19 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 270750 0 0 0 3483 36 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140733443811008 5721725 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 329617 270563 885 2943 0 326511 0
[pid=29839/tid=29840] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330698525872 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) 1318468

[startup+38.4004 s]
/proc/loadavg: 2.09 2.11 1.91 4/183 29892
/proc/meminfo: memFree=28737028/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1318468 CPUtime=38.38 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 270750 0 0 0 3802 36 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140733443811008 12477944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 329617 270563 885 2943 0 326511 0
[pid=29839/tid=29840] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1318468

[startup+40.0004 s]
/proc/loadavg: 2.09 2.11 1.91 3/183 29892
/proc/meminfo: memFree=28510108/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1318468 CPUtime=39.98 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 270750 0 0 0 3962 36 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140733443828312 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 329617 270563 885 2943 0 326511 0
[pid=29839/tid=29840] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 1318468

[startup+40.4004 s]
/proc/loadavg: 2.09 2.11 1.91 3/183 29892
/proc/meminfo: memFree=28510108/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=1318468 CPUtime=40.38 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202496 270750 0 0 0 4002 36 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140733443828312 13781198 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 329617 270563 885 2943 0 326511 0
[pid=29839/tid=29840] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29840/stat : 29840 (toysat) S 29836 29839 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330719489264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29841/stat : 29841 (toysat) S 29836 29839 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330708999408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/29839/task/29842/stat : 29842 (toysat) S 29836 29839 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36437704 1350111232 270563 33554432000 4194304 16246674 140733443829136 140330698525872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.38
Current children cumulated vsize (KiB) 1318468

[startup+40.6004 s]
/proc/loadavg: 2.09 2.11 1.91 3/183 29892
/proc/meminfo: memFree=28510108/32872528 swapFree=877056/942464
[pid=29839] ppid=29836 vsize=0 CPUtime=40.58 cores=0,2,4,6
/proc/29839/stat : 29839 (toysat) R 29836 29839 29107 0 -1 4202500 270754 0 0 0 4021 37 0 0 20 0 1 0 36437704 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29839/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 40.6519
CPU time (s): 40.6458
CPU user time (s): 40.2169
CPU system time (s): 0.428934
CPU usage (%): 99.985
Max. virtual memory (cumulated for all children) (KiB): 1318468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.2169
system time used= 0.428934
maximum resident set size= 1082264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270754
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= 23
involuntary context switches= 46

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.102984 second user time and 0.165974 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 15:44:48
IDJOB=4109654
IDBENCH=78881
IDSOLVER=2553
FILE ID=node113/4109654-1466343888
RUNJOBID= node113-1466341823-29123
PBS_JOBID= 19922039
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546417--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-4109654-1466343888/watcher-4109654-1466343888 -o /tmp/evaluation-result-4109654-1466343888/solver-4109654-1466343888 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29123 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109654-1466343888.wbo

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

MD5SUM BENCH= 23ad99b063b4d7278daca47962cd4526
RANDOM SEED=1624994961

node113.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.799
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.59
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.799
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.799
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		: 2666.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29592408 kB
Buffers:          150960 kB
Cached:           368972 kB
SwapCached:         1964 kB
Active:          1231764 kB
Inactive:         363048 kB
Active(anon):    1075036 kB
Inactive(anon):     2224 kB
Active(file):     156728 kB
Inactive(file):   360824 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             33120 kB
Writeback:             0 kB
AnonPages:       2018016 kB
Mapped:            10772 kB
Shmem:                 0 kB
Slab:             608916 kB
SReclaimable:      52316 kB
SUnreclaim:       556600 kB
KernelStack:        1520 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2159148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71672 MiB
End job on node113 at 2016-06-19 15:45:29