Trace number 4093389

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 27.5968 27.6016

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-66-100-0.wbo
MD5SUMbda3418eb2779577fc492619368d84b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark10.7754
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 1220
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-16T16:15:06+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-4093389-1466086506.wbo"]
0.00/0.01	c use --random-gen="2863078866 7024783 2331521536 762266776 341754206 3200583453 4274830347 1525510180 6718334 2596296778 2621491434 3488611512 4113399254 2317624196 3113339746 2322540073 3459046316 683772570 1367951598 3467957594 3260399234 892978604 1475538269 1381386746 2924245142 2913607191 492247649 1692523970 384424754 2356922363 2504310304 332288648 2369320545 4049619279 4263017718 3381851237 3100917887 1115947242 1535456206 1924196469 2745168742 3223733261 2655435266 1190079808 4220387783 2154538419 4019576484 3521929218 3175056110 2040843607 389995498 3746833009 952777199 2601187944 1265737947 2589928514 927553284 3242943535 4147091962 1231604908 3943333960 2454289522 1683367298 2343093694 4207127795 3649722449 2842813531 703878029 1677935514 2505386481 3754714723 128081197 1380386449 3380433471 2594177750 3690651265 2549793042 1363374812 250915585 3362453834 2323861349 3623356530 3159518890 3501085563 295954691 563665710 388747150 1397847925 3961315160 4066233330 11306180 3819012589 1001997950 4211862746 1453875294 4215084467 3867484618 2915997978 1763749941 290096382 832316090 458411109 195907652 2834429568 1525195804 4206827710 825412462 3787262415 2625159322 2314681146 43775420 1810566463 1524515295 4108888457 1119269454 1920307932 4160401107 1184920465 2576711834 705516547 1187684974 3771720997 4173131567 2568277725 1041065210 2134880840 3683080268 1344103376 2586036754 3390189427 3246930607 1739063925 1574749026 945531467 1319545226 3989112972 245535353 787300106 1129407329 1900731315 3041118334 1242350206 4025990369 782471805 1965314096 859345099 1985077183 3291562960 1025656170 2902120248 3036206011 4230946453 23830085 2979658593 4092226177 2413220023 4048179112 630310317 4147082077 2832106996 767238695 151065162 2663418050 140606742 4168756630 3832764496 1145238340 2502190549 356934587 2711426260 1513841180 1886595646 4219874494 2569541304 615479761 4049724818 3016582770 2500834397 612997879 684855008 2927598402 7946146 2918864129 2172459330 726909292 4227526111 1947660793 1615783165 1475148616 3339517171 3474761973 1021059599 348211159 2487968770 93503566 3008232484 2106889572 4011848914 1325325935 2708501324 566572729 94641498 3594084470 1388201320 2927256603 806370755 740879736 3669643538 3398188008 1930856618 359238214 3147747370 1409155518 2736358252 1901098635 3755403777 2156285483 2247600680 595921539 3344274751 2890320415 3670513527 1240129609 2935065035 2023447380 1869777919 1085401441 619335516 2546043349 3919630765 2832047200 3589824298 3465525050 3875926382 4194561820 4107439941 2424270459 1714094878 3041718350 1930428643 3440361985 3564699996 269367310 3046472255 3201594931 2177425317 1993135745 1269800097 4086558194 4274988975 273950176 2902241570 847067950 420649194 1150163861 3735301558 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 |      195 |      100 |       98      0 |        0 |        0
0.19/0.28	c  0.0s |       2 |      443 |      250 |      108      2 |        0 |        0
0.29/0.31	c  0.1s |       3 |      857 |      475 |      119      4 |        0 |        0
0.29/0.35	c  0.1s |       4 |     1447 |      813 |      131      8 |        0 |        0
0.39/0.42	c  0.2s |       5 |     2303 |     1320 |      145     12 |        0 |        0
0.49/0.52	c  0.3s |       6 |     3475 |     2081 |      176     18 |        0 |        0
0.59/0.66	c  0.4s |       7 |     5288 |     3223 |      194     27 |        0 |        0
0.79/0.89	c  0.6s |       8 |     8210 |     4936 |      214     40 |        0 |        0
1.20/1.23	c  1.0s |       9 |    12446 |     7506 |      236     55 |        1 |        0
1.69/1.79	c  1.5s |      10 |    18990 |    11361 |      260     78 |        2 |        0
1.99/2.07	c  1.8s |      10 |    22771 |    13730 |      260     93 |        2 |        0
1.99/2.07	c #cpu_time = 1.809s
1.99/2.07	c #wall_clock_time = 1.813s
1.99/2.07	c #decision = 22771
1.99/2.07	c #random_decision = 77
2.20/2.27	c #conflict = 13730
2.20/2.27	c #restart = 10
2.20/2.27	o 87
2.20/2.27	c BCD2: hardening fixes 4 literals
2.20/2.27	c BCD2: updating upper bound: 1242 -> 86
2.20/2.27	c BCD2: 0 <= obj <= 86
2.20/2.27	c BCD2: #cores=0, #unrelaxed=22, #relaxed=0, #hardened=4
2.20/2.27	c BCD2: #sat=1 #unsat=1 bias=1/2
2.20/2.27	c Solving starts ...
2.20/2.27	c ============================[ Search Statistics ]============================
2.20/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.27	c =============================================================================
2.20/2.27	c  0.0s |       0 |        0 |        0 |      260      0 |        6 |        0
2.20/2.27	c  0.0s |       1 |      178 |      100 |      260      0 |        6 |        0
2.20/2.27	c  0.0s |       2 |      444 |      250 |      260      1 |        6 |        0
2.20/2.27	c  0.1s |       3 |      798 |      475 |      260      2 |        6 |        0
2.20/2.27	c  0.1s |       4 |     1340 |      813 |      260      4 |        6 |        0
2.20/2.27	c  0.1s |       5 |     2096 |     1320 |      260      7 |        6 |        0
2.20/2.30	c  0.2s |       6 |     3182 |     2081 |      260     11 |        6 |        0
2.39/2.43	c  0.4s |       7 |     4818 |     3223 |      260     18 |        6 |        0
2.59/2.62	c  0.6s |       8 |     7291 |     4936 |      286     26 |        6 |        0
2.89/2.93	c  0.9s |       9 |    10778 |     7506 |      286     39 |        6 |        0
3.30/3.37	c  1.3s |      10 |    16461 |    11361 |      286     59 |        6 |        0
3.89/3.99	c  1.9s |      11 |    24900 |    17144 |      315     87 |        6 |        0
4.89/4.99	c  2.9s |      12 |    37097 |    25819 |      347    129 |        6 |        0
6.49/6.55	c  4.5s |      13 |    55493 |    38832 |      347    189 |        6 |        0
7.89/7.93	c  5.9s |      13 |    70938 |    49728 |      382    239 |        6 |        0
7.89/7.93	c #cpu_time = 5.848s
7.89/7.93	c #wall_clock_time = 5.863s
7.89/7.93	c #decision = 70938
7.89/7.93	c #random_decision = 139
7.89/7.93	c #conflict = 49728
7.89/7.93	c #restart = 13
7.89/7.93	c BCD2: found a new core of size 22: cost of the new core is >=1
7.89/7.93	c lower bound updated to 1
7.89/7.93	c BCD2: 1 <= obj <= 86
7.89/7.93	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=4
7.89/7.93	c BCD2: #sat=1 #unsat=2 bias=2/3
7.89/7.93	c Solving starts ...
7.89/7.93	c ============================[ Search Statistics ]============================
7.89/7.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.93	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.93	c =============================================================================
7.89/7.93	c  0.0s |       0 |        0 |        0 |      382      0 |        6 |        0
7.89/7.94	c  0.0s |       1 |      215 |      100 |      382      0 |        6 |        0
7.89/7.96	c  0.0s |       2 |      462 |      250 |      382      1 |        6 |        0
7.89/7.98	c  0.1s |       3 |      878 |      475 |      382      2 |        6 |        0
7.99/8.02	c  0.1s |       4 |     1496 |      813 |      382      4 |        6 |        0
7.99/8.07	c  0.1s |       5 |     2391 |     1320 |      382      6 |        6 |        0
8.09/8.16	c  0.2s |       6 |     3504 |     2081 |      382      9 |        6 |        0
8.19/8.28	c  0.3s |       7 |     5339 |     3223 |      382     14 |        6 |        0
8.39/8.47	c  0.5s |       8 |     8081 |     4936 |      382     22 |        6 |        0
8.69/8.72	c  0.8s |       9 |    12012 |     7506 |      382     31 |        7 |        0
9.09/9.12	c  1.2s |      10 |    17887 |    11361 |      382     48 |        7 |        0
9.59/9.69	c  1.8s |      11 |    27236 |    17144 |      382     72 |        8 |        0
10.49/10.56	c  2.6s |      12 |    40503 |    25819 |      421    105 |       10 |        0
10.99/11.07	c  3.1s |      12 |    48251 |    30840 |      421    125 |       10 |        0
10.99/11.07	c #cpu_time = 3.126s
10.99/11.07	c #wall_clock_time = 3.134s
10.99/11.07	c #decision = 48251
10.99/11.07	c #random_decision = 137
10.99/11.07	c #conflict = 30840
10.99/11.07	c #restart = 12
10.99/11.07	o 80
10.99/11.07	c BCD2: hardening fixes 3 literals
10.99/11.07	c BCD2: updating upper bound: 86 -> 79
10.99/11.07	c BCD2: 1 <= obj <= 79
10.99/11.07	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=7
10.99/11.07	c BCD2: #sat=2 #unsat=2 bias=2/4
10.99/11.07	c Solving starts ...
10.99/11.07	c ============================[ Search Statistics ]============================
10.99/11.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.07	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.07	c =============================================================================
10.99/11.07	c  0.0s |       0 |        0 |        0 |      421      0 |       13 |        2
10.99/11.08	c  0.0s |       1 |      144 |      100 |      421      1 |       13 |        2
10.99/11.10	c  0.0s |       2 |      348 |      250 |      421      1 |       13 |        2
11.09/11.12	c  0.1s |       3 |      667 |      475 |      421      2 |       13 |        2
11.09/11.16	c  0.1s |       4 |     1116 |      813 |      421      4 |       13 |        2
11.19/11.22	c  0.2s |       5 |     1772 |     1320 |      421      6 |       13 |        2
11.29/11.30	c  0.2s |       6 |     2974 |     2081 |      421      9 |       13 |        2
11.39/11.44	c  0.4s |       7 |     4675 |     3223 |      421     13 |       13 |        2
11.59/11.64	c  0.6s |       8 |     7334 |     4936 |      421     20 |       13 |        2
11.89/11.90	c  0.8s |       9 |    11337 |     7506 |      421     30 |       13 |        2
12.29/12.30	c  1.2s |      10 |    17071 |    11361 |      421     45 |       13 |        2
12.89/12.91	c  1.8s |      11 |    25963 |    17144 |      421     68 |       13 |        2
13.79/13.84	c  2.8s |      12 |    38827 |    25819 |      421    102 |       13 |        2
15.09/15.11	c  4.0s |      12 |    55225 |    37279 |      464    146 |       14 |        4
15.09/15.11	c #cpu_time = 4.034s
15.09/15.11	c #wall_clock_time = 4.044s
15.09/15.11	c #decision = 55225
15.09/15.11	c #random_decision = 143
15.09/15.11	c #conflict = 37279
15.09/15.11	c #restart = 12
15.09/15.11	c BCD2: updating lower bound of a core
15.09/15.11	c lower bound updated to 42
15.09/15.11	c BCD2: 42 <= obj <= 79
15.09/15.11	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=7
15.09/15.11	c BCD2: #sat=2 #unsat=3 bias=3/5
15.09/15.11	c Solving starts ...
15.09/15.11	c ============================[ Search Statistics ]============================
15.09/15.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.11	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.11	c =============================================================================
15.09/15.11	c  0.0s |       0 |        0 |        0 |      464      0 |       14 |        4
15.09/15.12	c  0.0s |       1 |      133 |      100 |      464      0 |       14 |        4
15.09/15.14	c  0.0s |       2 |      325 |      250 |      464      0 |       14 |        4
15.09/15.16	c  0.1s |       3 |      649 |      475 |      464      1 |       14 |        4
15.19/15.20	c  0.1s |       4 |     1130 |      813 |      464      3 |       14 |        4
15.19/15.25	c  0.1s |       5 |     1867 |     1320 |      464      4 |       14 |        4
15.29/15.34	c  0.2s |       6 |     3005 |     2081 |      464      7 |       14 |        4
15.39/15.47	c  0.4s |       7 |     4718 |     3223 |      464     11 |       14 |        4
15.59/15.65	c  0.5s |       8 |     7347 |     4936 |      464     17 |       14 |        4
15.89/15.93	c  0.8s |       9 |    11278 |     7506 |      464     27 |       14 |        4
16.29/16.33	c  1.2s |      10 |    17282 |    11361 |      464     40 |       14 |        4
16.89/16.93	c  1.8s |      11 |    26652 |    17144 |      464     62 |       14 |        4
17.79/17.83	c  2.7s |      12 |    40214 |    25819 |      464     93 |       14 |        4
18.29/18.38	c  3.3s |      12 |    47658 |    31027 |      464    112 |       14 |        4
18.29/18.38	c #cpu_time = 3.259s
18.29/18.38	c #wall_clock_time = 3.267s
18.29/18.38	c #decision = 47658
18.29/18.38	c #random_decision = 138
18.29/18.38	c #conflict = 31027
18.29/18.38	c #restart = 12
18.29/18.38	o 49
18.29/18.38	c BCD2: hardening fixes 2 literals
18.29/18.38	c BCD2: updating upper bound: 79 -> 48
18.29/18.38	c BCD2: 42 <= obj <= 48
18.29/18.38	c BCD2: #cores=1, #unrelaxed=0, #relaxed=17, #hardened=9
18.29/18.38	c BCD2: #sat=3 #unsat=3 bias=3/6
18.29/18.38	c Solving starts ...
18.29/18.38	c ============================[ Search Statistics ]============================
18.29/18.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.38	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.38	c =============================================================================
18.29/18.38	c  0.0s |       0 |        0 |        0 |      464      0 |       16 |        6
18.29/18.39	c  0.0s |       1 |      147 |      100 |      464      0 |       16 |        6
18.38/18.41	c  0.0s |       2 |      371 |      250 |      464      1 |       16 |        6
18.38/18.44	c  0.1s |       3 |      723 |      475 |      464      1 |       16 |        6
18.38/18.48	c  0.1s |       4 |     1201 |      813 |      464      3 |       16 |        6
18.48/18.53	c  0.2s |       5 |     1894 |     1320 |      464      4 |       16 |        6
18.58/18.62	c  0.2s |       6 |     3001 |     2081 |      464      7 |       16 |        6
18.69/18.76	c  0.4s |       7 |     4638 |     3223 |      464     11 |       16 |        6
18.88/18.95	c  0.6s |       8 |     6881 |     4936 |      464     18 |       16 |        6
19.18/19.23	c  0.8s |       9 |    10324 |     7506 |      464     27 |       16 |        6
19.58/19.67	c  1.3s |      10 |    15633 |    11361 |      464     40 |       16 |        6
20.28/20.32	c  1.9s |      11 |    23644 |    17144 |      464     61 |       16 |        6
20.89/20.98	c  2.6s |      11 |    31128 |    22576 |      464     80 |       17 |        8
20.89/20.98	c #cpu_time = 2.591s
20.89/20.98	c #wall_clock_time = 2.597s
20.89/20.98	c #decision = 31128
20.89/20.98	c #random_decision = 83
20.89/20.98	c #conflict = 22576
20.89/20.98	c #restart = 11
20.89/20.98	c BCD2: updating lower bound of a core
20.89/20.98	c lower bound updated to 46
20.89/20.98	c BCD2: 46 <= obj <= 48
20.89/20.98	c BCD2: #cores=1, #unrelaxed=0, #relaxed=17, #hardened=9
20.89/20.98	c BCD2: #sat=3 #unsat=4 bias=4/7
20.89/20.98	c Solving starts ...
20.89/20.98	c ============================[ Search Statistics ]============================
20.89/20.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.98	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.98	c =============================================================================
20.89/20.98	c  0.0s |       0 |        0 |        0 |      464      0 |       17 |        8
20.89/20.99	c  0.0s |       1 |      141 |      100 |      464      1 |       17 |        8
20.99/21.01	c  0.0s |       2 |      354 |      250 |      464      1 |       17 |        8
20.99/21.03	c  0.1s |       3 |      661 |      475 |      464      2 |       17 |        8
20.99/21.07	c  0.1s |       4 |     1122 |      813 |      464      3 |       17 |        8
21.08/21.13	c  0.1s |       5 |     1822 |     1320 |      464      5 |       17 |        8
21.18/21.21	c  0.2s |       6 |     2850 |     2081 |      464      8 |       17 |        8
21.28/21.34	c  0.4s |       7 |     4488 |     3223 |      464     12 |       17 |        8
21.48/21.53	c  0.5s |       8 |     7066 |     4936 |      464     18 |       17 |        8
21.78/21.82	c  0.8s |       9 |    10846 |     7506 |      464     27 |       17 |        8
22.18/22.24	c  1.3s |      10 |    16662 |    11361 |      511     41 |       17 |        8
22.88/22.90	c  1.9s |      11 |    25169 |    17144 |      511     60 |       17 |        8
23.88/23.90	c  2.9s |      12 |    37689 |    25819 |      511     88 |       17 |        8
24.19/24.23	c  3.2s |      12 |    41427 |    28482 |      511     97 |       18 |       10
24.19/24.23	c #cpu_time = 3.241s
24.19/24.23	c #wall_clock_time = 3.249s
24.19/24.23	c #decision = 41427
24.19/24.23	c #random_decision = 105
24.19/24.23	c #conflict = 28482
24.19/24.23	c #restart = 12
24.19/24.23	c BCD2: updating lower bound of a core
24.19/24.23	c lower bound updated to 48
24.19/24.23	c BCD2: 48 <= obj <= 48
24.19/24.23	c BCD2: #cores=1, #unrelaxed=0, #relaxed=17, #hardened=9
24.19/24.23	c BCD2: #sat=3 #unsat=5 bias=5/8
24.19/24.23	c Solving starts ...
24.19/24.23	c ============================[ Search Statistics ]============================
24.19/24.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.19/24.23	c       |         |          |          |    Limit     GC | Var      | Constra 
24.19/24.23	c =============================================================================
24.19/24.23	c  0.0s |       0 |        0 |        0 |      511      0 |       18 |       10
24.19/24.24	c  0.0s |       1 |      157 |      100 |      511      1 |       19 |       10
24.19/24.26	c  0.0s |       2 |      408 |      250 |      511      1 |       19 |       10
24.19/24.29	c  0.1s |       3 |      799 |      475 |      511      2 |       19 |       10
24.30/24.32	c  0.1s |       4 |     1283 |      813 |      511      3 |       19 |       10
24.30/24.38	c  0.2s |       5 |     1984 |     1320 |      511      4 |       19 |       10
24.39/24.46	c  0.2s |       6 |     3086 |     2081 |      511      7 |       19 |       10
24.49/24.59	c  0.4s |       7 |     4840 |     3223 |      511     11 |       19 |       10
24.69/24.78	c  0.6s |       8 |     7509 |     4936 |      511     17 |       19 |       10
24.99/25.06	c  0.8s |       9 |    11413 |     7506 |      511     25 |       19 |       10
25.40/25.48	c  1.3s |      10 |    16996 |    11361 |      511     37 |       19 |       10
26.09/26.11	c  1.9s |      11 |    25449 |    17144 |      511     56 |       19 |       10
26.99/27.06	c  2.8s |      12 |    37578 |    25819 |      511     85 |       19 |       10
27.50/27.54	c  3.3s |      12 |    43780 |    30084 |      511     99 |       20 |       12
27.50/27.54	c #cpu_time = 3.301s
27.50/27.54	c #wall_clock_time = 3.309s
27.50/27.54	c #decision = 43780
27.50/27.54	c #random_decision = 131
27.50/27.54	c #conflict = 30084
27.50/27.54	c #restart = 12
27.50/27.54	c BCD2: updating lower bound of a core
27.50/27.54	c lower bound updated to 49
27.50/27.54	s OPTIMUM FOUND
27.50/27.54	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
27.50/27.54	v -x11 -x12 -x13 x14 -x15 -x16 -x17 x18 -x19 -x20
27.50/27.54	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
27.50/27.54	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
27.50/27.54	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
27.50/27.54	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
27.50/27.54	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
27.50/27.54	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
27.50/27.54	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
27.50/27.54	v x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
27.50/27.54	v x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110
27.50/27.54	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
27.50/27.54	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
27.50/27.54	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
27.50/27.54	v x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150
27.50/27.54	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
27.50/27.54	v -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169
27.50/27.54	c total CPU time = 27.468s
27.50/27.54	c total wall clock time = 27.539s

