Trace number 4109938

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 37.0274 37.0323

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900556231--soft-66-100-0.wbo
MD5SUM75cdbfdf3c0702d95dd33d3fc3f86ad3
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.8284
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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:54:11+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-4109938-1466344451.wbo"]
0.00/0.01	c use --random-gen="1581621032 72382528 420186491 1342396209 1585520877 102046624 2537449374 3146607412 903373426 480911580 1768956559 2322695031 1908473498 1322318558 2517360373 1853874306 4110212562 3769543435 2204869929 2593533465 1446152485 886067452 141054827 3679762193 3741400682 3974512502 706378540 545805603 485889546 876363845 3723256370 2437246316 3166764646 1750078780 3090237454 1777442543 1273975318 2836558175 3590724495 2129899731 3403733776 4241389678 784159940 2196413085 178046438 1685502723 2029201084 1240860703 97382339 3037927399 244290602 3486635487 1038205235 3512245950 2877613167 2121543651 4185563653 4064990614 2108348826 899313709 1793629937 114024652 2862307291 1983259344 2725701879 203265866 2220470133 2160291332 1484110163 2336018810 531136508 212517803 3663174742 2041542451 3909336633 171935361 2778536202 2528271128 383753649 3963412973 126886280 1040446712 673794341 838219248 4025311952 2097272317 2134838124 32059575 2670675396 2396425583 2238093819 3888210894 2806604710 2443342507 538628172 3647448911 1819053236 1643088811 70557131 412756487 2666038147 1680308463 562157379 508114367 2984482741 111256573 2020315613 3927412204 1799767280 939852692 3184230319 1844243585 385094948 2683882187 456181990 1392628881 1420626986 1370933698 3323863287 1958630763 2694124050 1851645252 3280373979 1309405172 3583982797 2167814964 2106162829 4121388169 23106912 64426623 1421578360 368604617 1157617706 914016871 3308508453 322774035 3218637804 1153401540 1512456877 3093732811 502204762 3743172782 2038366871 2618734463 4247669530 1268243364 2389560904 3948301037 4115660868 2679179890 2647205755 2520024399 3670230777 3074772470 755336463 2022677417 3080757922 3602096681 483471677 446726121 1656613019 3648617567 3489092888 3731555715 3777018642 484102883 2089377818 2849085190 1697208453 1615059479 52564944 1156557189 3428305402 1085030226 2662259912 1997994907 2878830595 3205152665 719425092 3660414857 1072733398 4096510021 157200190 4054478899 1002282836 3576954356 193478929 698781827 2689993490 3016233299 3509176269 2650703812 3551074899 561949207 144773259 159116276 3187840630 2949519865 1795820320 3784746142 3386524540 1265497874 4023763341 2157504070 1445050004 1807846320 3101619207 495900756 2064803310 60289659 1560747671 2988338778 4130609351 1593109093 3200477041 1910449157 1321530079 325764020 2836287659 146242700 2825412410 1376721683 2014284940 1989289747 3900359225 3206456714 3909770036 1297525387 1106681269 1283842698 2690524383 2434759531 2430564935 2738721974 476531554 3943905208 3261343843 3221923976 1640297513 3795714598 3985428679 3856413189 1124600767 393056791 1445791268 2326336410 4254589788 3358667600 236251590 3540543503 1786681266 60014035 1177927207 1220991314 3374011537 3396048840 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 |     1280      0 |        0 |        0
0.19/0.21	c  0.0s |       1 |     1100 |      100 |     1280      0 |        0 |        0
0.19/0.21	c  0.0s |       1 |     2083 |      117 |     1408      0 |        0 |        0
0.19/0.21	c #cpu_time = 0.031s
0.19/0.21	c #wall_clock_time = 0.031s
0.19/0.21	c #decision = 2083
0.19/0.21	c #random_decision = 10
0.19/0.21	c #conflict = 117
0.19/0.21	c #restart = 1
0.19/0.21	o 281
0.19/0.21	c BCD2: updating upper bound: 44119 -> 280
0.19/0.21	c BCD2: 0 <= obj <= 280
0.19/0.21	c BCD2: #cores=0, #unrelaxed=904, #relaxed=0, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1408      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     1076 |      100 |     1408      0 |        0 |        0
0.19/0.26	c  0.0s |       2 |     2234 |      250 |     1549      0 |        0 |        0
0.29/0.31	c  0.1s |       3 |     3483 |      475 |     1704      0 |        0 |        0
0.39/0.44	c  0.2s |       4 |     4862 |      813 |     1875      0 |        0 |        0
0.59/0.65	c  0.4s |       5 |     6569 |     1320 |     2063      0 |        0 |        0
0.99/1.00	c  0.8s |       6 |     8597 |     2081 |     2270      0 |        0 |        0
1.39/1.48	c  1.3s |       7 |    11258 |     3223 |     2497      0 |        0 |        0
1.99/2.05	c  1.8s |       8 |    15140 |     4936 |     2747      1 |        0 |        0
3.09/3.14	c  2.9s |       9 |    20363 |     7506 |     3022      3 |        0 |        0
4.99/5.01	c  4.8s |      10 |    27835 |    11361 |     3325      5 |        0 |        0
6.99/7.03	c  6.8s |      10 |    35879 |    15761 |     3325      7 |        0 |        0
7.69/7.70	c  7.5s |      11 |    38022 |    17144 |     3658      7 |        0 |        0
9.69/9.73	c  9.5s |      11 |    45694 |    21444 |     3658      9 |        0 |        0
11.69/11.75	c 11.5s |      11 |    52667 |    25544 |     3658     11 |        0 |        0
11.79/11.86	c 11.6s |      12 |    53123 |    25819 |     4024     11 |        0 |        0
13.79/13.86	c 13.6s |      12 |    63114 |    30819 |     4024     13 |        0 |        0
15.89/15.90	c 15.7s |      12 |    70566 |    35119 |     4024     15 |        0 |        0
17.49/17.52	c 17.3s |      13 |    76889 |    38832 |     4427     16 |        0 |        0
19.49/19.56	c 19.3s |      13 |    84876 |    43032 |     4427     18 |        0 |        0
21.59/21.61	c 21.4s |      13 |    92095 |    47332 |     4427     19 |        0 |        0
22.49/22.55	c 22.3s |      13 |    95225 |    49151 |     4427     20 |        0 |        0
22.49/22.55	c #cpu_time = 22.277s
22.49/22.55	c #wall_clock_time = 22.335s
22.49/22.55	c #decision = 95225
22.49/22.55	c #random_decision = 101
22.49/22.55	c #conflict = 49151
22.49/22.55	c #restart = 13
22.49/22.55	c BCD2: found a new core of size 863: cost of the new core is >=1
22.49/22.55	c lower bound updated to 1
22.49/22.55	c BCD2: 1 <= obj <= 280
22.49/22.55	c BCD2: #cores=1, #unrelaxed=41, #relaxed=863, #hardened=0
22.49/22.55	c BCD2: #sat=1 #unsat=2 bias=2/3
22.49/22.56	c Solving starts ...
22.49/22.56	c ============================[ Search Statistics ]============================
22.49/22.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.49/22.56	c       |         |          |          |    Limit     GC | Var      | Constra 
22.49/22.56	c =============================================================================
22.49/22.56	c  0.0s |       0 |        0 |        0 |     4427      0 |        0 |        0
22.59/22.61	c  0.1s |       0 |     1308 |       43 |     4427      0 |        0 |        0
22.59/22.61	c #cpu_time = 0.050s
22.59/22.61	c #wall_clock_time = 0.050s
22.59/22.61	c #decision = 1308
22.59/22.61	c #random_decision = 2
22.59/22.61	c #conflict = 43
22.59/22.61	c #restart = 0
22.59/22.61	o 276
22.59/22.61	c BCD2: updating upper bound: 280 -> 275
22.59/22.61	c BCD2: 1 <= obj <= 275
22.59/22.61	c BCD2: #cores=1, #unrelaxed=41, #relaxed=863, #hardened=0
22.59/22.61	c BCD2: #sat=2 #unsat=2 bias=2/4
22.59/22.62	c Solving starts ...
22.59/22.62	c ============================[ Search Statistics ]============================
22.59/22.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.62	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.62	c =============================================================================
22.59/22.62	c  0.0s |       0 |        0 |        0 |     4427      0 |        0 |        1
22.59/22.65	c  0.0s |       0 |      195 |        8 |     4427      0 |        0 |        1
22.59/22.65	c #cpu_time = 0.026s
22.59/22.65	c #wall_clock_time = 0.026s
22.59/22.65	c #decision = 195
22.59/22.65	c #random_decision = 0
22.59/22.65	c #conflict = 8
22.59/22.65	c #restart = 0
22.59/22.65	o 123
22.59/22.65	c BCD2: updating upper bound: 275 -> 122
22.59/22.65	c BCD2: 1 <= obj <= 122
22.59/22.65	c BCD2: #cores=1, #unrelaxed=41, #relaxed=863, #hardened=0
22.59/22.65	c BCD2: #sat=3 #unsat=2 bias=2/5
22.59/22.66	c Solving starts ...
22.59/22.66	c ============================[ Search Statistics ]============================
22.59/22.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.66	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.66	c =============================================================================
22.59/22.66	c  0.0s |       0 |        0 |        0 |     4427      0 |        0 |        2
22.69/22.72	c  0.1s |       1 |      248 |      100 |     4427      0 |        0 |        2
22.79/22.80	c  0.1s |       2 |      494 |      250 |     4427      0 |        0 |        2
22.89/22.91	c  0.3s |       3 |      858 |      475 |     4427      0 |        0 |        2
22.99/23.08	c  0.4s |       4 |     1382 |      813 |     4427      0 |        0 |        2
23.29/23.34	c  0.7s |       5 |     2254 |     1320 |     4427      1 |        0 |        2
23.59/23.64	c  1.0s |       6 |     3476 |     2081 |     4427      1 |        0 |        2
23.89/23.91	c  1.3s |       6 |     4330 |     2608 |     4427      1 |        0 |        2
23.89/23.91	c #cpu_time = 1.251s
23.89/23.91	c #wall_clock_time = 1.254s
23.89/23.91	c #decision = 4330
23.89/23.91	c #random_decision = 5
23.89/23.91	c #conflict = 2608
23.89/23.91	c #restart = 6
23.89/23.91	o 47
23.89/23.91	c BCD2: hardening fixes 456 literals
23.89/23.91	c BCD2: updating upper bound: 122 -> 46
23.89/23.92	c BCD2: 1 <= obj <= 46
23.89/23.92	c BCD2: #cores=1, #unrelaxed=19, #relaxed=429, #hardened=456
23.89/23.92	c BCD2: #sat=4 #unsat=2 bias=2/6
23.89/23.92	c Solving starts ...
23.89/23.92	c ============================[ Search Statistics ]============================
23.89/23.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.89/23.92	c       |         |          |          |    Limit     GC | Var      | Constra 
23.89/23.92	c =============================================================================
23.89/23.92	c  0.0s |       0 |        0 |        0 |     4427      0 |      456 |        3
23.89/23.97	c  0.1s |       1 |      184 |      100 |     4427      0 |      456 |        3
23.99/24.03	c  0.1s |       2 |      497 |      250 |     4427      0 |      456 |        3
24.09/24.12	c  0.2s |       3 |      911 |      475 |     4427      0 |      456 |        3
24.19/24.27	c  0.3s |       4 |     1451 |      813 |     4427      0 |      456 |        3
24.39/24.49	c  0.6s |       5 |     2191 |     1320 |     4427      1 |      456 |        3
24.79/24.81	c  0.9s |       6 |     3355 |     2081 |     4427      1 |      456 |        3
24.99/25.09	c  1.2s |       6 |     4387 |     2754 |     4427      1 |      456 |        3
24.99/25.09	c #cpu_time = 1.169s
24.99/25.09	c #wall_clock_time = 1.172s
24.99/25.09	c #decision = 4387
24.99/25.09	c #random_decision = 5
24.99/25.09	c #conflict = 2754
24.99/25.09	c #restart = 6
24.99/25.09	o 16
24.99/25.09	c BCD2: hardening fixes 312 literals
24.99/25.09	c BCD2: updating upper bound: 46 -> 15
24.99/25.09	c BCD2: 1 <= obj <= 15
24.99/25.09	c BCD2: #cores=1, #unrelaxed=6, #relaxed=130, #hardened=768
24.99/25.09	c BCD2: #sat=5 #unsat=2 bias=2/7
24.99/25.09	c Solving starts ...
24.99/25.09	c ============================[ Search Statistics ]============================
24.99/25.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.99/25.09	c       |         |          |          |    Limit     GC | Var      | Constra 
24.99/25.09	c =============================================================================
24.99/25.09	c  0.0s |       0 |        0 |        0 |     4427      0 |      768 |        4
25.09/25.15	c  0.1s |       1 |      221 |      100 |     4427      0 |      768 |        4
25.19/25.20	c  0.1s |       2 |      474 |      250 |     4427      0 |      768 |        4
25.19/25.28	c  0.2s |       3 |      906 |      475 |     4427      0 |      768 |        4
25.29/25.38	c  0.3s |       4 |     1477 |      813 |     4427      0 |      768 |        4
25.49/25.58	c  0.5s |       5 |     2330 |     1320 |     4427      1 |      768 |        4
25.79/25.82	c  0.7s |       6 |     3621 |     2081 |     4427      1 |      768 |        4
26.19/26.24	c  1.2s |       7 |     5405 |     3223 |     4427      1 |      768 |        4
26.89/26.92	c  1.8s |       8 |     8166 |     4936 |     4870      2 |      768 |        4
27.89/27.92	c  2.8s |       9 |    11929 |     7506 |     4870      3 |      768 |        4
29.29/29.31	c  4.2s |      10 |    17977 |    11361 |     4870      4 |      768 |        4
31.28/31.33	c  6.2s |      10 |    26836 |    17061 |     4870      6 |      768 |        4
31.28/31.37	c  6.3s |      11 |    26960 |    17144 |     4870      6 |      768 |        4
32.48/32.55	c  7.5s |      11 |    32215 |    20615 |     4870      7 |      768 |        4
32.48/32.55	c #cpu_time = 7.439s
32.48/32.55	c #wall_clock_time = 7.458s
32.48/32.55	c #decision = 32215
32.48/32.55	c #random_decision = 48
32.48/32.55	c #conflict = 20615
32.48/32.55	c #restart = 11
32.48/32.55	o 3
32.48/32.55	c BCD2: hardening fixes 121 literals
32.48/32.55	c BCD2: updating upper bound: 15 -> 2
32.48/32.55	c BCD2: 1 <= obj <= 2
32.48/32.55	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=889
32.48/32.55	c BCD2: #sat=6 #unsat=2 bias=2/8
32.48/32.55	c Solving starts ...
32.48/32.55	c ============================[ Search Statistics ]============================
32.48/32.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.48/32.55	c       |         |          |          |    Limit     GC | Var      | Constra 
32.48/32.55	c =============================================================================
32.48/32.55	c  0.0s |       0 |        0 |        0 |     4870      0 |      889 |       10
32.48/32.58	c  0.0s |       0 |       81 |       40 |     4870      0 |      889 |       10
32.48/32.58	c #cpu_time = 0.025s
32.48/32.58	c #wall_clock_time = 0.026s
32.48/32.58	c #decision = 81
32.48/32.58	c #random_decision = 0
32.48/32.58	c #conflict = 40
32.48/32.58	c #restart = 0
32.48/32.58	o 2
32.48/32.58	c BCD2: hardening fixes 7 literals
32.48/32.58	c BCD2: updating upper bound: 2 -> 1
32.48/32.58	c BCD2: 1 <= obj <= 1
32.48/32.58	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=896
32.48/32.58	c BCD2: #sat=7 #unsat=2 bias=2/9
32.48/32.58	c Solving starts ...
32.48/32.58	c ============================[ Search Statistics ]============================
32.48/32.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.48/32.58	c       |         |          |          |    Limit     GC | Var      | Constra 
32.48/32.58	c =============================================================================
32.48/32.58	c  0.0s |       0 |        0 |        0 |     4870      0 |      896 |       12
32.58/32.63	c  0.0s |       1 |      207 |      100 |     4870      0 |      896 |       12
32.68/32.70	c  0.1s |       2 |      477 |      250 |     4870      0 |      896 |       12
32.68/32.77	c  0.2s |       3 |      867 |      475 |     4870      0 |      896 |       12
32.78/32.89	c  0.3s |       4 |     1420 |      813 |     4870      0 |      896 |       12
33.09/33.11	c  0.5s |       5 |     2186 |     1320 |     4870      1 |      896 |       12
33.19/33.29	c  0.7s |       6 |     3491 |     2081 |     4870      1 |      896 |       12
33.48/33.55	c  1.0s |       7 |     5646 |     3223 |     4870      1 |      896 |       12
33.88/33.97	c  1.4s |       8 |     8687 |     4936 |     4870      2 |      896 |       12
34.58/34.60	c  2.0s |       9 |    13415 |     7506 |     4870      3 |      896 |       12
35.39/35.44	c  2.9s |      10 |    20687 |    11361 |     4870      4 |      896 |       12
36.88/36.94	c  4.4s |      11 |    30924 |    17144 |     5357      6 |      896 |       12
36.88/36.97	c  4.4s |      11 |    31085 |    17217 |     5357      6 |      896 |       12
36.88/36.97	c #cpu_time = 4.374s
36.88/36.97	c #wall_clock_time = 4.385s
36.88/36.97	c #decision = 31085
36.88/36.97	c #random_decision = 107
36.88/36.97	c #conflict = 17217
36.88/36.97	c #restart = 11
36.88/36.97	o 1
36.88/36.97	s OPTIMUM FOUND
36.88/36.97	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
36.88/36.97	v x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
36.88/36.97	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
36.88/36.97	v -x31 x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
36.88/36.97	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
36.88/36.97	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 x59 -x60
36.88/36.97	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
36.88/36.97	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
36.88/36.97	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90
36.88/36.97	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
36.88/36.97	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
36.88/36.97	v -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120
36.88/36.97	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
36.88/36.97	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140
36.88/36.97	v -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150
36.88/36.97	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
36.88/36.97	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170
36.88/36.97	v -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180
36.88/36.97	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
36.88/36.97	v -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200
36.88/36.97	v -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
36.88/36.97	v -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
36.88/36.97	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230
36.88/36.97	v -x231
36.88/36.97	c total CPU time = 36.876s
36.88/36.97	c total wall clock time = 36.970s

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

