Trace number 4093220

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 2.31265 2.31328

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
satellite/normalized-satellite01cc_wcsp.wbo
MD5SUMcf734c31856eb9bf93a29f59ba7065c3
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1494
Best CPU time to get the best result obtained on this benchmark2.23366
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables411
Total number of constraints12603
Number of soft constraints12524
Number of constraints which are clauses12524
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint8
Top cost 80782
Min constraint cost 1
Max constraint cost 80782
Sum of constraints costs 990224691
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T22:38:02+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-4093220-1466109482.wbo"]
0.00/0.01	c use --random-gen="4288179448 3805723325 3344549221 989438342 2066995793 2279755203 921880040 2047134818 3576526649 802708659 1416269026 530375886 2536469507 3441240663 459771221 1236134422 3784938179 3553896187 3791115822 3099606811 2967281651 4193534946 265172108 2076840488 3097272067 4268023646 4157467053 3817901469 640933749 1406787261 42989299 4191148316 650445560 3826604252 3612651373 96790299 2511079838 464672903 2636995585 985229200 4195558427 2485873735 1446628919 2395148479 1477399300 1562326986 2484384876 1908275823 3903384462 931817017 2236704044 1320731013 3291265319 2721931164 547281430 2557750675 496719619 4049961491 3184844044 1757298345 1540970301 1073609650 2398618544 2399532544 2619378809 321817819 3065573545 2937413560 3423512724 4006855336 3160524579 326097229 3440869083 3749062741 57294607 799376376 448306812 2501312273 3114216195 4243597243 344938319 3701301746 4123022299 1367551494 1448964199 2612704815 1501627068 613931439 3598126006 2014765863 1529599820 130730287 2793211509 899987325 2869491771 2171766003 3309194391 3655014837 49610848 3472528528 2494920952 4130079908 86567056 1406552552 2702122091 1843971100 3888550887 4077670146 358798003 4083115958 62537485 2180591687 2005861814 33916137 3812120080 2529226415 3764768268 3503551227 580214151 3123444001 480197403 1248893665 485152609 2772484992 785685728 202319599 2940039903 4103390435 2448544399 1389077718 1754067830 4087685854 3758276743 40822619 2419953399 2816518318 4023867808 1605654015 2279164707 2960335265 3749644938 872927026 4123268864 3875087778 1784220892 195316583 2021160423 3403951383 1851870066 230769935 3377381153 3057837361 62763456 2876361226 786013315 4272419021 323053889 529962081 280710264 1161495716 3269709875 1435687262 327850517 3257772190 374071607 1674604997 3496615659 1700245898 2873171549 1910272021 2025869975 194163746 2944189457 663489036 1689524575 1708709986 2006420122 2798212162 1140516422 1199392459 3818414460 3869341241 1021016841 2317257855 4157866304 1088798180 3385272982 1260130962 2888090517 2377563010 588525359 2114077749 2997792370 3349029093 3790549880 4012015663 3946417292 1078942008 1134165238 639849998 1299022260 1659964849 171691861 1199633644 2072660183 4211217009 694811355 356416650 2302598751 111267432 3276207670 140805439 462149645 4264399307 1909651852 2758224462 663836632 655885069 329188633 2186607921 65468316 1740610110 1755949063 630720661 4068008145 179550217 1237933466 1148726949 2340587592 1389958861 281913066 3841134855 1401528073 127226180 4093625922 2508822680 1911075277 3572269052 160774952 3092389424 1663524497 447010980 1630546645 494821600 891410741 1804293328 2519071646 328759676 3902963991 279327725 1881384204 3099016023 1324510028 304689222 3392295692 2949681289 255 362436" option to reproduce the execution
0.29/0.37	c #vars 411
0.29/0.37	c #constraints 12603
0.69/0.70	c BCD2: Hardening is enabled.
0.69/0.70	c BCD2: BiasedSearch is enabled.
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     8361      0 |    12257 |        0
0.69/0.72	c  0.0s |       0 |       42 |        8 |     8361      0 |    12257 |        1
0.69/0.72	c #cpu_time = 0.015s
0.69/0.72	c #wall_clock_time = 0.015s
0.69/0.72	c #decision = 42
0.69/0.72	c #random_decision = 1
0.69/0.72	c #conflict = 8
0.69/0.72	c #restart = 0
0.69/0.72	o 1494
0.69/0.75	c BCD2: hardening fixes 12257 literals
0.69/0.75	c BCD2: updating upper bound: 990224691 -> 1493
0.69/0.76	c BCD2: 0 <= obj <= 1493
0.69/0.76	c BCD2: #cores=0, #unrelaxed=267, #relaxed=0, #hardened=12257
0.69/0.76	c BCD2: #sat=1 #unsat=1 bias=1/2
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     8361      0 |    12257 |        1
0.69/0.77	c  0.0s |       0 |       28 |        2 |     8361      0 |    12257 |        1
0.69/0.77	c #cpu_time = 0.005s
0.69/0.77	c #wall_clock_time = 0.005s
0.69/0.77	c #decision = 28
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 2
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 13: cost of the new core is >=296
0.69/0.77	c lower bound updated to 296
0.69/0.78	c BCD2: 296 <= obj <= 1493
0.69/0.78	c BCD2: #cores=1, #unrelaxed=254, #relaxed=13, #hardened=12257
0.69/0.78	c BCD2: #sat=1 #unsat=2 bias=2/3
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     8361      0 |    12257 |        1
0.69/0.78	c  0.0s |       0 |       44 |        0 |     8361      0 |    12257 |        1
0.69/0.78	c #cpu_time = 0.005s
0.69/0.78	c #wall_clock_time = 0.005s
0.69/0.78	c #decision = 44
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: found a new core of size 3: cost of the new core is >=1
0.69/0.78	c lower bound updated to 297
0.69/0.79	c BCD2: 297 <= obj <= 1493
0.69/0.79	c BCD2: #cores=2, #unrelaxed=251, #relaxed=16, #hardened=12257
0.69/0.79	c BCD2: #sat=1 #unsat=3 bias=3/4
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     8361      0 |    12257 |        1
0.69/0.79	c  0.0s |       0 |       47 |        0 |     8361      0 |    12257 |        1
0.69/0.79	c #cpu_time = 0.005s
0.69/0.79	c #wall_clock_time = 0.005s
0.69/0.79	c #decision = 47
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: relaxing 16 and merging with 1 cores into a new core of size 29: cost of the new core is >=317
0.69/0.79	c BCD2: refineLB: 297 -> 317
0.69/0.79	c lower bound updated to 318
0.79/0.80	c BCD2: 318 <= obj <= 1493
0.79/0.80	c BCD2: #cores=2, #unrelaxed=235, #relaxed=32, #hardened=12257
0.79/0.80	c BCD2: #sat=1 #unsat=4 bias=4/5
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     8361      0 |    12258 |        1
0.79/0.81	c  0.0s |       0 |      322 |       17 |     8361      0 |    12258 |        2
0.79/0.81	c #cpu_time = 0.008s
0.79/0.81	c #wall_clock_time = 0.008s
0.79/0.81	c #decision = 322
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 17
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 17: cost of the new core is >=96
0.79/0.81	c lower bound updated to 414
0.79/0.82	c BCD2: 414 <= obj <= 1493
0.79/0.82	c BCD2: #cores=3, #unrelaxed=218, #relaxed=49, #hardened=12257
0.79/0.82	c BCD2: #sat=1 #unsat=5 bias=5/6
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     8361      0 |    12258 |        2
0.79/0.83	c  0.0s |       0 |      996 |       21 |     8361      0 |    12258 |        2
0.79/0.83	c #cpu_time = 0.009s
0.79/0.83	c #wall_clock_time = 0.009s
0.79/0.83	c #decision = 996
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 21
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: relaxing 76 and merging with 1 cores into a new core of size 93: cost of the new core is >=146
0.79/0.83	c BCD2: refineLB: 97 -> 146
0.79/0.83	c lower bound updated to 464
0.79/0.84	c BCD2: 464 <= obj <= 1493
0.79/0.84	c BCD2: #cores=3, #unrelaxed=142, #relaxed=125, #hardened=12257
0.79/0.84	c BCD2: #sat=1 #unsat=6 bias=6/7
0.79/0.84	c Solving starts ...
0.79/0.84	c ============================[ Search Statistics ]============================
0.79/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.84	c =============================================================================
0.79/0.84	c  0.0s |       0 |        0 |        0 |     8361      0 |    12259 |        2
0.79/0.84	c  0.0s |       0 |      199 |       21 |     8361      0 |    12259 |        3
0.79/0.84	c #cpu_time = 0.006s
0.79/0.84	c #wall_clock_time = 0.006s
0.79/0.84	c #decision = 199
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 21
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 3: cost of the new core is >=96
0.79/0.84	c lower bound updated to 560
0.79/0.85	c BCD2: 560 <= obj <= 1493
0.79/0.85	c BCD2: #cores=4, #unrelaxed=139, #relaxed=128, #hardened=12257
0.79/0.85	c BCD2: #sat=1 #unsat=7 bias=7/8
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     8361      0 |    12259 |        3
0.79/0.86	c  0.0s |       0 |      139 |        8 |     8361      0 |    12259 |        3
0.79/0.86	c #cpu_time = 0.006s
0.79/0.86	c #wall_clock_time = 0.006s
0.79/0.86	c #decision = 139
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 8
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 39: cost of the new core is >=192
0.79/0.86	c BCD2: refineLB: 97 -> 192
0.79/0.86	c lower bound updated to 656
0.79/0.87	c BCD2: 656 <= obj <= 1493
0.79/0.87	c BCD2: #cores=4, #unrelaxed=103, #relaxed=164, #hardened=12257
0.79/0.87	c BCD2: #sat=1 #unsat=8 bias=8/9
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     8361      0 |    12260 |        3
0.89/0.91	c  0.0s |       0 |       95 |        1 |     8361      0 |    12260 |        4
0.89/0.91	c #cpu_time = 0.005s
0.89/0.91	c #wall_clock_time = 0.005s
0.89/0.91	c #decision = 95
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 1
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 6: cost of the new core is >=96
0.89/0.91	c lower bound updated to 752
0.89/0.91	c BCD2: 752 <= obj <= 1493
0.89/0.91	c BCD2: #cores=5, #unrelaxed=97, #relaxed=170, #hardened=12257
0.89/0.91	c BCD2: #sat=1 #unsat=9 bias=9/10
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     8361      0 |    12260 |        4
0.89/0.92	c  0.0s |       0 |      194 |        8 |     8361      0 |    12260 |        4
0.89/0.92	c #cpu_time = 0.007s
0.89/0.92	c #wall_clock_time = 0.007s
0.89/0.92	c #decision = 194
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 8
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 68: cost of the new core is >=534
0.89/0.92	c BCD2: refineLB: 532 -> 534
0.89/0.92	c lower bound updated to 777
0.89/0.93	c BCD2: 777 <= obj <= 1493
0.89/0.93	c BCD2: #cores=4, #unrelaxed=97, #relaxed=170, #hardened=12257
0.89/0.93	c BCD2: #sat=1 #unsat=10 bias=10/11
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     8361      0 |    12265 |        4
0.99/1.09	c  0.2s |       0 |     2497 |       45 |     9198      0 |    12294 |     2111
0.99/1.09	c #cpu_time = 0.155s
0.99/1.09	c #wall_clock_time = 0.155s
0.99/1.09	c #decision = 2497
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 45
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: relaxing 27 and merging with 2 cores into a new core of size 188: cost of the new core is >=876
0.99/1.09	c lower bound updated to 973
0.99/1.10	c BCD2: 973 <= obj <= 1493
0.99/1.10	c BCD2: #cores=3, #unrelaxed=70, #relaxed=197, #hardened=12257
0.99/1.10	c BCD2: #sat=1 #unsat=11 bias=11/12
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |     9198      0 |    12300 |     2111
1.89/1.98	c  0.0s |       0 |      154 |       22 |     9198      0 |    12305 |     2482
1.89/1.98	c #cpu_time = 0.041s
1.89/1.98	c #wall_clock_time = 0.041s
1.89/1.98	c #decision = 154
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 22
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: updating lower bound of a core
1.99/2.00	c BCD2: refineLB: 1354 -> 1355
1.99/2.00	c lower bound updated to 1452
1.99/2.01	c BCD2: hardening fixes 61 literals
1.99/2.01	c BCD2: 1452 <= obj <= 1493
1.99/2.01	c BCD2: #cores=3, #unrelaxed=9, #relaxed=197, #hardened=12318
1.99/2.01	c BCD2: #sat=1 #unsat=12 bias=12/13
1.99/2.05	c Solving starts ...
1.99/2.05	c ============================[ Search Statistics ]============================
1.99/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.05	c =============================================================================
1.99/2.05	c  0.0s |       0 |        0 |        0 |     9198      0 |    12333 |     2483
1.99/2.06	c  0.0s |       0 |       27 |       10 |     9198      0 |    12335 |     4564
1.99/2.06	c #cpu_time = 0.015s
1.99/2.06	c #wall_clock_time = 0.015s
1.99/2.06	c #decision = 27
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 10
1.99/2.06	c #restart = 0
1.99/2.06	c BCD2: updating lower bound of a core
1.99/2.07	c lower bound updated to 1491
1.99/2.09	c BCD2: 1491 <= obj <= 1493
1.99/2.09	c BCD2: #cores=3, #unrelaxed=9, #relaxed=197, #hardened=12318
1.99/2.09	c BCD2: #sat=1 #unsat=13 bias=13/14
2.20/2.23	c Solving starts ...
2.20/2.23	c ============================[ Search Statistics ]============================
2.20/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.23	c =============================================================================
2.20/2.23	c  0.0s |       0 |        0 |        0 |     9198      0 |    12335 |     4565
2.20/2.23	c  0.0s |       0 |       19 |        7 |     9198      0 |    12335 |     4565
2.20/2.23	c #cpu_time = 0.007s
2.20/2.23	c #wall_clock_time = 0.007s
2.20/2.23	c #decision = 19
2.20/2.23	c #random_decision = 0
2.20/2.23	c #conflict = 7
2.20/2.23	c #restart = 0
2.20/2.24	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 194: cost of the new core is >=1493
2.20/2.24	c BCD2: refineLB: 1491 -> 1493
2.20/2.24	c lower bound updated to 1494
2.20/2.25	s OPTIMUM FOUND
2.20/2.25	v x1 -x2 -x3 x4 x5 -x6 -x7 x8 -x9 x10
2.20/2.25	v -x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 x20
2.20/2.25	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
2.20/2.25	v -x31 x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
2.20/2.25	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 x49 -x50
2.20/2.25	v -x51 -x52 x53 -x54 -x55 x56 -x57 -x58 x59 -x60
2.20/2.25	v x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
2.20/2.25	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
2.20/2.25	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90
2.20/2.25	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
2.20/2.25	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
2.20/2.25	v -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 x120
2.20/2.25	v -x121 -x122 x123 -x124 -x125 -x126 x127 -x128 -x129 x130
2.20/2.25	v -x131 -x132 x133 -x134 x135 -x136 -x137 -x138 -x139 -x140
2.20/2.25	v -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
2.20/2.25	v x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
2.20/2.25	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170
2.20/2.25	v -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180
2.20/2.25	v -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190
2.20/2.25	v x191 -x192 -x193 x194 -x195 x196 -x197 -x198 x199 -x200
2.20/2.25	v x201 -x202 -x203 x204 -x205 x206 -x207 -x208 -x209 -x210
2.20/2.25	v -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220
2.20/2.25	v -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
2.20/2.25	v x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240
2.20/2.25	v -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250
2.20/2.25	v -x251 -x252 -x253 x254 -x255 -x256 -x257 -x258 -x259 -x260
2.20/2.25	v -x261 x262 -x263 -x264 -x265 x266 -x267 -x268 x269 -x270
2.20/2.25	v x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280
2.20/2.25	v -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290
2.20/2.25	v -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300
2.20/2.25	v -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310
2.20/2.25	v x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320
2.20/2.25	v -x321 -x322 -x323 -x324 -x325 -x326 x327 -x328 -x329 -x330
2.20/2.25	v x331 -x332 x333 -x334 x335 -x336 -x337 -x338 -x339 -x340
2.20/2.25	v -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350
2.20/2.25	v x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 -x360
2.20/2.25	v -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370
2.20/2.25	v -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380
2.20/2.25	v -x381 -x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390
2.20/2.25	v x391 -x392 -x393 -x394 x395 x396 -x397 x398 -x399 x400
2.20/2.25	v -x401 x402 -x403 x404 -x405 -x406 x407 x408 -x409 x410
2.20/2.25	v -x411
2.20/2.25	c total CPU time = 2.252s
2.20/2.25	c total wall clock time = 2.252s