Verifier Data

OK	49

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

pid=12879
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.15 2.13 2.10 3/179 12882
/proc/meminfo: memFree=30225232/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 2570 0 0 0 0 0 0 0 20 0 4 0 10699815 708243456 3441 33554432000 4194304 16246674 140736106651888 140736106651312 15002730 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 173423 3451 441 2943 0 170317 0
[pid=12882/tid=12883] ppid=12879 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 726069248 3510 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 730263552 3526 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 734457856 3542 33554432000 4194304 16246674 140736106651888 139995734076592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100134 s]
/proc/loadavg: 2.15 2.13 2.10 3/179 12882
/proc/meminfo: memFree=30225232/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 18363 0 0 0 7 2 0 0 20 0 4 0 10699815 1247350784 19227 33554432000 4194304 16246674 140736106651888 140736106651312 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 304529 19228 615 2943 0 301423 0
[pid=12882/tid=12883] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 19228 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 19231 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 19233 33554432000 4194304 16246674 140736106651888 139995734076592 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.200506 s]
/proc/loadavg: 2.15 2.13 2.10 3/179 12882
/proc/meminfo: memFree=30225232/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 26261 0 0 0 15 4 0 0 20 0 4 0 10699815 1247350784 27125 33554432000 4194304 16246674 140736106651888 140736106651312 6144966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 304529 27125 615 2943 0 301423 0
[pid=12882/tid=12883] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 27125 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 27125 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 27126 33554432000 4194304 16246674 140736106651888 139995734076592 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.300467 s]
/proc/loadavg: 2.15 2.13 2.10 3/179 12882
/proc/meminfo: memFree=30225232/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 36529 0 0 0 24 5 0 0 20 0 4 0 10699815 1247350784 37387 33554432000 4194304 16246674 140736106651888 140736106651312 5829366 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 304529 37394 789 2943 0 301423 0
[pid=12882/tid=12883] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 37398 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 37401 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 37403 33554432000 4194304 16246674 140736106651888 139995734076592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700389 s]
/proc/loadavg: 2.15 2.13 2.10 3/179 12882
/proc/meminfo: memFree=30225232/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 89574 0 0 0 56 13 0 0 20 0 4 0 10699815 1247350784 90432 33554432000 4194304 16246674 140736106651888 140736106634888 5662075 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 304529 90438 789 2943 0 301423 0
[pid=12882/tid=12883] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 90440 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 90444 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 90449 33554432000 4194304 16246674 140736106651888 139995734076592 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.15 2.13 2.10 3/183 12886
/proc/meminfo: memFree=29646612/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 194762 0 0 0 121 28 0 0 20 0 4 0 10699815 1247350784 195620 33554432000 4194304 16246674 140736106651888 140736106634888 5661217 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 304529 195624 790 2943 0 301423 0
[pid=12882/tid=12883] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 195627 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 195630 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1247350784 195634 33554432000 4194304 16246674 140736106651888 139995734076592 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.10039 s]
/proc/loadavg: 2.15 2.13 2.10 3/183 12886
/proc/meminfo: memFree=29240016/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267324 0 0 0 271 38 0 0 20 0 4 0 10699815 1336479744 268159 33554432000 4194304 16246674 140736106651888 140736106634888 5711338 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326289 268159 873 2943 0 323183 0
[pid=12882/tid=12883] ppid=12879 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1336479744 268159 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1336479744 268159 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1336479744 268159 33554432000 4194304 16246674 140736106651888 139995734076592 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.30041 s]
/proc/loadavg: 2.14 2.12 2.10 3/183 12886
/proc/meminfo: memFree=29152140/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267521 0 0 0 591 38 0 0 20 0 4 0 10699815 1337528320 268356 33554432000 4194304 16246674 140736106651888 140736106634888 5600492 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268356 873 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268356 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268356 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268356 33554432000 4194304 16246674 140736106651888 139995734076592 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.12 2.12 2.10 3/183 12886
/proc/meminfo: memFree=29154112/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267546 0 0 0 1231 38 0 0 20 0 4 0 10699815 1337528320 268381 33554432000 4194304 16246674 140736106651888 140736106634888 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268381 882 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268381 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268381 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268381 33554432000 4194304 16246674 140736106651888 139995734076592 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.5005 s]
/proc/loadavg: 2.10 2.12 2.10 3/183 12886
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267567 0 0 0 2510 39 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 140736106634888 5545894 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268402 884 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995734076592 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 12882 sig 9
??? kill -12882 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6005 s]
/proc/loadavg: 2.10 2.12 2.10 3/183 12886
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267567 0 0 0 2520 39 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 140736106633792 6026670 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268402 884 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995734076592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+26.4003 s]
/proc/loadavg: 2.10 2.12 2.10 3/182 12886
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=26.4 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267567 0 0 0 2601 39 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 140736106633792 5824690 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268402 884 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995734076592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.4
Current children cumulated vsize (KiB) 1306180

