Trace number 4093360

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 18.9021 18.9067

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUM1266a85a20696deb0d7aee67f4c2d0a0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.9021
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-16T16:18:54+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-4093360-1466086734.wbo"]
0.00/0.01	c use --random-gen="2407422586 507899656 4265263516 3101737056 2464563913 4160004587 450160397 4282700226 2726622159 1607390789 896711119 1348587123 3529809454 3157980692 2739798509 1743129115 2787375657 2598026229 675788596 1486658834 4052872970 4003565176 1264752874 3372852088 3143853598 124582283 3184234645 4067669238 1824722557 2563626299 930897977 3500319780 4214969307 1627125138 2265757314 403173760 2028949928 2287822601 2534075067 377968460 1948262907 2835694647 3420421492 3534362278 2634589933 3348245855 2000177996 549763462 647778402 2495240755 3975540826 134884158 282568486 101850265 2365781096 558222559 731983206 332196949 3607995743 1449028428 171079192 2940019442 1075284180 3560549493 1249308920 2871414414 1017621495 577535248 1818274549 4048554003 1565316262 3071878148 2725992369 1569774803 3339536032 2607456320 1867436489 1872688634 1725192162 3742692330 1536969277 941312500 2626929044 3376003174 476153206 281893361 2586288281 1660666931 1884676540 2766378982 755035267 2742588577 2934735285 4191322004 3659218562 2344079880 3475302057 3496214054 1847557215 2958713735 1384282580 4289779963 559918770 3201909785 1515740718 598008570 4079309043 152364365 2985805507 3833263655 2329153600 1858855601 2200776280 3281528433 645896457 3626693357 705212572 2295681144 2292845949 1901378225 3635145587 2452367115 4201454712 1289743671 803544177 3880476603 30076904 759988942 1809888872 740244791 1232962300 4001857391 13675257 578638491 1480828371 340193137 3868972107 3210407731 148989097 2858044847 4271015027 3110261065 4093889350 2982458913 3700299300 1035521524 3005990546 1985225875 1503485528 2845524556 4217332365 3440754829 1212216011 1614275379 3780568490 1324424408 3880065832 1049757052 938802306 4234794449 645057170 4018299574 545439199 1650221969 1294675619 3661189509 2907158362 3752404902 3901148626 2785910808 213935312 1110178852 3750941507 3301700916 1706764146 2222368961 90495894 863450517 3487264273 2446074457 66992201 2894826566 3561051224 3259038250 228632747 1060708761 1219607847 2377060492 2874808667 3409024903 844008033 1695986493 4147353358 675911784 1582708726 3605659476 781992184 1918131256 3159969301 2654056130 780567816 1832641038 4294037194 1704235058 3740351504 79324136 2156030980 2658632001 3609242607 991706690 1455003266 2996161036 2085594665 3619928174 1988778803 2012200915 354047629 2990849766 2649361898 531035218 1869855897 3203448688 2338490907 493329893 450765823 1561115893 1265732728 3365726960 1401867155 1164242868 906864091 1639778502 3600314570 2737414245 2274964931 183444607 4033579266 1535266910 1852658109 2294159433 65026527 3798138480 3197993564 3801495929 1241234863 1182016664 2745402903 3191116526 961716401 697632221 1178568909 2215555556 2178575525 1834330153 1162184975 1347806810 255 362436" option to reproduce the execution
0.09/0.14	c #vars 231
0.09/0.14	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1580      0 |        0 |        0
0.18/0.20	c  0.0s |       0 |     1827 |        2 |     1580      0 |        0 |        0
0.18/0.20	c #cpu_time = 0.005s
0.18/0.20	c #wall_clock_time = 0.005s
0.18/0.20	c #decision = 1827
0.18/0.20	c #random_decision = 8
0.18/0.20	c #conflict = 2
0.18/0.20	c #restart = 0
0.18/0.20	o 408
0.18/0.20	c BCD2: updating upper bound: 91107 -> 407
0.18/0.22	c BCD2: 0 <= obj <= 407
0.18/0.22	c BCD2: #cores=0, #unrelaxed=1802, #relaxed=0, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     1580      0 |        0 |        0
0.18/0.25	c  0.0s |       1 |     1971 |      100 |     1739      0 |        0 |        0
0.28/0.30	c  0.1s |       2 |     3996 |      250 |     1913      0 |        0 |        0
0.28/0.36	c  0.1s |       3 |     6113 |      475 |     1913      0 |        0 |        0
0.39/0.49	c  0.3s |       4 |     8394 |      813 |     2105      0 |        0 |        0
0.69/0.70	c  0.5s |       5 |    10900 |     1320 |     2548      0 |        0 |        0
0.89/0.91	c  0.7s |       6 |    13936 |     2081 |     2803      0 |        0 |        0
1.39/1.47	c  1.3s |       7 |    17325 |     3223 |     3084      0 |        0 |        0
2.19/2.25	c  2.0s |       8 |    21632 |     4936 |     3393      1 |        0 |        0
3.39/3.48	c  3.3s |       9 |    27501 |     7506 |     3733      2 |        0 |        0
5.39/5.48	c  5.3s |       9 |    36458 |    11306 |     4107      3 |        0 |        0
5.49/5.51	c  5.3s |      10 |    36533 |    11361 |     4107      3 |        0 |        0
7.48/7.52	c  7.3s |      10 |    46898 |    15861 |     4107      5 |        0 |        0
8.10/8.14	c  7.9s |      11 |    48982 |    17144 |     4518      5 |        0 |        0
10.20/10.21	c 10.0s |      11 |    57658 |    20744 |     4518      6 |        0 |        0
10.89/10.97	c 10.8s |      11 |    59188 |    21548 |     4518      7 |        0 |        0
10.89/10.97	c #cpu_time = 10.728s
10.89/10.97	c #wall_clock_time = 10.756s
10.89/10.97	c #decision = 59188
10.89/10.97	c #random_decision = 27
10.89/10.97	c #conflict = 21548
10.89/10.97	c #restart = 11
10.89/10.97	c BCD2: found a new core of size 1393: cost of the new core is >=1
10.89/10.97	c lower bound updated to 1
10.89/10.98	c BCD2: 1 <= obj <= 407
10.89/10.98	c BCD2: #cores=1, #unrelaxed=409, #relaxed=1393, #hardened=0
10.89/10.98	c BCD2: #sat=1 #unsat=2 bias=2/3
10.89/10.98	c Solving starts ...
10.89/10.98	c ============================[ Search Statistics ]============================
10.89/10.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.98	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.98	c =============================================================================
10.89/10.98	c  0.0s |       0 |        0 |        0 |     4518      0 |        0 |        0
10.99/11.04	c  0.1s |       0 |     1858 |        0 |     4518      0 |        0 |        0
10.99/11.04	c #cpu_time = 0.052s
10.99/11.04	c #wall_clock_time = 0.052s
10.99/11.04	c #decision = 1858
10.99/11.04	c #random_decision = 6
10.99/11.04	c #conflict = 0
10.99/11.04	c #restart = 0
10.99/11.04	o 83
10.99/11.04	c BCD2: hardening fixes 336 literals
10.99/11.04	c BCD2: updating upper bound: 407 -> 82
10.99/11.04	c BCD2: 1 <= obj <= 82
10.99/11.04	c BCD2: #cores=1, #unrelaxed=329, #relaxed=1137, #hardened=336
10.99/11.04	c BCD2: #sat=2 #unsat=2 bias=2/4
10.99/11.05	c Solving starts ...
10.99/11.05	c ============================[ Search Statistics ]============================
10.99/11.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.05	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.05	c =============================================================================
10.99/11.05	c  0.0s |       0 |        0 |        0 |     4518      0 |      336 |        1
11.09/11.14	c  0.1s |       1 |      832 |      100 |     4518      0 |      336 |        1
11.19/11.20	c  0.2s |       1 |     1215 |      109 |     4518      0 |      336 |        1
11.19/11.20	c #cpu_time = 0.152s
11.19/11.20	c #wall_clock_time = 0.153s
11.19/11.20	c #decision = 1215
11.19/11.20	c #random_decision = 1
11.19/11.20	c #conflict = 109
11.19/11.20	c #restart = 1
11.19/11.20	o 39
11.19/11.20	c BCD2: hardening fixes 762 literals
11.19/11.21	c BCD2: updating upper bound: 82 -> 38
11.19/11.21	c BCD2: 1 <= obj <= 38
11.19/11.21	c BCD2: #cores=1, #unrelaxed=167, #relaxed=537, #hardened=1098
11.19/11.21	c BCD2: #sat=3 #unsat=2 bias=2/5
11.19/11.21	c Solving starts ...
11.19/11.21	c ============================[ Search Statistics ]============================
11.19/11.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.21	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.21	c =============================================================================
11.19/11.21	c  0.0s |       0 |        0 |        0 |     4518      0 |     1098 |        2
11.19/11.29	c  0.1s |       0 |      239 |       40 |     4518      0 |     1098 |        2
11.19/11.29	c #cpu_time = 0.075s
11.19/11.29	c #wall_clock_time = 0.075s
11.19/11.29	c #decision = 239
11.19/11.29	c #random_decision = 0
11.19/11.29	c #conflict = 40
11.19/11.29	c #restart = 0
11.19/11.29	o 12
11.19/11.29	c BCD2: hardening fixes 524 literals
11.19/11.29	c BCD2: updating upper bound: 38 -> 11
11.19/11.29	c BCD2: 1 <= obj <= 11
11.19/11.29	c BCD2: #cores=1, #unrelaxed=41, #relaxed=139, #hardened=1622
11.19/11.29	c BCD2: #sat=4 #unsat=2 bias=2/6
11.19/11.29	c Solving starts ...
11.19/11.29	c ============================[ Search Statistics ]============================
11.19/11.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.29	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.29	c =============================================================================
11.19/11.29	c  0.0s |       0 |        0 |        0 |     4518      0 |     1622 |        3
11.30/11.38	c  0.1s |       1 |      219 |      100 |     4518      0 |     1622 |        3
11.40/11.48	c  0.2s |       2 |      575 |      250 |     4518      0 |     1622 |        3
11.59/11.64	c  0.3s |       3 |      980 |      475 |     4518      0 |     1622 |        3
11.79/11.84	c  0.6s |       4 |     1591 |      813 |     4518      0 |     1622 |        3
11.99/12.05	c  0.8s |       5 |     2371 |     1320 |     4518      0 |     1622 |        3
12.09/12.14	c  0.8s |       5 |     2579 |     1421 |     4518      0 |     1622 |        3
12.09/12.14	c #cpu_time = 0.844s
12.09/12.14	c #wall_clock_time = 0.846s
12.09/12.14	c #decision = 2579
12.09/12.14	c #random_decision = 1
12.09/12.14	c #conflict = 1421
12.09/12.14	c #restart = 5
12.09/12.14	o 2
12.09/12.14	c BCD2: hardening fixes 161 literals
12.09/12.14	c BCD2: updating upper bound: 11 -> 1
12.09/12.14	c BCD2: 1 <= obj <= 1
12.09/12.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=1783
12.09/12.14	c BCD2: #sat=5 #unsat=2 bias=2/7
12.09/12.14	c Solving starts ...
12.09/12.14	c ============================[ Search Statistics ]============================
12.09/12.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.14	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.14	c =============================================================================
12.09/12.14	c  0.0s |       0 |        0 |        0 |     4518      0 |     1783 |        8
12.19/12.22	c  0.1s |       1 |      150 |      100 |     4518      0 |     1783 |        8
12.29/12.32	c  0.2s |       2 |      390 |      250 |     4518      0 |     1783 |        8
12.40/12.45	c  0.3s |       3 |      742 |      475 |     4518      0 |     1783 |        8
12.59/12.68	c  0.5s |       4 |     1324 |      813 |     4518      0 |     1783 |        8
12.89/12.98	c  0.8s |       5 |     2227 |     1320 |     4518      1 |     1783 |        8
13.09/13.19	c  1.0s |       6 |     3427 |     2081 |     4518      1 |     1783 |        8
13.49/13.52	c  1.4s |       7 |     5458 |     3223 |     4970      1 |     1783 |        8
13.98/14.02	c  1.9s |       8 |     8437 |     4936 |     4970      2 |     1783 |        8
14.69/14.71	c  2.6s |       9 |    12674 |     7506 |     4970      2 |     1783 |        8
15.69/15.75	c  3.6s |      10 |    19232 |    11361 |     4970      3 |     1783 |        8
17.28/17.36	c  5.2s |      11 |    28892 |    17144 |     5467      5 |     1783 |        8
18.78/18.84	c  6.7s |      11 |    37693 |    22506 |     5467      6 |     1785 |       11
18.78/18.84	c #cpu_time = 6.683s
18.78/18.84	c #wall_clock_time = 6.701s
18.78/18.84	c #decision = 37693
18.78/18.84	c #random_decision = 90
18.78/18.84	c #conflict = 22506
18.78/18.84	c #restart = 11
18.78/18.84	c BCD2: updating lower bound of a core
18.78/18.84	c lower bound updated to 3
18.78/18.84	s OPTIMUM FOUND
18.78/18.84	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
18.78/18.84	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
18.78/18.84	v x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
18.78/18.84	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
18.78/18.84	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
18.78/18.84	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
18.78/18.84	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70
18.78/18.84	v -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80
18.78/18.84	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
18.78/18.84	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
18.78/18.84	v -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
18.78/18.84	v -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120
18.78/18.84	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
18.78/18.84	v x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
18.78/18.84	v -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150
18.78/18.84	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
18.78/18.84	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
18.78/18.84	v -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180
18.78/18.84	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190
18.78/18.84	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200
18.78/18.84	v -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
18.78/18.84	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220
18.78/18.84	v -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230
18.78/18.84	v -x231
18.78/18.84	c total CPU time = 18.795s
18.78/18.84	c total wall clock time = 18.844s

