Trace number 4093219

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.31411

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/satellite/
normalized-satellite01c_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.22466
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:05+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-4093219-1466109485.wbo"]
0.00/0.01	c use --random-gen="1465886726 2358408729 4249393428 267263333 987889849 722744662 3654708312 2924226045 370545721 2784283381 2653702426 4023304179 3176111679 1688420404 800088592 2770578488 948530462 468558179 954923702 715165308 1574974096 1836876036 439579840 478567435 2635473301 1296654113 507892610 517386135 2113668612 4270215830 3207922683 2853560610 1560178380 1365873817 3145600962 2954055419 920550225 2459894754 3680608482 3973151146 3725837338 3880897960 1084788595 755110159 995837857 963595145 3464755817 1835921141 3124796180 1627347271 2896372468 3816476675 4221497088 1315930041 522520155 3612341735 595764275 1387953685 1293036216 3104697428 3194998280 1032431892 2377103991 671231649 3242327362 3724414702 586003486 3045915529 3808746324 3970618783 4180155785 986923917 2192823806 696294238 892742847 407654447 3509857725 3581086465 1393709635 1975549334 2496477368 2304252758 3132969089 1716500965 2401510357 3978431459 2534523766 3872068686 3729581897 824417919 623686405 927953995 1806511407 3278825200 1602895142 1118732758 2904770 1566939975 412082091 3574116064 2059820887 1075578032 2248336169 2789141433 324865571 3508047769 3391446577 1636106554 3243863270 3950893874 1248465557 267685549 2407819131 3198031881 4215319438 2278295620 3318610787 3485496727 860959145 3303445719 3845349782 2801730037 1533946 770863394 55516925 3741526928 940014204 3082103863 1402834795 1870704255 2070530916 4103125620 1798176807 2089262729 2874310062 2717745654 2866233408 1703396609 3418350883 3566357289 3652942757 1258950622 2122862377 225245302 3925672094 1810830770 3390838381 934299075 1604986262 377707830 2425559378 505583513 811411158 1104831840 311800186 384969978 2729048717 59396525 2137189102 4143073394 1446490233 3544025226 2392424185 3454977337 56747542 1739010798 3403517333 4041390149 1166812715 724137881 1119986562 610170607 1121039509 2591396578 3067671095 3714621144 2195595263 301419990 2990706706 75536188 3449104124 3769242801 3316723462 1033756590 356885730 2692700036 358216757 2851166339 3674101636 2363300443 174380257 2444488093 2285165364 3708191380 2494523306 1980531987 3198703151 772933259 199366488 3240527381 2497844980 3783516679 3250641356 3795882302 3525959716 515932104 1848821360 1645411217 587009643 1748502879 2075901146 86290950 3083032973 2647411832 313673818 3453881540 1392495119 4242914105 379141233 164926076 1504544577 1381569789 1257840969 562623588 2911224124 4268661630 594324510 2363914367 1065588213 228986283 2897555221 2456051021 12537067 1110216288 2726394462 1417981417 1322156292 1210000726 2286539964 629637110 2580425801 3728528051 3915152198 236622180 2043016053 1494405568 2884921254 39357435 1531989008 843672745 2304353977 4117430439 3688487742 446017087 3366667808 616128037 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.71	c  0.0s |       0 |       41 |        8 |     8361      0 |    12257 |        1
0.69/0.71	c #cpu_time = 0.015s
0.69/0.71	c #wall_clock_time = 0.015s
0.69/0.71	c #decision = 41
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 8
0.69/0.71	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.75	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.76	c  0.0s |       0 |       28 |        2 |     8361      0 |    12257 |        1
0.69/0.76	c #cpu_time = 0.005s
0.69/0.76	c #wall_clock_time = 0.005s
0.69/0.76	c #decision = 28
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 13: cost of the new core is >=296
0.69/0.76	c lower bound updated to 296
0.69/0.77	c BCD2: 296 <= obj <= 1493
0.69/0.77	c BCD2: #cores=1, #unrelaxed=254, #relaxed=13, #hardened=12257
0.69/0.77	c BCD2: #sat=1 #unsat=2 bias=2/3
0.69/0.77	c Solving starts ...
0.69/0.77	c ============================[ Search Statistics ]============================
0.69/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.77	c =============================================================================
0.69/0.77	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.89/0.92	c #conflict = 17
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 17: cost of the new core is >=96
0.89/0.92	c lower bound updated to 414
0.89/0.92	c BCD2: 414 <= obj <= 1493
0.89/0.92	c BCD2: #cores=3, #unrelaxed=218, #relaxed=49, #hardened=12257
0.89/0.92	c BCD2: #sat=1 #unsat=5 bias=5/6
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     8361      0 |    12258 |        2
0.89/0.92	c  0.0s |       0 |      996 |       21 |     8361      0 |    12258 |        2
0.89/0.92	c #cpu_time = 0.009s
0.89/0.92	c #wall_clock_time = 0.009s
0.89/0.92	c #decision = 996
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 21
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: relaxing 76 and merging with 1 cores into a new core of size 93: cost of the new core is >=146
0.89/0.92	c BCD2: refineLB: 97 -> 146
0.89/0.92	c lower bound updated to 464
0.89/0.92	c BCD2: 464 <= obj <= 1493
0.89/0.92	c BCD2: #cores=3, #unrelaxed=142, #relaxed=125, #hardened=12257
0.89/0.92	c BCD2: #sat=1 #unsat=6 bias=6/7
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     8361      0 |    12259 |        2
0.89/0.92	c  0.0s |       0 |      199 |       21 |     8361      0 |    12259 |        3
0.89/0.92	c #cpu_time = 0.006s
0.89/0.92	c #wall_clock_time = 0.006s
0.89/0.92	c #decision = 199
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 21
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 3: cost of the new core is >=96
0.89/0.92	c lower bound updated to 560
0.89/0.92	c BCD2: 560 <= obj <= 1493
0.89/0.92	c BCD2: #cores=4, #unrelaxed=139, #relaxed=128, #hardened=12257
0.89/0.92	c BCD2: #sat=1 #unsat=7 bias=7/8
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     8361      0 |    12259 |        3
0.89/0.92	c  0.0s |       0 |      139 |        8 |     8361      0 |    12259 |        3
0.89/0.92	c #cpu_time = 0.006s
0.89/0.92	c #wall_clock_time = 0.006s
0.89/0.92	c #decision = 139
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 36 and merging with 1 cores into a new core of size 39: cost of the new core is >=192
0.89/0.92	c BCD2: refineLB: 97 -> 192
0.89/0.92	c lower bound updated to 656
0.89/0.92	c BCD2: 656 <= obj <= 1493
0.89/0.92	c BCD2: #cores=4, #unrelaxed=103, #relaxed=164, #hardened=12257
0.89/0.92	c BCD2: #sat=1 #unsat=8 bias=8/9
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     8361      0 |    12260 |        3
0.89/0.92	c  0.0s |       0 |       95 |        1 |     8361      0 |    12260 |        4
0.89/0.92	c #cpu_time = 0.005s
0.89/0.92	c #wall_clock_time = 0.005s
0.89/0.92	c #decision = 95
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 1
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 6: cost of the new core is >=96
0.89/0.92	c lower bound updated to 752
0.89/0.92	c BCD2: 752 <= obj <= 1493
0.89/0.92	c BCD2: #cores=5, #unrelaxed=97, #relaxed=170, #hardened=12257
0.89/0.92	c BCD2: #sat=1 #unsat=9 bias=9/10
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	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.08	c  0.2s |       0 |     2497 |       45 |     9198      0 |    12294 |     2111
0.99/1.08	c #cpu_time = 0.155s
0.99/1.08	c #wall_clock_time = 0.155s
0.99/1.08	c #decision = 2497
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 45
0.99/1.08	c #restart = 0
0.99/1.08	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.08	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 |      155 |       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 = 155
1.89/1.98	c #random_decision = 1
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.253s
2.20/2.25	c total wall clock time = 2.253s

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-4093219-1466109485/watcher-4093219-1466109485 -o /tmp/evaluation-result-4093219-1466109485/solver-4093219-1466109485 -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-4093219-1466109485.wbo 

