Trace number 4109294

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 31.9321 31.9385

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-66-100-0.wbo
MD5SUM9ed46c486c107ad7f5d3527fe7805777
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark6.18706
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints26
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
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:40:39+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-4109294-1466343639.wbo"]
0.00/0.01	c use --random-gen="2226242743 1268409260 1023921014 1789676328 3819455486 1009942840 1519307203 948412904 928328858 669986459 4123817321 3129904848 2086395854 3982040624 156483984 3907310732 194043513 17440472 2258202199 1221968864 1968731162 1181903911 4044726846 3689520133 3561868319 990339087 375060907 313656678 3919980997 913299752 3221026889 4068070765 766042148 891868018 2929477386 3834617677 2771868170 4167444554 3112965246 3419562810 1812409120 3746815901 2669326932 1633263021 2870320154 4169923245 2060889379 4139331235 2848085373 796389401 37039148 2966164534 3022756852 834437949 1329418795 828251432 556756684 592971587 468256386 1250295737 3102805772 3951674955 2296474910 2321151153 32613050 816348727 2697794062 1710012952 1737717206 3387274533 306578399 3546633049 463018654 3736697299 3086541087 3951166910 952008517 4101275112 2122784681 2079186733 96859139 2975661216 3645865708 1428018340 2973564167 2060250615 3575167391 1376156075 3010101754 241869523 3472576036 1337428666 2561833843 4260452670 840426931 2805776358 3123845318 2849971164 2890691758 3312744602 2780142034 282147942 3566083969 473476525 2896785525 2344116224 736201701 2537096097 1447080687 3184539805 2483718202 3058237312 3105758094 3815300913 628284826 4290421625 1143589748 2545836586 1480717171 1613167929 218483405 573072750 1297510713 3748606067 3240227024 3794599506 2313777549 3383727056 1921080514 3368876070 325930676 3629427636 2106638194 2440835378 2752719892 3239798244 3651321030 3377537088 4182936303 3470351776 2034443677 2120435687 3394350107 2865885223 225602245 3884810930 3520150860 2546028707 2705112308 3993534012 482187913 1288062182 1739411215 700244365 401468394 2380920549 3637543326 536269539 392459320 1864176762 3085869167 2841634341 1744450785 1635823218 2276614796 375343780 3323340825 1753775324 1287022981 4170427777 1785216192 1223571540 581326259 2026579178 2642327637 514950331 217209502 3608412528 1896696715 1004424768 789563911 1039460759 2005919803 1771900151 3926532550 3827449157 794956577 2499672981 383918091 3579610945 2557784319 1770585180 4148327096 892272784 1242795548 391609506 1304045042 1670692374 3996310497 3625175320 3713683856 2593765917 836746303 2386612918 2251803934 4283164065 1763018259 3742883103 993033816 4076599604 1671382374 1922608768 1589895957 888563103 4174106813 698836232 38818691 190990630 2871739747 3218876539 1745452185 805824283 502767327 3390070000 2168538689 3180486312 818941569 3071522397 841014363 1377686738 945592609 1192549917 2696995845 2444935591 1504481065 101741343 304232968 977777644 1243801329 1630129663 1403660330 1818288758 3531497205 1018297849 3155806937 1835074269 2587461054 852670689 124590848 608634048 1720503308 4011071782 4230690364 3732758213 3254169455 1866455190 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |       98      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      175 |      100 |       98      0 |        0 |        0
0.19/0.28	c  0.0s |       2 |      414 |      250 |      108      1 |        0 |        0
0.28/0.31	c  0.1s |       3 |      774 |      475 |      119      3 |        0 |        0
0.28/0.36	c  0.1s |       4 |     1391 |      813 |      131      7 |        0 |        0
0.39/0.43	c  0.2s |       5 |     2419 |     1320 |      145     12 |        0 |        0
0.49/0.54	c  0.3s |       6 |     3851 |     2081 |      176     18 |        0 |        0
0.49/0.59	c  0.3s |       6 |     4428 |     2415 |      176     21 |        0 |        0
0.49/0.59	c #cpu_time = 0.335s
0.49/0.59	c #wall_clock_time = 0.336s
0.49/0.59	c #decision = 4428
0.49/0.59	c #random_decision = 4
0.49/0.59	c #conflict = 2415
0.49/0.59	c #restart = 6
0.49/0.59	o 188
0.49/0.59	c BCD2: updating upper bound: 1242 -> 187
0.49/0.59	c BCD2: 0 <= obj <= 187
0.49/0.59	c BCD2: #cores=0, #unrelaxed=26, #relaxed=0, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |      176      0 |        0 |        0
0.59/0.60	c  0.0s |       1 |      181 |      100 |      176      0 |        0 |        0
0.59/0.63	c  0.0s |       2 |      445 |      250 |      176      1 |        0 |        0
0.59/0.66	c  0.1s |       3 |      795 |      475 |      176      3 |        0 |        0
0.69/0.72	c  0.1s |       4 |     1353 |      813 |      194      5 |        0 |        0
0.79/0.80	c  0.2s |       5 |     2122 |     1320 |      194      9 |        0 |        0
0.89/0.92	c  0.3s |       6 |     3184 |     2081 |      194     14 |        0 |        0
1.10/1.11	c  0.5s |       7 |     4761 |     3223 |      214     21 |        0 |        0
1.29/1.39	c  0.8s |       8 |     7167 |     4936 |      214     32 |        0 |        0
1.69/1.75	c  1.2s |       9 |    11024 |     7506 |      236     47 |        0 |        0
2.09/2.19	c  1.6s |      10 |    16675 |    11361 |      260     68 |        0 |        0
2.79/2.89	c  2.3s |      11 |    25134 |    17144 |      286     99 |        0 |        0
3.89/3.91	c  3.3s |      12 |    36875 |    25819 |      315    142 |        0 |        0
5.29/5.39	c  4.8s |      13 |    54892 |    38832 |      347    203 |        0 |        0
7.39/7.40	c  6.8s |      13 |    80305 |    56432 |      382    283 |        0 |        0
7.59/7.63	c  7.0s |      14 |    83176 |    58352 |      382    291 |        0 |        0
9.59/9.63	c  9.0s |      14 |   108218 |    75752 |      382    364 |        0 |        0
11.10/11.11	c 10.5s |      15 |   124864 |    87632 |      421    414 |        0 |        0
13.09/13.12	c 12.5s |      15 |   147999 |   104132 |      421    478 |        0 |        0
14.59/14.60	c 14.0s |      15 |   163509 |   115517 |      421    524 |        0 |        0
14.59/14.60	c #cpu_time = 13.975s
14.59/14.60	c #wall_clock_time = 14.011s
14.59/14.60	c #decision = 163509
14.59/14.60	c #random_decision = 415
14.59/14.60	c #conflict = 115517
14.59/14.60	c #restart = 15
14.59/14.60	c BCD2: found a new core of size 26: cost of the new core is >=1
14.59/14.60	c lower bound updated to 1
14.59/14.60	c BCD2: 1 <= obj <= 187
14.59/14.60	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=0
14.59/14.60	c BCD2: #sat=1 #unsat=2 bias=2/3
14.59/14.60	c Solving starts ...
14.59/14.60	c ============================[ Search Statistics ]============================
14.59/14.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.60	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.60	c =============================================================================
14.59/14.60	c  0.0s |       0 |        0 |        0 |      421      0 |        0 |        0
14.59/14.61	c  0.0s |       1 |      189 |      100 |      421      1 |        0 |        0
14.59/14.63	c  0.0s |       2 |      436 |      250 |      421      1 |        0 |        0
14.59/14.66	c  0.1s |       3 |      927 |      475 |      421      2 |        0 |        0
14.59/14.69	c  0.1s |       4 |     1486 |      813 |      421      3 |        0 |        0
14.69/14.74	c  0.1s |       5 |     2411 |     1320 |      421      5 |        0 |        0
14.79/14.82	c  0.2s |       6 |     3667 |     2081 |      421      9 |        0 |        0
14.89/14.94	c  0.3s |       7 |     5488 |     3223 |      421     13 |        0 |        0
15.09/15.12	c  0.5s |       8 |     8327 |     4936 |      421     21 |        0 |        0
15.29/15.36	c  0.8s |       9 |    12503 |     7506 |      421     31 |        0 |        0
15.69/15.75	c  1.2s |      10 |    19003 |    11361 |      421     47 |        0 |        0
16.29/16.33	c  1.7s |      11 |    28931 |    17144 |      464     68 |        1 |        0
17.09/17.15	c  2.5s |      12 |    43673 |    25819 |      464     98 |        2 |        0
18.09/18.18	c  3.6s |      12 |    62486 |    36197 |      464    134 |        4 |        0
18.09/18.18	c #cpu_time = 3.569s
18.09/18.18	c #wall_clock_time = 3.578s
18.09/18.18	c #decision = 62486
18.09/18.18	c #random_decision = 201
18.09/18.18	c #conflict = 36197
18.09/18.18	c #restart = 12
18.09/18.18	o 82
18.09/18.18	c BCD2: hardening fixes 6 literals
18.09/18.18	c BCD2: updating upper bound: 187 -> 81
18.09/18.18	c BCD2: 1 <= obj <= 81
18.09/18.18	c BCD2: #cores=1, #unrelaxed=0, #relaxed=20, #hardened=6
18.09/18.18	c BCD2: #sat=2 #unsat=2 bias=2/4
18.09/18.18	c Solving starts ...
18.09/18.18	c ============================[ Search Statistics ]============================
18.09/18.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.18	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.18	c =============================================================================
18.09/18.18	c  0.0s |       0 |        0 |        0 |      464      0 |       10 |        2
18.09/18.19	c  0.0s |       1 |      176 |      100 |      464      0 |       10 |        2
18.19/18.20	c  0.0s |       2 |      432 |      250 |      464      0 |       10 |        2
18.19/18.23	c  0.0s |       3 |      853 |      475 |      464      1 |       10 |        2
18.19/18.26	c  0.1s |       4 |     1510 |      813 |      464      2 |       10 |        2
18.29/18.31	c  0.1s |       5 |     2373 |     1320 |      464      4 |       10 |        2
18.29/18.38	c  0.2s |       6 |     3623 |     2081 |      464      7 |       10 |        2
18.49/18.50	c  0.3s |       7 |     5526 |     3223 |      464     11 |       10 |        2
18.59/18.67	c  0.5s |       8 |     8476 |     4936 |      464     18 |       10 |        2
18.90/18.92	c  0.7s |       9 |    12612 |     7506 |      464     27 |       10 |        2
19.29/19.32	c  1.1s |      10 |    18864 |    11361 |      464     41 |       10 |        2
19.89/19.92	c  1.7s |      11 |    28512 |    17144 |      464     62 |       10 |        2
19.89/19.98	c  1.8s |      11 |    29331 |    17643 |      464     64 |       10 |        2
19.89/19.98	c #cpu_time = 1.792s
19.89/19.98	c #wall_clock_time = 1.796s
19.89/19.98	c #decision = 29331
19.89/19.98	c #random_decision = 71
19.89/19.98	c #conflict = 17643
19.89/19.98	c #restart = 11
19.89/19.98	o 77
19.89/19.98	c BCD2: hardening fixes 1 literals
19.89/19.98	c BCD2: updating upper bound: 81 -> 76
19.89/19.98	c BCD2: 1 <= obj <= 76
19.89/19.98	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=7
19.89/19.98	c BCD2: #sat=3 #unsat=2 bias=2/5
19.89/19.98	c Solving starts ...
19.89/19.98	c ============================[ Search Statistics ]============================
19.89/19.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.98	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.98	c =============================================================================
19.89/19.98	c  0.0s |       0 |        0 |        0 |      464      0 |       11 |        4
19.89/19.99	c  0.0s |       1 |      154 |      100 |      464      1 |       11 |        4
19.99/20.01	c  0.0s |       2 |      352 |      250 |      464      1 |       11 |        4
19.99/20.04	c  0.1s |       3 |      661 |      475 |      464      2 |       11 |        4
19.99/20.08	c  0.1s |       4 |     1146 |      813 |      464      3 |       11 |        4
20.09/20.15	c  0.2s |       5 |     1949 |     1320 |      464      5 |       11 |        4
20.19/20.23	c  0.3s |       6 |     3201 |     2081 |      464      8 |       11 |        4
20.29/20.36	c  0.4s |       7 |     4901 |     3223 |      464     12 |       11 |        4
20.49/20.55	c  0.6s |       8 |     7753 |     4936 |      464     18 |       11 |        4
20.79/20.83	c  0.8s |       9 |    11678 |     7506 |      464     27 |       11 |        4
21.19/21.25	c  1.3s |      10 |    17366 |    11361 |      464     41 |       11 |        4
21.59/21.60	c  1.6s |      10 |    23000 |    14930 |      464     54 |       11 |        4
21.59/21.60	c #cpu_time = 1.623s
21.59/21.60	c #wall_clock_time = 1.627s
21.59/21.60	c #decision = 23000
21.59/21.60	c #random_decision = 63
21.59/21.60	c #conflict = 14930
21.59/21.60	c #restart = 10
21.59/21.60	o 29
21.59/21.60	c BCD2: refineUB: 28 -> 27
21.59/21.60	c BCD2: hardening fixes 12 literals
21.59/21.60	c BCD2: updating upper bound: 76 -> 27
21.59/21.60	c BCD2: 1 <= obj <= 27
21.59/21.60	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=19
21.59/21.60	c BCD2: #sat=4 #unsat=2 bias=2/6
21.59/21.61	c Solving starts ...
21.59/21.61	c ============================[ Search Statistics ]============================
21.59/21.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.59/21.61	c       |         |          |          |    Limit     GC | Var      | Constra 
21.59/21.61	c =============================================================================
21.59/21.61	c  0.0s |       0 |        0 |        0 |      464      0 |       23 |        6
21.59/21.62	c  0.0s |       1 |      147 |      100 |      464      0 |       23 |        6
21.59/21.63	c  0.0s |       2 |      366 |      250 |      464      1 |       23 |        6
21.59/21.66	c  0.1s |       3 |      655 |      475 |      464      2 |       23 |        6
21.59/21.69	c  0.1s |       4 |     1105 |      813 |      464      3 |       23 |        6
21.69/21.75	c  0.1s |       5 |     1824 |     1320 |      464      5 |       23 |        6
21.79/21.83	c  0.2s |       6 |     2833 |     2081 |      464      7 |       23 |        6
21.89/21.94	c  0.3s |       7 |     4563 |     3223 |      464     11 |       23 |        6
22.09/22.12	c  0.5s |       8 |     6972 |     4936 |      464     17 |       23 |        6
22.39/22.41	c  0.8s |       9 |    10462 |     7506 |      464     26 |       23 |        6
22.79/22.83	c  1.2s |      10 |    15794 |    11361 |      511     39 |       23 |        6
23.39/23.46	c  1.9s |      11 |    23789 |    17144 |      511     58 |       23 |        6
24.39/24.44	c  2.8s |      12 |    35710 |    25819 |      511     86 |       23 |        6
25.89/25.93	c  4.3s |      13 |    53570 |    38832 |      511    129 |       23 |        6
26.19/26.25	c  4.6s |      13 |    57108 |    41364 |      511    138 |       24 |        8
26.19/26.25	c #cpu_time = 4.631s
26.19/26.25	c #wall_clock_time = 4.642s
26.19/26.25	c #decision = 57108
26.19/26.25	c #random_decision = 110
26.19/26.25	c #conflict = 41364
26.19/26.25	c #restart = 13
26.19/26.25	c BCD2: updating lower bound of a core
26.19/26.25	c BCD2: refineLB: 11 -> 17
26.19/26.25	c lower bound updated to 17
26.19/26.25	c BCD2: refineUB: 28 -> 27
26.19/26.25	c BCD2: 17 <= obj <= 27
26.19/26.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=19
26.19/26.25	c BCD2: #sat=4 #unsat=3 bias=3/7
26.19/26.25	c Solving starts ...
26.19/26.25	c ============================[ Search Statistics ]============================
26.19/26.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.19/26.25	c       |         |          |          |    Limit     GC | Var      | Constra 
26.19/26.25	c =============================================================================
26.19/26.25	c  0.0s |       0 |        0 |        0 |      511      0 |       24 |        8
26.19/26.26	c  0.0s |       1 |      134 |      100 |      511      0 |       24 |        8
26.19/26.28	c  0.0s |       2 |      397 |      250 |      511      1 |       24 |        8
26.29/26.30	c  0.1s |       3 |      753 |      475 |      511      1 |       24 |        8
26.29/26.34	c  0.1s |       4 |     1186 |      813 |      511      2 |       24 |        8
26.39/26.40	c  0.2s |       5 |     1833 |     1320 |      511      4 |       24 |        8
26.39/26.49	c  0.2s |       6 |     2876 |     2081 |      511      7 |       24 |        8
26.59/26.62	c  0.4s |       7 |     4410 |     3223 |      511     10 |       24 |        8
26.79/26.81	c  0.6s |       8 |     6849 |     4936 |      511     16 |       24 |        8
26.99/27.09	c  0.8s |       9 |    10462 |     7506 |      511     24 |       24 |        8
27.49/27.50	c  1.3s |      10 |    15754 |    11361 |      511     37 |       24 |        8
28.09/28.14	c  1.9s |      11 |    23706 |    17144 |      511     55 |       24 |        8
29.09/29.11	c  2.9s |      12 |    35176 |    25819 |      511     84 |       24 |        8
29.59/29.65	c  3.4s |      12 |    42024 |    30650 |      511     99 |       24 |        8
29.59/29.65	c #cpu_time = 3.398s
29.59/29.65	c #wall_clock_time = 3.407s
29.59/29.65	c #decision = 42024
29.59/29.65	c #random_decision = 92
29.59/29.65	c #conflict = 30650
29.59/29.66	c #restart = 12
29.59/29.66	o 18
29.59/29.66	c BCD2: hardening fixes 4 literals
29.59/29.66	c BCD2: updating upper bound: 27 -> 17
29.59/29.66	c BCD2: 17 <= obj <= 17
29.59/29.66	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=23
29.59/29.66	c BCD2: #sat=5 #unsat=3 bias=3/8
29.59/29.66	c Solving starts ...
29.59/29.66	c ============================[ Search Statistics ]============================
29.59/29.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.59/29.66	c       |         |          |          |    Limit     GC | Var      | Constra 
29.59/29.66	c =============================================================================
29.59/29.66	c  0.0s |       0 |        0 |        0 |      511      0 |       31 |       10
29.59/29.67	c  0.0s |       1 |      145 |      100 |      511      1 |       31 |       14
29.59/29.68	c  0.0s |       2 |      397 |      250 |      511      1 |       31 |       14
29.69/29.71	c  0.1s |       3 |      745 |      475 |      511      2 |       31 |       14
29.69/29.75	c  0.1s |       4 |     1192 |      813 |      511      3 |       31 |       14
29.79/29.81	c  0.2s |       5 |     1914 |     1320 |      511      5 |       31 |       14
29.79/29.90	c  0.2s |       6 |     2934 |     2081 |      511      7 |       31 |       14
29.99/30.03	c  0.4s |       7 |     4504 |     3223 |      511     11 |       31 |       14
30.19/30.23	c  0.6s |       8 |     6838 |     4936 |      511     16 |       31 |       14
30.49/30.53	c  0.9s |       9 |    10419 |     7506 |      511     25 |       31 |       14
30.89/30.99	c  1.3s |      10 |    15922 |    11361 |      511     37 |       31 |       14
31.59/31.67	c  2.0s |      11 |    23706 |    17144 |      511     56 |       31 |       14
31.79/31.87	c  2.2s |      11 |    25853 |    18711 |      511     62 |       33 |       16
31.79/31.87	c #cpu_time = 2.212s
31.79/31.87	c #wall_clock_time = 2.218s
31.79/31.87	c #decision = 25853
31.79/31.87	c #random_decision = 53
31.79/31.87	c #conflict = 18711
31.79/31.87	c #restart = 11
31.79/31.87	c BCD2: updating lower bound of a core
31.79/31.87	c lower bound updated to 18
31.79/31.87	s OPTIMUM FOUND
31.79/31.87	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
31.79/31.87	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
31.79/31.87	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
31.79/31.87	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
31.79/31.87	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
31.79/31.87	v x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
31.79/31.87	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
31.79/31.87	v -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 x79 -x80
31.79/31.87	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
31.79/31.87	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
31.79/31.87	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
31.79/31.87	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
31.79/31.87	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
31.79/31.87	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
31.79/31.87	v -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150
31.79/31.87	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
31.79/31.87	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169
31.79/31.87	c total CPU time = 31.795s
31.79/31.87	c total wall clock time = 31.877s