[startup+27.2004 s]
/proc/loadavg: 2.10 2.12 2.10 3/182 12886
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=27.19 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267567 0 0 0 2680 39 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 140736106634888 5824638 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268402 884 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995734076592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.19
Current children cumulated vsize (KiB) 1306180

[startup+27.4004 s]
/proc/loadavg: 2.10 2.12 2.10 3/182 12886
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=27.39 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267567 0 0 0 2700 39 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 140736106634888 5573224 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268402 884 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995734076592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.39
Current children cumulated vsize (KiB) 1306180

[startup+27.5004 s]
/proc/loadavg: 2.10 2.12 2.10 3/182 12886
/proc/meminfo: memFree=29154072/32872528 swapFree=681192/736380
[pid=12882] ppid=12879 vsize=1306180 CPUtime=27.5 cores=0,2,4,6
/proc/12882/stat : 12882 (toysat) R 12879 12882 7985 0 -1 4202496 267567 0 0 0 2711 39 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 140736106634888 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12882/statm: 326545 268402 884 2943 0 323439 0
[pid=12882/tid=12883] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12883/stat : 12883 (toysat) S 12879 12882 7985 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995826334960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=12882/tid=12884] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12884/stat : 12884 (toysat) S 12879 12882 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995815845104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=12882/tid=12885] ppid=12879 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12882/task/12885/stat : 12885 (toysat) S 12879 12882 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10699815 1337528320 268402 33554432000 4194304 16246674 140736106651888 139995734076592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.5
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 27.6016
CPU time (s): 27.5968
CPU user time (s): 27.1459
CPU system time (s): 0.450931
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1459
system time used= 0.450931
maximum resident set size= 1073616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267571
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 29

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094985 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 16:15:06
IDJOB=4093389
IDBENCH=78813
IDSOLVER=2553
FILE ID=node112/4093389-1466086506
RUNJOBID= node112-1466075445-11100
PBS_JOBID= 19904024
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= bda3418eb2779577fc492619368d84b3
RANDOM SEED=1685967386

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30225512 kB
Buffers:           35244 kB
Cached:            98884 kB
SwapCached:          696 kB
Active:          1152108 kB
Inactive:          57000 kB
Active(anon):    1076632 kB
Inactive(anon):      740 kB
Active(file):      75476 kB
Inactive(file):    56260 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             16304 kB
Writeback:             0 kB
AnonPages:       1816724 kB
Mapped:            10664 kB
Shmem:                 0 kB
Slab:             567008 kB
SReclaimable:      11044 kB
SUnreclaim:       555964 kB
KernelStack:        1520 kB
PageTables:         7588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1953516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node112 at 2016-06-16 16:15:34