pid=19552
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.24 2.13 2.05 3/180 19555
/proc/meminfo: memFree=31365432/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=690620 CPUtime=0 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 2567 0 0 0 0 0 0 0 20 0 4 0 12994148 707194880 3440 33554432000 4194304 16246674 140735057436544 140735057435968 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 173167 3448 441 2943 0 170061 0
[pid=19555/tid=19556] ppid=19552 vsize=708028 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 725020672 3508 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 730263552 3525 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12994148 734457856 3541 33554432000 4194304 16246674 140735057436544 140457432571056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.24 2.13 2.05 3/180 19555
/proc/meminfo: memFree=31365432/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1220164 CPUtime=0.08 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 27679 0 0 0 5 3 0 0 20 0 4 0 12994148 1249447936 28491 33554432000 4194304 16246674 140735057436544 140735057435856 4206568 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 305041 28491 803 2943 0 301935 0
[pid=19555/tid=19556] ppid=19552 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1249447936 28491 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1249447936 28491 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1249447936 28491 33554432000 4194304 16246674 140735057436544 140457432571056 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) 1220164

[startup+0.200573 s]
/proc/loadavg: 2.24 2.13 2.05 3/180 19555
/proc/meminfo: memFree=31365432/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1308228 CPUtime=0.18 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 43740 0 0 0 13 5 0 0 20 0 4 0 12994148 1339625472 44552 33554432000 4194304 16246674 140735057436544 140735057435856 12486467 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 327057 44552 836 2943 0 323951 0
[pid=19555/tid=19556] ppid=19552 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1339625472 44552 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1339625472 44552 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1339625472 44552 33554432000 4194304 16246674 140735057436544 140457432571056 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.300481 s]
/proc/loadavg: 2.24 2.13 2.05 3/180 19555
/proc/meminfo: memFree=31365432/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 50300 0 0 0 23 6 0 0 20 0 4 0 12994148 1342771200 51112 33554432000 4194304 16246674 140735057436544 140735057418432 6933520 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 327825 51112 836 2943 0 324719 0
[pid=19555/tid=19556] ppid=19552 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1342771200 51112 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1342771200 51112 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1342771200 51112 33554432000 4194304 16246674 140735057436544 140457432571056 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.700405 s]
/proc/loadavg: 2.24 2.13 2.05 3/180 19555
/proc/meminfo: memFree=31365432/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1321540 CPUtime=0.69 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 65475 0 0 0 60 9 0 0 20 0 4 0 12994148 1353256960 66287 33554432000 4194304 16246674 140735057436544 140735057418432 4221019 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 330385 66287 869 2943 0 327279 0
[pid=19555/tid=19556] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 66287 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 66287 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 66287 33554432000 4194304 16246674 140735057436544 140457432571056 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.5004 s]
/proc/loadavg: 2.24 2.13 2.05 4/184 19559
/proc/meminfo: memFree=30792964/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1321540 CPUtime=1.48 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 148966 0 0 0 130 18 0 0 20 0 4 0 12994148 1353256960 149778 33554432000 4194304 16246674 140735057436544 140735057418432 12449399 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 330385 149794 935 2943 0 327279 0
[pid=19555/tid=19556] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 149803 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 149813 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 149823 33554432000 4194304 16246674 140735057436544 140457432571056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1321540

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