Verifier Data

OK	18

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

pid=1471
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.20 2.28 1.97 3/178 1474
/proc/meminfo: memFree=28887080/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=604604 CPUtime=0 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 2234 0 0 0 0 0 0 0 20 0 4 0 36410841 619114496 2083 33554432000 4194304 16246674 140733362887680 140733362887104 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 151663 2093 441 2943 0 148557 0
[pid=1474/tid=1475] ppid=1471 vsize=777660 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 796323840 2761 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=782780 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 801566720 2778 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=786876 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410841 805761024 2795 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100123 s]
/proc/loadavg: 2.20 2.28 1.97 3/178 1474
/proc/meminfo: memFree=28887080/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 18294 0 0 0 7 2 0 0 20 0 4 0 36410841 1247350784 18136 33554432000 4194304 16246674 140733362887680 140733362887104 12399028 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 304529 18137 604 2943 0 301423 0
[pid=1474/tid=1475] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 18137 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 18140 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 18142 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200449 s]
/proc/loadavg: 2.20 2.28 1.97 3/178 1474
/proc/meminfo: memFree=28887080/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 26134 0 0 0 16 3 0 0 20 0 4 0 36410841 1247350784 25976 33554432000 4194304 16246674 140733362887680 140733362887104 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 304529 25977 604 2943 0 301423 0
[pid=1474/tid=1475] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 25977 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 25977 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 25977 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.30041 s]
/proc/loadavg: 2.20 2.28 1.97 3/178 1474
/proc/meminfo: memFree=28887080/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 37048 0 0 0 24 4 0 0 20 0 4 0 36410841 1247350784 36885 33554432000 4194304 16246674 140733362887680 140733362869568 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 304529 36889 781 2943 0 301423 0
[pid=1474/tid=1475] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 36890 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 36896 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 36903 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700384 s]
/proc/loadavg: 2.20 2.28 1.97 3/178 1474
/proc/meminfo: memFree=28887080/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 92688 0 0 0 57 12 0 0 20 0 4 0 36410841 1247350784 92523 33554432000 4194304 16246674 140733362887680 140733362869568 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 304529 92530 813 2943 0 301423 0
[pid=1474/tid=1475] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 92533 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 92535 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 92540 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.20 2.28 1.97 4/182 1478
/proc/meminfo: memFree=28249256/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 227258 0 0 0 116 33 0 0 20 0 4 0 36410841 1247350784 227093 33554432000 4194304 16246674 140733362887680 140733362869568 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 304529 227101 813 2943 0 301423 0
[pid=1474/tid=1475] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 227105 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 227108 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410841 1247350784 227110 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.1004 s]
/proc/loadavg: 2.20 2.28 1.97 4/182 1478
/proc/meminfo: memFree=27905528/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267328 0 0 0 269 40 0 0 20 0 4 0 36410841 1336479744 267141 33554432000 4194304 16246674 140733362887680 140733362869568 5676609 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326289 267141 871 2943 0 323183 0
[pid=1474/tid=1475] ppid=1471 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1336479744 267141 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1336479744 267141 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1336479744 267141 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.26 2.29 1.97 3/182 1478
/proc/meminfo: memFree=27817520/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267555 0 0 0 589 40 0 0 20 0 4 0 36410841 1337528320 267368 33554432000 4194304 16246674 140733362887680 140733362870680 5600384 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267368 871 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267368 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267368 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267368 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.24 2.28 1.97 3/182 1478
/proc/meminfo: memFree=27817676/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267557 0 0 0 1229 40 0 0 20 0 4 0 36410841 1337528320 267370 33554432000 4194304 16246674 140733362887680 140733362870680 5712502 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267370 872 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267370 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267370 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267370 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5069 s]
/proc/loadavg: 2.25 2.28 1.98 3/181 1478
/proc/meminfo: memFree=27815900/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267569 0 0 0 2509 40 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140733362869568 5717780 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267382 883 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.7004 s]
/proc/loadavg: 2.25 2.28 1.98 3/181 1478
/proc/meminfo: memFree=27815900/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=25.69 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267569 0 0 0 2529 40 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140733362869568 5523464 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267382 883 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267382 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.69
Current children cumulated vsize (KiB) 1306180

