Trace number 4109410

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 44.9192 44.935

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-33-100-0.wbo
MD5SUM6dd8afea921ee9eef16bd5f535a42450
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark10.6554
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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:42:04+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-4109410-1466343724.wbo"]
0.00/0.01	c use --random-gen="3648601962 140067810 2165787360 2556999403 4221001505 1137666941 3771180315 938627428 686796536 2370101729 771456707 2438728515 3265745938 3747840843 1636602629 1896495669 2236544541 3625106987 407626557 1080847123 2608671068 4122803470 2026657701 3267050291 3873382228 374652485 3300601310 3246585335 645026871 3382649838 1450957502 129652538 477422091 1720459049 1164176316 1318137329 1050298620 1359257002 1544508862 3722322336 2362193316 3647245127 2579751353 3390476114 1067671452 4239524217 3067313662 897032104 3174297077 1217297757 1659150426 2360553831 96721918 1428548569 2108143199 2946989590 438897059 1549831415 2163919825 530072407 3929269543 1959734611 903751078 1191957396 2154270978 165463862 3285839748 3588070311 3835928469 4258362782 406771873 2995279419 3656653532 2973735186 3714859166 3085713303 1468683215 3917858647 1460556737 3209404079 148929825 3457392886 3178886650 4277898792 1218201285 1015704691 1814874344 2030786746 1081013871 849114582 858656384 3102943260 1308579150 4002875622 1464687483 432518873 286345262 3147714895 3143356323 2575937941 3291664515 1394850350 848240330 2969319747 3236718673 3682048611 3841952491 2334486765 32133127 3161915378 2150093361 1108764853 339956244 1666810575 2245414286 2190306598 4205279760 1595935718 4037160931 4114378139 2522885412 2168033850 414708135 2965389699 1271674583 1390125987 3006092286 2171369530 2967136344 1224215808 553513196 975750596 3381879073 4011017128 2203477255 3096745067 904207687 1963747106 420125520 3934509096 482623731 4192056014 534800093 2777955984 1279103514 3830428780 1311941076 2295927580 2651255615 381362355 437312487 3737471520 2377440612 2883130692 2047874751 2128898421 1442123153 487838001 1715615121 113680159 2319482892 2746331651 205831427 4193734585 4033019514 1764247851 1952857802 2090213235 3900462113 1347815373 2848703800 776992798 2228703477 1674658146 3541769232 956700836 723132900 2393759886 912425117 4204512053 4036002687 140788929 3988281995 1928482787 4200176236 2235355285 3009913411 495290580 2955872966 3487387531 595138819 1641366979 953217487 4146818138 1211957732 3923295521 4008626502 2375323999 3712409961 1956015368 271801091 3964750342 3833716684 2213230125 4056609381 1324461144 1595995079 1171024871 2447580732 4260846742 927040293 417323884 1261896268 890616142 2074008267 2002941980 1553400069 220725045 2662020856 4032916457 630649110 4087514190 2247926417 2703874606 2025019945 3108535083 1898770748 346080937 4282947218 3489558464 987104412 3932305819 2832497033 140688531 1775954318 1120648967 1248595730 733722464 1674214152 3772510773 4152015011 3724835913 3756978984 1224765625 1606523726 3279910807 4049799682 1212087142 3052301800 3752402981 3452476073 2143188007 1773412314 3893046486 40847255 3951919919 255 362436" option to reproduce the execution
0.18/0.26	c #vars 169
0.18/0.26	c #constraints 101
0.18/0.26	c BCD2: Hardening is enabled.
0.18/0.26	c BCD2: BiasedSearch is enabled.
0.18/0.26	c Solving starts ...
0.18/0.26	c ============================[ Search Statistics ]============================
0.18/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.26	c =============================================================================
0.18/0.26	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.18/0.26	c  0.0s |       0 |       90 |        5 |      113      0 |        0 |        0
0.18/0.26	c #cpu_time = 0.001s
0.18/0.26	c #wall_clock_time = 0.001s
0.18/0.26	c #decision = 90
0.18/0.26	c #random_decision = 1
0.18/0.26	c #conflict = 5
0.18/0.26	c #restart = 0
0.18/0.26	o 676
0.18/0.27	c BCD2: updating upper bound: 3203 -> 675
0.18/0.27	c BCD2: 0 <= obj <= 675
0.18/0.27	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.18/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.27	c Solving starts ...
0.18/0.27	c ============================[ Search Statistics ]============================
0.18/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.27	c =============================================================================
0.18/0.27	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.18/0.28	c  0.0s |       1 |      257 |      100 |      125      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      592 |      250 |      138      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |     1036 |      475 |      152      2 |        0 |        0
0.39/0.41	c  0.1s |       4 |     1645 |      813 |      168      4 |        0 |        0
0.49/0.50	c  0.2s |       5 |     2579 |     1320 |      185      7 |        0 |        0
0.59/0.63	c  0.4s |       6 |     3887 |     2081 |      204     12 |        0 |        0
0.78/0.84	c  0.6s |       7 |     5801 |     3223 |      225     19 |        0 |        0
1.09/1.17	c  0.9s |       8 |     8517 |     4936 |      248     28 |        0 |        0
1.49/1.57	c  1.3s |       9 |    12600 |     7506 |      273     41 |        0 |        0
1.99/2.06	c  1.8s |      10 |    18445 |    11361 |      301     60 |        0 |        0
2.79/2.86	c  2.6s |      11 |    26799 |    17144 |      332     86 |        0 |        0
3.99/4.03	c  3.8s |      12 |    39509 |    25819 |      366    122 |        0 |        0
5.79/5.84	c  5.6s |      13 |    57872 |    38832 |      403    173 |        0 |        0
7.79/7.85	c  7.6s |      13 |    78897 |    53432 |      403    227 |        0 |        0
8.58/8.60	c  8.3s |      14 |    85894 |    58352 |      444    245 |        0 |        0
10.58/10.60	c 10.3s |      14 |   102749 |    70152 |      444    287 |        0 |        0
10.68/10.78	c 10.5s |      14 |   103963 |    71026 |      444    291 |        0 |        0
10.68/10.78	c #cpu_time = 10.486s
10.68/10.78	c #wall_clock_time = 10.513s
10.68/10.78	c #decision = 103963
10.68/10.78	c #random_decision = 234
10.68/10.78	c #conflict = 71026
10.68/10.78	c #restart = 14
10.68/10.78	c BCD2: found a new core of size 69: cost of the new core is >=1
10.68/10.78	c lower bound updated to 1
10.68/10.78	c BCD2: 1 <= obj <= 675
10.68/10.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
10.68/10.78	c BCD2: #sat=1 #unsat=2 bias=2/3
10.68/10.78	c Solving starts ...
10.68/10.78	c ============================[ Search Statistics ]============================
10.68/10.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.68/10.78	c       |         |          |          |    Limit     GC | Var      | Constra 
10.68/10.78	c =============================================================================
10.68/10.78	c  0.0s |       0 |        0 |        0 |      444      0 |        0 |        0
10.68/10.78	c  0.0s |       0 |      103 |        6 |      444      0 |        0 |        0
10.68/10.78	c #cpu_time = 0.002s
10.68/10.78	c #wall_clock_time = 0.002s
10.68/10.78	c #decision = 103
10.68/10.78	c #random_decision = 0
10.68/10.78	c #conflict = 6
10.68/10.78	c #restart = 0
10.68/10.78	o 71
10.68/10.78	c BCD2: hardening fixes 16 literals
10.68/10.78	c BCD2: updating upper bound: 675 -> 70
10.68/10.78	c BCD2: 1 <= obj <= 70
10.68/10.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
10.68/10.78	c BCD2: #sat=2 #unsat=2 bias=2/4
10.68/10.78	c Solving starts ...
10.68/10.78	c ============================[ Search Statistics ]============================
10.68/10.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.68/10.78	c       |         |          |          |    Limit     GC | Var      | Constra 
10.68/10.78	c =============================================================================
10.68/10.78	c  0.0s |       0 |        0 |        0 |      444      0 |       16 |        2
10.68/10.80	c  0.0s |       1 |      158 |      100 |      444      0 |       16 |        2
10.78/10.82	c  0.0s |       2 |      441 |      250 |      444      0 |       16 |        2
10.78/10.82	c  0.0s |       2 |      504 |      272 |      444      1 |       16 |        2
10.78/10.82	c #cpu_time = 0.041s
10.78/10.82	c #wall_clock_time = 0.042s
10.78/10.82	c #decision = 504
10.78/10.82	c #random_decision = 1
10.78/10.82	c #conflict = 272
10.78/10.82	c #restart = 2
10.78/10.82	o 35
10.78/10.82	c BCD2: hardening fixes 31 literals
10.78/10.82	c BCD2: updating upper bound: 70 -> 34
10.78/10.82	c BCD2: 1 <= obj <= 34
10.78/10.82	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=47
10.78/10.82	c BCD2: #sat=3 #unsat=2 bias=2/5
10.78/10.82	c Solving starts ...
10.78/10.82	c ============================[ Search Statistics ]============================
10.78/10.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.78/10.82	c       |         |          |          |    Limit     GC | Var      | Constra 
10.78/10.82	c =============================================================================
10.78/10.82	c  0.0s |       0 |        0 |        0 |      444      0 |       47 |        4
10.78/10.84	c  0.0s |       1 |      182 |      100 |      444      0 |       47 |        4
10.78/10.85	c  0.0s |       2 |      433 |      250 |      444      0 |       47 |        4
10.78/10.88	c  0.1s |       3 |      826 |      475 |      444      1 |       47 |        4
10.88/10.92	c  0.1s |       4 |     1404 |      813 |      444      2 |       47 |        4
10.88/10.97	c  0.1s |       5 |     2279 |     1320 |      444      4 |       47 |        4
10.99/11.05	c  0.2s |       5 |     3463 |     2043 |      444      6 |       47 |        4
10.99/11.05	c #cpu_time = 0.228s
10.99/11.05	c #wall_clock_time = 0.228s
10.99/11.05	c #decision = 3463
10.99/11.05	c #random_decision = 7
10.99/11.05	c #conflict = 2043
10.99/11.05	c #restart = 5
10.99/11.05	o 14
10.99/11.05	c BCD2: hardening fixes 10 literals
10.99/11.05	c BCD2: updating upper bound: 34 -> 13
10.99/11.05	c BCD2: 1 <= obj <= 13
10.99/11.05	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
10.99/11.05	c BCD2: #sat=4 #unsat=2 bias=2/6
10.99/11.05	c Solving starts ...
10.99/11.05	c ============================[ Search Statistics ]============================
10.99/11.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.05	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.05	c =============================================================================
10.99/11.05	c  0.0s |       0 |        0 |        0 |      444      0 |       57 |        6
10.99/11.07	c  0.0s |       1 |      156 |      100 |      444      1 |       57 |        6
10.99/11.08	c  0.0s |       2 |      391 |      250 |      444      1 |       57 |        6
11.09/11.11	c  0.1s |       3 |      744 |      475 |      444      2 |       57 |        6
11.09/11.14	c  0.1s |       4 |     1263 |      813 |      444      3 |       57 |        6
11.18/11.20	c  0.1s |       5 |     2028 |     1320 |      444      5 |       57 |        6
11.18/11.28	c  0.2s |       6 |     3329 |     2081 |      444      8 |       57 |        6
11.38/11.41	c  0.4s |       7 |     5242 |     3223 |      444     12 |       57 |        6
11.48/11.58	c  0.5s |       8 |     7789 |     4936 |      444     18 |       57 |        6
11.78/11.85	c  0.8s |       9 |    11766 |     7506 |      444     26 |       57 |        6
12.19/12.26	c  1.2s |      10 |    17826 |    11361 |      444     40 |       57 |        6
12.88/12.90	c  1.8s |      11 |    25924 |    17144 |      489     59 |       57 |        6
13.78/13.87	c  2.8s |      12 |    38362 |    25819 |      489     86 |       57 |        6
15.28/15.35	c  4.3s |      13 |    56835 |    38832 |      489    127 |       57 |        6
17.08/17.17	c  6.1s |      13 |    79420 |    54610 |      489    178 |       58 |        8
17.08/17.17	c #cpu_time = 6.102s
17.08/17.17	c #wall_clock_time = 6.117s
17.08/17.17	c #decision = 79420
17.08/17.17	c #random_decision = 197
17.08/17.17	c #conflict = 54610
17.08/17.17	c #restart = 13
17.08/17.17	c BCD2: updating lower bound of a core
17.08/17.17	c lower bound updated to 6
17.08/17.17	c BCD2: 6 <= obj <= 13
17.08/17.17	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
17.08/17.17	c BCD2: #sat=4 #unsat=3 bias=3/7
17.08/17.17	c Solving starts ...
17.08/17.17	c ============================[ Search Statistics ]============================
17.08/17.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.08/17.17	c       |         |          |          |    Limit     GC | Var      | Constra 
17.08/17.17	c =============================================================================
17.08/17.17	c  0.0s |       0 |        0 |        0 |      489      0 |       58 |        8
17.08/17.18	c  0.0s |       1 |      152 |      100 |      489      0 |       58 |        8
17.18/17.20	c  0.0s |       2 |      378 |      250 |      489      0 |       58 |        8
17.18/17.23	c  0.1s |       3 |      815 |      475 |      489      1 |       58 |        8
17.18/17.26	c  0.1s |       4 |     1410 |      813 |      489      2 |       58 |        8
17.28/17.32	c  0.1s |       5 |     2214 |     1320 |      489      3 |       58 |        8
17.38/17.41	c  0.2s |       6 |     3343 |     2081 |      489      6 |       58 |        8
17.48/17.54	c  0.4s |       7 |     5295 |     3223 |      538      9 |       58 |        8
17.69/17.72	c  0.6s |       8 |     8135 |     4936 |      538     15 |       58 |        8
17.98/18.00	c  0.8s |       9 |    12222 |     7506 |      538     22 |       58 |        8
18.38/18.41	c  1.2s |      10 |    18171 |    11361 |      538     33 |       58 |        8
18.98/19.06	c  1.9s |      11 |    26821 |    17144 |      538     50 |       58 |        8
19.98/20.05	c  2.9s |      12 |    40044 |    25819 |      538     76 |       58 |        8
21.48/21.55	c  4.4s |      13 |    60181 |    38832 |      538    114 |       58 |        8
23.49/23.55	c  6.4s |      13 |    87318 |    56532 |      538    166 |       58 |        8
23.69/23.77	c  6.6s |      14 |    90027 |    58352 |      538    171 |       58 |        8
23.79/23.81	c  6.6s |      14 |    90555 |    58703 |      538    173 |       59 |       10
23.79/23.81	c #cpu_time = 6.624s
23.79/23.81	c #wall_clock_time = 6.641s
23.79/23.81	c #decision = 90555
23.79/23.81	c #random_decision = 247
23.79/23.81	c #conflict = 58703
23.79/23.81	c #restart = 14
23.79/23.81	c BCD2: updating lower bound of a core
23.79/23.81	c lower bound updated to 10
23.79/23.81	c BCD2: 10 <= obj <= 13
23.79/23.81	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
23.79/23.81	c BCD2: #sat=4 #unsat=4 bias=4/8
23.79/23.81	c Solving starts ...
23.79/23.81	c ============================[ Search Statistics ]============================
23.79/23.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.79/23.81	c       |         |          |          |    Limit     GC | Var      | Constra 
23.79/23.81	c =============================================================================
23.79/23.81	c  0.0s |       0 |        0 |        0 |      538      0 |       59 |       10
23.79/23.82	c  0.0s |       1 |      166 |      100 |      538      0 |       59 |       10
23.79/23.84	c  0.0s |       2 |      396 |      250 |      538      0 |       59 |       10
23.79/23.87	c  0.1s |       3 |      737 |      475 |      538      1 |       59 |       10
23.89/23.91	c  0.1s |       4 |     1300 |      813 |      538      2 |       59 |       10
23.89/23.97	c  0.2s |       5 |     2177 |     1320 |      538      3 |       59 |       10
23.99/24.05	c  0.2s |       6 |     3446 |     2081 |      538      5 |       59 |       10
24.09/24.17	c  0.4s |       7 |     5465 |     3223 |      538      9 |       59 |       10
24.30/24.36	c  0.6s |       8 |     8252 |     4936 |      538     14 |       59 |       10
24.59/24.65	c  0.8s |       9 |    12485 |     7506 |      538     22 |       59 |       10
24.99/25.08	c  1.3s |      10 |    18400 |    11361 |      592     32 |       59 |       10
25.69/25.72	c  1.9s |      11 |    27601 |    17144 |      592     48 |       59 |       10
26.69/26.70	c  2.9s |      12 |    41211 |    25819 |      592     72 |       59 |       10
28.19/28.20	c  4.4s |      13 |    61157 |    38832 |      592    108 |       59 |       10
30.19/30.20	c  6.4s |      13 |    88980 |    56632 |      592    157 |       59 |       10
30.29/30.39	c  6.6s |      14 |    91959 |    58352 |      592    161 |       59 |       10
32.29/32.39	c  8.6s |      14 |   120234 |    76252 |      592    211 |       59 |       10
33.58/33.69	c  9.9s |      15 |   138842 |    87632 |      592    242 |       59 |       10
34.78/34.87	c 11.1s |      15 |   155347 |    98085 |      592    270 |       60 |       12
34.78/34.87	c #cpu_time = 11.026s
34.78/34.87	c #wall_clock_time = 11.054s
34.78/34.87	c #decision = 155347
34.78/34.87	c #random_decision = 390
34.78/34.87	c #conflict = 98085
34.78/34.87	c #restart = 15
34.78/34.87	c BCD2: updating lower bound of a core
34.78/34.87	c lower bound updated to 13
34.78/34.87	c BCD2: 13 <= obj <= 13
34.78/34.87	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
34.78/34.87	c BCD2: #sat=4 #unsat=5 bias=5/9
34.78/34.87	c Solving starts ...
34.78/34.87	c ============================[ Search Statistics ]============================
34.78/34.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.78/34.87	c       |         |          |          |    Limit     GC | Var      | Constra 
34.78/34.87	c =============================================================================
34.78/34.87	c  0.0s |       0 |        0 |        0 |      592      0 |       60 |       12
34.78/34.88	c  0.0s |       1 |      166 |      100 |      592      0 |       60 |       12
34.88/34.90	c  0.0s |       2 |      403 |      250 |      592      1 |       60 |       12
34.88/34.92	c  0.1s |       3 |      879 |      475 |      592      1 |       60 |       12
34.88/34.96	c  0.1s |       4 |     1540 |      813 |      592      2 |       60 |       12
34.98/35.02	c  0.2s |       5 |     2403 |     1320 |      592      4 |       60 |       12
35.08/35.10	c  0.2s |       6 |     3608 |     2081 |      592      6 |       60 |       12
35.19/35.23	c  0.4s |       7 |     5485 |     3223 |      592      9 |       60 |       12
35.38/35.42	c  0.6s |       8 |     8563 |     4936 |      592     14 |       60 |       12
35.68/35.71	c  0.8s |       9 |    12999 |     7506 |      592     21 |       60 |       12
36.08/36.13	c  1.3s |      10 |    19152 |    11361 |      652     31 |       60 |       12
36.68/36.78	c  1.9s |      11 |    27999 |    17144 |      652     45 |       60 |       12
37.78/37.83	c  3.0s |      12 |    41629 |    25819 |      652     67 |       60 |       12
39.28/39.32	c  4.5s |      13 |    62496 |    38832 |      652    100 |       60 |       12
41.28/41.33	c  6.5s |      13 |    91039 |    56432 |      652    144 |       60 |       12
41.48/41.55	c  6.7s |      14 |    94330 |    58352 |      652    149 |       60 |       12
43.48/43.56	c  8.7s |      14 |   122270 |    76052 |      652    194 |       60 |       12
44.78/44.87	c 10.0s |      14 |   140588 |    87351 |      652    222 |       61 |       14
44.78/44.87	c #cpu_time = 9.978s
44.78/44.87	c #wall_clock_time = 10.003s
44.78/44.87	c #decision = 140588
44.78/44.87	c #random_decision = 389
44.78/44.87	c #conflict = 87351
44.78/44.87	c #restart = 14
44.78/44.87	c BCD2: updating lower bound of a core
44.78/44.87	c lower bound updated to 14
44.78/44.87	s OPTIMUM FOUND
44.78/44.87	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
44.78/44.87	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20
44.78/44.87	v -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30
44.78/44.87	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
44.78/44.87	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
44.78/44.87	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
44.78/44.87	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70
44.78/44.87	v x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
44.78/44.87	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
44.78/44.87	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
44.78/44.87	v -x101 x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
44.78/44.87	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120
44.78/44.87	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
44.78/44.87	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
44.78/44.87	v -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
44.78/44.87	v -x151 x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160
44.78/44.87	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
44.78/44.87	c total CPU time = 44.758s
44.78/44.87	c total wall clock time = 44.874s