Verifier Data

OK	2

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

pid=15324
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.26 2.24 2.19 3/179 15327
/proc/meminfo: memFree=29988452/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=695740 CPUtime=0 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 2589 0 0 0 0 0 0 0 20 0 4 0 10722299 712437760 2950 33554432000 4194304 16246674 140736570219856 140736570219280 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 174447 2959 441 2943 0 171341 0
[pid=15327/tid=15328] ppid=15324 vsize=713148 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 730263552 3020 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=718268 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 735506432 3037 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=722364 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10722299 739700736 3055 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 15327
/proc/meminfo: memFree=29988452/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 24738 0 0 0 6 3 0 0 20 0 4 0 10722299 1247350784 25091 33554432000 4194304 16246674 140736570219856 140736570219280 12459048 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 304529 25097 618 2943 0 301423 0
[pid=15327/tid=15328] ppid=15324 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1247350784 25099 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1247350784 25103 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10722299 1247350784 25107 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20054 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 15327
/proc/meminfo: memFree=29988452/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1221188 CPUtime=0.18 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 33061 0 0 0 14 4 0 0 20 0 4 0 10722299 1250496512 33368 33554432000 4194304 16246674 140736570219856 140736570219168 5823013 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 305297 33368 900 2943 0 302191 0
[pid=15327/tid=15328] ppid=15324 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1250496512 33368 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1250496512 33368 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1250496512 33368 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300497 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 15327
/proc/meminfo: memFree=29988452/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1303108 CPUtime=0.28 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 52990 0 0 0 22 6 0 0 20 0 4 0 10722299 1334382592 53298 33554432000 4194304 16246674 140736570219856 140736570219168 6021133 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 325777 53312 922 2943 0 322671 0
[pid=15327/tid=15328] ppid=15324 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1334382592 53323 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1334382592 53333 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1334382592 53341 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1303108

