Trace number 4106619

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT5 7.62284 7.62544

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_2.opb
MD5SUM3afabd7ca2a98b7cfc21a3d6cc8262bf
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.471927
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)616
Sum of products size (including duplicates)1232
Number of different products616
Sum of products size1232

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-18T20:29:49+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","--pb","--search=bcd2","HOME/instance-4106619-1466274589.opb"]
0.00/0.01	c use --random-gen="3820363023 51178093 2953437146 766054868 733371638 201389616 640256653 1944196043 3875257138 1508041409 939210503 3281231614 2387722112 392943766 1961429873 3706748606 1595060264 2085207763 3477340921 3837148668 3002964112 168574299 1714509826 1908384057 167832636 4083838990 2469796032 1952982818 4085947683 2220233067 280436340 1867546849 869102918 1428715708 436727148 1696025687 4145556441 293345973 4016092618 1444599045 78754742 2360516642 2537090913 2297641231 751950200 3674098522 3712089757 2236419551 3241506610 318229229 1539011490 1587834187 4221145406 3438537611 2893483322 2368434663 1081336808 2528033011 3024841035 1361948786 740004279 3968010948 511227973 2802714946 2570933068 1283014559 3185262515 1355752632 2877022332 2953246762 636170722 4214894060 4118895699 3818974351 3207657281 2707598867 2445422365 3494263760 4231387989 2959780037 2715224716 3977562861 3751532886 1560627631 3171657514 2227692852 1958050893 3738153810 1993542257 1991244210 3379080965 1454003292 2050760642 2492498467 129249005 3066481588 1070685087 1025023179 3193927784 4267987251 3831995129 3885493491 1267047542 2379760756 2886087740 229479536 757579761 1106174715 1971876171 1188977277 3620657561 2332105107 477773872 2101446461 713831886 712644538 254624691 1118259392 1666924946 2400471931 895407973 1927382247 3590407881 1286276877 2457109662 3883782010 84114287 2480883977 290568481 843747601 1311161995 917024475 559171010 3104951719 92518514 1442027225 174622042 4048498763 850058403 2965499071 2790603412 1756682280 789978392 3967873168 1364438219 4152101664 136392997 1984979608 2051510001 1193658422 377799588 3171062430 2703160132 3837790728 621530308 1430559772 2124916107 2026423129 4242452818 816520176 3240031079 3914841634 2301367285 2044511824 1930886978 1470804694 3590195730 2797630358 1808744434 2691713800 3442355323 3885660082 4058794330 2966874621 2866109031 3272734942 323713712 190860931 2075275719 1438636120 2467721860 1105885456 3279415206 2949253778 2309838634 2814188809 805265727 2863299745 2415938097 2611036220 2738534694 2782526436 4273889882 1426985579 1084642709 2936513223 2849237251 326772346 1940647614 2641010027 768332278 2754948494 600414859 3749548673 2663170055 876028609 498656336 1059658402 462167324 188761229 1170594786 3300566223 640731567 2648800236 3273954759 1288613769 57124216 150359821 494724416 678249788 4164854549 3005485508 652001275 3469664618 128970386 337923667 4109196014 2757821378 1218476151 3726643033 2609240500 824479227 868339114 3141328249 1513690374 2429441314 3814142224 3058143331 3406851053 3444085990 4096614359 3696156530 1226574543 2285626552 2318808621 439596376 184813828 2075068053 3885223089 1252092778 4256299995 3456375476 3482324430 728610895 4151157612 1512212520 255 362436" option to reproduce the execution
0.00/0.01	c #vars 50
0.00/0.01	c #constraints 50
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      649      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |      114 |        0 |      649      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.002s
0.00/0.03	c #wall_clock_time = 0.002s
0.00/0.03	c #decision = 114
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 40
0.00/0.03	c BCD2: updating upper bound: 50 -> 39
0.00/0.03	c BCD2: 0 <= obj <= 39
0.00/0.03	c BCD2: #cores=0, #unrelaxed=50, #relaxed=0, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      649      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |       39 |        0 |      649      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 39
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 12: cost of the new core is >=1
0.00/0.03	c lower bound updated to 1
0.00/0.03	c BCD2: 1 <= obj <= 39
0.00/0.03	c BCD2: #cores=1, #unrelaxed=38, #relaxed=12, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      649      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |       37 |        0 |      649      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 37
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 11: cost of the new core is >=1
0.00/0.03	c lower bound updated to 2
0.00/0.03	c BCD2: 2 <= obj <= 39
0.00/0.03	c BCD2: #cores=2, #unrelaxed=27, #relaxed=23, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      649      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |      153 |        0 |      649      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.002s
0.00/0.03	c #wall_clock_time = 0.002s
0.00/0.03	c #decision = 153
0.00/0.03	c #random_decision = 1
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 10
0.00/0.03	c BCD2: updating upper bound: 39 -> 9
0.00/0.03	c BCD2: 2 <= obj <= 9
0.00/0.03	c BCD2: #cores=2, #unrelaxed=27, #relaxed=23, #hardened=0
0.00/0.03	c BCD2: #sat=2 #unsat=3 bias=3/5
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      649      0 |        0 |        1
0.00/0.05	c  0.0s |       0 |      146 |       53 |      649      0 |        0 |        1
0.00/0.05	c #cpu_time = 0.014s
0.00/0.05	c #wall_clock_time = 0.014s
0.00/0.05	c #decision = 146
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 53
0.00/0.05	c #restart = 0
0.00/0.05	o 6
0.00/0.05	c BCD2: updating upper bound: 9 -> 5
0.00/0.05	c BCD2: 2 <= obj <= 5
0.00/0.05	c BCD2: #cores=2, #unrelaxed=27, #relaxed=23, #hardened=0
0.00/0.05	c BCD2: #sat=3 #unsat=3 bias=3/6
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      649      0 |        0 |        2
0.00/0.05	c  0.0s |       0 |       34 |        6 |      649      0 |        0 |        2
0.00/0.05	c #cpu_time = 0.004s
0.00/0.05	c #wall_clock_time = 0.004s
0.00/0.05	c #decision = 34
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 6
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 27 and merging with 2 cores into a new core of size 50: cost of the new core is >=3
0.00/0.05	c lower bound updated to 3
0.00/0.05	c BCD2: 3 <= obj <= 5
0.00/0.05	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
0.00/0.05	c BCD2: #sat=3 #unsat=4 bias=4/7
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      649      0 |        7 |        2
0.00/0.09	c  0.0s |       1 |      247 |      100 |      714      0 |        7 |       14
0.09/0.14	c  0.1s |       2 |      510 |      250 |      786      0 |        7 |       14
0.19/0.23	c  0.2s |       3 |      882 |      475 |      865      0 |        7 |       14
0.29/0.35	c  0.3s |       4 |     1574 |      813 |      952      0 |        7 |       14
0.48/0.54	c  0.5s |       5 |     2616 |     1320 |     1048      1 |        7 |       14
0.79/0.82	c  0.8s |       6 |     3894 |     2081 |     1153      2 |        7 |       14
1.20/1.22	c  1.2s |       7 |     5817 |     3223 |     1269      4 |        7 |       14
1.49/1.65	c  1.6s |       8 |     8935 |     4936 |     1396      6 |        7 |       14
2.29/2.32	c  2.3s |       9 |    13361 |     7506 |     1536      9 |        7 |       14
3.29/3.35	c  3.3s |      10 |    20362 |    11361 |     1690     13 |        7 |       14
4.70/4.74	c  4.7s |      11 |    30578 |    17144 |     1860     19 |        7 |       14
5.39/5.40	c  5.3s |      11 |    35418 |    20122 |     1860     22 |        8 |       15
5.39/5.40	c #cpu_time = 5.333s
5.39/5.40	c #wall_clock_time = 5.347s
5.39/5.40	c #decision = 35418
5.39/5.40	c #random_decision = 119
5.39/5.40	c #conflict = 20122
5.39/5.40	c #restart = 11
5.39/5.40	c BCD2: updating lower bound of a core
5.39/5.40	c lower bound updated to 5
5.39/5.40	c BCD2: 5 <= obj <= 5
5.39/5.40	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
5.39/5.40	c BCD2: #sat=3 #unsat=5 bias=5/8
5.39/5.40	c Solving starts ...
5.39/5.40	c ============================[ Search Statistics ]============================
5.39/5.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.40	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.40	c =============================================================================
5.39/5.40	c  0.0s |       0 |        0 |        0 |     1860      0 |        8 |       16
5.39/5.44	c  0.0s |       1 |      207 |      100 |     1860      0 |        8 |       16
5.39/5.47	c  0.1s |       2 |      520 |      250 |     1860      0 |        8 |       16
5.49/5.52	c  0.1s |       3 |      952 |      475 |     1860      0 |        8 |       16
5.59/5.61	c  0.2s |       4 |     1638 |      813 |     1860      0 |        8 |       16
5.69/5.73	c  0.3s |       5 |     2655 |     1320 |     1860      0 |        8 |       16
5.90/5.95	c  0.5s |       6 |     3968 |     2081 |     1860      1 |        8 |       16
6.19/6.23	c  0.8s |       7 |     6045 |     3223 |     1860      2 |        8 |       16
6.59/6.68	c  1.3s |       8 |     9163 |     4936 |     1860      3 |        8 |       16
7.29/7.36	c  2.0s |       9 |    13883 |     7506 |     2047      6 |        8 |       16
7.49/7.56	c  2.2s |       9 |    15166 |     8255 |     2047      6 |        8 |       16
7.49/7.56	c #cpu_time = 2.152s
7.49/7.56	c #wall_clock_time = 2.157s
7.49/7.56	c #decision = 15166
7.49/7.56	c #random_decision = 54
7.49/7.56	c #conflict = 8255
7.49/7.56	c #restart = 9
7.49/7.56	o 5
7.49/7.56	s OPTIMUM FOUND
7.49/7.56	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
7.49/7.56	v -x11 x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
7.49/7.56	v x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
7.49/7.56	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
7.49/7.56	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
7.49/7.56	c total CPU time = 7.541s
7.49/7.56	c total wall clock time = 7.561s

