Trace number 4109614

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 57.3443 57.354

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-66-100-0.wbo
MD5SUMe7272fac9c266fd7ef88e48b4d5664ef
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark22.4036
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 1215
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T15:44:19+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-4109614-1466343858.wbo"]
0.00/0.01	c use --random-gen="3079530098 1631406989 1707920971 425483075 4277976059 41736375 742570526 874060866 702868657 97853941 441480074 2559525485 3162383013 1027943231 1871010128 538083073 3069459457 3711654213 2098421256 1428662464 53754453 1977504240 2770890029 1098968311 2383412927 914122388 455904148 3932819865 3025275864 1786447543 470838037 1200219288 1040434489 1080258636 2640090931 2516051563 1441940652 3637147107 2489247075 3008518770 3361736526 1202898302 3856607189 2707951818 717554103 666216935 796319242 4232110519 2250228660 807395659 1117514605 405324168 1102844999 2371107709 3407730245 4079678048 2837303850 2656174103 686885611 235401659 2953961273 2853446890 2771854759 2433617690 1426230685 606337595 1032898352 424563214 2627197532 3954136136 703717404 1589331707 1186332470 2226879218 2349922591 2045290849 138054084 887523114 1157993929 3885891364 1813114508 3005244124 815813346 1619251715 2255441461 649953934 620535814 2780326310 1772202741 2656928267 1014363180 2636158646 3157172448 3634642266 3350458826 2458037779 2665052501 1027598073 910555618 3112011306 887404225 2983413142 671070718 2966284026 52116890 2691026541 25521701 2879451661 2885560746 2014887213 1008164835 67140163 204789459 2155775420 2887864378 2193605617 241277483 2555503498 3954523131 4227163724 945083259 3377509852 2240583440 1238553278 4016032053 472862560 648926988 1389909073 335885099 1866738211 1859958770 2383899039 2580625034 2782884137 751312667 303925730 3955806990 1504495655 921709792 3928766682 763638473 436658848 2625120398 1218689059 1196878800 136779422 2880299960 2980867576 372878564 3048674957 3672906443 994270357 575839814 4063099708 375552119 190109926 2153745000 954706441 3980232510 2676902979 2859572914 810516355 3959865945 256869058 1188740822 705267664 2432013250 4246627278 1376439561 3149406764 2408422400 2294120470 949464065 190310190 46400359 541299991 800411692 437882320 367783739 3772846785 2668533951 1312416700 3815743099 2366390155 3575470778 1180969685 2806125843 3258330717 3436495639 2463617822 3376212910 2962643441 4057383594 1459250504 155433664 2358443734 3198059588 2293775178 2293163844 4273686694 719134055 2884657924 662443047 3507445043 1509598910 665574617 126530831 138281974 1160430657 114425808 3034123468 2663631196 3921122987 2753898745 3100707314 3093779531 259475363 844075389 1499225801 3487346923 440115096 1200797942 3751393215 1705511290 1426383869 2285486797 579922743 2626962938 2869570971 3160362527 3204851374 2313701195 2363111296 1695606061 2920600758 2213302071 3807225813 3363773936 3420094420 39360639 1044505000 3638635780 3661227301 3265354173 65144068 393407118 3446465583 56785255 2947605911 3609538678 2560686127 4018496979 3622090006 2353895836 1796920401 2806552291 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	c #constraints 101
0.19/0.27	c BCD2: Hardening is enabled.
0.19/0.27	c BCD2: BiasedSearch is enabled.
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |       98      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      172 |      100 |       98      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      455 |      250 |      108      1 |        0 |        0
0.29/0.33	c  0.1s |       3 |      831 |      475 |      119      4 |        0 |        0
0.29/0.38	c  0.1s |       4 |     1310 |      813 |      131      7 |        0 |        0
0.29/0.38	c  0.1s |       4 |     1384 |      837 |      145      8 |        0 |        0
0.29/0.38	c #cpu_time = 0.113s
0.29/0.38	c #wall_clock_time = 0.113s
0.29/0.38	c #decision = 1384
0.29/0.38	c #random_decision = 3
0.29/0.38	c #conflict = 837
0.29/0.38	c #restart = 4
0.29/0.38	o 157
0.29/0.38	c BCD2: updating upper bound: 1242 -> 156
0.29/0.38	c BCD2: 0 <= obj <= 156
0.29/0.38	c BCD2: #cores=0, #unrelaxed=26, #relaxed=0, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=1 bias=1/2
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |      145      0 |        0 |        0
0.38/0.40	c  0.0s |       1 |      193 |      100 |      145      0 |        0 |        0
0.38/0.42	c  0.0s |       2 |      437 |      250 |      145      1 |        0 |        0
0.38/0.46	c  0.1s |       3 |      758 |      475 |      145      3 |        0 |        0
0.49/0.52	c  0.1s |       4 |     1254 |      813 |      160      6 |        0 |        0
0.49/0.60	c  0.2s |       5 |     1979 |     1320 |      176     10 |        0 |        0
0.69/0.72	c  0.3s |       6 |     3086 |     2081 |      176     15 |        0 |        0
0.79/0.88	c  0.5s |       7 |     4903 |     3223 |      194     23 |        0 |        0
1.10/1.17	c  0.8s |       8 |     7502 |     4936 |      214     33 |        0 |        0
1.49/1.59	c  1.2s |       9 |    11154 |     7506 |      236     49 |        0 |        0
1.98/2.07	c  1.7s |      10 |    16538 |    11361 |      260     72 |        0 |        0
2.79/2.81	c  2.4s |      11 |    24587 |    17144 |      286    104 |        0 |        0
3.89/3.91	c  3.5s |      12 |    36564 |    25819 |      315    149 |        0 |        0
5.49/5.51	c  5.1s |      13 |    54934 |    38832 |      347    212 |        0 |        0
7.49/7.51	c  7.1s |      13 |    78128 |    55332 |      347    287 |        0 |        0
7.79/7.90	c  7.5s |      14 |    82292 |    58352 |      382    300 |        0 |        0
9.79/9.90	c  9.5s |      14 |   105770 |    75152 |      382    369 |        0 |        0
11.49/11.50	c 11.1s |      15 |   122645 |    87632 |      421    421 |        0 |        0
13.49/13.50	c 13.1s |      15 |   146536 |   104432 |      421    486 |        0 |        0
15.49/15.51	c 15.1s |      15 |   166911 |   119932 |      421    546 |        0 |        0
16.88/16.98	c 16.6s |      16 |   183056 |   131552 |      464    592 |        0 |        0
17.88/17.98	c 17.6s |      16 |   193537 |   138906 |      464    621 |        0 |        0
17.88/17.98	c #cpu_time = 17.598s
17.88/17.98	c #wall_clock_time = 17.598s
17.88/17.98	c #decision = 193537
17.88/17.98	c #random_decision = 486
17.88/17.98	c #conflict = 138906
17.88/17.98	c #restart = 16
17.88/17.98	c BCD2: found a new core of size 26: cost of the new core is >=1
17.88/17.98	c lower bound updated to 1
17.88/17.98	c BCD2: 1 <= obj <= 156
17.88/17.98	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=0
17.88/17.98	c BCD2: #sat=1 #unsat=2 bias=2/3
17.88/17.98	c Solving starts ...
17.88/17.98	c ============================[ Search Statistics ]============================
17.88/17.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.88/17.98	c       |         |          |          |    Limit     GC | Var      | Constra 
17.88/17.98	c =============================================================================
17.88/17.98	c  0.0s |       0 |        0 |        0 |      464      0 |        0 |        0
17.88/17.99	c  0.0s |       1 |      176 |      100 |      464      0 |        0 |        0
17.98/18.01	c  0.0s |       2 |      479 |      250 |      464      0 |        0 |        0
17.98/18.03	c  0.1s |       3 |      851 |      475 |      464      1 |        0 |        0
17.98/18.07	c  0.1s |       4 |     1354 |      813 |      464      3 |        0 |        0
18.08/18.12	c  0.1s |       5 |     2189 |     1320 |      464      4 |        0 |        0
18.18/18.20	c  0.2s |       6 |     3367 |     2081 |      464      7 |        0 |        0
18.29/18.32	c  0.3s |       7 |     5312 |     3223 |      464     12 |        0 |        0
18.49/18.50	c  0.5s |       8 |     7984 |     4936 |      464     18 |        0 |        0
18.70/18.77	c  0.8s |       9 |    12243 |     7506 |      464     28 |        0 |        0
18.99/19.04	c  1.1s |       9 |    16525 |    10269 |      464     38 |        0 |        0
18.99/19.04	c #cpu_time = 1.062s
18.99/19.04	c #wall_clock_time = 1.062s
18.99/19.04	c #decision = 16525
18.99/19.04	c #random_decision = 55
18.99/19.04	c #conflict = 10269
18.99/19.04	c #restart = 9
18.99/19.04	o 147
18.99/19.04	c BCD2: updating upper bound: 156 -> 146
18.99/19.04	c BCD2: 1 <= obj <= 146
18.99/19.04	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=0
18.99/19.04	c BCD2: #sat=2 #unsat=2 bias=2/4
18.99/19.04	c Solving starts ...
18.99/19.04	c ============================[ Search Statistics ]============================
18.99/19.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.04	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.04	c =============================================================================
18.99/19.04	c  0.0s |       0 |        0 |        0 |      464      0 |        0 |        2
18.99/19.05	c  0.0s |       1 |      130 |      100 |      464      0 |        0 |        2
18.99/19.07	c  0.0s |       2 |      450 |      250 |      464      1 |        0 |        2
19.09/19.10	c  0.1s |       3 |      790 |      475 |      464      2 |        0 |        2
19.09/19.14	c  0.1s |       4 |     1348 |      813 |      464      3 |        0 |        2
19.09/19.20	c  0.2s |       5 |     2155 |     1320 |      464      5 |        0 |        2
19.19/19.28	c  0.2s |       6 |     3319 |     2081 |      464      7 |        0 |        2
19.39/19.41	c  0.4s |       7 |     5014 |     3223 |      464     11 |        0 |        2
19.59/19.60	c  0.6s |       8 |     7664 |     4936 |      464     17 |        0 |        2
19.80/19.87	c  0.8s |       9 |    11832 |     7506 |      464     27 |        0 |        2
20.19/20.26	c  1.2s |      10 |    17749 |    11361 |      464     41 |        0 |        2
20.79/20.88	c  1.8s |      11 |    26612 |    17144 |      464     62 |        0 |        2
21.79/21.83	c  2.8s |      12 |    39759 |    25819 |      464     94 |        0 |        2
23.20/23.26	c  4.2s |      13 |    60471 |    38832 |      464    141 |        0 |        2
25.19/25.26	c  6.2s |      13 |    88216 |    57032 |      511    205 |        0 |        2
25.30/25.40	c  6.4s |      14 |    90250 |    58352 |      511    210 |        0 |        2
27.39/27.41	c  8.4s |      14 |   119550 |    77052 |      511    272 |        0 |        2
28.59/28.63	c  9.6s |      15 |   135314 |    87632 |      511    308 |        0 |        2
30.59/30.64	c 11.6s |      15 |   161939 |   105732 |      511    369 |        0 |        2
32.59/32.64	c 13.6s |      15 |   188995 |   124132 |      511    430 |        0 |        2
32.99/33.10	c 14.1s |      15 |   194464 |   127990 |      511    443 |        0 |        2
32.99/33.10	c #cpu_time = 14.054s
32.99/33.10	c #wall_clock_time = 14.054s
32.99/33.10	c #decision = 194464
32.99/33.10	c #random_decision = 495
32.99/33.10	c #conflict = 127990
32.99/33.10	c #restart = 15
32.99/33.10	o 69
32.99/33.10	c BCD2: hardening fixes 8 literals
32.99/33.10	c BCD2: updating upper bound: 146 -> 68
32.99/33.10	c BCD2: 1 <= obj <= 68
32.99/33.10	c BCD2: #cores=1, #unrelaxed=0, #relaxed=18, #hardened=8
32.99/33.10	c BCD2: #sat=3 #unsat=2 bias=2/5
32.99/33.10	c Solving starts ...
32.99/33.10	c ============================[ Search Statistics ]============================
32.99/33.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.99/33.10	c       |         |          |          |    Limit     GC | Var      | Constra 
32.99/33.10	c =============================================================================
32.99/33.10	c  0.0s |       0 |        0 |        0 |      511      0 |        8 |        4
33.09/33.11	c  0.0s |       1 |      136 |      100 |      511      0 |        8 |        4
33.09/33.13	c  0.0s |       2 |      360 |      250 |      511      1 |        8 |        4
33.09/33.16	c  0.1s |       3 |      711 |      475 |      511      1 |        8 |        4
33.19/33.20	c  0.1s |       4 |     1201 |      813 |      511      2 |        8 |        4
33.19/33.26	c  0.2s |       5 |     1937 |     1320 |      511      4 |        8 |        4
33.29/33.36	c  0.3s |       6 |     2990 |     2081 |      511      7 |        8 |        4
33.39/33.49	c  0.4s |       7 |     4627 |     3223 |      511     10 |        8 |        4
33.59/33.69	c  0.6s |       8 |     7217 |     4936 |      511     16 |        8 |        4
33.99/34.00	c  0.9s |       9 |    10645 |     7506 |      511     24 |        8 |        4
34.39/34.47	c  1.4s |      10 |    16155 |    11361 |      511     37 |        8 |        4
35.09/35.15	c  2.1s |      11 |    24583 |    17144 |      563     55 |        8 |        4
35.59/35.67	c  2.6s |      11 |    30433 |    21394 |      563     68 |        9 |        6
35.59/35.67	c #cpu_time = 2.568s
35.59/35.67	c #wall_clock_time = 2.568s
35.59/35.67	c #decision = 30433
35.59/35.67	c #random_decision = 55
35.59/35.67	c #conflict = 21394
35.59/35.67	c #restart = 11
35.59/35.67	c BCD2: updating lower bound of a core
35.59/35.67	c lower bound updated to 29
35.59/35.67	c BCD2: 29 <= obj <= 68
35.59/35.67	c BCD2: #cores=1, #unrelaxed=0, #relaxed=18, #hardened=8
35.59/35.67	c BCD2: #sat=3 #unsat=3 bias=3/6
35.59/35.67	c Solving starts ...
35.59/35.67	c ============================[ Search Statistics ]============================
35.59/35.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.59/35.67	c       |         |          |          |    Limit     GC | Var      | Constra 
35.59/35.67	c =============================================================================
35.59/35.67	c  0.0s |       0 |        0 |        0 |      563      0 |        9 |        6
35.59/35.68	c  0.0s |       1 |      191 |      100 |      563      0 |        9 |        6
35.69/35.70	c  0.0s |       2 |      458 |      250 |      563      1 |        9 |        6
35.69/35.73	c  0.1s |       3 |      824 |      475 |      563      2 |        9 |        6
35.69/35.77	c  0.1s |       4 |     1325 |      813 |      563      3 |        9 |        6
35.79/35.83	c  0.2s |       5 |     2057 |     1320 |      563      4 |        9 |        6
35.89/35.91	c  0.2s |       6 |     3206 |     2081 |      563      6 |        9 |        6
35.99/36.04	c  0.4s |       7 |     5015 |     3223 |      563     10 |        9 |        6
36.19/36.23	c  0.6s |       8 |     7475 |     4936 |      563     15 |        9 |        6
36.49/36.51	c  0.8s |       9 |    11184 |     7506 |      563     23 |        9 |        6
36.89/36.92	c  1.3s |      10 |    17262 |    11361 |      563     35 |        9 |        6
37.49/37.55	c  1.9s |      11 |    25950 |    17144 |      563     53 |        9 |        6
38.49/38.54	c  2.9s |      12 |    39014 |    25819 |      563     79 |        9 |        6
39.98/40.04	c  4.4s |      13 |    58202 |    38832 |      563    119 |        9 |        6
40.98/41.06	c  5.4s |      13 |    71295 |    48155 |      563    147 |       10 |        8
40.98/41.06	c #cpu_time = 5.388s
40.98/41.06	c #wall_clock_time = 5.388s
40.98/41.06	c #decision = 71295
40.98/41.06	c #random_decision = 201
40.98/41.06	c #conflict = 48155
40.98/41.06	c #restart = 13
40.98/41.06	c BCD2: updating lower bound of a core
40.98/41.06	c lower bound updated to 50
40.98/41.06	c BCD2: 50 <= obj <= 68
40.98/41.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=18, #hardened=8
40.98/41.06	c BCD2: #sat=3 #unsat=4 bias=4/7
40.98/41.06	c Solving starts ...
40.98/41.06	c ============================[ Search Statistics ]============================
40.98/41.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.98/41.06	c       |         |          |          |    Limit     GC | Var      | Constra 
40.98/41.06	c =============================================================================
40.98/41.06	c  0.0s |       0 |        0 |        0 |      563      0 |       10 |        8
40.98/41.07	c  0.0s |       1 |      151 |      100 |      563      0 |       10 |        8
40.98/41.09	c  0.0s |       2 |      388 |      250 |      563      0 |       10 |        8
41.08/41.11	c  0.1s |       3 |      750 |      475 |      563      1 |       10 |        8
41.08/41.15	c  0.1s |       4 |     1302 |      813 |      563      2 |       10 |        8
41.18/41.21	c  0.2s |       5 |     2056 |     1320 |      563      4 |       10 |        8
41.18/41.30	c  0.2s |       6 |     3243 |     2081 |      563      6 |       10 |        8
41.38/41.42	c  0.4s |       7 |     4927 |     3223 |      563      9 |       10 |        8
41.58/41.60	c  0.5s |       8 |     7708 |     4936 |      563     15 |       10 |        8
41.79/41.89	c  0.8s |       9 |    11805 |     7506 |      563     23 |       10 |        8
42.28/42.30	c  1.2s |      10 |    17573 |    11361 |      563     34 |       10 |        8
42.89/42.92	c  1.9s |      11 |    26319 |    17144 |      563     52 |       10 |        8
43.88/43.90	c  2.8s |      12 |    38862 |    25819 |      563     78 |       10 |        8
45.28/45.38	c  4.3s |      13 |    58114 |    38832 |      563    118 |       10 |        8
46.98/47.02	c  6.0s |      13 |    79631 |    53764 |      563    163 |       11 |       10
46.98/47.02	c #cpu_time = 5.966s
46.98/47.02	c #wall_clock_time = 5.967s
46.98/47.02	c #decision = 79631
46.98/47.02	c #random_decision = 192
46.98/47.02	c #conflict = 53764
46.98/47.02	c #restart = 13
46.98/47.02	c BCD2: updating lower bound of a core
46.98/47.02	c lower bound updated to 62
46.98/47.02	c BCD2: 62 <= obj <= 68
46.98/47.02	c BCD2: #cores=1, #unrelaxed=0, #relaxed=18, #hardened=8
46.98/47.02	c BCD2: #sat=3 #unsat=5 bias=5/8
46.98/47.02	c Solving starts ...
46.98/47.02	c ============================[ Search Statistics ]============================
46.98/47.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.98/47.02	c       |         |          |          |    Limit     GC | Var      | Constra 
46.98/47.02	c =============================================================================
46.98/47.02	c  0.0s |       0 |        0 |        0 |      563      0 |       11 |       10
46.98/47.04	c  0.0s |       1 |      139 |      100 |      563      0 |       11 |       10
46.98/47.06	c  0.0s |       2 |      349 |      250 |      563      0 |       11 |       10
46.98/47.08	c  0.1s |       3 |      689 |      475 |      563      1 |       11 |       10
47.08/47.12	c  0.1s |       4 |     1177 |      813 |      563      2 |       11 |       10
47.08/47.18	c  0.2s |       5 |     1907 |     1320 |      563      4 |       11 |       10
47.18/47.26	c  0.2s |       6 |     3187 |     2081 |      563      6 |       11 |       10
47.29/47.39	c  0.4s |       7 |     5077 |     3223 |      563     10 |       11 |       10
47.48/47.57	c  0.5s |       8 |     7856 |     4936 |      563     15 |       11 |       10
47.78/47.85	c  0.8s |       9 |    11570 |     7506 |      563     23 |       11 |       10
48.18/48.25	c  1.2s |      10 |    17344 |    11361 |      563     34 |       11 |       10
48.78/48.88	c  1.9s |      11 |    25996 |    17144 |      563     52 |       11 |       10
49.78/49.86	c  2.8s |      12 |    38496 |    25819 |      563     78 |       11 |       10
51.28/51.31	c  4.3s |      13 |    57938 |    38832 |      563    117 |       11 |       10
52.48/52.53	c  5.5s |      13 |    73561 |    49335 |      620    146 |       12 |       12
52.48/52.53	c #cpu_time = 5.510s
52.48/52.53	c #wall_clock_time = 5.510s
52.48/52.53	c #decision = 73561
52.48/52.53	c #random_decision = 195
52.48/52.53	c #conflict = 49335
52.48/52.53	c #restart = 13
52.48/52.53	c BCD2: updating lower bound of a core
52.48/52.53	c lower bound updated to 68
52.48/52.53	c BCD2: 68 <= obj <= 68
52.48/52.54	c BCD2: #cores=1, #unrelaxed=0, #relaxed=18, #hardened=8
52.48/52.54	c BCD2: #sat=3 #unsat=6 bias=6/9
52.48/52.54	c Solving starts ...
52.48/52.54	c ============================[ Search Statistics ]============================
52.48/52.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.48/52.54	c       |         |          |          |    Limit     GC | Var      | Constra 
52.48/52.54	c =============================================================================
52.48/52.54	c  0.0s |       0 |        0 |        0 |      620      0 |       12 |       13
52.48/52.55	c  0.0s |       1 |      161 |      100 |      620      0 |       12 |       13
52.48/52.57	c  0.0s |       2 |      424 |      250 |      620      1 |       12 |       13
52.48/52.59	c  0.1s |       3 |      742 |      475 |      620      2 |       12 |       13
52.58/52.63	c  0.1s |       4 |     1213 |      813 |      620      3 |       12 |       13
52.58/52.69	c  0.2s |       5 |     2014 |     1320 |      620      4 |       12 |       13
52.68/52.77	c  0.2s |       6 |     3300 |     2081 |      620      6 |       12 |       13
52.79/52.90	c  0.4s |       7 |     4999 |     3223 |      620      9 |       12 |       13
52.98/53.09	c  0.6s |       8 |     7543 |     4936 |      620     14 |       12 |       13
53.28/53.37	c  0.8s |       9 |    11111 |     7506 |      620     21 |       12 |       13
53.78/53.80	c  1.3s |      10 |    16526 |    11361 |      620     32 |       12 |       13
54.38/54.46	c  1.9s |      11 |    24822 |    17144 |      620     49 |       12 |       13
55.38/55.44	c  2.9s |      12 |    37771 |    25819 |      620     73 |       12 |       13
56.88/56.95	c  4.4s |      13 |    56997 |    38832 |      620    109 |       12 |       13
57.19/57.29	c  4.8s |      13 |    61270 |    41744 |      620    116 |       13 |       15
57.19/57.29	c #cpu_time = 4.753s
57.19/57.29	c #wall_clock_time = 4.753s
57.19/57.29	c #decision = 61270
57.19/57.29	c #random_decision = 172
57.19/57.29	c #conflict = 41744
57.19/57.29	c #restart = 13
57.19/57.29	c BCD2: updating lower bound of a core
57.19/57.29	c lower bound updated to 70
57.19/57.29	s OPTIMUM FOUND
57.19/57.29	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
57.19/57.29	v x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20
57.19/57.29	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
57.19/57.29	v -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
57.19/57.29	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
57.19/57.29	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
57.19/57.29	v -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
57.19/57.29	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
57.19/57.29	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
57.19/57.29	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100
57.19/57.29	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
57.19/57.29	v -x111 -x112 -x113 -x114 -x115 x116 -x117 x118 -x119 -x120
57.19/57.29	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
57.19/57.29	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
57.19/57.29	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
57.19/57.29	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
57.19/57.29	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169
57.19/57.29	c total CPU time = 57.290s
57.19/57.29	c total wall clock time = 57.292s