pid=30191
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.12 2.13 1.99 3/179 30194
/proc/meminfo: memFree=29564216/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=796092 CPUtime=0 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 2986 0 0 0 0 0 0 0 20 0 4 0 36494062 815198208 2835 33554432000 4194304 16246674 140737281859008 140737281858432 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 199791 2844 441 2943 0 196685 0
[pid=30194/tid=30195] ppid=30191 vsize=813500 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 833024000 2903 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=818620 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 838266880 2921 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=821692 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36494063 841412608 2933 33554432000 4194304 16246674 140737281859008 140305796943024 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10022 s]
/proc/loadavg: 2.12 2.13 1.99 3/179 30194
/proc/meminfo: memFree=29564216/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 24649 0 0 0 7 2 0 0 20 0 4 0 36494062 1247350784 24491 33554432000 4194304 16246674 140737281859008 140737281840896 13954914 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 304529 24496 620 2943 0 301423 0
[pid=30194/tid=30195] ppid=30191 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1247350784 24499 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1247350784 24499 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36494063 1247350784 24500 33554432000 4194304 16246674 140737281859008 140305796943024 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.200514 s]
/proc/loadavg: 2.12 2.13 1.99 3/179 30194
/proc/meminfo: memFree=29564216/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 40256 0 0 0 14 5 0 0 20 0 4 0 36494062 1251545088 40069 33554432000 4194304 16246674 140737281859008 140737281858320 5823961 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 305553 40069 860 2943 0 302447 0
[pid=30194/tid=30195] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1251545088 40069 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1251545088 40069 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1251545088 40069 33554432000 4194304 16246674 140737281859008 140305796943024 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.300461 s]
/proc/loadavg: 2.12 2.13 1.99 3/179 30194
/proc/meminfo: memFree=29564216/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 40270 0 0 0 24 5 0 0 20 0 4 0 36494062 1251545088 40083 33554432000 4194304 16246674 140737281859008 140737281858320 6022473 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 305553 40083 869 2943 0 302447 0
[pid=30194/tid=30195] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1251545088 40083 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1251545088 40083 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1251545088 40083 33554432000 4194304 16246674 140737281859008 140305796943024 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.700408 s]
/proc/loadavg: 2.12 2.13 1.99 3/179 30194
/proc/meminfo: memFree=29564216/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 123440 0 0 0 52 17 0 0 20 0 4 0 36494062 1251545088 123253 33554432000 4194304 16246674 140737281859008 140737281858320 5545885 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 305553 123260 869 2943 0 302447 0
[pid=30194/tid=30195] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1251545088 123266 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1251545088 123270 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1251545088 123275 33554432000 4194304 16246674 140737281859008 140305796943024 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.50042 s]
/proc/loadavg: 2.12 2.13 1.99 3/183 30198
/proc/meminfo: memFree=28583980/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1302084 CPUtime=1.49 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 266394 0 0 0 115 34 0 0 20 0 4 0 36494062 1333334016 266207 33554432000 4194304 16246674 140737281859008 140737281840896 13950232 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 325521 266207 872 2943 0 322415 0
[pid=30194/tid=30195] ppid=30191 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1333334016 266207 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1333334016 266207 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1333334016 266207 33554432000 4194304 16246674 140737281859008 140305796943024 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) 1302084