Verifier Data

OK	14

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.05 1.76 3/181 1323
/proc/meminfo: memFree=30557740/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=359868 CPUtime=0 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 4 0 36418347 368504832 2151 33554432000 4194304 16246674 140737039627504 140737039626928 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 90735 2159 441 2943 0 87629 0
[pid=1323/tid=1324] ppid=1320 vsize=618940 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 633794560 3160 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=623036 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 637988864 3179 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=628156 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 643231744 3196 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100152 s]
/proc/loadavg: 2.03 2.05 1.76 3/181 1323
/proc/meminfo: memFree=30557740/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 18471 0 0 0 6 2 0 0 20 0 4 0 36418347 1247350784 19336 33554432000 4194304 16246674 140737039627504 140737039626928 6144966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 304529 19340 614 2943 0 301423 0
[pid=1323/tid=1324] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 19341 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 19346 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 19348 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200471 s]
/proc/loadavg: 2.03 2.05 1.76 3/181 1323
/proc/meminfo: memFree=30557740/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 26352 0 0 0 15 3 0 0 20 0 4 0 36418347 1247350784 27217 33554432000 4194304 16246674 140737039627504 140737039626928 6144966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 304529 27219 614 2943 0 301423 0
[pid=1323/tid=1324] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 27225 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 27231 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 27237 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300444 s]
/proc/loadavg: 2.03 2.05 1.76 3/181 1323
/proc/meminfo: memFree=30557740/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 37221 0 0 0 24 5 0 0 20 0 4 0 36418347 1247350784 38079 33554432000 4194304 16246674 140737039627504 140737039609408 5516309 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 304529 38088 810 2943 0 301423 0
[pid=1323/tid=1324] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 38090 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 38097 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 38099 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700336 s]
/proc/loadavg: 2.03 2.05 1.76 3/181 1323
/proc/meminfo: memFree=30557740/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 106745 0 0 0 55 14 0 0 20 0 4 0 36418347 1247350784 107603 33554432000 4194304 16246674 140737039627504 140737039609408 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 304529 107610 816 2943 0 301423 0
[pid=1323/tid=1324] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 107619 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 107625 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1247350784 107633 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.03 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29821740/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 245805 0 0 0 117 32 0 0 20 0 4 0 36418347 1248399360 246641 33554432000 4194304 16246674 140737039627504 140737039626816 12483515 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 304785 246641 875 2943 0 301679 0
[pid=1323/tid=1324] ppid=1320 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1248399360 246641 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1248399360 246641 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1248399360 246641 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10037 s]
/proc/loadavg: 2.03 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29571880/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267455 0 0 0 275 34 0 0 20 0 4 0 36418347 1337528320 268291 33554432000 4194304 16246674 140737039627504 140737039610504 5672818 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268291 875 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268291 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268291 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268291 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30037 s]
/proc/loadavg: 2.03 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29485252/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267514 0 0 0 595 34 0 0 20 0 4 0 36418347 1337528320 268350 33554432000 4194304 16246674 140737039627504 140737039610504 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268350 875 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268350 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268350 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268350 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.02 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29485024/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267618 0 0 0 1234 34 0 0 20 0 4 0 36418347 1337528320 268454 33554432000 4194304 16246674 140737039627504 140737039610504 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268454 884 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268454 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268454 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268454 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.02 2.04 1.76 3/185 1378
/proc/meminfo: memFree=29486984/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267634 0 0 0 2514 35 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 140737039609408 5600084 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268470 884 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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 1323 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6005 s]
/proc/loadavg: 2.02 2.04 1.76 3/185 1378
/proc/meminfo: memFree=29486984/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267634 0 0 0 2524 35 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 140737039609408 6836820 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268470 884 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268470 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.02 2.04 1.77 3/185 1378
/proc/meminfo: memFree=29486512/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=38.38 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267677 0 0 0 3803 35 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 140737039610504 5661584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268513 886 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1306180