Verifier Data

OK	69

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

pid=32277
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.31 2.29 2.04 3/179 32280
/proc/meminfo: memFree=29278156/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=745916 CPUtime=0 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 2783 0 0 0 0 0 0 0 20 0 4 0 36432340 763817984 3656 33554432000 4194304 16246674 140735501561904 140735501561328 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 187247 3664 441 2943 0 184141 0
[pid=32280/tid=32281] ppid=32277 vsize=764348 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 782692352 3727 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=768444 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 786886656 3742 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=772540 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432341 791080960 3759 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.31 2.29 2.04 3/179 32280
/proc/meminfo: memFree=29278156/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 18465 0 0 0 6 3 0 0 20 0 4 0 36432340 1247350784 19330 33554432000 4194304 16246674 140735501561904 140735501561328 12500869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 304529 19333 617 2943 0 301423 0
[pid=32280/tid=32281] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 19336 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 19339 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 19340 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200448 s]
/proc/loadavg: 2.31 2.29 2.04 3/179 32280
/proc/meminfo: memFree=29278156/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 26429 0 0 0 14 5 0 0 20 0 4 0 36432340 1247350784 27294 33554432000 4194304 16246674 140735501561904 140735501561328 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 304529 27294 617 2943 0 301423 0
[pid=32280/tid=32281] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 27295 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 27295 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 27295 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300446 s]
/proc/loadavg: 2.31 2.29 2.04 3/179 32280
/proc/meminfo: memFree=29278156/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 35638 0 0 0 23 6 0 0 20 0 4 0 36432340 1247350784 36497 33554432000 4194304 16246674 140735501561904 140735501544896 5828874 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 304529 36502 791 2943 0 301423 0
[pid=32280/tid=32281] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 36505 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 36507 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 36512 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700343 s]
/proc/loadavg: 2.31 2.29 2.04 3/179 32280
/proc/meminfo: memFree=29278156/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 99345 0 0 0 55 14 0 0 20 0 4 0 36432340 1247350784 100203 33554432000 4194304 16246674 140735501561904 140735501544896 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 304529 100207 811 2943 0 301423 0
[pid=32280/tid=32281] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 100213 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 100217 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 100222 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.31 2.29 2.04 3/183 32284
/proc/meminfo: memFree=28611024/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 234878 0 0 0 117 32 0 0 20 0 4 0 36432340 1247350784 235736 33554432000 4194304 16246674 140735501561904 140735501544904 5523634 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 304529 235741 812 2943 0 301423 0
[pid=32280/tid=32281] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 235743 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 235746 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432341 1247350784 235754 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10039 s]
/proc/loadavg: 2.31 2.29 2.04 3/183 32284
/proc/meminfo: memFree=28291640/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267361 0 0 0 272 37 0 0 20 0 4 0 36432340 1336479744 268197 33554432000 4194304 16246674 140735501561904 140735501544904 6011936 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326289 268197 872 2943 0 323183 0
[pid=32280/tid=32281] ppid=32277 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1336479744 268197 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1336479744 268197 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1336479744 268197 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30039 s]
/proc/loadavg: 2.29 2.28 2.04 3/183 32284
/proc/meminfo: memFree=28204024/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267598 0 0 0 592 37 0 0 20 0 4 0 36432340 1337528320 268434 33554432000 4194304 16246674 140735501561904 140735501543808 5523519 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268434 874 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268434 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268434 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268434 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.27 2.28 2.04 3/183 32284
/proc/meminfo: memFree=28203572/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267662 0 0 0 1232 37 0 0 20 0 4 0 36432340 1337528320 268498 33554432000 4194304 16246674 140735501561904 140735501544904 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268498 874 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268498 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268498 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268498 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.35 2.30 2.04 3/182 32284
/proc/meminfo: memFree=28203864/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267671 0 0 0 2511 38 0 0 20 0 4 0 36432340 1337528320 268507 33554432000 4194304 16246674 140735501561904 140735501544904 5545988 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268507 883 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268507 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268507 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268507 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.36 2.30 2.05 3/183 32334
/proc/meminfo: memFree=28198812/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267673 0 0 0 5070 38 0 0 20 0 4 0 36432340 1337528320 268509 33554432000 4194304 16246674 140735501561904 140735501544904 6021251 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268509 884 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.36 2.30 2.05 3/183 32334
/proc/meminfo: memFree=28198812/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=51.18 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267673 0 0 0 5080 38 0 0 20 0 4 0 36432340 1337528320 268509 33554432000 4194304 16246674 140735501561904 140735501544904 5599933 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268509 884 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+54.4004 s]
/proc/loadavg: 2.36 2.30 2.05 3/183 32334
/proc/meminfo: memFree=28183932/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=54.38 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267673 0 0 0 5400 38 0 0 20 0 4 0 36432340 1337528320 268509 33554432000 4194304 16246674 140735501561904 140735501544904 5711956 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268509 884 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 1306180