[startup+3.10041 s]
/proc/loadavg: 2.12 2.13 1.99 3/183 30198
/proc/meminfo: memFree=28494080/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 268181 0 0 0 274 35 0 0 20 0 4 0 36494062 1339625472 267994 33554432000 4194304 16246674 140737281859008 140737281840896 6024592 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 327057 267994 875 2943 0 323951 0
[pid=30194/tid=30195] ppid=30191 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1339625472 267994 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1339625472 267994 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1339625472 267994 33554432000 4194304 16246674 140737281859008 140305796943024 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) 1308228

[startup+6.3004 s]
/proc/loadavg: 2.11 2.13 1.99 3/183 30198
/proc/meminfo: memFree=28493568/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 268181 0 0 0 594 35 0 0 20 0 4 0 36494062 1339625472 267994 33554432000 4194304 16246674 140737281859008 140737281840896 5823275 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 327057 267994 875 2943 0 323951 0
[pid=30194/tid=30195] ppid=30191 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1339625472 267994 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1339625472 267994 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1339625472 267994 33554432000 4194304 16246674 140737281859008 140305796943024 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) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.10 2.12 1.99 3/183 30198
/proc/meminfo: memFree=28492596/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 268461 0 0 0 1234 35 0 0 20 0 4 0 36494062 1341722624 268274 33554432000 4194304 16246674 140737281859008 140737281840896 5661607 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 327569 268274 875 2943 0 324463 0
[pid=30194/tid=30195] ppid=30191 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1341722624 268274 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1341722624 268274 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1341722624 268274 33554432000 4194304 16246674 140737281859008 140305796943024 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.5073 s]
/proc/loadavg: 2.15 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28489176/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1313348 CPUtime=25.49 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 269272 0 0 0 2514 35 0 0 20 0 4 0 36494062 1344868352 269085 33554432000 4194304 16246674 140737281859008 140737281840896 12474720 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 328337 269085 885 2943 0 325231 0
[pid=30194/tid=30195] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1344868352 269085 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1344868352 269085 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1344868352 269085 33554432000 4194304 16246674 140737281859008 140305796943024 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) 1313348

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