[startup+0.700458 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 15327
/proc/meminfo: memFree=29988452/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 100227 0 0 0 56 13 0 0 20 0 4 0 10722299 1338576896 100534 33554432000 4194304 16246674 140736570219856 140736570201728 5822687 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 326801 100534 928 2943 0 323695 0
[pid=15327/tid=15328] ppid=15324 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1338576896 100534 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1338576896 100534 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1338576896 100534 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50042 s]
/proc/loadavg: 2.26 2.24 2.19 3/183 15331
/proc/meminfo: memFree=29409648/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 175974 0 0 0 128 21 0 0 20 0 4 0 10722299 1339625472 176281 33554432000 4194304 16246674 140736570219856 140736570201728 5860911 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 327057 176281 931 2943 0 323951 0
[pid=15327/tid=15328] ppid=15324 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1339625472 176281 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1339625472 176281 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1339625472 176281 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.26 2.24 2.19 3/183 15331
/proc/meminfo: memFree=29283276/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 175975 0 0 0 288 21 0 0 20 0 4 0 10722299 1339625472 176282 33554432000 4194304 16246674 140736570219856 140736570201728 13950199 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 327057 176282 932 2943 0 323951 0
[pid=15327/tid=15328] ppid=15324 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1339625472 176282 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1339625472 176282 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1339625472 176282 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30046 s]
/proc/loadavg: 2.24 2.23 2.19 3/183 15331
/proc/meminfo: memFree=29280592/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1311300 CPUtime=6.28 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 176740 0 0 0 607 21 0 0 20 0 4 0 10722299 1342771200 177047 33554432000 4194304 16246674 140736570219856 140736570201728 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 327825 177047 932 2943 0 324719 0
[pid=15327/tid=15328] ppid=15324 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1342771200 177047 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1342771200 177047 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1342771200 177047 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1311300

