Trace number 4109370

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 34.5138 34.521

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-66-100-0.wbo
MD5SUM203c3967b38557f61bad19a08f7bbc04
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark6.26505
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
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:41:26+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-4109370-1466343686.wbo"]
0.00/0.01	c use --random-gen="1381178348 1303299586 1264069237 4221291784 260604131 1276530416 2731281233 2990270676 3436017037 2976057809 1049084652 275018041 772743811 2076039987 1543664367 3509945540 3014959662 265676693 673314050 3078565010 3934709814 2955789566 2974844613 1165619016 2011954867 3057114252 949598345 315294319 555549545 1725073214 3765727781 3402939175 1437913180 2435323943 2149149271 963074442 882867687 509556721 2065321485 1612370963 250347931 3507171395 1522163803 3404757998 2547162247 1661415910 4085612955 2843251616 267146848 2652977077 3300557927 2043992642 894762927 2345212951 2820257461 337949795 1626873031 2032298050 1056333323 3675080051 3915041079 3233995501 2513662304 2417615905 66876366 438322601 4213070021 2225519912 692977698 3820151978 2300861859 2958284176 142756811 442556102 3807739091 1267071933 1389065562 3220451529 592292314 1182025139 2179353328 2462447531 1287618565 3502261939 3811211657 3762181900 1955851001 1501890961 1390541224 3123140331 66515379 1087241015 1725753347 3498930911 3915597050 3157634920 416714232 168737377 1752154594 3243058848 3887353445 1923249971 3878122272 4145186989 2320046516 159485663 2775692016 1479977708 3991964950 60697850 1913781881 1587769210 1743106733 2553946452 3943884436 672315168 126298288 1520589107 2548099973 579110602 4258746171 2815969136 576703034 1983408053 412497517 2236360057 2885529877 3918362232 685077599 1953872337 3279213568 2419683397 3773618669 1470759758 36368187 1493378749 2871468183 1883711281 974192358 3088588057 2029922103 2368260091 1261845381 1400916994 1750345292 722369061 1470016383 2909282570 2355658830 1332965719 239822336 141632622 553624467 2630552549 1398455534 2545026932 3692437078 2998199147 2802782059 3981236938 1181386489 1605598662 998646222 4171174090 4208573549 3929307807 1887860270 4027769820 68739422 3467214657 757519021 532717299 3274528043 1120735886 740478729 1439301518 211463597 2545537440 772845751 3848530642 3813565068 1124181619 360127374 997423325 2977318571 2632238220 2988375308 964024739 3548585886 2510437566 1694110158 3024032396 4155534649 4173668482 298187337 3873535985 396357890 3193757916 2618454994 2009786577 399797371 2245424828 3799942224 2881090492 202125158 2484765906 2393727074 4126764821 2500327287 3173676710 1711484684 3581120139 1742020145 4195694138 4248672715 227445436 3852954698 2724190156 1403866020 1375811514 3527035930 2260519708 3092842098 603928524 2255033408 1260683078 1543031264 1034960155 1303030517 1279014174 1571845418 1005289136 2949039476 3885149975 588791511 3053979508 1534428463 4208537818 3695133047 1041089653 3743583953 3700099612 2413291077 2389495595 2737973150 1789726012 2802145244 2351854020 938550613 528162762 1421645385 2669260172 936363107 3966841216 248660953 3830741512 255 362436" option to reproduce the execution
0.18/0.25	c #vars 169
0.18/0.25	c #constraints 101
0.18/0.26	c BCD2: Hardening is enabled.
0.18/0.26	c BCD2: BiasedSearch is enabled.
0.18/0.26	c Solving starts ...
0.18/0.26	c ============================[ Search Statistics ]============================
0.18/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.26	c =============================================================================
0.18/0.26	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.18/0.27	c  0.0s |       1 |      184 |      100 |      104      0 |        0 |        0
0.18/0.27	c  0.0s |       1 |      273 |      130 |      115      0 |        0 |        0
0.18/0.27	c #cpu_time = 0.019s
0.18/0.27	c #wall_clock_time = 0.019s
0.18/0.27	c #decision = 273
0.18/0.27	c #random_decision = 1
0.18/0.27	c #conflict = 130
0.18/0.27	c #restart = 1
0.18/0.27	o 468
0.18/0.27	c BCD2: updating upper bound: 1837 -> 467
0.18/0.27	c BCD2: 0 <= obj <= 467
0.18/0.27	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.18/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.27	c Solving starts ...
0.18/0.27	c ============================[ Search Statistics ]============================
0.18/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.27	c =============================================================================
0.18/0.27	c  0.0s |       0 |        0 |        0 |      115      0 |        0 |        0
0.18/0.29	c  0.0s |       1 |      204 |      100 |      115      1 |        0 |        0
0.28/0.31	c  0.0s |       2 |      507 |      250 |      127      2 |        0 |        0
0.28/0.35	c  0.1s |       3 |      924 |      475 |      140      4 |        0 |        0
0.39/0.41	c  0.1s |       4 |     1480 |      813 |      154      7 |        0 |        0
0.49/0.50	c  0.2s |       5 |     2258 |     1320 |      170     10 |        0 |        0
0.59/0.64	c  0.4s |       6 |     3435 |     2081 |      188     15 |        0 |        0
0.79/0.83	c  0.6s |       7 |     5136 |     3223 |      207     22 |        0 |        0
1.09/1.12	c  0.8s |       8 |     7710 |     4936 |      228     32 |        0 |        0
1.49/1.54	c  1.3s |       9 |    11533 |     7506 |      251     47 |        0 |        0
1.99/2.04	c  1.8s |      10 |    17154 |    11361 |      277     68 |        0 |        0
2.79/2.82	c  2.5s |      11 |    25265 |    17144 |      305     97 |        0 |        0
3.89/3.94	c  3.7s |      12 |    37786 |    25819 |      336    138 |        0 |        0
5.49/5.58	c  5.3s |      13 |    56310 |    38832 |      370    196 |        0 |        0
7.49/7.58	c  7.3s |      13 |    76550 |    53332 |      370    256 |        0 |        0
8.19/8.27	c  8.0s |      14 |    83475 |    58352 |      408    276 |        0 |        0
10.19/10.28	c 10.0s |      14 |   102624 |    72352 |      408    330 |        0 |        0
12.19/12.29	c 12.0s |      14 |   121318 |    85852 |      408    383 |        0 |        0
12.49/12.56	c 12.3s |      15 |   123599 |    87632 |      449    390 |        0 |        0
14.49/14.57	c 14.3s |      15 |   144773 |   102632 |      449    443 |        0 |        0
16.49/16.58	c 16.3s |      15 |   165210 |   117132 |      449    495 |        0 |        0
18.48/18.55	c 18.3s |      16 |   185344 |   131552 |      494    547 |        0 |        0
20.38/20.42	c 20.1s |      16 |   201871 |   143595 |      494    589 |        0 |        0
20.38/20.42	c #cpu_time = 20.143s
20.38/20.42	c #wall_clock_time = 20.142s
20.38/20.42	c #decision = 201871
20.38/20.42	c #random_decision = 499
20.38/20.42	c #conflict = 143595
20.38/20.42	c #restart = 16
20.38/20.42	c BCD2: found a new core of size 42: cost of the new core is >=1
20.38/20.42	c lower bound updated to 1
20.38/20.42	c BCD2: 1 <= obj <= 467
20.38/20.42	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
20.38/20.42	c BCD2: #sat=1 #unsat=2 bias=2/3
20.38/20.42	c Solving starts ...
20.38/20.42	c ============================[ Search Statistics ]============================
20.38/20.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.42	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.42	c =============================================================================
20.38/20.42	c  0.0s |       0 |        0 |        0 |      494      0 |        0 |        0
20.38/20.43	c  0.0s |       1 |      282 |      100 |      494      0 |        0 |        0
20.38/20.44	c  0.0s |       1 |      447 |      181 |      494      1 |        0 |        0
20.38/20.44	c #cpu_time = 0.025s
20.38/20.44	c #wall_clock_time = 0.025s
20.38/20.44	c #decision = 447
20.38/20.44	c #random_decision = 0
20.38/20.44	c #conflict = 181
20.38/20.44	c #restart = 1
20.38/20.44	o 443
20.38/20.44	c BCD2: updating upper bound: 467 -> 442
20.38/20.44	c BCD2: 1 <= obj <= 442
20.38/20.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
20.38/20.44	c BCD2: #sat=2 #unsat=2 bias=2/4
20.38/20.44	c Solving starts ...
20.38/20.44	c ============================[ Search Statistics ]============================
20.38/20.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.44	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.44	c =============================================================================
20.38/20.44	c  0.0s |       0 |        0 |        0 |      494      0 |        0 |        2
20.38/20.46	c  0.0s |       1 |      174 |      100 |      494      0 |        0 |        2
20.38/20.46	c  0.0s |       1 |      226 |      116 |      494      0 |        0 |        2
20.38/20.46	c #cpu_time = 0.015s
20.38/20.46	c #wall_clock_time = 0.015s
20.38/20.46	c #decision = 226
20.38/20.46	c #random_decision = 0
20.38/20.46	c #conflict = 116
20.38/20.46	c #restart = 1
20.38/20.46	o 199
20.38/20.46	c BCD2: updating upper bound: 442 -> 198
20.38/20.46	c BCD2: 1 <= obj <= 198
20.38/20.46	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
20.38/20.46	c BCD2: #sat=3 #unsat=2 bias=2/5
20.38/20.46	c Solving starts ...
20.38/20.46	c ============================[ Search Statistics ]============================
20.38/20.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.46	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.46	c =============================================================================
20.38/20.46	c  0.0s |       0 |        0 |        0 |      494      0 |        0 |        4
20.38/20.47	c  0.0s |       1 |      158 |      100 |      494      0 |        0 |        4
20.38/20.49	c  0.0s |       2 |      439 |      250 |      494      1 |        0 |        4
20.48/20.52	c  0.1s |       3 |      771 |      475 |      494      2 |        0 |        4
20.48/20.56	c  0.1s |       4 |     1354 |      813 |      494      3 |        0 |        4
20.58/20.63	c  0.2s |       5 |     2107 |     1320 |      494      5 |        0 |        4
20.68/20.72	c  0.3s |       6 |     3196 |     2081 |      494      7 |        0 |        4
20.78/20.86	c  0.4s |       7 |     4879 |     3223 |      494     11 |        0 |        4
20.99/21.07	c  0.6s |       8 |     7407 |     4936 |      494     17 |        0 |        4
21.28/21.39	c  0.9s |       9 |    11390 |     7506 |      494     26 |        0 |        4
21.78/21.86	c  1.4s |      10 |    17645 |    11361 |      494     39 |        0 |        4
22.19/22.25	c  1.8s |      10 |    22159 |    14299 |      494     49 |        0 |        4
22.19/22.25	c #cpu_time = 1.790s
22.19/22.25	c #wall_clock_time = 1.790s
22.19/22.25	c #decision = 22159
22.19/22.25	c #random_decision = 48
22.19/22.25	c #conflict = 14299
22.19/22.25	c #restart = 10
22.19/22.25	o 48
22.19/22.25	c BCD2: hardening fixes 17 literals
22.19/22.25	c BCD2: updating upper bound: 198 -> 47
22.19/22.25	c BCD2: 1 <= obj <= 47
22.19/22.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=25, #hardened=17
22.19/22.25	c BCD2: #sat=4 #unsat=2 bias=2/6
22.19/22.25	c Solving starts ...
22.19/22.25	c ============================[ Search Statistics ]============================
22.19/22.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.19/22.25	c       |         |          |          |    Limit     GC | Var      | Constra 
22.19/22.25	c =============================================================================
22.19/22.25	c  0.0s |       0 |        0 |        0 |      494      0 |       17 |        6
22.19/22.26	c  0.0s |       1 |      159 |      100 |      494      1 |       17 |        6
22.19/22.28	c  0.0s |       2 |      373 |      250 |      494      1 |       17 |        6
22.28/22.31	c  0.1s |       3 |      739 |      475 |      494      2 |       17 |        6
22.28/22.35	c  0.1s |       4 |     1190 |      813 |      494      3 |       17 |        6
22.38/22.41	c  0.2s |       5 |     1954 |     1320 |      494      5 |       17 |        6
22.38/22.49	c  0.2s |       6 |     3232 |     2081 |      494      7 |       17 |        6
22.58/22.62	c  0.4s |       7 |     5062 |     3223 |      494     11 |       17 |        6
22.78/22.81	c  0.6s |       8 |     7722 |     4936 |      494     17 |       17 |        6
22.98/23.09	c  0.8s |       9 |    11282 |     7506 |      494     25 |       17 |        6
23.48/23.52	c  1.3s |      10 |    17140 |    11361 |      494     38 |       17 |        6
24.08/24.14	c  1.9s |      11 |    25849 |    17144 |      494     57 |       17 |        6
25.08/25.10	c  2.8s |      12 |    38463 |    25819 |      494     85 |       17 |        6
26.50/26.56	c  4.3s |      13 |    58519 |    38832 |      544    129 |       17 |        6
28.49/28.57	c  6.3s |      13 |    83577 |    56232 |      544    182 |       17 |        6
28.80/28.81	c  6.6s |      14 |    86560 |    58352 |      544    188 |       17 |        6
30.79/30.82	c  8.6s |      14 |   111698 |    75952 |      544    242 |       17 |        6
32.10/32.16	c  9.9s |      15 |   128210 |    87632 |      544    277 |       17 |        6
32.39/32.47	c 10.2s |      15 |   131663 |    90204 |      544    285 |       17 |        6
32.39/32.47	c #cpu_time = 10.216s
32.39/32.47	c #wall_clock_time = 10.215s
32.39/32.47	c #decision = 131663
32.39/32.47	c #random_decision = 342
32.39/32.47	c #conflict = 90204
32.39/32.47	c #restart = 15
32.39/32.47	o 10
32.39/32.47	c BCD2: hardening fixes 20 literals
32.39/32.47	c BCD2: updating upper bound: 47 -> 9
32.39/32.47	c BCD2: 1 <= obj <= 9
32.39/32.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=37
32.39/32.47	c BCD2: #sat=5 #unsat=2 bias=2/7
32.39/32.47	c Solving starts ...
32.39/32.47	c ============================[ Search Statistics ]============================
32.39/32.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.39/32.47	c       |         |          |          |    Limit     GC | Var      | Constra 
32.39/32.47	c =============================================================================
32.39/32.47	c  0.0s |       0 |        0 |        0 |      544      0 |       37 |        8
32.39/32.48	c  0.0s |       1 |      140 |      100 |      544      1 |       37 |        8
32.49/32.50	c  0.0s |       2 |      335 |      250 |      544      1 |       37 |        8
32.49/32.52	c  0.1s |       3 |      737 |      475 |      544      2 |       37 |        8
32.49/32.57	c  0.1s |       4 |     1181 |      813 |      544      3 |       37 |        8
32.59/32.63	c  0.2s |       5 |     1863 |     1320 |      544      4 |       37 |        8
32.69/32.72	c  0.3s |       6 |     3012 |     2081 |      544      7 |       37 |        8
32.79/32.86	c  0.4s |       7 |     4631 |     3223 |      544     10 |       37 |        8
32.99/33.06	c  0.6s |       8 |     7152 |     4936 |      544     15 |       37 |        8
33.29/33.36	c  0.9s |       8 |    10388 |     7220 |      544     22 |       38 |       10
33.29/33.36	c #cpu_time = 0.891s
33.29/33.36	c #wall_clock_time = 0.891s
33.29/33.36	c #decision = 10388
33.29/33.36	c #random_decision = 22
33.29/33.36	c #conflict = 7220
33.29/33.36	c #restart = 8
33.29/33.36	c BCD2: updating lower bound of a core
33.29/33.36	c lower bound updated to 9
33.29/33.36	c BCD2: 9 <= obj <= 9
33.29/33.36	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=37
33.29/33.36	c BCD2: #sat=5 #unsat=3 bias=3/8
33.29/33.36	c Solving starts ...
33.29/33.36	c ============================[ Search Statistics ]============================
33.29/33.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.29/33.36	c       |         |          |          |    Limit     GC | Var      | Constra 
33.29/33.36	c =============================================================================
33.29/33.36	c  0.0s |       0 |        0 |        0 |      544      0 |       38 |       10
33.29/33.37	c  0.0s |       1 |      172 |      100 |      544      0 |       38 |       10
33.29/33.39	c  0.0s |       2 |      377 |      250 |      544      1 |       38 |       10
33.39/33.42	c  0.1s |       3 |      682 |      475 |      544      2 |       38 |       10
33.39/33.46	c  0.1s |       4 |     1200 |      813 |      544      3 |       39 |       10
33.49/33.53	c  0.2s |       5 |     1889 |     1320 |      544      4 |       39 |       10
33.59/33.62	c  0.3s |       6 |     3002 |     2081 |      544      6 |       39 |       10
33.69/33.76	c  0.4s |       7 |     4479 |     3223 |      544     10 |       40 |       10
33.89/33.97	c  0.6s |       8 |     6800 |     4936 |      544     15 |       40 |       10
34.19/34.30	c  0.9s |       9 |    10396 |     7506 |      544     23 |       40 |       10
34.39/34.46	c  1.1s |       9 |    12109 |     8707 |      544     27 |       42 |       13
34.39/34.46	c #cpu_time = 1.099s
34.39/34.46	c #wall_clock_time = 1.099s
34.39/34.46	c #decision = 12109
34.39/34.46	c #random_decision = 25
34.39/34.46	c #conflict = 8707
34.39/34.46	c #restart = 9
34.39/34.46	c BCD2: updating lower bound of a core
34.39/34.46	c lower bound updated to 16
34.39/34.46	s OPTIMUM FOUND
34.39/34.46	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
34.39/34.46	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
34.39/34.46	v -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
34.39/34.46	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
34.39/34.46	v -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50
34.39/34.46	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
34.39/34.46	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
34.39/34.46	v x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
34.39/34.46	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
34.39/34.46	v x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
34.39/34.46	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
34.39/34.46	v -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120
34.39/34.46	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
34.39/34.46	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
34.39/34.46	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
34.39/34.46	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
34.39/34.46	v -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169
34.39/34.46	c total CPU time = 34.461s
34.39/34.46	c total wall clock time = 34.459s