[startup+25.7004 s]
/proc/loadavg: 2.15 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28489176/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1313348 CPUtime=25.69 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 269272 0 0 0 2534 35 0 0 20 0 4 0 36494062 1344868352 269085 33554432000 4194304 16246674 140737281859008 140737281840896 13943668 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 328337 269085 885 2943 0 325231 0
[pid=30194/tid=30195] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1344868352 269085 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1344868352 269085 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1344868352 269085 33554432000 4194304 16246674 140737281859008 140305796943024 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.69
Current children cumulated vsize (KiB) 1313348

[startup+32.1073 s]
/proc/loadavg: 2.14 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28488816/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1313348 CPUtime=32.09 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 269471 0 0 0 3174 35 0 0 20 0 4 0 36494062 1344868352 269284 33554432000 4194304 16246674 140737281859008 140737281842008 5545984 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 328337 269284 885 2943 0 325231 0
[pid=30194/tid=30195] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1344868352 269284 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1344868352 269284 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1344868352 269284 33554432000 4194304 16246674 140737281859008 140305796943024 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 1313348

[startup+35.3004 s]
/proc/loadavg: 2.13 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28488304/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1314372 CPUtime=35.29 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 269511 0 0 0 3494 35 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140737281840896 5709697 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 328593 269324 885 2943 0 325487 0
[pid=30194/tid=30195] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305796943024 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.29
Current children cumulated vsize (KiB) 1314372