[startup+1.60048 s]
/proc/loadavg: 2.24 2.13 2.05 4/184 19559
/proc/meminfo: memFree=30792964/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1321540 CPUtime=1.58 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 172092 0 0 0 137 21 0 0 20 0 4 0 12994148 1353256960 172905 33554432000 4194304 16246674 140735057436544 140735057418432 12653060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 330385 172913 935 2943 0 327279 0
[pid=19555/tid=19556] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 172919 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 172925 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 172931 33554432000 4194304 16246674 140735057436544 140457432571056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1321540

[startup+2.0004 s]
/proc/loadavg: 2.24 2.13 2.05 4/184 19559
/proc/meminfo: memFree=30792964/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1321540 CPUtime=1.99 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 261897 0 0 0 165 34 0 0 20 0 4 0 12994148 1353256960 262710 33554432000 4194304 16246674 140735057436544 140735057418432 12449273 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 330385 262728 935 2943 0 327279 0
[pid=19555/tid=19556] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 262738 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 262748 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 262757 33554432000 4194304 16246674 140735057436544 140457432571056 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.20046 s]
/proc/loadavg: 2.24 2.13 2.05 3/184 19559
/proc/meminfo: memFree=29283140/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=1321540 CPUtime=2.2 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202496 263483 0 0 0 186 34 0 0 20 0 4 0 12994148 1353256960 264295 33554432000 4194304 16246674 140735057436544 140735057418432 12371230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 330385 264295 935 2943 0 327279 0
[pid=19555/tid=19556] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19556/stat : 19556 (toysat) S 19552 19555 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 264295 33554432000 4194304 16246674 140735057436544 140457522736368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19555/tid=19557] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19557/stat : 19557 (toysat) S 19552 19555 17565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 264295 33554432000 4194304 16246674 140735057436544 140457443044592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19555/tid=19558] ppid=19552 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (toysat) S 19552 19555 17565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12994148 1353256960 264295 33554432000 4194304 16246674 140735057436544 140457432571056 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.30759 s]
/proc/loadavg: 2.24 2.13 2.05 3/184 19559
/proc/meminfo: memFree=29283140/32872528 swapFree=532956/565660
[pid=19555] ppid=19552 vsize=0 CPUtime=2.29 cores=0,2,4,6
/proc/19555/stat : 19555 (toysat) R 19552 19555 17565 0 -1 4202500 263485 0 0 0 190 39 0 0 20 0 1 0 12994148 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19555/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.31411
CPU time (s): 2.31265
CPU user time (s): 1.90871
CPU system time (s): 0.403938
CPU usage (%): 99.9368
Max. virtual memory (cumulated for all children) (KiB): 1321540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.90871
system time used= 0.403938
maximum resident set size= 1057184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263485
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= 21
involuntary context switches= 4

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

