Trace number 4109474

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 9.50955 9.51305

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-33-100-0.wbo
MD5SUM82fa1f93f0f1de3f2bb6b9affea621cb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.90356
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1240
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:43+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-4109474-1466343763.wbo"]
0.00/0.01	c use --random-gen="2628472996 323991801 3427048955 3721609958 2343569301 2163120827 2497054292 2037099181 3533270089 904953909 4222904792 1075119942 490432423 3292079211 4123941080 2739978987 1465223493 1706905820 72740807 1954029630 3947424122 2556081642 3115676825 292003626 2763354059 1854525446 890055547 4145805439 1091957694 4293681740 3694035330 3593617854 1009204387 1595641957 279811727 3562413636 4270358026 2384829742 3994289257 1309826135 2619077816 1000858352 1863345333 3262983777 3087641257 4104846864 561999587 1408653397 561018964 527146824 4178655189 2619089193 3535574321 2833220592 2868135510 60810794 4102070916 4107366512 3880212803 735807042 528729139 1206474293 4068500488 1355947990 4238952081 197045173 1581949351 2323768139 3059595581 1366564911 565536068 254541934 582106585 1737874459 1048746915 3769772917 3022407545 335396757 3787101440 829919698 783395820 468731116 2920305850 2323154138 2184898295 2003281447 1306196904 396190490 1911548975 1255990550 3941041871 2400648814 4087130179 2179013094 154861438 1594077735 344493080 3413059605 3312545295 3181639238 3918457826 3104798532 888059512 3136514689 4021585704 1060168510 3147290248 4202983753 2858062332 2880986174 598327428 3398209779 1742449607 3136605312 3732754190 2030377425 1277938384 2936887685 1578478203 4067032951 2749537177 920047253 275950442 4280537927 1829761523 2975591404 2987423873 3188669511 2042323227 3027882629 626616999 350119986 302449850 521092991 1140977513 3835546589 2006544758 1387219097 3965725772 2457313030 3164394003 1684084509 625314556 3886879229 2381872735 824339334 3158289935 323967742 3742488162 2945135043 356867848 1166643913 57563421 3079725911 3354779447 3207199744 943262385 540951788 4225938642 1612495861 1842756502 9200024 134253410 1781678183 535821840 3199469913 2450774602 2447737451 755233430 3145285688 1906052150 827446214 3220705300 1893202402 1877588987 3071625493 3794131161 1964382826 1709838977 4148555698 2226554615 632587418 4260081522 3890045917 1937384506 444888863 1529809735 1203471480 1389516721 2881467996 4109380805 1112313230 1184951663 1570153414 3452789862 766667964 2706410382 4172857386 8085258 2122746197 556545430 4046835391 2992714018 2105274550 104588135 330877109 2956960058 2617338749 1373806026 986453766 826549360 2311221307 2171355039 3676490636 3337429896 3092945868 4181460271 3119229087 4271157498 4164904378 1688126670 1881205719 2028662451 2752452720 133897497 278341340 1392144641 803304179 60551976 3702698744 3162745795 911049859 3196435567 3274414842 703289290 1065917069 1151271642 154584971 1418962818 2811425421 2400622966 91000386 648988896 2406496063 2226428829 3478153857 413040774 80118885 1749685958 4062565814 2850472689 3450112695 2931624296 1004615986 3674722968 4080451862 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |      125 |       22 |      111      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.003s
0.19/0.26	c #wall_clock_time = 0.003s
0.19/0.26	c #decision = 125
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 22
0.19/0.26	c #restart = 0
0.19/0.26	o 409
0.19/0.26	c BCD2: updating upper bound: 2924 -> 408
0.19/0.26	c BCD2: 0 <= obj <= 408
0.19/0.26	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      246 |      100 |      123      0 |        0 |        0
0.28/0.30	c  0.0s |       2 |      579 |      250 |      136      1 |        0 |        0
0.28/0.33	c  0.1s |       3 |     1012 |      475 |      150      3 |        0 |        0
0.28/0.39	c  0.1s |       4 |     1600 |      813 |      165      5 |        0 |        0
0.39/0.47	c  0.2s |       5 |     2533 |     1320 |      182      9 |        0 |        0
0.58/0.60	c  0.3s |       6 |     3798 |     2081 |      201     13 |        0 |        0
0.79/0.80	c  0.5s |       7 |     5593 |     3223 |      222     20 |        0 |        0
1.10/1.11	c  0.9s |       8 |     8258 |     4936 |      245     29 |        0 |        0
1.49/1.55	c  1.3s |       9 |    12170 |     7506 |      270     43 |        0 |        0
1.99/2.05	c  1.8s |      10 |    18008 |    11361 |      297     61 |        0 |        0
2.79/2.86	c  2.6s |      11 |    26204 |    17144 |      327     88 |        0 |        0
3.99/4.03	c  3.8s |      12 |    38736 |    25819 |      360    125 |        0 |        0
5.69/5.77	c  5.5s |      13 |    57417 |    38832 |      397    177 |        0 |        0
7.69/7.78	c  7.5s |      13 |    77521 |    52232 |      397    229 |        0 |        0
8.48/8.51	c  8.2s |      13 |    82570 |    55888 |      397    244 |        0 |        0
8.48/8.51	c #cpu_time = 8.226s
8.48/8.51	c #wall_clock_time = 8.248s
8.48/8.51	c #decision = 82570
8.48/8.51	c #random_decision = 195
8.48/8.51	c #conflict = 55888
8.48/8.51	c #restart = 13
8.48/8.51	c BCD2: found a new core of size 64: cost of the new core is >=1
8.48/8.51	c lower bound updated to 1
8.48/8.51	c BCD2: 1 <= obj <= 408
8.48/8.51	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
8.48/8.51	c BCD2: #sat=1 #unsat=2 bias=2/3
8.48/8.51	c Solving starts ...
8.48/8.51	c ============================[ Search Statistics ]============================
8.48/8.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.48/8.51	c       |         |          |          |    Limit     GC | Var      | Constra 
8.48/8.51	c =============================================================================
8.48/8.51	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        0
8.48/8.52	c  0.0s |       1 |      269 |      100 |      397      0 |        0 |        0
8.48/8.54	c  0.0s |       2 |      559 |      250 |      397      1 |        0 |        0
8.48/8.54	c  0.0s |       2 |      648 |      292 |      397      1 |        0 |        0
8.48/8.54	c #cpu_time = 0.037s
8.48/8.54	c #wall_clock_time = 0.037s
8.48/8.54	c #decision = 648
8.48/8.54	c #random_decision = 1
8.48/8.54	c #conflict = 292
8.48/8.54	c #restart = 2
8.48/8.54	o 191
8.48/8.54	c BCD2: updating upper bound: 408 -> 190
8.48/8.54	c BCD2: 1 <= obj <= 190
8.48/8.54	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
8.48/8.54	c BCD2: #sat=2 #unsat=2 bias=2/4
8.48/8.54	c Solving starts ...
8.48/8.54	c ============================[ Search Statistics ]============================
8.48/8.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.48/8.54	c       |         |          |          |    Limit     GC | Var      | Constra 
8.48/8.54	c =============================================================================
8.48/8.54	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        2
8.48/8.56	c  0.0s |       0 |      179 |       76 |      397      0 |        0 |        2
8.48/8.56	c #cpu_time = 0.011s
8.48/8.56	c #wall_clock_time = 0.011s
8.48/8.56	c #decision = 179
8.48/8.56	c #random_decision = 0
8.48/8.56	c #conflict = 76
8.48/8.56	c #restart = 0
8.48/8.56	o 165
8.48/8.56	c BCD2: updating upper bound: 190 -> 164
8.48/8.56	c BCD2: 1 <= obj <= 164
8.48/8.56	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
8.48/8.56	c BCD2: #sat=3 #unsat=2 bias=2/5
8.48/8.56	c Solving starts ...
8.48/8.56	c ============================[ Search Statistics ]============================
8.48/8.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.48/8.56	c       |         |          |          |    Limit     GC | Var      | Constra 
8.48/8.56	c =============================================================================
8.48/8.56	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        4
8.48/8.57	c  0.0s |       1 |      189 |      100 |      397      1 |        0 |        4
8.48/8.59	c  0.0s |       2 |      409 |      250 |      397      1 |        0 |        4
8.58/8.62	c  0.1s |       3 |      727 |      475 |      397      3 |        0 |        4
8.58/8.64	c  0.1s |       3 |     1103 |      690 |      397      3 |        0 |        4
8.58/8.64	c #cpu_time = 0.088s
8.58/8.64	c #wall_clock_time = 0.088s
8.58/8.64	c #decision = 1103
8.58/8.64	c #random_decision = 4
8.58/8.64	c #conflict = 690
8.58/8.64	c #restart = 3
8.58/8.64	o 69
8.58/8.65	c BCD2: hardening fixes 18 literals
8.58/8.65	c BCD2: updating upper bound: 164 -> 68
8.58/8.65	c BCD2: 1 <= obj <= 68
8.58/8.65	c BCD2: #cores=1, #unrelaxed=0, #relaxed=46, #hardened=18
8.58/8.65	c BCD2: #sat=4 #unsat=2 bias=2/6
8.58/8.65	c Solving starts ...
8.58/8.65	c ============================[ Search Statistics ]============================
8.58/8.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.58/8.65	c       |         |          |          |    Limit     GC | Var      | Constra 
8.58/8.65	c =============================================================================
8.58/8.65	c  0.0s |       0 |        0 |        0 |      397      0 |       18 |        6
8.58/8.66	c  0.0s |       1 |      148 |      100 |      397      1 |       18 |        6
8.58/8.68	c  0.0s |       2 |      402 |      250 |      397      1 |       18 |        6
8.68/8.71	c  0.1s |       3 |      728 |      475 |      397      2 |       18 |        6
8.68/8.75	c  0.1s |       4 |     1249 |      813 |      397      4 |       18 |        6
8.79/8.80	c  0.2s |       5 |     2004 |     1320 |      437      5 |       18 |        6
8.79/8.84	c  0.2s |       5 |     2416 |     1611 |      437      6 |       18 |        6
8.79/8.84	c #cpu_time = 0.195s
8.79/8.84	c #wall_clock_time = 0.196s
8.79/8.84	c #decision = 2416
8.79/8.84	c #random_decision = 2
8.79/8.84	c #conflict = 1611
8.79/8.84	c #restart = 5
8.79/8.84	o 12
8.79/8.84	c BCD2: hardening fixes 34 literals
8.79/8.84	c BCD2: updating upper bound: 68 -> 11
8.79/8.84	c BCD2: 1 <= obj <= 11
8.79/8.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=52
8.79/8.84	c BCD2: #sat=5 #unsat=2 bias=2/7
8.79/8.84	c Solving starts ...
8.79/8.84	c ============================[ Search Statistics ]============================
8.79/8.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.84	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.84	c =============================================================================
8.79/8.84	c  0.0s |       0 |        0 |        0 |      437      0 |       52 |        8
8.79/8.85	c  0.0s |       1 |      139 |      100 |      437      1 |       52 |        8
8.79/8.87	c  0.0s |       2 |      358 |      250 |      437      1 |       52 |        8
8.79/8.90	c  0.1s |       3 |      678 |      475 |      437      2 |       52 |        8
8.89/8.94	c  0.1s |       4 |     1142 |      813 |      437      3 |       52 |        8
8.89/8.99	c  0.2s |       5 |     1911 |     1320 |      437      5 |       52 |        8
8.98/9.08	c  0.2s |       6 |     3022 |     2081 |      437      8 |       52 |        8
9.08/9.19	c  0.3s |       6 |     4622 |     3145 |      437     11 |       52 |        8
9.08/9.19	c #cpu_time = 0.347s
9.08/9.19	c #wall_clock_time = 0.347s
9.08/9.19	c #decision = 4622
9.08/9.19	c #random_decision = 4
9.08/9.19	c #conflict = 3145
9.08/9.19	c #restart = 6
9.08/9.19	o 3
9.08/9.19	c BCD2: hardening fixes 8 literals
9.08/9.19	c BCD2: updating upper bound: 11 -> 2
9.08/9.19	c BCD2: 1 <= obj <= 2
9.08/9.19	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
9.08/9.19	c BCD2: #sat=6 #unsat=2 bias=2/8
9.08/9.19	c Solving starts ...
9.08/9.19	c ============================[ Search Statistics ]============================
9.08/9.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.08/9.19	c       |         |          |          |    Limit     GC | Var      | Constra 
9.08/9.19	c =============================================================================
9.08/9.19	c  0.0s |       0 |        0 |        0 |      437      0 |       60 |       10
9.18/9.20	c  0.0s |       1 |      157 |      100 |      437      1 |       60 |       10
9.18/9.22	c  0.0s |       2 |      399 |      250 |      437      1 |       60 |       10
9.18/9.24	c  0.1s |       3 |      719 |      475 |      437      2 |       60 |       10
9.18/9.28	c  0.1s |       4 |     1217 |      813 |      437      3 |       60 |       10
9.28/9.33	c  0.1s |       5 |     1946 |     1320 |      437      5 |       60 |       10
9.38/9.41	c  0.2s |       6 |     3178 |     2081 |      437      8 |       60 |       10
9.38/9.45	c  0.3s |       6 |     3620 |     2409 |      437      9 |       60 |       10
9.38/9.45	c #cpu_time = 0.256s
9.38/9.45	c #wall_clock_time = 0.257s
9.38/9.45	c #decision = 3620
9.38/9.45	c #random_decision = 2
9.38/9.45	c #conflict = 2409
9.38/9.45	c #restart = 6
9.38/9.45	o 1
9.38/9.45	s OPTIMUM FOUND
9.38/9.45	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
9.38/9.45	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
9.38/9.45	v -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
9.38/9.45	v -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
9.38/9.45	v -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
9.38/9.45	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
9.38/9.45	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
9.38/9.45	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80
9.38/9.45	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
9.38/9.45	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
9.38/9.45	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
9.38/9.45	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
9.38/9.45	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
9.38/9.45	v -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140
9.38/9.45	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
9.38/9.45	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
9.38/9.45	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169
9.38/9.45	c total CPU time = 9.425s
9.38/9.45	c total wall clock time = 9.450s

