Trace number 4109582

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 40.7068 40.714

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-66-100-0.wbo
MD5SUMc010566414bbd5e3504a69202a9a8e12
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark16.8444
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1246
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:44:00+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-4109582-1466343840.wbo"]
0.00/0.01	c use --random-gen="3957669283 1962508801 3771437473 3362124077 1256942181 1194672482 1044331751 1368493931 1563562921 609468978 4238969108 2254880225 383146056 3041433494 3563405531 3946309567 3359490036 1785189051 2042563579 3761385390 3532491298 1767809635 1463090493 2004597110 2188864099 1741861654 3059575096 1181762704 1510771147 2847586640 3934606362 1881195818 3038061221 2845099876 1055415071 2015604431 3906373554 1695479634 1423644019 2057513264 1317688997 995585745 114700439 959093957 2283632922 4047832465 621537735 993300341 2867144640 1946005749 2452982844 2870221301 2313640865 2769024781 2587416341 1321018277 1250239186 1095823910 578531180 1167964557 1495338379 385261973 1641390693 4232634297 4209059247 3455724875 2882266348 4018559675 1663279969 1891065526 29953908 656102268 824147372 461138723 1543241775 1052919091 77990992 2072129433 2509423048 3704965699 3417611362 2133161402 3120340713 2004475195 1973341464 2961134864 3404283935 3341882019 3149045978 2018694588 963054912 3023357913 2449181889 1014611362 1600173609 3988385078 795719644 4172566954 261379626 4114854503 1272978104 780352031 839205485 3145050436 1440194474 3823424014 3400147293 627777732 1639566794 2024496736 1341098762 1372866874 1448440980 3709340078 2522775654 3347245084 1987360854 608171989 3555185392 1940414411 199320276 1171433379 2578640703 1506594257 3639707721 2842474999 2008425303 2149926629 4122844366 3085708414 6600897 3123778290 721046033 284215107 735830202 383329157 1056105497 3603665477 1147355006 3474576161 1563488903 3148382941 2510045947 3627312851 2809157577 801548811 527919858 2668326973 3049965485 3547609700 4032321301 3613338798 1723882678 713856849 2712663283 3009064653 621159880 3603170819 161274773 3516606695 2908504574 4238469479 553691971 966793701 2169416280 2848139624 832347229 2066803099 881542010 492788954 2901204498 1868196035 969536020 2065250480 2502814364 1891922841 3491144174 3266890028 2745141296 2048565986 1547784997 3689508297 413488805 654390884 2174951818 881668613 1749290421 802509794 3606618289 457003386 149812653 527902779 3404812716 396197985 4236099184 1475982352 3635237978 955641317 4282589193 4186274905 3480386795 2790963101 830155411 1287159562 2888401012 4080446822 227480359 3841141829 2507710744 1117471509 594737495 2391596214 3653952244 4175947738 2212632400 2462272173 3497858304 1099580783 3609315618 1988262156 2919684936 182603420 2327788860 1380079521 190601821 2561436709 3017610696 2553749489 2442737953 2509208888 2895864456 1220762259 298159551 1045838803 1834320495 256157595 1372657018 1292024139 1100289102 776018625 2909035016 1263913353 439885354 186886877 4036430159 1066512763 2038396509 4068963024 4057880899 50561887 3687732978 3759312328 4248187460 2580593509 880986896 661045655 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 |       99      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      200 |      100 |       99      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      480 |      250 |      109      1 |        0 |        0
0.29/0.32	c  0.1s |       3 |      910 |      475 |      120      4 |        0 |        0
0.29/0.37	c  0.1s |       4 |     1485 |      813 |      132      7 |        0 |        0
0.39/0.44	c  0.2s |       5 |     2567 |     1320 |      146     12 |        0 |        0
0.49/0.55	c  0.3s |       6 |     3907 |     2081 |      178     19 |        0 |        0
0.69/0.71	c  0.5s |       7 |     5720 |     3223 |      196     28 |        0 |        0
0.89/0.95	c  0.7s |       8 |     8678 |     4936 |      216     41 |        0 |        0
1.29/1.31	c  1.1s |       9 |    12572 |     7506 |      238     59 |        0 |        0
1.79/1.84	c  1.6s |       9 |    18713 |    11253 |      238     85 |        0 |        0
1.79/1.84	c #cpu_time = 1.584s
1.79/1.84	c #wall_clock_time = 1.588s
1.79/1.84	c #decision = 18713
1.79/1.84	c #random_decision = 71
1.79/1.84	c #conflict = 11253
1.79/1.84	c #restart = 9
1.79/1.84	o 527
1.79/1.84	c BCD2: updating upper bound: 1414 -> 526
1.79/1.84	c BCD2: 0 <= obj <= 526
1.79/1.84	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=1 bias=1/2
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |      238      0 |        0 |        0
1.79/1.86	c  0.0s |       1 |      194 |      100 |      262      0 |        0 |        0
1.79/1.88	c  0.0s |       2 |      441 |      250 |      262      1 |        0 |        0
1.89/1.91	c  0.1s |       3 |      793 |      475 |      262      2 |        0 |        0
1.89/1.94	c  0.1s |       4 |     1248 |      813 |      262      3 |        0 |        0
1.99/2.00	c  0.2s |       5 |     1979 |     1320 |      262      6 |        0 |        0
1.99/2.08	c  0.2s |       6 |     3088 |     2081 |      262     10 |        0 |        0
2.19/2.20	c  0.4s |       7 |     4773 |     3223 |      262     16 |        0 |        0
2.29/2.39	c  0.5s |       8 |     7278 |     4936 |      262     26 |        0 |        0
2.59/2.68	c  0.8s |       9 |    11186 |     7506 |      289     39 |        0 |        0
3.08/3.14	c  1.3s |      10 |    16713 |    11361 |      289     58 |        0 |        0
3.78/3.80	c  2.0s |      11 |    24774 |    17144 |      318     86 |        0 |        0
4.78/4.81	c  3.0s |      12 |    36660 |    25819 |      318    128 |        0 |        0
6.29/6.39	c  4.5s |      13 |    54371 |    38832 |      350    186 |        0 |        0
8.39/8.40	c  6.6s |      13 |    77081 |    55332 |      386    257 |        0 |        0
8.69/8.77	c  6.9s |      14 |    81295 |    58352 |      386    270 |        0 |        0
9.29/9.34	c  7.5s |      14 |    86735 |    62366 |      386    288 |        0 |        0
9.29/9.34	c #cpu_time = 7.481s
9.29/9.34	c #wall_clock_time = 7.500s
9.29/9.34	c #decision = 86735
9.29/9.34	c #random_decision = 219
9.29/9.34	c #conflict = 62366
9.29/9.34	c #restart = 14
9.29/9.34	c BCD2: found a new core of size 27: cost of the new core is >=1
9.29/9.34	c lower bound updated to 1
9.29/9.34	c BCD2: 1 <= obj <= 526
9.29/9.34	c BCD2: #cores=1, #unrelaxed=1, #relaxed=27, #hardened=0
9.29/9.34	c BCD2: #sat=1 #unsat=2 bias=2/3
9.29/9.34	c Solving starts ...
9.29/9.34	c ============================[ Search Statistics ]============================
9.29/9.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.34	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.34	c =============================================================================
9.29/9.34	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        0
9.29/9.35	c  0.0s |       0 |       53 |        1 |      386      0 |        0 |        0
9.29/9.35	c #cpu_time = 0.001s
9.29/9.35	c #wall_clock_time = 0.001s
9.29/9.35	c #decision = 53
9.29/9.35	c #random_decision = 0
9.29/9.35	c #conflict = 1
9.29/9.35	c #restart = 0
9.29/9.35	o 80
9.29/9.35	c BCD2: hardening fixes 7 literals
9.29/9.35	c BCD2: updating upper bound: 526 -> 79
9.29/9.35	c BCD2: 1 <= obj <= 79
9.29/9.35	c BCD2: #cores=1, #unrelaxed=1, #relaxed=20, #hardened=7
9.29/9.35	c BCD2: #sat=2 #unsat=2 bias=2/4
9.29/9.35	c Solving starts ...
9.29/9.35	c ============================[ Search Statistics ]============================
9.29/9.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.35	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.35	c =============================================================================
9.29/9.35	c  0.0s |       0 |        0 |        0 |      386      0 |        8 |        1
9.29/9.36	c  0.0s |       1 |      149 |      100 |      386      0 |        8 |        2
9.29/9.37	c  0.0s |       2 |      426 |      250 |      386      1 |        8 |        2
9.29/9.40	c  0.0s |       3 |      829 |      475 |      386      2 |        8 |        2
9.39/9.43	c  0.1s |       4 |     1346 |      813 |      386      3 |        8 |        2
9.39/9.49	c  0.1s |       5 |     2087 |     1320 |      386      6 |        8 |        2
9.49/9.56	c  0.2s |       6 |     3200 |     2081 |      386      9 |        8 |        2
9.59/9.68	c  0.3s |       7 |     5077 |     3223 |      386     13 |        8 |        2
9.79/9.86	c  0.5s |       8 |     7574 |     4936 |      386     21 |        8 |        2
10.09/10.11	c  0.8s |       9 |    11352 |     7506 |      386     31 |        8 |        2
10.49/10.51	c  1.2s |      10 |    17272 |    11361 |      386     47 |        8 |        2
11.10/11.12	c  1.8s |      11 |    26444 |    17144 |      425     70 |        8 |        2
11.99/12.04	c  2.7s |      12 |    40167 |    25819 |      425    104 |        8 |        2
13.39/13.40	c  4.1s |      13 |    60626 |    38832 |      425    155 |        8 |        2
15.29/15.33	c  6.0s |      13 |    87524 |    56347 |      425    226 |        8 |        2
15.29/15.33	c #cpu_time = 5.971s
15.29/15.33	c #wall_clock_time = 5.987s
15.29/15.33	c #decision = 87524
15.29/15.33	c #random_decision = 264
15.29/15.33	c #conflict = 56347
15.29/15.33	c #restart = 13
15.29/15.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 28: cost of the new core is >=37
15.29/15.33	c lower bound updated to 37
15.29/15.35	c BCD2: 37 <= obj <= 79
15.29/15.35	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
15.29/15.35	c BCD2: #sat=2 #unsat=3 bias=3/5
15.29/15.35	c Solving starts ...
15.29/15.35	c ============================[ Search Statistics ]============================
15.29/15.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.35	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.35	c =============================================================================
15.29/15.35	c  0.0s |       0 |        0 |        0 |      425      0 |       10 |        2
15.29/15.35	c  0.0s |       1 |      143 |      100 |      425      0 |       10 |        4
15.29/15.36	c  0.0s |       2 |      429 |      250 |      425      1 |       10 |        4
15.29/15.39	c  0.1s |       3 |      794 |      475 |      425      2 |       10 |        4
15.40/15.43	c  0.1s |       4 |     1389 |      813 |      468      3 |       10 |        4
15.40/15.48	c  0.2s |       5 |     2252 |     1320 |      468      5 |       10 |        4
15.50/15.57	c  0.2s |       6 |     3485 |     2081 |      468      8 |       10 |        4
15.59/15.69	c  0.4s |       7 |     5345 |     3223 |      468     12 |       10 |        4
15.79/15.87	c  0.5s |       8 |     7946 |     4936 |      468     18 |       10 |        4
16.09/16.15	c  0.8s |       9 |    12262 |     7506 |      468     27 |       10 |        4
16.50/16.55	c  1.2s |      10 |    18385 |    11361 |      468     41 |       10 |        4
17.09/17.17	c  1.8s |      11 |    27213 |    17144 |      468     62 |       10 |        4
18.09/18.12	c  2.8s |      12 |    40504 |    25819 |      468     94 |       10 |        4
19.49/19.51	c  4.2s |      13 |    61257 |    38832 |      468    140 |       10 |        4
20.69/20.77	c  5.4s |      13 |    78527 |    50137 |      468    181 |       11 |        5
20.69/20.77	c #cpu_time = 5.421s
20.69/20.77	c #wall_clock_time = 5.435s
20.69/20.77	c #decision = 78527
20.69/20.77	c #random_decision = 250
20.69/20.77	c #conflict = 50137
20.69/20.77	c #restart = 13
20.69/20.77	c BCD2: updating lower bound of a core
20.69/20.77	c lower bound updated to 63
20.69/20.77	c BCD2: 63 <= obj <= 79
20.69/20.77	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
20.69/20.77	c BCD2: #sat=2 #unsat=4 bias=4/6
20.69/20.77	c Solving starts ...
20.69/20.77	c ============================[ Search Statistics ]============================
20.69/20.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.69/20.77	c       |         |          |          |    Limit     GC | Var      | Constra 
20.69/20.77	c =============================================================================
20.69/20.77	c  0.0s |       0 |        0 |        0 |      468      0 |       11 |        5
20.69/20.78	c  0.0s |       1 |      189 |      100 |      468      0 |       11 |        5
20.69/20.80	c  0.0s |       2 |      428 |      250 |      468      0 |       11 |        5
20.79/20.82	c  0.1s |       3 |      784 |      475 |      468      1 |       11 |        5
20.79/20.86	c  0.1s |       4 |     1359 |      813 |      468      3 |       11 |        5
20.89/20.91	c  0.1s |       5 |     2216 |     1320 |      468      4 |       11 |        5
20.89/20.99	c  0.2s |       6 |     3508 |     2081 |      468      7 |       11 |        5
21.09/21.11	c  0.3s |       7 |     5312 |     3223 |      468     11 |       11 |        5
21.19/21.29	c  0.5s |       8 |     8193 |     4936 |      468     18 |       11 |        5
21.49/21.57	c  0.8s |       9 |    12331 |     7506 |      468     27 |       11 |        5
21.89/21.97	c  1.2s |      10 |    18735 |    11361 |      468     41 |       11 |        5
22.49/22.56	c  1.8s |      11 |    27870 |    17144 |      515     61 |       11 |        5
23.39/23.49	c  2.7s |      12 |    42381 |    25819 |      515     90 |       11 |        5
24.79/24.88	c  4.1s |      13 |    63557 |    38832 |      515    134 |       11 |        5
26.09/26.17	c  5.4s |      13 |    81571 |    50457 |      515    173 |       12 |        6
26.09/26.17	c #cpu_time = 5.384s
26.09/26.17	c #wall_clock_time = 5.398s
26.09/26.17	c #decision = 81571
26.09/26.17	c #random_decision = 211
26.29/26.30	c #conflict = 50457
26.29/26.30	c #restart = 13
26.29/26.30	c BCD2: updating lower bound of a core
26.29/26.30	c lower bound updated to 75
26.29/26.30	c BCD2: 75 <= obj <= 79
26.29/26.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
26.29/26.30	c BCD2: #sat=2 #unsat=5 bias=5/7
26.29/26.30	c Solving starts ...
26.29/26.30	c ============================[ Search Statistics ]============================
26.29/26.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.29/26.30	c       |         |          |          |    Limit     GC | Var      | Constra 
26.29/26.30	c =============================================================================
26.29/26.30	c  0.0s |       0 |        0 |        0 |      515      0 |       12 |        6
26.29/26.30	c  0.0s |       1 |      153 |      100 |      515      0 |       12 |        6
26.29/26.30	c  0.0s |       2 |      397 |      250 |      515      0 |       12 |        6
26.29/26.30	c  0.1s |       3 |      737 |      475 |      515      1 |       12 |        6
26.29/26.30	c  0.1s |       4 |     1369 |      813 |      515      2 |       12 |        6
26.29/26.32	c  0.2s |       5 |     2254 |     1320 |      515      4 |       12 |        6
26.39/26.41	c  0.2s |       6 |     3479 |     2081 |      515      6 |       12 |        6
26.49/26.53	c  0.4s |       7 |     5178 |     3223 |      515     10 |       12 |        6
26.69/26.72	c  0.5s |       8 |     8055 |     4936 |      515     16 |       12 |        6
26.89/26.99	c  0.8s |       9 |    12366 |     7506 |      515     24 |       12 |        6
27.39/27.41	c  1.2s |      10 |    18892 |    11361 |      515     37 |       12 |        6
27.99/28.05	c  1.9s |      11 |    28071 |    17144 |      515     57 |       12 |        6
28.89/29.00	c  2.8s |      12 |    42135 |    25819 |      515     86 |       12 |        6
30.39/30.43	c  4.3s |      13 |    62768 |    38832 |      515    130 |       12 |        6
32.39/32.44	c  6.3s |      13 |    91303 |    57032 |      515    190 |       12 |        6
32.49/32.59	c  6.4s |      14 |    93207 |    58352 |      515    195 |       12 |        6
34.49/34.59	c  8.4s |      14 |   121300 |    76052 |      567    249 |       12 |        6
35.09/35.14	c  9.0s |      14 |   128511 |    80809 |      567    264 |       13 |        7
35.09/35.14	c #cpu_time = 8.949s
35.09/35.14	c #wall_clock_time = 8.971s
35.09/35.14	c #decision = 128511
35.09/35.14	c #random_decision = 373
35.09/35.14	c #conflict = 80809
35.09/35.14	c #restart = 14
35.09/35.14	c BCD2: updating lower bound of a core
35.09/35.14	c lower bound updated to 79
35.09/35.14	c BCD2: 79 <= obj <= 79
35.09/35.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
35.09/35.14	c BCD2: #sat=2 #unsat=6 bias=6/8
35.09/35.14	c Solving starts ...
35.09/35.14	c ============================[ Search Statistics ]============================
35.09/35.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.09/35.14	c       |         |          |          |    Limit     GC | Var      | Constra 
35.09/35.14	c =============================================================================
35.09/35.14	c  0.0s |       0 |        0 |        0 |      567      0 |       13 |        7
35.09/35.15	c  0.0s |       1 |      145 |      100 |      567      0 |       13 |        7
35.09/35.17	c  0.0s |       2 |      366 |      250 |      567      0 |       13 |        7
35.09/35.20	c  0.1s |       3 |      721 |      475 |      567      1 |       13 |        7
35.19/35.23	c  0.1s |       4 |     1281 |      813 |      567      2 |       13 |        7
35.19/35.28	c  0.1s |       5 |     2122 |     1320 |      567      3 |       13 |        7
35.29/35.37	c  0.2s |       6 |     3388 |     2081 |      567      6 |       13 |        7
35.48/35.50	c  0.4s |       7 |     5360 |     3223 |      567      9 |       13 |        7
35.58/35.68	c  0.5s |       8 |     8077 |     4936 |      567     14 |       13 |        7
35.88/35.95	c  0.8s |       9 |    12170 |     7506 |      567     22 |       13 |        7
36.29/36.36	c  1.2s |      10 |    18101 |    11361 |      567     34 |       13 |        7
36.88/36.97	c  1.8s |      11 |    27578 |    17144 |      567     52 |       13 |        7
37.88/37.91	c  2.8s |      12 |    41863 |    25819 |      567     78 |       13 |        7
39.28/39.34	c  4.2s |      13 |    63131 |    38832 |      567    118 |       13 |        7
40.58/40.65	c  5.5s |      13 |    80838 |    50288 |      567    152 |       14 |        8
40.58/40.65	c #cpu_time = 5.494s
40.58/40.65	c #wall_clock_time = 5.508s
40.58/40.65	c #decision = 80838
40.58/40.65	c #random_decision = 244
40.58/40.65	c #conflict = 50288
40.58/40.65	c #restart = 13
40.58/40.65	c BCD2: updating lower bound of a core
40.58/40.65	c lower bound updated to 80
40.58/40.65	s OPTIMUM FOUND
40.58/40.65	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
40.58/40.65	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
40.58/40.65	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
40.58/40.65	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
40.58/40.65	v x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
40.58/40.65	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
40.58/40.65	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70
40.58/40.65	v -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80
40.58/40.65	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
40.58/40.65	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
40.58/40.65	v -x101 x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
40.58/40.65	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
40.58/40.65	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
40.58/40.65	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
40.58/40.65	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
40.58/40.65	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
40.58/40.65	v -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169
40.58/40.65	c total CPU time = 40.547s
40.58/40.65	c total wall clock time = 40.651s

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109582-1466343840/watcher-4109582-1466343840 -o /tmp/evaluation-result-4109582-1466343840/solver-4109582-1466343840 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1236 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109582-1466343840.wbo 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.27 2.02 2/177 2048
/proc/meminfo: memFree=28883752/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=671164 CPUtime=0 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 2491 0 0 0 0 0 0 0 20 0 4 0 36430921 687271936 3362 33554432000 4194304 16246674 140737466163360 140737466162784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 168303 3373 441 2943 0 165197 0
[pid=2048/tid=2049] ppid=2045 vsize=689596 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 706146304 3434 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=693692 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 710340608 3449 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=697788 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430921 714534912 3466 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.18 2.27 2.02 2/177 2048
/proc/meminfo: memFree=28883752/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 18325 0 0 0 7 2 0 0 20 0 4 0 36430921 1247350784 19189 33554432000 4194304 16246674 140737466163360 140737466162784 12501877 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 304529 19199 614 2943 0 301423 0
[pid=2048/tid=2049] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 19206 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 19209 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 19209 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20053 s]
/proc/loadavg: 2.18 2.27 2.02 2/177 2048
/proc/meminfo: memFree=28883752/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 26191 0 0 0 16 3 0 0 20 0 4 0 36430921 1247350784 27055 33554432000 4194304 16246674 140737466163360 140737466162784 13954914 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 304529 27056 614 2943 0 301423 0
[pid=2048/tid=2049] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 27060 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 27061 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 27066 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300484 s]
/proc/loadavg: 2.18 2.27 2.02 2/177 2048
/proc/meminfo: memFree=28883752/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 36371 0 0 0 25 4 0 0 20 0 4 0 36430921 1247350784 37229 33554432000 4194304 16246674 140737466163360 140737466162784 5600539 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 304529 37235 791 2943 0 301423 0
[pid=2048/tid=2049] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 37238 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 37240 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 37244 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.70041 s]
/proc/loadavg: 2.18 2.27 2.02 2/177 2048
/proc/meminfo: memFree=28883752/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 87637 0 0 0 58 11 0 0 20 0 4 0 36430921 1247350784 88496 33554432000 4194304 16246674 140737466163360 140737466145280 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 304529 88502 792 2943 0 301423 0
[pid=2048/tid=2049] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 88505 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 88507 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 88508 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.18 2.27 2.02 3/181 2052
/proc/meminfo: memFree=28318284/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 193251 0 0 0 121 28 0 0 20 0 4 0 36430921 1247350784 194109 33554432000 4194304 16246674 140737466163360 140737466145280 5662075 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 304529 194114 792 2943 0 301423 0
[pid=2048/tid=2049] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 194120 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 194123 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430921 1247350784 194127 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.18 2.27 2.02 3/181 2052
/proc/meminfo: memFree=27898924/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1305156 CPUtime=3.08 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267349 0 0 0 269 39 0 0 20 0 4 0 36430921 1336479744 268184 33554432000 4194304 16246674 140737466163360 140737466145280 5663444 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326289 268184 874 2943 0 323183 0
[pid=2048/tid=2049] ppid=2045 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1336479744 268184 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1336479744 268184 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1336479744 268184 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.16 2.26 2.02 3/181 2052
/proc/meminfo: memFree=27810692/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267502 0 0 0 589 40 0 0 20 0 4 0 36430921 1337528320 268337 33554432000 4194304 16246674 140737466163360 140737466145280 6010629 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268337 874 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268337 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268337 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268337 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.15 2.26 2.02 3/181 2052
/proc/meminfo: memFree=27810120/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267630 0 0 0 1229 40 0 0 20 0 4 0 36430921 1337528320 268465 33554432000 4194304 16246674 140737466163360 140737466145280 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268465 885 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268465 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268465 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268465 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.18 2.26 2.02 4/181 2101
/proc/meminfo: memFree=27811408/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267676 0 0 0 2509 40 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140737466145280 13781168 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268511 885 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.18 2.26 2.02 4/181 2101
/proc/meminfo: memFree=27811408/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267676 0 0 0 2519 40 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140737466145280 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268511 885 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+32.0071 s]
/proc/loadavg: 2.17 2.26 2.02 3/181 2101
/proc/meminfo: memFree=27810120/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=31.99 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267676 0 0 0 3159 40 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140737466146360 13950184 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268511 885 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268511 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+35.2004 s]
/proc/loadavg: 2.16 2.25 2.02 3/181 2101
/proc/meminfo: memFree=27810492/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=35.19 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267678 0 0 0 3479 40 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140737466146360 6836120 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268513 886 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.16 2.25 2.02 3/181 2101
/proc/meminfo: memFree=27810508/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=38.38 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267678 0 0 0 3798 40 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140737466145280 5667620 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268513 886 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1306180

