Trace number 4109426

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 23.8224 23.8268

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222257--soft-66-100-0.wbo
MD5SUM71325e7cac253fc5c21b0ac5c0e624a3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark78
Best CPU time to get the best result obtained on this benchmark13.5779
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints26
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1262
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T15:42:13+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-4109426-1466343732.wbo"]
0.00/0.01	c use --random-gen="1952848603 159940652 2831288842 1062772350 2932653799 3515101241 1701242222 2522211367 3443576652 2866458183 625425664 3401149783 2172591238 1207179231 2666037657 3941286450 3305475996 2592977234 1206567215 1556095486 4259819982 571667437 997545651 3516757355 2229940054 2998030414 2342571565 1324027955 2884512876 2993993646 3877419416 444976208 2485961131 3901668872 346405948 1924112083 1622660108 3551157875 3413930150 2056430340 1569572218 470093527 1218599983 1491828316 728652857 2313983525 3697840551 3898726440 868549718 591901132 485736583 187660667 3575039487 2065228476 1422316503 233573528 218032384 3282748936 3089296599 3936118323 606090473 974852569 2111431800 1612122136 969575428 2171421706 2374457576 1084615559 1152228848 3429816255 1499953607 3506535462 897923931 922973382 3653433148 2426973781 2784236782 1178924966 2264999118 3075728184 1089443308 4293829733 143686501 2705835417 3527944029 1658009411 2130974066 538668357 1365064752 1578446074 2511250885 3195674535 2858544470 2875348106 44032757 392142630 637531323 3964965306 3815697049 1021744899 3116251812 3267757661 2454150511 3226844609 218373820 1871452188 68940004 2854031593 1672843897 3031201406 814509686 1915701475 212857199 216409119 2293913501 2915360663 1230602882 1826728618 3439730422 4235809180 434215769 3743338904 3281844862 1097839250 3158231831 2254853683 3491177806 1233658719 1128873273 355976938 3248464107 2560614215 713457282 321047230 711559450 3394962564 1142780796 2087842460 564699253 1863402478 3786803738 525030704 217984089 3176076321 302765821 3783465653 864058742 177034710 2334902514 1620478642 2780189157 3137126629 3408246095 1863863529 1384832729 435980770 4059610547 3658267506 1131692716 205417066 3104490835 2017938056 2405472097 2019124934 1572594733 4107589510 176184648 1921806012 26189725 4252401885 2587307092 4040984101 660167013 1003133859 2911959922 3972606819 1215305936 3657211842 2868657344 2262498082 1754304689 2535620325 746989675 4040975708 2541953319 3404237810 1591134488 2307492040 174710256 2282298608 3034949441 322033188 2917343043 1821607547 1433219043 2379141863 3038978810 841385933 93318080 515338375 734873373 1471600357 3834985356 255574102 2715062057 248605279 3038173628 614956420 2667807518 1657261144 758218721 3186565436 2318950973 2154392533 1347623302 166119138 3014264723 4266967913 8466553 3410596464 1137325161 196963277 1290185833 1884708530 881711558 1730033108 3951066395 2546754975 1570485388 932265356 720367450 3605171969 3728858006 2629614511 2159693417 2584039306 4110968184 2799831618 4256666958 4170514855 4131000396 3253337249 201709116 3382626169 2962711179 4109271327 2353856651 3002123294 759938940 3424113250 658429596 2165906990 3234443419 3962119064 1820778860 2760427138 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |       98      0 |        0 |        0
0.19/0.26	c  0.0s |       1 |      218 |      100 |       98      0 |        0 |        0
0.19/0.28	c  0.0s |       2 |      445 |      250 |      108      2 |        0 |        0
0.29/0.31	c  0.1s |       3 |      826 |      475 |      119      4 |        0 |        0
0.29/0.35	c  0.1s |       4 |     1484 |      813 |      131      7 |        0 |        0
0.38/0.42	c  0.2s |       5 |     2456 |     1320 |      145     12 |        0 |        0
0.49/0.51	c  0.3s |       6 |     3892 |     2081 |      176     18 |        0 |        0
0.59/0.66	c  0.4s |       7 |     5921 |     3223 |      194     25 |        1 |        1
0.79/0.87	c  0.6s |       8 |     8938 |     4936 |      214     38 |        1 |        1
1.10/1.20	c  0.9s |       9 |    13576 |     7506 |      236     54 |        2 |        1
1.48/1.70	c  1.4s |      10 |    20208 |    11361 |      260     78 |        2 |        1
2.18/2.28	c  2.0s |      11 |    30084 |    17144 |      286    112 |        2 |        1
2.48/2.53	c  2.3s |      11 |    34811 |    19889 |      286    127 |        3 |        1
2.48/2.53	c #cpu_time = 2.281s
2.48/2.53	c #wall_clock_time = 2.281s
2.48/2.53	c #decision = 34811
2.48/2.53	c #random_decision = 107
2.48/2.53	c #conflict = 19889
2.48/2.53	c #restart = 11
2.48/2.53	o 195
2.48/2.53	c BCD2: updating upper bound: 1242 -> 194
2.48/2.53	c BCD2: 0 <= obj <= 194
2.48/2.53	c BCD2: #cores=0, #unrelaxed=26, #relaxed=0, #hardened=0
2.48/2.53	c BCD2: #sat=1 #unsat=1 bias=1/2
2.48/2.53	c Solving starts ...
2.48/2.53	c ============================[ Search Statistics ]============================
2.48/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.53	c =============================================================================
2.48/2.53	c  0.0s |       0 |        0 |        0 |      286      0 |        3 |        1
2.48/2.54	c  0.0s |       1 |      191 |      100 |      286      0 |        3 |        1
2.48/2.56	c  0.0s |       2 |      467 |      250 |      286      1 |        3 |        1
2.48/2.58	c  0.0s |       3 |      859 |      475 |      286      3 |        3 |        1
2.58/2.62	c  0.1s |       4 |     1393 |      813 |      286      4 |        3 |        1
2.58/2.67	c  0.1s |       5 |     2211 |     1320 |      286      7 |        3 |        1
2.68/2.75	c  0.2s |       6 |     3372 |     2081 |      286     11 |        3 |        1
2.78/2.88	c  0.3s |       7 |     5163 |     3223 |      286     17 |        3 |        1
2.99/3.10	c  0.6s |       8 |     7694 |     4936 |      286     26 |        3 |        1
3.28/3.38	c  0.8s |       9 |    11673 |     7506 |      315     38 |        3 |        1
3.79/3.81	c  1.3s |      10 |    17332 |    11361 |      315     57 |        3 |        1
4.50/4.51	c  2.0s |      11 |    25658 |    17144 |      315     85 |        3 |        1
5.39/5.48	c  2.9s |      12 |    38179 |    25819 |      347    124 |        3 |        1
6.89/6.98	c  4.4s |      13 |    56841 |    38832 |      382    182 |        3 |        1
8.90/8.99	c  6.5s |      13 |    80208 |    55232 |      382    251 |        3 |        1
9.39/9.41	c  6.9s |      14 |    84489 |    58352 |      382    265 |        3 |        1
10.29/10.38	c  7.8s |      14 |    93409 |    64996 |      382    295 |        3 |        1
10.29/10.38	c #cpu_time = 7.846s
10.29/10.38	c #wall_clock_time = 7.846s
10.29/10.38	c #decision = 93409
10.29/10.38	c #random_decision = 225
10.29/10.38	c #conflict = 64996
10.29/10.38	c #restart = 14
10.29/10.38	c BCD2: found a new core of size 26: cost of the new core is >=1
10.29/10.38	c lower bound updated to 1
10.29/10.38	c BCD2: 1 <= obj <= 194
10.29/10.38	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=0
10.29/10.38	c BCD2: #sat=1 #unsat=2 bias=2/3
10.29/10.38	c Solving starts ...
10.29/10.38	c ============================[ Search Statistics ]============================
10.29/10.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.38	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.38	c =============================================================================
10.29/10.38	c  0.0s |       0 |        0 |        0 |      382      0 |        3 |        1
10.29/10.39	c  0.0s |       1 |      179 |      100 |      382      0 |        3 |        1
10.39/10.41	c  0.0s |       2 |      490 |      250 |      382      1 |        3 |        1
10.39/10.43	c  0.1s |       3 |      889 |      475 |      382      2 |        3 |        1
10.39/10.46	c  0.1s |       4 |     1465 |      813 |      382      4 |        3 |        1
10.49/10.51	c  0.1s |       5 |     2312 |     1320 |      382      6 |        3 |        1
10.49/10.58	c  0.2s |       6 |     3574 |     2081 |      382      9 |        3 |        1
10.59/10.69	c  0.3s |       7 |     5373 |     3223 |      421     14 |        3 |        1
10.79/10.86	c  0.5s |       8 |     8217 |     4936 |      421     20 |        4 |        1
10.99/11.01	c  0.6s |       8 |    11117 |     6651 |      421     26 |        4 |        1
10.99/11.01	c #cpu_time = 0.635s
10.99/11.01	c #wall_clock_time = 0.635s
10.99/11.01	c #decision = 11117
10.99/11.01	c #random_decision = 45
10.99/11.01	c #conflict = 6651
10.99/11.01	c #restart = 8
10.99/11.01	o 141
10.99/11.01	c BCD2: updating upper bound: 194 -> 140
10.99/11.01	c BCD2: 1 <= obj <= 140
10.99/11.01	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=0
10.99/11.01	c BCD2: #sat=2 #unsat=2 bias=2/4
10.99/11.01	c Solving starts ...
10.99/11.01	c ============================[ Search Statistics ]============================
10.99/11.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.01	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.01	c =============================================================================
10.99/11.01	c  0.0s |       0 |        0 |        0 |      421      0 |        4 |        3
10.99/11.02	c  0.0s |       1 |      191 |      100 |      421      1 |        4 |        3
10.99/11.04	c  0.0s |       2 |      467 |      250 |      421      1 |        4 |        3
10.99/11.06	c  0.0s |       3 |      849 |      475 |      421      2 |        4 |        3
10.99/11.10	c  0.1s |       4 |     1480 |      813 |      421      4 |        4 |        3
11.10/11.14	c  0.1s |       5 |     2318 |     1320 |      421      6 |        4 |        3
11.20/11.22	c  0.2s |       6 |     3587 |     2081 |      421      9 |        4 |        3
11.29/11.34	c  0.3s |       7 |     5510 |     3223 |      421     14 |        4 |        3
11.49/11.52	c  0.5s |       8 |     8570 |     4936 |      421     20 |        4 |        3
11.69/11.77	c  0.8s |       9 |    12987 |     7506 |      421     31 |        4 |        3
12.09/12.15	c  1.1s |      10 |    19275 |    11361 |      421     46 |        4 |        3
12.69/12.72	c  1.7s |      11 |    28049 |    17144 |      421     69 |        4 |        3
13.59/13.65	c  2.6s |      12 |    42315 |    25819 |      421    105 |        4 |        3
14.99/15.08	c  4.1s |      13 |    63832 |    38832 |      421    157 |        4 |        3
16.99/17.08	c  6.1s |      13 |    93623 |    57232 |      464    225 |        4 |        3
17.19/17.20	c  6.2s |      14 |    95343 |    58352 |      464    229 |        4 |        3
17.79/17.84	c  6.8s |      14 |   104745 |    64549 |      464    252 |        4 |        3
17.79/17.84	c #cpu_time = 6.827s
17.79/17.84	c #wall_clock_time = 6.827s
17.79/17.84	c #decision = 104745
17.79/17.84	c #random_decision = 339
17.79/17.84	c #conflict = 64549
17.79/17.84	c #restart = 14
17.79/17.84	o 78
17.79/17.84	c BCD2: hardening fixes 7 literals
17.79/17.85	c BCD2: updating upper bound: 140 -> 77
17.79/17.85	c BCD2: 1 <= obj <= 77
17.79/17.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=7
17.79/17.85	c BCD2: #sat=3 #unsat=2 bias=2/5
17.79/17.85	c Solving starts ...
17.79/17.85	c ============================[ Search Statistics ]============================
17.79/17.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.85	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.85	c =============================================================================
17.79/17.85	c  0.0s |       0 |        0 |        0 |      464      0 |       11 |        5
17.79/17.85	c  0.0s |       1 |      124 |      100 |      464      0 |       11 |        5
17.79/17.87	c  0.0s |       2 |      321 |      250 |      464      1 |       11 |        5
17.79/17.90	c  0.1s |       3 |      684 |      475 |      464      2 |       11 |        5
17.89/17.93	c  0.1s |       4 |     1203 |      813 |      464      3 |       11 |        5
17.89/17.99	c  0.1s |       5 |     1939 |     1320 |      464      5 |       11 |        5
17.99/18.07	c  0.2s |       6 |     3043 |     2081 |      464      7 |       11 |        5
18.19/18.20	c  0.4s |       7 |     4768 |     3223 |      464     11 |       11 |        5
18.29/18.38	c  0.5s |       8 |     7319 |     4936 |      464     18 |       11 |        5
18.59/18.67	c  0.8s |       9 |    11099 |     7506 |      464     27 |       11 |        5
19.09/19.11	c  1.3s |      10 |    16621 |    11361 |      464     40 |       11 |        5
19.39/19.49	c  1.7s |      10 |    20997 |    14547 |      464     52 |       12 |        7
19.39/19.49	c #cpu_time = 1.653s
19.39/19.50	c #wall_clock_time = 1.653s
19.39/19.50	c #decision = 20997
19.39/19.50	c #random_decision = 60
19.39/19.50	c #conflict = 14547
19.39/19.50	c #restart = 10
19.39/19.50	c BCD2: updating lower bound of a core
19.39/19.50	c lower bound updated to 40
19.39/19.50	c BCD2: 40 <= obj <= 77
19.39/19.50	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=7
19.39/19.50	c BCD2: #sat=3 #unsat=3 bias=3/6
19.39/19.50	c Solving starts ...
19.39/19.50	c ============================[ Search Statistics ]============================
19.39/19.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.39/19.50	c       |         |          |          |    Limit     GC | Var      | Constra 
19.39/19.50	c =============================================================================
19.39/19.50	c  0.0s |       0 |        0 |        0 |      464      0 |       12 |        7
19.49/19.51	c  0.0s |       1 |      241 |      100 |      464      0 |       12 |        7
19.49/19.52	c  0.0s |       2 |      536 |      250 |      464      0 |       12 |        7
19.49/19.55	c  0.1s |       3 |      890 |      475 |      464      1 |       12 |        7
19.49/19.59	c  0.1s |       4 |     1553 |      813 |      464      3 |       12 |        7
19.59/19.64	c  0.1s |       5 |     2355 |     1320 |      464      4 |       12 |        7
19.69/19.73	c  0.2s |       6 |     3406 |     2081 |      464      7 |       12 |        7
19.79/19.86	c  0.4s |       7 |     5158 |     3223 |      464     12 |       12 |        7
19.99/20.04	c  0.5s |       8 |     7785 |     4936 |      464     18 |       12 |        7
20.28/20.32	c  0.8s |       9 |    11345 |     7506 |      464     27 |       12 |        7
20.68/20.76	c  1.3s |      10 |    16947 |    11361 |      464     40 |       12 |        7
21.28/21.38	c  1.9s |      10 |    24019 |    16554 |      464     59 |       13 |        9
21.28/21.38	c #cpu_time = 1.887s
21.28/21.38	c #wall_clock_time = 1.887s
21.28/21.38	c #decision = 24019
21.28/21.38	c #random_decision = 75
21.28/21.38	c #conflict = 16554
21.28/21.38	c #restart = 10
21.28/21.38	c BCD2: updating lower bound of a core
21.28/21.38	c lower bound updated to 69
21.28/21.38	c BCD2: 69 <= obj <= 77
21.28/21.38	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=7
21.28/21.38	c BCD2: #sat=3 #unsat=4 bias=4/7
21.28/21.38	c Solving starts ...
21.28/21.38	c ============================[ Search Statistics ]============================
21.28/21.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.38	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.38	c =============================================================================
21.28/21.38	c  0.0s |       0 |        0 |        0 |      464      0 |       13 |        9
21.28/21.40	c  0.0s |       1 |      180 |      100 |      464      0 |       13 |        9
21.38/21.42	c  0.0s |       2 |      412 |      250 |      464      1 |       13 |        9
21.38/21.45	c  0.1s |       3 |      748 |      475 |      464      1 |       13 |        9
21.38/21.49	c  0.1s |       4 |     1252 |      813 |      464      3 |       13 |        9
21.48/21.54	c  0.2s |       5 |     2088 |     1320 |      464      4 |       13 |        9
21.58/21.63	c  0.2s |       6 |     3262 |     2081 |      464      7 |       13 |        9
21.68/21.77	c  0.4s |       7 |     5065 |     3223 |      464     11 |       13 |        9
21.88/21.97	c  0.6s |       8 |     7754 |     4936 |      464     18 |       13 |        9
22.19/22.25	c  0.9s |       9 |    11609 |     7506 |      464     27 |       13 |        9
22.68/22.70	c  1.3s |      10 |    17385 |    11361 |      511     40 |       13 |        9
23.29/23.37	c  2.0s |      11 |    25541 |    17144 |      511     59 |       13 |        9
23.68/23.76	c  2.4s |      11 |    29756 |    20226 |      511     69 |       14 |       11
23.68/23.76	c #cpu_time = 2.379s
23.68/23.76	c #wall_clock_time = 2.379s
23.68/23.76	c #decision = 29756
23.68/23.76	c #random_decision = 94
23.68/23.76	c #conflict = 20226
23.68/23.76	c #restart = 11
23.68/23.76	c BCD2: updating lower bound of a core
23.68/23.76	c lower bound updated to 85
23.68/23.76	s OPTIMUM FOUND
23.68/23.76	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
23.68/23.76	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
23.68/23.76	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
23.68/23.76	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
23.68/23.76	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
23.68/23.76	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
23.68/23.76	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
23.68/23.76	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
23.68/23.76	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
23.68/23.76	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
23.68/23.76	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
23.68/23.76	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120
23.68/23.76	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
23.68/23.76	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
23.68/23.76	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
23.68/23.76	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
23.68/23.76	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169
23.68/23.76	c total CPU time = 23.766s
23.68/23.76	c total wall clock time = 23.765s