[startup+28.9004 s]
/proc/loadavg: 2.25 2.28 1.98 3/181 1478
/proc/meminfo: memFree=27816024/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=28.89 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267589 0 0 0 2849 40 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140733362869568 6026796 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267402 883 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.89
Current children cumulated vsize (KiB) 1306180

[startup+30.5004 s]
/proc/loadavg: 2.23 2.28 1.98 3/181 1478
/proc/meminfo: memFree=27816152/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=30.49 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267589 0 0 0 3009 40 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140733362869568 5711552 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267402 883 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.49
Current children cumulated vsize (KiB) 1306180

[startup+31.3004 s]
/proc/loadavg: 2.23 2.28 1.98 3/181 1478
/proc/meminfo: memFree=27815764/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=31.29 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267589 0 0 0 3089 40 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140733362869568 5545885 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267402 883 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.29
Current children cumulated vsize (KiB) 1306180

[startup+31.7004 s]
/proc/loadavg: 2.23 2.28 1.98 3/181 1478
/proc/meminfo: memFree=27815764/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=1306180 CPUtime=31.69 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202496 267589 0 0 0 3129 40 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140733362869568 5522872 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 326545 267402 883 2943 0 323439 0
[pid=1474/tid=1475] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1475/stat : 1475 (toysat) S 1471 1474 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107655916784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1474/tid=1476] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (toysat) S 1471 1474 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107645426928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1474/tid=1477] ppid=1471 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (toysat) S 1471 1474 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410841 1337528320 267402 33554432000 4194304 16246674 140733362887680 140107634953392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.69
Current children cumulated vsize (KiB) 1306180

