Trace number 4078649

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-02UNSAT 23.3494 23.3547

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900550006.opb
MD5SUMcabd29c48249a44c2596bb98645c31c8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.77527
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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

Solver Data

0.00/0.00	c 2016-06-06T15:22:11+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-4078649-1465219331.opb"]
0.00/0.01	c use --random-gen="3631753954 3666156996 1620212366 11479389 2642106991 2427142976 1341636519 3520093144 3728672964 782298018 4079270267 381706240 259846532 471791431 3107652917 1012459033 4270413909 3569430321 3855325766 3683338993 1195125532 2465907863 1406076940 1802379895 3735817577 1277607186 614924099 106941401 1616481976 1875819094 2707021087 3684043551 395808421 2338589447 2435530163 3557494991 2544601267 2692795679 3380600898 538773148 2473074241 875470527 1783053632 1608218318 1926781312 3554192815 1515556093 3678649926 3920879774 1758264749 796014052 1941793043 3895037137 2117855780 3684441790 2788694065 2225250636 1977203269 78490290 1393073879 722926596 299113077 2856301975 2318382693 1977464045 2861141438 1529623719 1524962603 1747623568 268608381 2249807653 2640091680 3331518644 4142823335 30315359 2883138918 152404850 3134827418 377071973 784072224 1067902349 4134948152 191253831 3082330962 1488344658 2447449363 492588236 216682276 3608160601 48142118 3248157574 1054346746 2332273373 3056220623 913856609 2979595339 1392823251 1601625350 592461686 3048392902 2172773524 4187644616 3954716643 589603252 2782230947 1513583539 1356227145 1909519596 4144052768 43559563 1277756368 2630670011 4056378539 1489423211 2241022530 13979932 3663839847 3781362012 1564283023 1658225709 823092557 2918247292 1378330275 75970145 842583840 369157867 4203498798 1185310108 3214768735 157417001 2547629822 1446271890 3149209589 1271191561 139783857 4281842386 1665242181 3063140435 2981484983 3445638356 2659081904 1715712356 2490935967 1219511719 1857571974 3996316819 693832885 2828019707 40754330 174039142 3264270717 4260575502 1651287058 2437871768 3141326015 3125038781 1286689705 1357226722 4141131902 1644738465 3717192975 2946795782 1974628235 1731707245 4286450095 251653776 1175016317 358553133 2584812933 2929401942 1898514665 4140577233 631498306 3064305560 3275440003 1324598113 1803015715 15062817 1188002229 2013038799 2005497823 1139777707 3909988024 201447083 2255231123 3553818967 4090650307 82239476 3869087676 4263171481 316411289 1077185746 4159799361 4241696668 1446535991 10180141 4154686911 2043430250 1889176459 1076218322 650178498 1899611901 2442876568 1483911500 3031327364 3847646970 1815370244 3808117372 933080967 1639239077 3045510903 3183758017 1738179418 2627981025 3779011809 3019746572 1496752786 3800911022 3599718272 3712633712 2667179184 2843487639 184577313 4116391791 1552748287 2427879961 1511555789 4093186837 3750801805 2911148925 1380476850 485357343 3338341065 2095546839 1116642329 667230682 540139543 2655857123 2540084896 2781915520 4203322135 1351410115 4052238185 938876792 3584707314 3182897229 1279153853 3899452841 2405354109 1529939368 1099691060 1687003224 3870022001 3672978609 769166287 3602739883 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      322 |      100 |      979      0 |        0 |        0
0.09/0.13	c  0.1s |       2 |      610 |      250 |     1077      0 |        0 |        0
0.09/0.17	c  0.1s |       3 |     1045 |      475 |     1185      0 |        0 |        0
0.19/0.25	c  0.2s |       4 |     1542 |      813 |     1304      0 |        0 |        0
0.29/0.37	c  0.3s |       5 |     2350 |     1320 |     1435      0 |        0 |        0
0.49/0.57	c  0.5s |       6 |     3712 |     2081 |     1737      1 |        0 |        0
0.79/0.85	c  0.8s |       7 |     5803 |     3223 |     1911      2 |        1 |       11
1.29/1.34	c  1.3s |       8 |     8601 |     4936 |     2103      3 |        1 |       11
1.79/1.88	c  1.8s |       9 |    12970 |     7506 |     2314      5 |        1 |       11
2.69/2.71	c  2.6s |      10 |    19187 |    11361 |     2546      7 |        2 |       22
3.88/3.91	c  3.8s |      11 |    29229 |    17144 |     2801     11 |        3 |       33
5.60/5.61	c  5.5s |      12 |    44753 |    25819 |     3082     15 |        4 |       44
7.58/7.62	c  7.5s |      12 |    64601 |    37019 |     3082     22 |        4 |       44
7.88/7.92	c  7.8s |      13 |    68012 |    38832 |     3391     23 |        4 |       44
9.89/9.92	c  9.8s |      13 |    88384 |    50232 |     3391     28 |        6 |       66
11.48/11.59	c 11.5s |      14 |   101911 |    58352 |     3731     32 |        7 |       77
13.49/13.59	c 13.5s |      14 |   115572 |    66752 |     3731     36 |        7 |       77
15.59/15.61	c 15.5s |      14 |   131575 |    76152 |     3731     41 |        8 |       88
17.60/17.61	c 17.5s |      14 |   152385 |    87252 |     4105     43 |       10 |      110
17.60/17.69	c 17.6s |      15 |   153183 |    87632 |     4105     43 |       11 |      121
19.59/19.69	c 19.6s |      15 |   171705 |    98232 |     4105     44 |       15 |      165
21.59/21.69	c 21.6s |      15 |   188559 |   107932 |     4105     44 |       18 |      198
23.20/23.29	c 23.2s |      15 |   201926 |   115812 |     4105     47 |      102 |      495
23.20/23.29	c #cpu_time = 23.153s
23.20/23.29	c #wall_clock_time = 23.214s
23.20/23.29	c #decision = 201926
23.20/23.29	c #random_decision = 697
23.20/23.29	c #conflict = 115812
23.20/23.29	c #restart = 15
23.20/23.29	s UNSATISFIABLE
23.20/23.29	c total CPU time = 23.231s
23.20/23.29	c total wall clock time = 23.293s