Verifier Data

OK	10

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

pid=2486
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.36 2.32 1.99 3/179 2489
/proc/meminfo: memFree=29102412/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=666044 CPUtime=0 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 2473 0 0 0 0 0 0 0 20 0 4 0 36414331 682029056 2323 33554432000 4194304 16246674 140733265013440 140733265012864 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 167023 2332 441 2943 0 163917 0
[pid=2489/tid=2490] ppid=2486 vsize=683452 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 699854848 2393 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=688572 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 705097728 2414 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=692668 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414331 709292032 2430 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.36 2.32 1.99 3/179 2489
/proc/meminfo: memFree=29102412/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 18382 0 0 0 6 3 0 0 20 0 4 0 36414331 1247350784 18225 33554432000 4194304 16246674 140733265013440 140733265012864 6190374 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 304529 18227 616 2943 0 301423 0
[pid=2489/tid=2490] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 18230 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 18233 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 18239 33554432000 4194304 16246674 140733265013440 140352804605104 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.200511 s]
/proc/loadavg: 2.36 2.32 1.99 3/179 2489
/proc/meminfo: memFree=29102412/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 26276 0 0 0 15 3 0 0 20 0 4 0 36414331 1247350784 26119 33554432000 4194304 16246674 140733265013440 140733265012864 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 304529 26123 616 2943 0 301423 0
[pid=2489/tid=2490] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 26130 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 26130 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 26130 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300461 s]
/proc/loadavg: 2.36 2.32 1.99 3/179 2489
/proc/meminfo: memFree=29102412/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 37131 0 0 0 23 5 0 0 20 0 4 0 36414331 1247350784 36967 33554432000 4194304 16246674 140733265013440 140733265012864 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 304529 36972 814 2943 0 301423 0
[pid=2489/tid=2490] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 36976 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 36979 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 36982 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700368 s]
/proc/loadavg: 2.36 2.32 1.99 3/179 2489
/proc/meminfo: memFree=29102412/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 110092 0 0 0 51 18 0 0 20 0 4 0 36414331 1247350784 109929 33554432000 4194304 16246674 140733265013440 140733264995328 5516309 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 304529 109937 814 2943 0 301423 0
[pid=2489/tid=2490] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 109940 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 109943 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414331 1247350784 109951 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.36 2.32 1.99 4/183 2493
/proc/meminfo: memFree=28374608/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 245708 0 0 0 112 37 0 0 20 0 4 0 36414331 1248399360 245522 33554432000 4194304 16246674 140733265013440 140733265012752 6010173 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 304785 245522 874 2943 0 301679 0
[pid=2489/tid=2490] ppid=2486 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1248399360 245522 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1248399360 245522 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1248399360 245522 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.36 2.32 1.99 4/183 2493
/proc/meminfo: memFree=28109256/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267317 0 0 0 269 40 0 0 20 0 4 0 36414331 1336479744 267131 33554432000 4194304 16246674 140733265013440 140733264996440 5861860 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326289 267131 874 2943 0 323183 0
[pid=2489/tid=2490] ppid=2486 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1336479744 267131 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1336479744 267131 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1336479744 267131 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.41 2.33 2.00 3/183 2493
/proc/meminfo: memFree=28033624/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267536 0 0 0 589 40 0 0 20 0 4 0 36414331 1337528320 267350 33554432000 4194304 16246674 140733265013440 140733264995328 5661296 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267350 874 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267350 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267350 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267350 33554432000 4194304 16246674 140733265013440 140352804605104 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.38 2.33 2.00 4/183 2493
/proc/meminfo: memFree=28033156/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267637 0 0 0 1229 40 0 0 20 0 4 0 36414331 1337528320 267451 33554432000 4194304 16246674 140733265013440 140733264995328 5522925 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267451 874 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267451 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267451 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267451 33554432000 4194304 16246674 140733265013440 140352804605104 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