Verifier Data

OK	1

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

pid=1849
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.30 2.01 4/177 1852
/proc/meminfo: memFree=28886224/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=636348 CPUtime=0 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 2359 0 0 0 0 0 0 0 20 0 4 0 36423270 651620352 3231 33554432000 4194304 16246674 140734358631872 140734358631296 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 159599 3239 441 2943 0 156493 0
[pid=1852/tid=1853] ppid=1849 vsize=651708 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 667348992 3288 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=655804 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 671543296 3304 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=659900 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 675737600 3323 33554432000 4194304 16246674 140734358631872 139734277942448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.31 2.30 2.01 4/177 1852
/proc/meminfo: memFree=28886224/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 18360 0 0 0 7 2 0 0 20 0 4 0 36423270 1247350784 19224 33554432000 4194304 16246674 140734358631872 140734358630808 12503797 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 304529 19225 615 2943 0 301423 0
[pid=1852/tid=1853] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 19227 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 19229 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 19235 33554432000 4194304 16246674 140734358631872 139734277942448 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.200497 s]
/proc/loadavg: 2.31 2.30 2.01 4/177 1852
/proc/meminfo: memFree=28886224/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 26264 0 0 0 16 3 0 0 20 0 4 0 36423270 1247350784 27128 33554432000 4194304 16246674 140734358631872 140734358630808 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 304529 27129 615 2943 0 301423 0
[pid=1852/tid=1853] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 27134 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 27136 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 27136 33554432000 4194304 16246674 140734358631872 139734277942448 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.300356 s]
/proc/loadavg: 2.31 2.30 2.01 4/177 1852
/proc/meminfo: memFree=28886224/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 37446 0 0 0 24 4 0 0 20 0 4 0 36423270 1247350784 38303 33554432000 4194304 16246674 140734358631872 140734358630808 13759916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 304529 38308 813 2943 0 301423 0
[pid=1852/tid=1853] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 38309 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 38310 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 38311 33554432000 4194304 16246674 140734358631872 139734277942448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700385 s]
/proc/loadavg: 2.31 2.30 2.01 4/177 1852
/proc/meminfo: memFree=28886224/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 109040 0 0 0 54 15 0 0 20 0 4 0 36423270 1247350784 109897 33554432000 4194304 16246674 140734358631872 140734358630808 6011022 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 304529 109907 813 2943 0 301423 0
[pid=1852/tid=1853] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 109910 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 109913 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1247350784 109917 33554432000 4194304 16246674 140734358631872 139734277942448 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.50038 s]
/proc/loadavg: 2.29 2.30 2.01 4/181 1856
/proc/meminfo: memFree=28144684/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 245774 0 0 0 118 31 0 0 20 0 4 0 36423270 1248399360 246609 33554432000 4194304 16246674 140734358631872 140734358631184 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 304785 246609 872 2943 0 301679 0
[pid=1852/tid=1853] ppid=1849 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1248399360 246609 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1248399360 246609 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1248399360 246609 33554432000 4194304 16246674 140734358631872 139734277942448 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) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.29 2.30 2.01 4/181 1856
/proc/meminfo: memFree=27900288/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 267268 0 0 0 275 34 0 0 20 0 4 0 36423270 1336479744 268103 33554432000 4194304 16246674 140734358631872 140734358614872 5823101 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 326289 268103 872 2943 0 323183 0
[pid=1852/tid=1853] ppid=1849 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1336479744 268103 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1336479744 268103 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1336479744 268103 33554432000 4194304 16246674 140734358631872 139734277942448 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.3004 s]
/proc/loadavg: 2.26 2.29 2.01 3/181 1856
/proc/meminfo: memFree=27813644/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 267567 0 0 0 595 34 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 140734358613760 13949872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 326545 268402 872 2943 0 323439 0
[pid=1852/tid=1853] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734277942448 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

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