Verifier Data

OK	78

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

pid=5132
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.12 1.82 3/179 5135
/proc/meminfo: memFree=30225400/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=724412 CPUtime=0 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 2701 0 0 0 0 0 0 0 20 0 4 0 36423180 741797888 3061 33554432000 4194304 16246674 140735327241488 140735327240912 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 181615 3070 441 2943 0 178509 0
[pid=5135/tid=5136] ppid=5132 vsize=741820 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 759623680 3133 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 764866560 3150 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=751036 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423180 769060864 3166 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.08 2.12 1.82 3/179 5135
/proc/meminfo: memFree=30225400/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 18376 0 0 0 7 2 0 0 20 0 4 0 36423180 1247350784 18729 33554432000 4194304 16246674 140735327241488 140735327240912 12500869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 304529 18731 619 2943 0 301423 0
[pid=5135/tid=5136] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 18733 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 18735 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 18738 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200494 s]
/proc/loadavg: 2.08 2.12 1.82 3/179 5135
/proc/meminfo: memFree=30225400/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 26206 0 0 0 16 3 0 0 20 0 4 0 36423180 1247350784 26559 33554432000 4194304 16246674 140735327241488 140735327240912 6144966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 304529 26559 619 2943 0 301423 0
[pid=5135/tid=5136] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 26560 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 26560 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 26560 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300462 s]
/proc/loadavg: 2.08 2.12 1.82 3/179 5135
/proc/meminfo: memFree=30225400/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 36677 0 0 0 24 5 0 0 20 0 4 0 36423180 1247350784 37024 33554432000 4194304 16246674 140735327241488 140735327240912 13194345 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 304529 37032 793 2943 0 301423 0
[pid=5135/tid=5136] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 37036 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 37040 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 37042 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700389 s]
/proc/loadavg: 2.08 2.12 1.82 3/179 5135
/proc/meminfo: memFree=30225400/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 88777 0 0 0 56 12 0 0 20 0 4 0 36423180 1247350784 89124 33554432000 4194304 16246674 140735327241488 140735327240912 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 304529 89129 794 2943 0 301423 0
[pid=5135/tid=5136] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 89134 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 89138 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 89141 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.08 2.12 1.82 3/183 5139
/proc/meminfo: memFree=29659476/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1218116 CPUtime=1.48 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 194540 0 0 0 121 27 0 0 20 0 4 0 36423180 1247350784 194887 33554432000 4194304 16246674 140735327241488 140735327223360 6836566 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 304529 194893 794 2943 0 301423 0
[pid=5135/tid=5136] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 194898 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 194902 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423180 1247350784 194905 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10034 s]
/proc/loadavg: 2.08 2.12 1.82 3/183 5139
/proc/meminfo: memFree=29241472/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1305156 CPUtime=3.08 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 266568 0 0 0 271 37 0 0 20 0 4 0 36423180 1336479744 266892 33554432000 4194304 16246674 140735327241488 140735327223360 5582293 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326289 266915 873 2943 0 323183 0
[pid=5135/tid=5136] ppid=5132 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1336479744 266924 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1336479744 266934 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1336479744 266944 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30039 s]
/proc/loadavg: 2.08 2.12 1.82 3/183 5139
/proc/meminfo: memFree=29154448/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267553 0 0 0 591 38 0 0 20 0 4 0 36423180 1337528320 267877 33554432000 4194304 16246674 140735327241488 140735327223360 5652729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267877 873 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267877 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267877 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267877 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.14 2.13 1.83 3/183 5139
/proc/meminfo: memFree=29154360/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267608 0 0 0 1231 38 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140735327223360 6021450 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267932 881 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.9004 s]
/proc/loadavg: 2.14 2.13 1.83 3/183 5139
/proc/meminfo: memFree=29154360/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=12.89 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267608 0 0 0 1251 38 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140735327223360 12659572 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267932 881 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267932 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1306180