Verifier Data

ERROR: no interpretation found !

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

pid=28664
running on 8 cores: 0-3,8-11

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.18 2.12 2.10 2/261 28667
/proc/meminfo: memFree=30982768/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1128892 CPUtime=0 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 4283 0 0 0 0 0 0 0 20 0 4 0 103775156 1155985408 4643 33554432000 4194304 16246674 140737404432176 140737404431600 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 282735 4651 441 2943 0 279629 0
[pid=28667/tid=28668] ppid=28664 vsize=1149372 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1176956928 4719 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1153468 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1181151232 4739 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1158588 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775156 1186394112 4756 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.100187 s]
/proc/loadavg: 2.18 2.12 2.10 2/261 28667
/proc/meminfo: memFree=30982768/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1218116 CPUtime=0.09 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 25310 0 0 0 7 2 0 0 20 0 4 0 103775156 1247350784 25659 33554432000 4194304 16246674 140737404432176 140737404431600 5532301 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 304529 25665 728 2943 0 301423 0
[pid=28667/tid=28668] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 25670 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 25675 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 25680 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20052 s]
/proc/loadavg: 2.18 2.12 2.10 2/261 28667
/proc/meminfo: memFree=30982768/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1218116 CPUtime=0.19 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 41544 0 0 0 14 5 0 0 20 0 4 0 103775156 1247350784 41893 33554432000 4194304 16246674 140737404432176 140737404414080 5662594 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 304529 41907 728 2943 0 301423 0
[pid=28667/tid=28668] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 41911 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 41917 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 41921 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300477 s]
/proc/loadavg: 2.18 2.12 2.10 2/261 28667
/proc/meminfo: memFree=30982768/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1218116 CPUtime=0.29 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 57435 0 0 0 21 8 0 0 20 0 4 0 103775156 1247350784 57784 33554432000 4194304 16246674 140737404432176 140737404414080 13191557 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 304529 57789 728 2943 0 301423 0
[pid=28667/tid=28668] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 57797 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 57803 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 57806 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700355 s]
/proc/loadavg: 2.18 2.12 2.10 2/261 28667
/proc/meminfo: memFree=30982768/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1218116 CPUtime=0.69 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 122502 0 0 0 53 16 0 0 20 0 4 0 103775156 1247350784 122851 33554432000 4194304 16246674 140737404432176 140737404414080 5721708 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 304529 122854 734 2943 0 301423 0
[pid=28667/tid=28668] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 122858 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 122861 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775156 1247350784 122864 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.16 2.12 2.09 3/265 28720
/proc/meminfo: memFree=31180408/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1221188 CPUtime=1.49 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 246098 0 0 0 117 32 0 0 20 0 4 0 103775156 1250496512 246427 33554432000 4194304 16246674 140737404432176 140737404431488 5827966 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 305297 246427 800 2943 0 302191 0
[pid=28667/tid=28668] ppid=28664 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1250496512 246427 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1250496512 246427 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1250496512 246427 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10031 s]
/proc/loadavg: 2.16 2.12 2.09 3/265 28769
/proc/meminfo: memFree=30989920/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1303108 CPUtime=3.09 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 266718 0 0 0 274 35 0 0 20 0 4 0 103775156 1334382592 267047 33554432000 4194304 16246674 140737404432176 140737404414080 5976037 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 325777 267047 800 2943 0 322671 0
[pid=28667/tid=28668] ppid=28664 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1334382592 267047 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1334382592 267047 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1334382592 267047 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1303108