[startup+31.9004 s]
/proc/loadavg: 2.23 2.28 1.98 3/181 1478
/proc/meminfo: memFree=27815764/32872528 swapFree=1316768/1463936
[pid=1474] ppid=1471 vsize=0 CPUtime=31.88 cores=0,2,4,6
/proc/1474/stat : 1474 (toysat) R 1471 1474 1219 0 -1 4202500 267593 0 0 0 3146 42 0 0 20 0 1 0 36410841 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1474/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 31.9385
CPU time (s): 31.9321
CPU user time (s): 31.4692
CPU system time (s): 0.462929
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.4692
system time used= 0.462929
maximum resident set size= 1069620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267593
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= 18
involuntary context switches= 34

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.201969 second user time and 0.267959 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:40:39
IDJOB=4109294
IDBENCH=78767
IDSOLVER=2553
FILE ID=node121/4109294-1466343639
RUNJOBID= node121-1466341819-1235
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.1111216823--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-4109294-1466343639/watcher-4109294-1466343639 -o /tmp/evaluation-result-4109294-1466343639/solver-4109294-1466343639 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1235 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109294-1466343639.wbo

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

MD5SUM BENCH= 9ed46c486c107ad7f5d3527fe7805777
RANDOM SEED=588893041

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:        28887344 kB
Buffers:          201820 kB
Cached:           482680 kB
SwapCached:         1944 kB
Active:          1275140 kB
Inactive:         484048 kB
Active(anon):    1074140 kB
Inactive(anon):     2900 kB
Active(file):     201000 kB
Inactive(file):   481148 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             33232 kB
Writeback:             0 kB
AnonPages:       2536876 kB
Mapped:            12372 kB
Shmem:                 0 kB
Slab:             628716 kB
SReclaimable:      72720 kB
SUnreclaim:       555996 kB
KernelStack:        1512 kB
PageTables:         9364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2668648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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:41:11