Verifier Data

OK	1494

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

pid=19441
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.26 2.13 2.05 3/171 19444
/proc/meminfo: memFree=31392168/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 2808 0 0 0 0 0 0 0 20 0 4 0 12993868 770109440 3168 33554432000 4194304 16246674 140736568827280 140736568826704 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 188527 3176 441 2943 0 185421 0
[pid=19444/tid=19445] ppid=19441 vsize=769468 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 787935232 3237 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 792129536 3254 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=777660 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12993868 796323840 3271 33554432000 4194304 16246674 140736568827280 140040216763568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.26 2.13 2.05 3/171 19444
/proc/meminfo: memFree=31392168/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 27731 0 0 0 5 3 0 0 20 0 4 0 12993868 1250496512 28031 33554432000 4194304 16246674 140736568827280 140736568826592 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 305297 28038 802 2943 0 302191 0
[pid=19444/tid=19445] ppid=19441 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1250496512 28042 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1250496512 28046 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1250496512 28050 33554432000 4194304 16246674 140736568827280 140040216763568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.2005 s]
/proc/loadavg: 2.26 2.13 2.05 3/171 19444
/proc/meminfo: memFree=31392168/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1308228 CPUtime=0.18 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 43742 0 0 0 12 6 0 0 20 0 4 0 12993868 1339625472 44042 33554432000 4194304 16246674 140736568827280 140736568826592 13950202 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 327057 44042 835 2943 0 323951 0
[pid=19444/tid=19445] ppid=19441 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1339625472 44042 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1339625472 44042 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1339625472 44042 33554432000 4194304 16246674 140736568827280 140040216763568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1308228