[startup+25.5073 s]
/proc/loadavg: 2.43 2.34 2.01 3/183 2493
/proc/meminfo: memFree=28033784/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=25.5 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267646 0 0 0 2509 41 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140733264995328 5522968 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267460 883 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1306180

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

[startup+25.7004 s]
/proc/loadavg: 2.43 2.34 2.01 3/183 2493
/proc/meminfo: memFree=28033784/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=25.69 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267646 0 0 0 2528 41 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140733264995328 5589376 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267460 883 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267460 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.69
Current children cumulated vsize (KiB) 1306180

[startup+28.9004 s]
/proc/loadavg: 2.43 2.34 2.01 3/183 2493
/proc/meminfo: memFree=28033540/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=28.89 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267647 0 0 0 2848 41 0 0 20 0 4 0 36414331 1337528320 267461 33554432000 4194304 16246674 140733265013440 140733264995328 13820688 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267461 883 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267461 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267461 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267461 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.89
Current children cumulated vsize (KiB) 1306180

[startup+32.1073 s]
/proc/loadavg: 2.48 2.35 2.01 3/183 2493
/proc/meminfo: memFree=28033664/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=32.1 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267675 0 0 0 3169 41 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140733264995328 5523076 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267489 883 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.1
Current children cumulated vsize (KiB) 1306180

