Trace number 4110390

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 16.7045 16.7113

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
MD5SUMa9e19d6176a708e2234c09caf532f5b0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark15.8906
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T16:03:16+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-4110390-1466344995.wbo"]
0.00/0.01	c use --random-gen="3285467614 1791170988 2298626536 1746025186 3790447496 193045585 1923948760 186848236 1552713580 3990536852 1939881640 4182480487 1549912947 186961084 1000151740 138514165 1796613228 56784876 1255405173 3121169208 1483932917 3554274618 2415550399 2532497594 3707320503 1204496253 1924278668 3418903026 2583176533 3814229593 708509008 376135271 3540495523 3039730035 4126933619 2111385250 3418587363 1468217143 1327658832 577186878 3932034322 3598300986 2614175782 766515346 372484689 346271851 1325395604 3807583631 3373020932 2800296008 820283414 800872481 891014247 288848297 572488336 3694906782 1697213443 1518610037 3942417389 22603672 457117635 2759985741 755203034 4016425337 4279626058 3190731695 446877660 2366984361 2371855476 3813523595 993665997 1032972945 3483490516 386084255 3967389418 1493807275 4132786685 3146131055 2490105408 2637610835 1852337084 1567811089 1808811694 1349989583 2656689166 1489115379 592695003 2813008682 1477576824 2277316896 2013629885 2009091162 1014657400 3436120059 3073054679 3941881657 4025593919 2349492692 379932088 3763397131 2144185375 2507967863 104837675 2508060520 1470408883 1304520550 1984606173 2026318823 2704309419 3478644804 2143537396 4040904418 545124574 3158778452 2366526181 890061534 3288067 385687351 1792710775 2863408855 2217184220 1575055873 2551932602 3601651617 568862049 1331594104 660534287 1013994189 736156126 1602889576 3509533086 3103016784 3829370452 2364953156 3442127304 2242098192 1959615805 3717499450 4052553788 1628616943 3973170677 3475533872 609790080 3258611472 56394863 3065093616 1178662813 473239220 2263604197 1221437539 1069738514 1887343836 956309319 3452805487 2062099714 4098305705 3908339704 1642716216 2528225519 549253351 2981242711 127343061 531938933 1954153673 4206175270 2030400083 3016193348 1252550227 1448630372 110335190 1574144801 1089557320 4093779876 630571153 787831440 2122063760 1063016307 201233393 3921437352 978187843 796767581 723195665 792139964 177359010 3183443068 715566379 3256531441 256306576 2889647061 603168475 795641052 3012686531 2581448399 2567871961 3039565315 959778173 91311929 1500353313 2430544069 1565371221 2071807880 4008566948 1250999944 323093817 605954528 3747880558 2540220130 2537460347 3830575128 3962210245 4283166269 3543301268 2935091799 1045948334 1822276748 720320842 1340891567 484698935 2310718055 2001187697 2523410228 191210663 1357096936 1303290940 1760126953 4201784618 3669604999 853458455 2028727210 4054629659 1657924301 1068656330 699753817 3074897744 550351540 1113452109 3177918566 4198943323 2314434251 916005889 3556601754 3688382936 4136580992 3139525734 2871921059 3323123695 1507474331 2958542378 1365847922 408325626 1272342168 899217536 2998011488 3532786943 2539019395 1832584537 255 362436" option to reproduce the execution
0.09/0.16	c #vars 231
0.09/0.16	c #constraints 2707
0.19/0.21	c BCD2: Hardening is enabled.
0.19/0.21	c BCD2: BiasedSearch is enabled.
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1881      0 |        0 |        0
0.19/0.23	c  0.0s |       0 |     2716 |        0 |     1881      0 |        0 |        0
0.19/0.23	c #cpu_time = 0.017s
0.19/0.23	c #wall_clock_time = 0.017s
0.19/0.23	c #decision = 2716
0.19/0.23	c #random_decision = 10
0.19/0.23	c #conflict = 0
0.19/0.23	c #restart = 0
0.19/0.23	o 510
0.19/0.23	c BCD2: updating upper bound: 137244 -> 509
0.19/0.25	c BCD2: 0 <= obj <= 509
0.19/0.25	c BCD2: #cores=0, #unrelaxed=2707, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |     1881      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |     2909 |      100 |     1881      0 |        0 |        0
0.29/0.32	c  0.1s |       2 |     5911 |      250 |     2070      0 |        0 |        0
0.29/0.39	c  0.1s |       3 |     9046 |      475 |     2277      0 |        0 |        0
0.39/0.49	c  0.2s |       4 |    12426 |      813 |     2505      0 |        0 |        0
0.69/0.74	c  0.5s |       5 |    16174 |     1320 |     2756      0 |        0 |        0
1.10/1.12	c  0.9s |       6 |    20077 |     2081 |     3336      0 |        0 |        0
1.59/1.66	c  1.4s |       7 |    24732 |     3223 |     3670      0 |        0 |        0
2.99/3.08	c  2.8s |       8 |    30401 |     4936 |     4038      0 |        0 |        0
5.09/5.15	c  4.9s |       8 |    37569 |     7236 |     4038      1 |        0 |        0
5.29/5.40	c  5.1s |       9 |    38090 |     7506 |     4442      1 |        0 |        0
7.39/7.40	c  7.1s |       9 |    44069 |     9306 |     4442      2 |        0 |        0
9.49/9.52	c  9.3s |       9 |    47730 |    11206 |     4442      2 |        0 |        0
9.79/9.80	c  9.5s |      10 |    47981 |    11361 |     4887      2 |        0 |        0
11.79/11.80	c 11.5s |      10 |    53033 |    12761 |     4887      3 |        0 |        0
13.49/13.55	c 13.3s |      10 |    55153 |    13949 |     4887      3 |        0 |        0
13.49/13.55	c #cpu_time = 13.295s
13.49/13.55	c #wall_clock_time = 13.295s
13.49/13.55	c #decision = 55153
13.49/13.55	c #random_decision = 18
13.49/13.55	c #conflict = 13949
13.49/13.55	c #restart = 10
13.49/13.55	c BCD2: found a new core of size 2233: cost of the new core is >=1
13.49/13.55	c lower bound updated to 1
13.49/13.55	c BCD2: 1 <= obj <= 509
13.49/13.55	c BCD2: #cores=1, #unrelaxed=474, #relaxed=2233, #hardened=0
13.49/13.55	c BCD2: #sat=1 #unsat=2 bias=2/3
13.49/13.56	c Solving starts ...
13.49/13.56	c ============================[ Search Statistics ]============================
13.49/13.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.49/13.56	c       |         |          |          |    Limit     GC | Var      | Constra 
13.49/13.56	c =============================================================================
13.49/13.56	c  0.0s |       0 |        0 |        0 |     4887      0 |        0 |        0
13.89/13.97	c  0.4s |       0 |     2782 |        1 |     4887      1 |        0 |        0
13.89/13.97	c #cpu_time = 0.408s
13.89/13.97	c #wall_clock_time = 0.408s
13.89/13.97	c #decision = 2782
13.89/13.97	c #random_decision = 4
13.89/13.97	c #conflict = 1
13.89/13.97	c #restart = 0
13.89/13.98	o 283
13.89/13.98	c BCD2: updating upper bound: 509 -> 282
13.89/13.98	c BCD2: 1 <= obj <= 282
13.89/13.98	c BCD2: #cores=1, #unrelaxed=474, #relaxed=2233, #hardened=0
13.89/13.98	c BCD2: #sat=2 #unsat=2 bias=2/4
13.99/14.00	c Solving starts ...
13.99/14.00	c ============================[ Search Statistics ]============================
13.99/14.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.99/14.00	c       |         |          |          |    Limit     GC | Var      | Constra 
13.99/14.00	c =============================================================================
13.99/14.00	c  0.0s |       0 |        0 |        0 |     4887      0 |        0 |        1
14.09/14.12	c  0.1s |       0 |     1327 |        3 |     4887      0 |        0 |        1
14.09/14.12	c #cpu_time = 0.125s
14.09/14.12	c #wall_clock_time = 0.125s
14.09/14.12	c #decision = 1327
14.09/14.12	c #random_decision = 1
14.09/14.12	c #conflict = 3
14.09/14.12	c #restart = 0
14.09/14.12	o 123
14.09/14.12	c BCD2: updating upper bound: 282 -> 122
14.09/14.13	c BCD2: 1 <= obj <= 122
14.09/14.13	c BCD2: #cores=1, #unrelaxed=474, #relaxed=2233, #hardened=0
14.09/14.13	c BCD2: #sat=3 #unsat=2 bias=2/5
14.09/14.14	c Solving starts ...
14.09/14.14	c ============================[ Search Statistics ]============================
14.09/14.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.09/14.14	c       |         |          |          |    Limit     GC | Var      | Constra 
14.09/14.14	c =============================================================================
14.09/14.14	c  0.0s |       0 |        0 |        0 |     4887      0 |        0 |        2
14.29/14.37	c  0.2s |       1 |     1226 |      100 |     4887      0 |        0 |        2
14.49/14.58	c  0.4s |       1 |     1933 |      203 |     4887      0 |        0 |        2
14.49/14.58	c #cpu_time = 0.430s
14.49/14.58	c #wall_clock_time = 0.430s
14.49/14.58	c #decision = 1933
14.49/14.58	c #random_decision = 5
14.49/14.58	c #conflict = 203
14.49/14.58	c #restart = 1
14.49/14.58	o 47
14.49/14.58	c BCD2: hardening fixes 1482 literals
14.49/14.58	c BCD2: updating upper bound: 122 -> 46
14.49/14.58	c BCD2: 1 <= obj <= 46
14.49/14.58	c BCD2: #cores=1, #unrelaxed=224, #relaxed=1001, #hardened=1482
14.49/14.58	c BCD2: #sat=4 #unsat=2 bias=2/6
14.49/14.59	c Solving starts ...
14.49/14.59	c ============================[ Search Statistics ]============================
14.49/14.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.59	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.59	c =============================================================================
14.49/14.59	c  0.0s |       0 |        0 |        0 |     4887      0 |     1482 |        3
14.69/14.78	c  0.2s |       1 |      465 |      100 |     4887      0 |     1482 |        3
14.99/15.02	c  0.4s |       2 |      944 |      250 |     4887      0 |     1482 |        3
15.19/15.29	c  0.7s |       3 |     1600 |      475 |     4887      0 |     1482 |        3
15.49/15.58	c  1.0s |       3 |     2275 |      726 |     4887      0 |     1482 |        3
15.49/15.58	c #cpu_time = 0.995s
15.49/15.58	c #wall_clock_time = 0.996s
15.49/15.58	c #decision = 2275
15.49/15.58	c #random_decision = 2
15.49/15.58	c #conflict = 726
15.49/15.58	c #restart = 3
15.49/15.58	o 16
15.49/15.59	c BCD2: hardening fixes 809 literals
15.49/15.59	c BCD2: updating upper bound: 46 -> 15
15.49/15.59	c BCD2: 1 <= obj <= 15
15.49/15.59	c BCD2: #cores=1, #unrelaxed=71, #relaxed=345, #hardened=2291
15.49/15.59	c BCD2: #sat=5 #unsat=2 bias=2/7
15.49/15.59	c Solving starts ...
15.49/15.59	c ============================[ Search Statistics ]============================
15.49/15.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.59	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.59	c =============================================================================
15.49/15.59	c  0.0s |       0 |        0 |        0 |     4887      0 |     2291 |        4
15.68/15.73	c  0.1s |       0 |      185 |       51 |     4887      0 |     2291 |        4
15.68/15.73	c #cpu_time = 0.145s
15.68/15.73	c #wall_clock_time = 0.145s
15.68/15.73	c #decision = 185
15.68/15.73	c #random_decision = 0
15.68/15.73	c #conflict = 51
15.68/15.73	c #restart = 0
15.68/15.74	o 5
15.68/15.74	c BCD2: hardening fixes 312 literals
15.68/15.74	c BCD2: updating upper bound: 15 -> 4
15.68/15.74	c BCD2: 1 <= obj <= 4
15.68/15.74	c BCD2: #cores=1, #unrelaxed=15, #relaxed=89, #hardened=2603
15.68/15.74	c BCD2: #sat=6 #unsat=2 bias=2/8
15.68/15.74	c Solving starts ...
15.68/15.74	c ============================[ Search Statistics ]============================
15.68/15.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.68/15.74	c       |         |          |          |    Limit     GC | Var      | Constra 
15.68/15.74	c =============================================================================
15.68/15.74	c  0.0s |       0 |        0 |        0 |     4887      0 |     2603 |        5
15.88/15.90	c  0.2s |       1 |      177 |      100 |     4887      0 |     2603 |        6
15.98/16.06	c  0.3s |       2 |      418 |      250 |     4887      0 |     2603 |        6
16.18/16.25	c  0.5s |       3 |      771 |      475 |     4887      0 |     2603 |        6
16.38/16.50	c  0.8s |       4 |     1335 |      813 |     4887      0 |     2603 |        6
16.59/16.68	c  0.9s |       4 |     1638 |      974 |     4887      0 |     2603 |        6
16.59/16.68	c #cpu_time = 0.942s
16.59/16.68	c #wall_clock_time = 0.942s
16.59/16.68	c #decision = 1638
16.59/16.68	c #random_decision = 0
16.59/16.68	c #conflict = 974
16.59/16.68	c #restart = 4
16.59/16.68	o 1
16.59/16.68	s OPTIMUM FOUND
16.59/16.68	v x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
16.59/16.68	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
16.59/16.68	v -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30
16.59/16.68	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40
16.59/16.68	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
16.59/16.68	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
16.59/16.68	v -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
16.59/16.68	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
16.59/16.68	v x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
16.59/16.68	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100
16.59/16.68	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
16.59/16.68	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120
16.59/16.68	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
16.59/16.68	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
16.59/16.68	v -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
16.59/16.68	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
16.59/16.68	v x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
16.59/16.68	v -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180
16.59/16.68	v -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190
16.59/16.68	v -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200
16.59/16.68	v -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210
16.59/16.68	v -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
16.59/16.68	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230
16.59/16.68	v -x231
16.59/16.68	c total CPU time = 16.683s
16.59/16.68	c total wall clock time = 16.684s

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110390-1466344995/watcher-4110390-1466344995 -o /tmp/evaluation-result-4110390-1466344995/solver-4110390-1466344995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466341805-2021 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110390-1466344995.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.49 2.42 2.25 3/179 4782
/proc/meminfo: memFree=29737280/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=654780 CPUtime=0 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 2426 0 0 0 0 0 0 0 20 0 4 0 36545282 670494720 3299 33554432000 4194304 16246674 140736851693360 140736851692784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 164207 3309 441 2943 0 161101 0
[pid=4782/tid=4783] ppid=4779 vsize=672188 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 688320512 3368 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=675396 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 691605504 3380 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=679492 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 695799808 3398 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.49 2.42 2.25 3/179 4782
/proc/meminfo: memFree=29737280/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 24756 0 0 0 6 3 0 0 20 0 4 0 36545282 1247350784 25621 33554432000 4194304 16246674 140736851693360 140736851692784 6144850 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 304529 25622 617 2943 0 301423 0
[pid=4782/tid=4783] ppid=4779 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1247350784 25622 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1247350784 25623 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1247350784 25627 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200538 s]
/proc/loadavg: 2.49 2.42 2.25 3/179 4782
/proc/meminfo: memFree=29737280/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1223236 CPUtime=0.19 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 35414 0 0 0 15 4 0 0 20 0 4 0 36545282 1252593664 36233 33554432000 4194304 16246674 140736851693360 140736851692672 5920659 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 305809 36233 863 2943 0 302703 0
[pid=4782/tid=4783] ppid=4779 vsize=1223236 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1252593664 36233 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1223236 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1252593664 36233 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1223236 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1252593664 36233 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1223236