[startup+0.300478 s]
/proc/loadavg: 2.26 2.13 2.05 3/171 19444
/proc/meminfo: memFree=31392168/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 50302 0 0 0 22 7 0 0 20 0 4 0 12993868 1342771200 50602 33554432000 4194304 16246674 140736568827280 140736568826592 13191330 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 327825 50602 835 2943 0 324719 0
[pid=19444/tid=19445] ppid=19441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1342771200 50602 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1342771200 50602 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1342771200 50602 33554432000 4194304 16246674 140736568827280 140040216763568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700394 s]
/proc/loadavg: 2.26 2.13 2.05 3/171 19444
/proc/meminfo: memFree=31392168/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1321540 CPUtime=0.69 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 65476 0 0 0 60 9 0 0 20 0 4 0 12993868 1353256960 65776 33554432000 4194304 16246674 140736568827280 140736568826592 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 330385 65776 867 2943 0 327279 0
[pid=19444/tid=19445] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 65776 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 65776 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 65776 33554432000 4194304 16246674 140736568827280 140040216763568 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) 1321540

[startup+1.50039 s]
/proc/loadavg: 2.26 2.13 2.05 3/184 19461
/proc/meminfo: memFree=30816284/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1321540 CPUtime=1.49 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 148731 0 0 0 129 20 0 0 20 0 4 0 12993868 1353256960 149032 33554432000 4194304 16246674 140736568827280 140736568809152 12371341 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 330385 149043 934 2943 0 327279 0
[pid=19444/tid=19445] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 149051 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 149059 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 149067 33554432000 4194304 16246674 140736568827280 140040216763568 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) 1321540

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