[startup+56.0004 s]
/proc/loadavg: 2.33 2.30 2.05 3/183 32334
/proc/meminfo: memFree=28184056/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=55.98 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267673 0 0 0 5560 38 0 0 20 0 4 0 36432340 1337528320 268509 33554432000 4194304 16246674 140735501561904 140735501543808 12477760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268509 884 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 55.98
Current children cumulated vsize (KiB) 1306180

[startup+56.8004 s]
/proc/loadavg: 2.33 2.30 2.05 3/183 32334
/proc/meminfo: memFree=28184184/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=56.78 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267673 0 0 0 5640 38 0 0 20 0 4 0 36432340 1337528320 268509 33554432000 4194304 16246674 140735501561904 140735501543808 6021947 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268509 884 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 56.78
Current children cumulated vsize (KiB) 1306180

[startup+57.2004 s]
/proc/loadavg: 2.33 2.30 2.05 3/183 32334
/proc/meminfo: memFree=28184184/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=1306180 CPUtime=57.19 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202496 267673 0 0 0 5681 38 0 0 20 0 4 0 36432340 1337528320 268509 33554432000 4194304 16246674 140735501561904 140735501543808 5545713 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 326545 268509 884 2943 0 323439 0
[pid=32280/tid=32281] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32281/stat : 32281 (toysat) S 32277 32280 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044333460720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32280/tid=32282] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (toysat) S 32277 32280 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044253768944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32280/tid=32283] ppid=32277 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (toysat) S 32277 32280 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432341 1337528320 268509 33554432000 4194304 16246674 140735501561904 140044243295408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 57.19
Current children cumulated vsize (KiB) 1306180