[startup+0.300506 s]
/proc/loadavg: 2.49 2.42 2.25 3/179 4782
/proc/meminfo: memFree=29737280/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1307204 CPUtime=0.29 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 47883 0 0 0 23 6 0 0 20 0 4 0 36545282 1338576896 48703 33554432000 4194304 16246674 140736851693360 140736851692672 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 326801 48723 919 2943 0 323695 0
[pid=4782/tid=4783] ppid=4779 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1338576896 48730 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1338576896 48734 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1338576896 48738 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1307204

[startup+0.700425 s]
/proc/loadavg: 2.49 2.42 2.25 3/179 4782
/proc/meminfo: memFree=29737280/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1308228 CPUtime=0.69 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 97060 0 0 0 57 12 0 0 20 0 4 0 36545282 1339625472 97879 33554432000 4194304 16246674 140736851693360 140736851692672 13950230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 327057 97879 921 2943 0 323951 0
[pid=4782/tid=4783] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1339625472 97879 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1339625472 97879 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1339625472 97879 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1308228

[startup+1.50042 s]
/proc/loadavg: 2.45 2.41 2.25 3/183 4786
/proc/meminfo: memFree=29346272/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 97283 0 0 0 136 13 0 0 20 0 4 0 36545282 1339625472 98102 33554432000 4194304 16246674 140736851693360 140736851692536 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 327057 98102 925 2943 0 323951 0
[pid=4782/tid=4783] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1339625472 98102 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1339625472 98102 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1339625472 98102 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10044 s]
/proc/loadavg: 2.45 2.41 2.25 3/183 4786
/proc/meminfo: memFree=29345776/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 97283 0 0 0 296 13 0 0 20 0 4 0 36545282 1339625472 98102 33554432000 4194304 16246674 140736851693360 140736851692536 5531312 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 327057 98102 925 2943 0 323951 0
[pid=4782/tid=4783] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1339625472 98102 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1339625472 98102 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1339625472 98102 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30043 s]
/proc/loadavg: 2.41 2.40 2.25 4/183 4786
/proc/meminfo: memFree=29345404/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1309252 CPUtime=6.29 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 97395 0 0 0 616 13 0 0 20 0 4 0 36545282 1340674048 98214 33554432000 4194304 16246674 140736851693360 140736851692536 5546243 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 327313 98214 932 2943 0 324207 0
[pid=4782/tid=4783] ppid=4779 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1340674048 98214 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1340674048 98214 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1340674048 98214 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.46 2.41 2.26 4/183 4786
/proc/meminfo: memFree=29344144/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1310276 CPUtime=12.69 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 97802 0 0 0 1255 14 0 0 20 0 4 0 36545282 1341722624 98621 33554432000 4194304 16246674 140736851693360 140736851692536 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 327569 98621 932 2943 0 324463 0
[pid=4782/tid=4783] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1341722624 98621 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1341722624 98621 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1341722624 98621 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

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