[startup+1.60045 s]
/proc/loadavg: 2.26 2.13 2.05 3/184 19461
/proc/meminfo: memFree=30816284/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1321540 CPUtime=1.59 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 172068 0 0 0 136 23 0 0 20 0 4 0 12993868 1353256960 172368 33554432000 4194304 16246674 140736568827280 140736568809152 12653060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 330385 172377 934 2943 0 327279 0
[pid=19444/tid=19445] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 172383 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 172389 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 172395 33554432000 4194304 16246674 140736568827280 140040216763568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1321540

[startup+2.00038 s]
/proc/loadavg: 2.26 2.13 2.05 3/184 19461
/proc/meminfo: memFree=30816284/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1321540 CPUtime=1.99 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 262156 0 0 0 163 36 0 0 20 0 4 0 12993868 1353256960 262457 33554432000 4194304 16246674 140736568827280 140736568809152 12449130 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 330385 262472 934 2943 0 327279 0
[pid=19444/tid=19445] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 262481 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 262492 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 262502 33554432000 4194304 16246674 140736568827280 140040216763568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1321540

[startup+2.2004 s]
/proc/loadavg: 2.26 2.13 2.05 3/184 19461
/proc/meminfo: memFree=29285540/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=1321540 CPUtime=2.2 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202496 263486 0 0 0 184 36 0 0 20 0 4 0 12993868 1353256960 263786 33554432000 4194304 16246674 140736568827280 140736568826456 12371230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 330385 263786 934 2943 0 327279 0
[pid=19444/tid=19445] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19445/stat : 19445 (toysat) S 19441 19444 17565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 263786 33554432000 4194304 16246674 140736568827280 140040312171760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19444/tid=19446] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19446/stat : 19446 (toysat) S 19441 19444 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 263786 33554432000 4194304 16246674 140736568827280 140040227237104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19444/tid=19447] ppid=19441 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19444/task/19447/stat : 19447 (toysat) S 19441 19444 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12993868 1353256960 263786 33554432000 4194304 16246674 140736568827280 140040216763568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1321540