[startup+6.30041 s]
/proc/loadavg: 2.16 2.12 2.09 3/265 28867
/proc/meminfo: memFree=30006860/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1307204 CPUtime=6.28 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 267716 0 0 0 593 35 0 0 20 0 4 0 103775156 1338576896 268045 33554432000 4194304 16246674 140737404432176 140737404414080 5598734 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 326801 268045 800 2943 0 323695 0
[pid=28667/tid=28668] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268045 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268045 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268045 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.14 2.12 2.09 4/265 28916
/proc/meminfo: memFree=29923812/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1307204 CPUtime=12.68 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 267837 0 0 0 1233 35 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 140737404415176 5822252 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 326801 268166 800 2943 0 323695 0
[pid=28667/tid=28668] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1307204

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

[startup+12.8004 s]
/proc/loadavg: 2.14 2.12 2.09 4/265 28916
/proc/meminfo: memFree=29923812/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1307204 CPUtime=12.78 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 267837 0 0 0 1243 35 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 140737404415176 6843265 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 326801 268166 800 2943 0 323695 0
[pid=28667/tid=28668] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1338576896 268166 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1307204

[startup+19.2004 s]
/proc/loadavg: 2.13 2.12 2.09 3/265 28965
/proc/meminfo: memFree=29919144/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1311300 CPUtime=19.19 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 268863 0 0 0 1883 36 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 140737404414080 5712536 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 327825 269192 802 2943 0 324719 0
[pid=28667/tid=28668] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1311300

[startup+20.8004 s]
/proc/loadavg: 2.13 2.12 2.09 3/265 28965
/proc/meminfo: memFree=29918772/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1311300 CPUtime=20.79 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 268863 0 0 0 2043 36 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 140737404414080 6842338 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 327825 269192 802 2943 0 324719 0
[pid=28667/tid=28668] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1311300

[startup+22.4004 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 28965
/proc/meminfo: memFree=29918720/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1311300 CPUtime=22.39 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 268864 0 0 0 2203 36 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 140737404414080 5674048 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 327825 269192 802 2943 0 324719 0
[pid=28667/tid=28668] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1311300

[startup+22.8003 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 28965
/proc/meminfo: memFree=29918720/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1311300 CPUtime=22.79 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 268864 0 0 0 2243 36 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 140737404414080 5822428 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 327825 269192 802 2943 0 324719 0
[pid=28667/tid=28668] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 22.79
Current children cumulated vsize (KiB) 1311300

[startup+23.2106 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 28965
/proc/meminfo: memFree=29918968/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=1311300 CPUtime=23.2 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202496 268864 0 0 0 2284 36 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 140737404414080 12997776 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 327825 269192 802 2943 0 324719 0
[pid=28667/tid=28668] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28668/stat : 28668 (toysat) S 28664 28667 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704053771504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28667/tid=28669] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28669/stat : 28669 (toysat) S 28664 28667 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704043281648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28667/tid=28670] ppid=28664 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/28667/task/28670/stat : 28670 (toysat) S 28664 28667 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103775156 1342771200 269192 33554432000 4194304 16246674 140737404432176 139704032808112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 1311300

[startup+23.3005 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 28965
/proc/meminfo: memFree=29918968/32872528 swapFree=9196/9196
[pid=28667] ppid=28664 vsize=0 CPUtime=23.28 cores=0-3,8-11
/proc/28667/stat : 28667 (toysat) R 28664 28667 25889 0 -1 4202500 268869 0 0 0 2292 36 0 0 20 0 1 0 103775156 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.3547
CPU time (s): 23.3494
CPU user time (s): 22.9285
CPU system time (s): 0.420936
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 1311300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9285
system time used= 0.420936
maximum resident set size= 1076780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.164974 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:22:11
IDJOB=4078649
IDBENCH=1331
IDSOLVER=2542
FILE ID=node132/4078649-1465219331
RUNJOBID= node132-1465216787-25905
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900550006.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078649-1465219331/watcher-4078649-1465219331 -o /tmp/evaluation-result-4078649-1465219331/solver-4078649-1465219331 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078649-1465219331.opb

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

MD5SUM BENCH= cabd29c48249a44c2596bb98645c31c8
RANDOM SEED=762729379

node132.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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.41
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30982348 kB
Buffers:            8292 kB
Cached:            71852 kB
SwapCached:         3236 kB
Active:          1147296 kB
Inactive:          21924 kB
Active(anon):    1088264 kB
Inactive(anon):     3236 kB
Active(file):      59032 kB
Inactive(file):    18688 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             16596 kB
Writeback:             0 kB
AnonPages:       1096724 kB
Mapped:            10648 kB
Shmem:                 0 kB
Slab:             573172 kB
SReclaimable:      12776 kB
SUnreclaim:       560396 kB
KernelStack:        2240 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1239996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71716 MiB
End job on node132 at 2016-06-06 15:22:35