[startup+57.3074 s]
/proc/loadavg: 2.33 2.30 2.05 3/183 32334
/proc/meminfo: memFree=28184184/32872528 swapFree=1370848/1518016
[pid=32280] ppid=32277 vsize=0 CPUtime=57.28 cores=0,2,4,6
/proc/32280/stat : 32280 (toysat) R 32277 32280 31304 0 -1 4202500 267677 0 0 0 5689 39 0 0 20 0 1 0 36432340 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32280/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 57.354
CPU time (s): 57.3443
CPU user time (s): 56.8993
CPU system time (s): 0.444932
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.8993
system time used= 0.444932
maximum resident set size= 1074044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 61

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.141978 second user time and 0.232964 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:44:18
IDJOB=4109614
IDBENCH=78869
IDSOLVER=2553
FILE ID=node129/4109614-1466343858
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= e7272fac9c266fd7ef88e48b4d5664ef
RANDOM SEED=1824726562

node129.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.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.28
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.143
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.143
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.143
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.143
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.143
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.54
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.143
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.143
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:        29278676 kB
Buffers:           87892 kB
Cached:           178104 kB
SwapCached:         1804 kB
Active:          1200876 kB
Inactive:         136716 kB
Active(anon):    1071228 kB
Inactive(anon):     2732 kB
Active(file):     129648 kB
Inactive(file):   133984 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             33140 kB
Writeback:             0 kB
AnonPages:       2591120 kB
Mapped:            10764 kB
Shmem:                 0 kB
Slab:             603372 kB
SReclaimable:      46824 kB
SUnreclaim:       556548 kB
KernelStack:        1520 kB
PageTables:         9344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2733296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71704 MiB
End job on node129 at 2016-06-19 15:45:16