[startup+12.7004 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 15331
/proc/meminfo: memFree=29060236/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1312324 CPUtime=12.69 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 269159 0 0 0 1235 34 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140736570201728 5530704 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 328081 269466 942 2943 0 324975 0
[pid=15327/tid=15328] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1312324

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

[startup+13.1004 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 15331
/proc/meminfo: memFree=29060236/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1312324 CPUtime=13.09 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 269159 0 0 0 1275 34 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140736570201728 5523460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 328081 269466 942 2943 0 324975 0
[pid=15327/tid=15328] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269466 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 1312324

[startup+16.3005 s]
/proc/loadavg: 2.29 2.24 2.19 3/183 15331
/proc/meminfo: memFree=28909948/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1312324 CPUtime=16.28 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 269303 0 0 0 1594 34 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140736570201728 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 328081 269610 942 2943 0 324975 0
[pid=15327/tid=15328] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (KiB) 1312324

[startup+17.9004 s]
/proc/loadavg: 2.29 2.24 2.19 3/183 15331
/proc/meminfo: memFree=28909956/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1312324 CPUtime=17.89 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 269303 0 0 0 1755 34 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140736570202856 5598711 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 328081 269610 942 2943 0 324975 0
[pid=15327/tid=15328] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.89
Current children cumulated vsize (KiB) 1312324

[startup+18.7004 s]
/proc/loadavg: 2.29 2.24 2.19 3/183 15331
/proc/meminfo: memFree=28909956/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=1312324 CPUtime=18.68 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202496 269303 0 0 0 1834 34 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140736570201728 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 328081 269610 942 2943 0 324975 0
[pid=15327/tid=15328] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15328/stat : 15328 (toysat) S 15324 15327 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633211645168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=15327/tid=15329] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15329/stat : 15329 (toysat) S 15324 15327 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633201155312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=15327/tid=15330] ppid=15324 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15327/task/15330/stat : 15330 (toysat) S 15324 15327 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10722299 1343819776 269610 33554432000 4194304 16246674 140736570219856 140633190681776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.68
Current children cumulated vsize (KiB) 1312324