[startup+40.0004 s]
/proc/loadavg: 2.14 2.25 2.02 3/181 2101
/proc/meminfo: memFree=27810640/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=39.98 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267678 0 0 0 3958 40 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140737466145280 5808492 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268513 886 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 1306180

[startup+40.4004 s]
/proc/loadavg: 2.14 2.25 2.02 3/181 2101
/proc/meminfo: memFree=27810640/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=40.38 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267678 0 0 0 3998 40 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140737466145280 5663615 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268513 886 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.38
Current children cumulated vsize (KiB) 1306180

[startup+40.6004 s]
/proc/loadavg: 2.14 2.25 2.02 3/181 2101
/proc/meminfo: memFree=27810640/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=1306180 CPUtime=40.58 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202496 267678 0 0 0 4018 40 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140737466145280 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 326545 268513 886 2943 0 323439 0
[pid=2048/tid=2049] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2049/stat : 2049 (toysat) S 2045 2048 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247270665456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2048/tid=2050] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2050/stat : 2050 (toysat) S 2045 2048 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247190973680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2048/tid=2051] ppid=2045 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2048/task/2051/stat : 2051 (toysat) S 2045 2048 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430921 1337528320 268513 33554432000 4194304 16246674 140737466163360 140247180500144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.58
Current children cumulated vsize (KiB) 1306180