[startup+33.7004 s]
/proc/loadavg: 2.48 2.35 2.01 3/183 2493
/proc/meminfo: memFree=28033664/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=33.69 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267675 0 0 0 3328 41 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140733264995328 5999726 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267489 883 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.69
Current children cumulated vsize (KiB) 1306180

[startup+34.1003 s]
/proc/loadavg: 2.48 2.35 2.01 3/183 2493
/proc/meminfo: memFree=28033664/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=1306180 CPUtime=34.09 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202496 267675 0 0 0 3368 41 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140733264995328 12415815 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 326545 267489 883 2943 0 323439 0
[pid=2489/tid=2490] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2490/stat : 2490 (toysat) S 2486 2489 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352825568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2489/tid=2491] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2491/stat : 2491 (toysat) S 2486 2489 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352815078640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2489/tid=2492] ppid=2486 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2489/task/2492/stat : 2492 (toysat) S 2486 2489 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36414331 1337528320 267489 33554432000 4194304 16246674 140733265013440 140352804605104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 34.09
Current children cumulated vsize (KiB) 1306180

[startup+34.5004 s]
/proc/loadavg: 2.48 2.35 2.01 4/183 2493
/proc/meminfo: memFree=28033664/32872528 swapFree=1499884/1696108
[pid=2489] ppid=2486 vsize=0 CPUtime=34.49 cores=0,2,4,6
/proc/2489/stat : 2489 (toysat) R 2486 2489 2004 0 -1 4202500 267679 0 0 0 3404 45 0 0 20 0 1 0 36414331 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2489/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 34.521
CPU time (s): 34.5138
CPU user time (s): 34.0418
CPU system time (s): 0.471928
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 1306180

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078987 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 15:41:26
IDJOB=4109370
IDBENCH=78791
IDSOLVER=2553
FILE ID=node137/4109370-1466343686
RUNJOBID= node137-1466341805-2020
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 203c3967b38557f61bad19a08f7bbc04
RANDOM SEED=2020891480

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29102668 kB
Buffers:           69048 kB
Cached:           190148 kB
SwapCached:         1260 kB
Active:          1194624 kB
Inactive:         137840 kB
Active(anon):    1073540 kB
Inactive(anon):     2080 kB
Active(file):     121084 kB
Inactive(file):   135760 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             32944 kB
Writeback:             0 kB
AnonPages:       2788996 kB
Mapped:            10780 kB
Shmem:                 0 kB
Slab:             606056 kB
SReclaimable:      49900 kB
SUnreclaim:       556156 kB
KernelStack:        1520 kB
PageTables:         9472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2911336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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 node137 at 2016-06-19 15:42:01