[startup+41.6004 s]
/proc/loadavg: 2.01 2.04 1.77 3/185 1378
/proc/meminfo: memFree=29486520/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=41.58 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267677 0 0 0 4123 35 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 140737039609408 5754764 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268513 886 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 1306180

[startup+43.2004 s]
/proc/loadavg: 2.01 2.04 1.77 3/185 1378
/proc/meminfo: memFree=29485720/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=43.18 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267677 0 0 0 4283 35 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 140737039609408 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268513 886 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 43.18
Current children cumulated vsize (KiB) 1306180

[startup+44.0004 s]
/proc/loadavg: 2.01 2.04 1.77 3/185 1378
/proc/meminfo: memFree=29486092/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=43.99 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267677 0 0 0 4364 35 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 140737039610504 5601651 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268513 886 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 43.99
Current children cumulated vsize (KiB) 1306180

[startup+44.4004 s]
/proc/loadavg: 2.01 2.04 1.77 3/185 1378
/proc/meminfo: memFree=29486092/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=44.38 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267677 0 0 0 4403 35 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 140737039609408 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268513 886 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 44.38
Current children cumulated vsize (KiB) 1306180

[startup+44.8004 s]
/proc/loadavg: 2.01 2.04 1.77 3/185 1378
/proc/meminfo: memFree=29486092/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=1306180 CPUtime=44.78 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) R 1320 1323 832 0 -1 4202496 267677 0 0 0 4443 35 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 140737039609408 5724429 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 326545 268513 886 2943 0 323439 0
[pid=1323/tid=1324] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1324/stat : 1324 (toysat) S 1320 1323 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740349181168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1323/tid=1325] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1325/stat : 1325 (toysat) S 1320 1323 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740338691312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) S 1320 1323 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418347 1337528320 268513 33554432000 4194304 16246674 140737039627504 139740250631344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 1306180