[startup+6.40049 s]
/proc/loadavg: 2.26 2.29 2.01 3/181 1856
/proc/meminfo: memFree=27813644/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1306180 CPUtime=6.39 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 267567 0 0 0 605 34 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 140734358613760 5670672 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 326545 268402 872 2943 0 323439 0
[pid=1852/tid=1853] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734277942448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1306180

[startup+8.00039 s]
/proc/loadavg: 2.26 2.29 2.01 3/181 1856
/proc/meminfo: memFree=27813664/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1306180 CPUtime=7.98 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 267567 0 0 0 764 34 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 140734358613760 13950230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 326545 268402 872 2943 0 323439 0
[pid=1852/tid=1853] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268402 33554432000 4194304 16246674 140734358631872 139734277942448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 1306180

[startup+8.80038 s]
/proc/loadavg: 2.26 2.29 2.01 3/181 1856
/proc/meminfo: memFree=27813680/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1306180 CPUtime=8.79 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 267577 0 0 0 845 34 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 140734358613760 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 326545 268412 881 2943 0 323439 0
[pid=1852/tid=1853] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734277942448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1306180

[startup+9.20038 s]
/proc/loadavg: 2.26 2.29 2.01 3/181 1856
/proc/meminfo: memFree=27813680/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1306180 CPUtime=9.18 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 267577 0 0 0 884 34 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 140734358614872 13962576 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 326545 268412 881 2943 0 323439 0
[pid=1852/tid=1853] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734277942448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 1306180