[startup+19.3004 s]
/proc/loadavg: 2.13 2.12 1.83 3/183 5139
/proc/meminfo: memFree=29154644/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=19.29 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267609 0 0 0 1891 38 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140735327223360 12469052 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267933 882 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.29
Current children cumulated vsize (KiB) 1306180

[startup+20.9004 s]
/proc/loadavg: 2.13 2.12 1.83 3/183 5139
/proc/meminfo: memFree=29154652/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=20.88 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267609 0 0 0 2050 38 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140735327223360 12477752 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267933 882 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.88
Current children cumulated vsize (KiB) 1306180

[startup+22.5004 s]
/proc/loadavg: 2.12 2.12 1.83 3/183 5139
/proc/meminfo: memFree=29154780/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=22.48 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267609 0 0 0 2210 38 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140735327223360 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267933 882 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.48
Current children cumulated vsize (KiB) 1306180

[startup+23.3073 s]
/proc/loadavg: 2.12 2.12 1.83 3/183 5139
/proc/meminfo: memFree=29154656/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=23.29 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267609 0 0 0 2291 38 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140735327223360 5522917 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267933 882 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267933 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.29
Current children cumulated vsize (KiB) 1306180

[startup+23.7004 s]
/proc/loadavg: 2.12 2.12 1.83 3/183 5139
/proc/meminfo: memFree=29154656/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=1306180 CPUtime=23.68 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202496 267610 0 0 0 2330 38 0 0 20 0 4 0 36423180 1337528320 267934 33554432000 4194304 16246674 140735327241488 140735327223360 6024496 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 326545 267934 883 2943 0 323439 0
[pid=5135/tid=5136] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5136/stat : 5136 (toysat) S 5132 5135 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267934 33554432000 4194304 16246674 140735327241488 140532808396016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5135/tid=5137] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5137/stat : 5137 (toysat) S 5132 5135 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267934 33554432000 4194304 16246674 140735327241488 140532797906160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5135/tid=5138] ppid=5132 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5135/task/5138/stat : 5138 (toysat) S 5132 5135 4845 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36423180 1337528320 267934 33554432000 4194304 16246674 140735327241488 140532787432624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (KiB) 1306180