[startup+44.9004 s]
/proc/loadavg: 2.01 2.04 1.77 3/185 1378
/proc/meminfo: memFree=29486092/32872528 swapFree=8804/8804
[pid=1323] ppid=1320 vsize=0 CPUtime=44.88 cores=1,3,5,7
/proc/1323/stat : 1323 (toysat) Z 1320 1323 832 0 -1 4202508 267681 0 0 0 4451 37 0 0 20 0 2 0 36418347 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1323/statm: 0 0 0 0 0 0 0
[pid=1323/tid=1326] ppid=1320 vsize=0 CPUtime=0.01 cores=1,3,5,7
/proc/1323/task/1326/stat : 1326 (toysat) R 1320 1323 832 0 -1 4203588 1 0 0 0 0 1 0 0 20 0 2 0 36418347 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 44.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 44.935
CPU time (s): 44.9192
CPU user time (s): 44.5132
CPU system time (s): 0.405938
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.5132
system time used= 0.405938
maximum resident set size= 1074060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267681
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= 17
involuntary context switches= 73

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.110983 second user time and 0.19397 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-19 15:42:04
IDJOB=4109410
IDBENCH=78801
IDSOLVER=2553
FILE ID=node133/4109410-1466343724
RUNJOBID= node133-1466341813-849
PBS_JOBID= 19922020
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 6dd8afea921ee9eef16bd5f535a42450
RANDOM SEED=1385001582

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30558268 kB
Buffers:          163672 kB
Cached:           323472 kB
SwapCached:         1408 kB
Active:          1221748 kB
Inactive:         341100 kB
Active(anon):    1075992 kB
Inactive(anon):     2060 kB
Active(file):     145756 kB
Inactive(file):   339040 kB
Unevictable:        8804 kB
Mlocked:            8804 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:             32840 kB
Writeback:             0 kB
AnonPages:       1091708 kB
Mapped:            11888 kB
Shmem:                 0 kB
Slab:             610644 kB
SReclaimable:      54068 kB
SUnreclaim:       556576 kB
KernelStack:        1536 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1225772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 71684 MiB
End job on node133 at 2016-06-19 15:42:49