[startup+9.40038 s]
/proc/loadavg: 2.26 2.29 2.01 3/181 1856
/proc/meminfo: memFree=27813680/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=1306180 CPUtime=9.38 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202496 267577 0 0 0 904 34 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 140734358614872 5754966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 326545 268412 881 2943 0 323439 0
[pid=1852/tid=1853] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1853/stat : 1853 (toysat) S 1849 1852 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734410046704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1852/tid=1854] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1854/stat : 1854 (toysat) S 1849 1852 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734399556848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1852/tid=1855] ppid=1849 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1852/task/1855/stat : 1855 (toysat) S 1849 1852 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36423270 1337528320 268412 33554432000 4194304 16246674 140734358631872 139734277942448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 1306180

[startup+9.50039 s]
/proc/loadavg: 2.26 2.29 2.01 3/181 1856
/proc/meminfo: memFree=27813680/32872528 swapFree=1316768/1463936
[pid=1852] ppid=1849 vsize=0 CPUtime=9.48 cores=0,2,4,6
/proc/1852/stat : 1852 (toysat) R 1849 1852 1219 0 -1 4202500 267581 0 0 0 909 39 0 0 20 0 1 0 36423270 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1852/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.51305
CPU time (s): 9.50955
CPU user time (s): 9.09962
CPU system time (s): 0.409937
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.09962
system time used= 0.409937
maximum resident set size= 1073656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267581
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= 23
involuntary context switches= 16

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018997 second user time and 0.046992 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:42:43
IDJOB=4109474
IDBENCH=78823
IDSOLVER=2553
FILE ID=node121/4109474-1466343763
RUNJOBID= node121-1466341819-1235
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 82fa1f93f0f1de3f2bb6b9affea621cb
RANDOM SEED=695058427

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28886388 kB
Buffers:          202192 kB
Cached:           482876 kB
SwapCached:         1944 kB
Active:          1274968 kB
Inactive:         484148 kB
Active(anon):    1073524 kB
Inactive(anon):     2900 kB
Active(file):     201444 kB
Inactive(file):   481248 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             33004 kB
Writeback:             0 kB
AnonPages:       2573304 kB
Mapped:            12348 kB
Shmem:                 0 kB
Slab:             628868 kB
SReclaimable:      72820 kB
SUnreclaim:       556048 kB
KernelStack:        1504 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2668648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node121 at 2016-06-19 15:42:53