[startup+12.8005 s]
/proc/loadavg: 2.46 2.41 2.26 4/183 4786
/proc/meminfo: memFree=29344144/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1310276 CPUtime=12.79 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 97802 0 0 0 1265 14 0 0 20 0 4 0 36545282 1341722624 98621 33554432000 4194304 16246674 140736851693360 140736851692536 5722381 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 327569 98621 932 2943 0 324463 0
[pid=4782/tid=4783] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1341722624 98621 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1341722624 98621 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1341722624 98621 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1310276

[startup+14.4074 s]
/proc/loadavg: 2.46 2.41 2.26 4/183 4786
/proc/meminfo: memFree=29344024/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1310276 CPUtime=14.39 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 97811 0 0 0 1425 14 0 0 20 0 4 0 36545282 1341722624 98630 33554432000 4194304 16246674 140736851693360 140736851675264 5531204 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 327569 98630 941 2943 0 324463 0
[pid=4782/tid=4783] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1341722624 98630 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1341722624 98630 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1341722624 98630 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1310276

[startup+16.0004 s]
/proc/loadavg: 2.50 2.42 2.26 4/183 4786
/proc/meminfo: memFree=29342040/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1312324 CPUtime=15.98 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 98324 0 0 0 1584 14 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 140736851675264 5531352 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 328081 99143 942 2943 0 324975 0
[pid=4782/tid=4783] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1312324