The end

Launcher Data

Begin job on node138 at 2016-06-16 22:38:05
IDJOB=4093219
IDBENCH=79591
IDSOLVER=2553
FILE ID=node138/4093219-1466109485
RUNJOBID= node138-1466104016-18188
PBS_JOBID= 19904048
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/satellite/normalized-satellite01c_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093219-1466109485/watcher-4093219-1466109485 -o /tmp/evaluation-result-4093219-1466109485/solver-4093219-1466109485 -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-4093219-1466109485.wbo

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

MD5SUM BENCH= cf734c31856eb9bf93a29f59ba7065c3
RANDOM SEED=1332923895

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:        31391520 kB
Buffers:           59860 kB
Cached:           148328 kB
SwapCached:         1380 kB
Active:           107100 kB
Inactive:         104504 kB
Active(anon):       4636 kB
Inactive(anon):     1664 kB
Active(file):     102464 kB
Inactive(file):   102840 kB
Unevictable:      565660 kB
Mlocked:          532956 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             34148 kB
Writeback:             0 kB
AnonPages:        569008 kB
Mapped:             7200 kB
Shmem:                 0 kB
Slab:             571972 kB
SReclaimable:      14476 kB
SUnreclaim:       557496 kB
KernelStack:        1528 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     684400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:08