[startup+36.1004 s]
/proc/loadavg: 2.13 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28488304/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1314372 CPUtime=36.08 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 269511 0 0 0 3573 35 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140737281840896 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 328593 269324 885 2943 0 325487 0
[pid=30194/tid=30195] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305796943024 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.08
Current children cumulated vsize (KiB) 1314372

[startup+36.5074 s]
/proc/loadavg: 2.13 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28488308/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1314372 CPUtime=36.49 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 269511 0 0 0 3614 35 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140737281840896 6021947 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 328593 269324 885 2943 0 325487 0
[pid=30194/tid=30195] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305796943024 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.49
Current children cumulated vsize (KiB) 1314372

[startup+36.9004 s]
/proc/loadavg: 2.13 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28488308/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=1314372 CPUtime=36.88 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202496 269511 0 0 0 3653 35 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140737281840896 5808152 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 328593 269324 885 2943 0 325487 0
[pid=30194/tid=30195] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30195/stat : 30195 (toysat) S 30191 30194 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36494062 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305817906416 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=30194/tid=30196] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30196/stat : 30196 (toysat) S 30191 30194 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305807416560 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=30194/tid=30197] ppid=30191 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/30194/task/30197/stat : 30197 (toysat) S 30191 30194 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494063 1345916928 269324 33554432000 4194304 16246674 140737281859008 140305796943024 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.88
Current children cumulated vsize (KiB) 1314372