[startup+18.9005 s]
/proc/loadavg: 2.29 2.24 2.19 3/183 15331
/proc/meminfo: memFree=28909956/32872528 swapFree=876280/941688
[pid=15327] ppid=15324 vsize=0 CPUtime=18.88 cores=1,3,5,7
/proc/15327/stat : 15327 (toysat) R 15324 15327 7213 0 -1 4202500 269305 0 0 0 1849 39 0 0 20 0 1 0 10722299 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15327/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 18.9067
CPU time (s): 18.9021
CPU user time (s): 18.4962
CPU system time (s): 0.405938
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 1312324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4962
system time used= 0.405938
maximum resident set size= 1078444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269305
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= 19
involuntary context switches= 20

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094985 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 16:18:54
IDJOB=4093360
IDBENCH=78899
IDSOLVER=2553
FILE ID=node113/4093360-1466086734
RUNJOBID= node113-1466075295-13239
PBS_JOBID= 19904023
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 1266a85a20696deb0d7aee67f4c2d0a0
RANDOM SEED=1938925993

node113.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.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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.799
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.799
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.799
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.799
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.799
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.54
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.799
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.799
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:        29988368 kB
Buffers:           39576 kB
Cached:           110184 kB
SwapCached:         2160 kB
Active:          1169656 kB
Inactive:          68428 kB
Active(anon):    1088924 kB
Inactive(anon):     1612 kB
Active(file):      80732 kB
Inactive(file):    66816 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:             16440 kB
Writeback:             0 kB
AnonPages:       2030840 kB
Mapped:            10632 kB
Shmem:                 0 kB
Slab:             567800 kB
SReclaimable:      11880 kB
SUnreclaim:       555920 kB
KernelStack:        1480 kB
PageTables:         8240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2175268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 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= 71708 MiB
End job on node113 at 2016-06-16 16:19:13