Verifier Data

OK	5

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-4106619-1466274589/watcher-4106619-1466274589 -o /tmp/evaluation-result-4106619-1466274589/solver-4106619-1466274589 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466272784-31328 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106619-1466274589.opb 

pid=31620
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.21 2.18 2.10 4/179 31623
/proc/meminfo: memFree=29643336/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=708028 CPUtime=0 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 2638 0 0 0 0 0 0 0 20 0 4 0 29507596 725020672 3510 33554432000 4194304 16246674 140736269139616 140736269139040 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 177775 3520 441 2943 0 174669 0
[pid=31623/tid=31624] ppid=31620 vsize=726460 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 743895040 3582 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 748089344 3598 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 752283648 3614 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.21 2.18 2.10 4/179 31623
/proc/meminfo: memFree=29643336/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 22928 0 0 0 7 2 0 0 20 0 4 0 29507596 1247350784 23787 33554432000 4194304 16246674 140736269139616 140736269139040 5674521 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 304529 23798 788 2943 0 301423 0
[pid=31623/tid=31624] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 23801 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 23804 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 23808 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200536 s]
/proc/loadavg: 2.21 2.18 2.10 4/179 31623
/proc/meminfo: memFree=29643336/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 43767 0 0 0 14 5 0 0 20 0 4 0 29507596 1247350784 44626 33554432000 4194304 16246674 140736269139616 140736269139040 5523634 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 304529 44638 788 2943 0 301423 0
[pid=31623/tid=31624] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 44646 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 44654 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 44662 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300491 s]
/proc/loadavg: 2.21 2.18 2.10 4/179 31623
/proc/meminfo: memFree=29643336/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 64180 0 0 0 22 7 0 0 20 0 4 0 29507596 1247350784 65039 33554432000 4194304 16246674 140736269139616 140736269139040 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 304529 65050 788 2943 0 301423 0
[pid=31623/tid=31624] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 65059 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 65067 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 65074 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.70042 s]
/proc/loadavg: 2.21 2.18 2.10 4/179 31623
/proc/meminfo: memFree=29643336/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 144819 0 0 0 49 20 0 0 20 0 4 0 29507596 1247350784 145678 33554432000 4194304 16246674 140736269139616 140736269139040 5674521 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 304529 145691 788 2943 0 301423 0
[pid=31623/tid=31624] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 145697 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 145703 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1247350784 145709 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50044 s]
/proc/loadavg: 2.21 2.18 2.10 4/183 31627
/proc/meminfo: memFree=28743300/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1220164 CPUtime=1.49 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 245929 0 0 0 116 33 0 0 20 0 4 0 29507596 1249447936 246766 33554432000 4194304 16246674 140736269139616 140736269138928 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 305041 246766 847 2943 0 301935 0
[pid=31623/tid=31624] ppid=31620 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1249447936 246766 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1249447936 246766 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1249447936 246766 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1220164