[startup+37.0004 s]
/proc/loadavg: 2.13 2.13 2.00 3/183 30198
/proc/meminfo: memFree=28488308/32872528 swapFree=877056/942464
[pid=30194] ppid=30191 vsize=0 CPUtime=36.99 cores=0,2,4,6
/proc/30194/stat : 30194 (toysat) R 30191 30194 29107 0 -1 4202500 269515 0 0 0 3661 38 0 0 20 0 1 0 36494062 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30194/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 37.0323
CPU time (s): 37.0274
CPU user time (s): 36.6104
CPU system time (s): 0.416936
CPU usage (%): 99.9868
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.6104
system time used= 0.416936
maximum resident set size= 1077308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269515
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= 20
involuntary context switches= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099984 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 15:54:11
IDJOB=4109938
IDBENCH=78975
IDSOLVER=2553
FILE ID=node113/4109938-1466344451
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.1900556231--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-4109938-1466344451/watcher-4109938-1466344451 -o /tmp/evaluation-result-4109938-1466344451/solver-4109938-1466344451 -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-4109938-1466344451.wbo

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

MD5SUM BENCH= 75cdbfdf3c0702d95dd33d3fc3f86ad3
RANDOM SEED=1347869492

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:        29565116 kB
Buffers:          151988 kB
Cached:           369140 kB
SwapCached:         1964 kB
Active:          1257788 kB
Inactive:         364140 kB
Active(anon):    1100568 kB
Inactive(anon):     2224 kB
Active(file):     157220 kB
Inactive(file):   361916 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       2041992 kB
Mapped:            10632 kB
Shmem:                 0 kB
Slab:             608204 kB
SReclaimable:      52228 kB
SUnreclaim:       555976 kB
KernelStack:        1520 kB
PageTables:         8436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2185664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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:54:48