[startup+23.8004 s]
/proc/loadavg: 2.12 2.12 1.83 3/183 5139
/proc/meminfo: memFree=29154656/32872528 swapFree=163656/177964
[pid=5135] ppid=5132 vsize=0 CPUtime=23.78 cores=0,2,4,6
/proc/5135/stat : 5135 (toysat) R 5132 5135 4845 0 -1 4202500 267614 0 0 0 2337 41 0 0 20 0 1 0 36423180 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5135/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.8268
CPU time (s): 23.8224
CPU user time (s): 23.3754
CPU system time (s): 0.446932
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3754
system time used= 0.446932
maximum resident set size= 1071744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267614
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= 19
involuntary context switches= 26

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080987 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-19 15:42:12
IDJOB=4109426
IDBENCH=78805
IDSOLVER=2553
FILE ID=node105/4109426-1466343732
RUNJOBID= node105-1466341824-4861
PBS_JOBID= 19922043
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 71325e7cac253fc5c21b0ac5c0e624a3
RANDOM SEED=359626764

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30226400 kB
Buffers:          126676 kB
Cached:           345988 kB
SwapCached:         1696 kB
Active:          1402132 kB
Inactive:         324580 kB
Active(anon):    1253224 kB
Inactive(anon):     3096 kB
Active(file):     148908 kB
Inactive(file):   321484 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67099304 kB
Dirty:             16320 kB
Writeback:             8 kB
AnonPages:       1431576 kB
Mapped:            10736 kB
Shmem:                 0 kB
Slab:             609328 kB
SReclaimable:      52904 kB
SUnreclaim:       556424 kB
KernelStack:        1464 kB
PageTables:         6920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1575456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1173504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node105 at 2016-06-19 15:42:36