[startup+3.10044 s]
/proc/loadavg: 2.21 2.18 2.10 3/183 31627
/proc/meminfo: memFree=28572304/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 267494 0 0 0 273 36 0 0 20 0 4 0 29507596 1337528320 268331 33554432000 4194304 16246674 140736269139616 140736269121536 6012036 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 326545 268331 847 2943 0 323439 0
[pid=31623/tid=31624] ppid=31620 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1337528320 268331 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1337528320 268331 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1337528320 268331 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30046 s]
/proc/loadavg: 2.19 2.18 2.10 3/183 31627
/proc/meminfo: memFree=28541040/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1309252 CPUtime=6.29 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 268279 0 0 0 593 36 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140736269121536 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 327313 269116 847 2943 0 324207 0
[pid=31623/tid=31624] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309252

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

[startup+6.70043 s]
/proc/loadavg: 2.19 2.18 2.10 3/183 31627
/proc/meminfo: memFree=28541040/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1309252 CPUtime=6.69 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 268279 0 0 0 633 36 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140736269121536 13198385 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 327313 269116 847 2943 0 324207 0
[pid=31623/tid=31624] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269116 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 1309252

[startup+7.10041 s]
/proc/loadavg: 2.19 2.18 2.10 3/183 31627
/proc/meminfo: memFree=28538368/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1309252 CPUtime=7.09 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 268403 0 0 0 673 36 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140736269121536 13950202 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 327313 269240 848 2943 0 324207 0
[pid=31623/tid=31624] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1309252