[startup+40.7005 s]
/proc/loadavg: 2.14 2.25 2.02 3/178 2101
/proc/meminfo: memFree=28648136/32872528 swapFree=1316768/1463936
[pid=2048] ppid=2045 vsize=0 CPUtime=40.69 cores=1,3,5,7
/proc/2048/stat : 2048 (toysat) R 2045 2048 1219 0 -1 4202500 267682 0 0 0 4024 45 0 0 20 0 1 0 36430921 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2048/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 40.714
CPU time (s): 40.7068
CPU user time (s): 40.2409
CPU system time (s): 0.465929
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.2409
system time used= 0.465929
maximum resident set size= 1074060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267682
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= 43

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.105983 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:44:00
IDJOB=4109582
IDBENCH=78859
IDSOLVER=2553
FILE ID=node121/4109582-1466343840
RUNJOBID= node121-1466341819-1236
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= c010566414bbd5e3504a69202a9a8e12
RANDOM SEED=1249872599

node121.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.691
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.38
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.691
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.691
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.691
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.691
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.691
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.691
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.691
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:        28884412 kB
Buffers:          202416 kB
Cached:           482964 kB
SwapCached:         1944 kB
Active:          1277160 kB
Inactive:         484308 kB
Active(anon):    1075548 kB
Inactive(anon):     2900 kB
Active(file):     201612 kB
Inactive(file):   481408 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             33040 kB
Writeback:             0 kB
AnonPages:       2540812 kB
Mapped:            12356 kB
Shmem:                 0 kB
Slab:             628808 kB
SReclaimable:      72876 kB
SUnreclaim:       555932 kB
KernelStack:        1504 kB
PageTables:         8980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2668540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71688 MiB
End job on node121 at 2016-06-19 15:44:41