[startup+2.3074 s]
/proc/loadavg: 2.26 2.13 2.05 3/184 19461
/proc/meminfo: memFree=29285540/32872528 swapFree=532956/565660
[pid=19444] ppid=19441 vsize=0 CPUtime=2.3 cores=0,2,4,6
/proc/19444/stat : 19444 (toysat) R 19441 19444 17565 0 -1 4202500 263488 0 0 0 189 41 0 0 20 0 1 0 12993868 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19444/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.31328
CPU time (s): 2.31265
CPU user time (s): 1.89071
CPU system time (s): 0.421935
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 1321540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.89071
system time used= 0.421935
maximum resident set size= 1055148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263488
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= 22
involuntary context switches= 4

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.011998 second user time and 0.012998 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 22:38:02
IDJOB=4093220
IDBENCH=79590
IDSOLVER=2553
FILE ID=node138/4093220-1466109482
RUNJOBID= node138-1466104016-18188
PBS_JOBID= 19904048
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/satellite/normalized-satellite01cc_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093220-1466109482/watcher-4093220-1466109482 -o /tmp/evaluation-result-4093220-1466109482/solver-4093220-1466109482 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466104016-18188 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093220-1466109482.wbo

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

MD5SUM BENCH= cf734c31856eb9bf93a29f59ba7065c3
RANDOM SEED=933000771

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31392200 kB
Buffers:           59776 kB
Cached:           147624 kB
SwapCached:         1380 kB
Active:            97584 kB
Inactive:         114600 kB
Active(anon):       4720 kB
Inactive(anon):     1664 kB
Active(file):      92864 kB
Inactive(file):   112936 kB
Unevictable:      565660 kB
Mlocked:          532956 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             33520 kB
Writeback:             0 kB
AnonPages:        574188 kB
Mapped:             7224 kB
Shmem:                 0 kB
Slab:             571732 kB
SReclaimable:      14292 kB
SUnreclaim:       557440 kB
KernelStack:        1528 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     662196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71700 MiB
End job on node138 at 2016-06-16 22:38:05