[startup+7.50047 s]
/proc/loadavg: 2.19 2.18 2.10 3/183 31627
/proc/meminfo: memFree=28538368/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=1309252 CPUtime=7.49 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202496 268403 0 0 0 713 36 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140736269121536 6022473 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 327313 269240 848 2943 0 324207 0
[pid=31623/tid=31624] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (toysat) S 31620 31623 19971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140013442411760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=31623/tid=31625] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (toysat) S 31620 31623 19971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140013431921904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=31623/tid=31626] ppid=31620 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (toysat) S 31620 31623 19971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29507596 1340674048 269240 33554432000 4194304 16246674 140736269139616 140013316598960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 1309252

[startup+7.60041 s]
/proc/loadavg: 2.19 2.18 2.10 3/183 31627
/proc/meminfo: memFree=28538368/32872528 swapFree=1431120/1543540
[pid=31623] ppid=31620 vsize=0 CPUtime=7.59 cores=1,3,5,7
/proc/31623/stat : 31623 (toysat) R 31620 31623 19971 0 -1 4202500 268408 0 0 0 719 40 0 0 20 0 1 0 29507596 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31623/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.62544
CPU time (s): 7.62284
CPU user time (s): 7.19491
CPU system time (s): 0.427934
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 1309252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.19491
system time used= 0.427934
maximum resident set size= 1076972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268408
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 15

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032994 second user time and 0.083987 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-18 20:29:49
IDJOB=4106619
IDBENCH=48142
IDSOLVER=2542
FILE ID=node116/4106619-1466274589
RUNJOBID= node116-1466272784-31328
PBS_JOBID= 19918206
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106619-1466274589/watcher-4106619-1466274589 -o /tmp/evaluation-result-4106619-1466274589/solver-4106619-1466274589 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466272784-31328 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106619-1466274589.opb

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

MD5SUM BENCH= 3afabd7ca2a98b7cfc21a3d6cc8262bf
RANDOM SEED=853316947

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.781
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.781
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.781
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.55
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.781
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:        29643616 kB
Buffers:           90568 kB
Cached:           177220 kB
SwapCached:         1936 kB
Active:           774556 kB
Inactive:         165724 kB
Active(anon):     671520 kB
Inactive(anon):     3328 kB
Active(file):     103036 kB
Inactive(file):   162396 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099604 kB
Dirty:             33544 kB
Writeback:             0 kB
AnonPages:       2215160 kB
Mapped:            10792 kB
Shmem:                 0 kB
Slab:             610732 kB
SReclaimable:      54156 kB
SUnreclaim:       556576 kB
KernelStack:        1488 kB
PageTables:         9052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2767048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71692 MiB
End job on node116 at 2016-06-18 20:29:56