[startup+16.4004 s]
/proc/loadavg: 2.50 2.42 2.26 4/183 4786
/proc/meminfo: memFree=29342040/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1312324 CPUtime=16.38 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 98324 0 0 0 1624 14 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 140736851675264 5674699 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 328081 99143 942 2943 0 324975 0
[pid=4782/tid=4783] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.38
Current children cumulated vsize (KiB) 1312324

[startup+16.6075 s]
/proc/loadavg: 2.50 2.42 2.26 4/183 4786
/proc/meminfo: memFree=29342040/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=1312324 CPUtime=16.59 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) R 4779 4782 2004 0 -1 4202496 98324 0 0 0 1645 14 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 140736851675264 5532108 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 328081 99143 942 2943 0 324975 0
[pid=4782/tid=4783] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4783/stat : 4783 (toysat) S 4779 4782 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981129493744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4782/tid=4784] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4784/stat : 4784 (toysat) S 4779 4782 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36545282 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981119003888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) S 4779 4782 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36545283 1343819776 99143 33554432000 4194304 16246674 140736851693360 139981037235376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.59
Current children cumulated vsize (KiB) 1312324

[startup+16.7005 s]
/proc/loadavg: 2.50 2.42 2.26 4/183 4786
/proc/meminfo: memFree=29342040/32872528 swapFree=1499884/1696108
[pid=4782] ppid=4779 vsize=0 CPUtime=16.69 cores=1,3,5,7
/proc/4782/stat : 4782 (toysat) Z 4779 4782 2004 0 -1 4202508 98326 0 0 0 1653 16 0 0 20 0 2 0 36545282 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4782/statm: 0 0 0 0 0 0 0
[pid=4782/tid=4785] ppid=4779 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/4782/task/4785/stat : 4785 (toysat) R 4779 4782 2004 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 36545283 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 16.7113
CPU time (s): 16.7045
CPU user time (s): 16.5355
CPU system time (s): 0.168974
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 1312324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5355
system time used= 0.168974
maximum resident set size= 396576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98326
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= 18
involuntary context switches= 17

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054991 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 16:03:15
IDJOB=4110390
IDBENCH=79288
IDSOLVER=2553
FILE ID=node137/4110390-1466344995
RUNJOBID= node137-1466341805-2021
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110390-1466344995/watcher-4110390-1466344995 -o /tmp/evaluation-result-4110390-1466344995/solver-4110390-1466344995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466341805-2021 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110390-1466344995.wbo

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

MD5SUM BENCH= a9e19d6176a708e2234c09caf532f5b0
RANDOM SEED=658525423

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29738444 kB
Buffers:           73072 kB
Cached:           192204 kB
SwapCached:         1260 kB
Active:           555436 kB
Inactive:         141496 kB
Active(anon):     431848 kB
Inactive(anon):     2080 kB
Active(file):     123588 kB
Inactive(file):   139416 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             33016 kB
Writeback:             4 kB
AnonPages:       2127284 kB
Mapped:            10972 kB
Shmem:                 0 kB
Slab:             606980 kB
SReclaimable:      50760 kB
SUnreclaim:       556220 kB
KernelStack:        1504 kB
PageTables:         9648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2917480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71672 MiB
End job on node137 at 2016-06-19 16:03:32