Trace number 4099186

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 12.7721 12.775

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576151.opb
MD5SUM8485c5b622ae9efcb86cc93d1fd8b600
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 benchmark3.99239
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 697
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-18T01:28:38+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-4099186-1466206118.opb"]
0.00/0.01	c use --random-gen="1851235270 3629621377 986608013 1154359947 2923088153 1014818418 3490143243 2719032127 483203892 976999707 675824310 20168143 1238421139 1602845258 1708007018 1198727331 181155232 3273804039 2863610452 3408343587 718769250 150747497 372247160 1879225476 463523989 1512208757 2573983094 2548443788 1225086230 2081848129 816075271 1568609215 3217109034 3676329121 914110446 6391169 2033055919 1892588037 152396935 898054175 182837501 2482236670 3682939610 3940623661 3596998053 4078387882 4267942026 975171512 3175776822 300899482 591784615 393248354 2538111300 840462464 3069080688 3573934627 708989460 4181441439 4030632123 1801081152 2162757553 2282538465 2122692253 1052592529 801499997 86384211 3449283977 1272314271 1469547578 2621320441 2437012596 2004790477 1661311694 3709821133 3712749997 2889975278 3659671475 2767560691 1429257052 1686220183 3128036030 2232373984 2115737691 2267782271 2444566835 2249945059 353041553 2130449020 3514295872 3076345929 1464827652 2640967121 3701582264 1664812142 1822260959 130279448 91998426 2012880064 245900959 2695896324 1127218419 197881018 1368877783 3202426516 2420323910 2129094544 4133987096 917628815 2856716734 1106164924 1925999815 3997347414 1495484174 3231258124 3529124563 1061461268 812268339 3487627920 3746293080 919697283 3658559890 2905787565 4248775007 705893604 559372410 1638755637 2032685182 2698329584 2460663688 2743598200 1320722042 4253748351 3097875864 1491351361 12004966 2063573834 977972955 3395505284 1793269328 1156753758 541000860 1407742202 2598628253 723403556 1507934215 4115839618 2620352341 3842452133 2815173416 278947734 3451012089 602666620 4251899077 1116823341 377788402 4008337022 663600726 1333632957 2841343115 3218619588 899587261 3840476865 4184798134 1773724217 131337822 1352006166 4011320525 3224953488 2256239527 3527341485 465006639 3684497290 1875274584 3666681999 320718208 3351594777 1230916546 1506880289 595635189 3021254131 221691437 2035207280 1342366667 1709798379 974686963 2187623733 3325008401 4210040391 2022282285 305145404 3880141177 555340194 1130595870 2465982361 3548939426 4100649219 2974915558 4114964582 902238941 2217228882 2717930745 3938485231 3500000483 677052253 328722548 686823837 380670805 4226756760 826705604 604266832 3470465095 3776131256 4027260310 2320829192 3869165579 461993515 3971279548 2290727059 773281748 468043602 2688358178 1240850246 3313873792 1921021988 1216990452 2283771958 3325746610 2073293634 2028597052 1009059323 4107314830 4138495285 3335617244 2875425176 3326803197 289319921 2839610728 2307431599 1750910423 898575962 367245815 3097749139 3492191357 704893613 3544355892 3322279511 3244157844 638027581 4225652794 3872489833 1568344092 382086225 3689113487 280660168 1875321579 3398528927 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      289 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      510 |      250 |     1077      0 |        0 |        0
0.09/0.17	c  0.1s |       3 |      917 |      475 |     1185      0 |        0 |        0
0.19/0.24	c  0.2s |       4 |     1424 |      813 |     1304      0 |        0 |        0
0.29/0.36	c  0.3s |       5 |     2199 |     1320 |     1435      0 |        0 |        0
0.49/0.57	c  0.5s |       6 |     3342 |     2081 |     1737      1 |        0 |        0
0.79/0.88	c  0.8s |       7 |     4992 |     3223 |     1911      2 |        0 |        0
1.28/1.39	c  1.3s |       8 |     7441 |     4936 |     2103      4 |        0 |        0
1.89/1.91	c  1.8s |       9 |    11432 |     7506 |     2314      6 |        0 |        0
2.79/2.82	c  2.7s |      10 |    16961 |    11361 |     2546      9 |        0 |        0
4.29/4.30	c  4.2s |      11 |    25431 |    17144 |     2801     13 |        0 |        0
6.29/6.30	c  6.2s |      11 |    38842 |    25544 |     2801     18 |        1 |       11
6.29/6.37	c  6.3s |      12 |    39201 |    25819 |     3082     19 |        1 |       11
8.29/8.38	c  8.3s |      12 |    57802 |    36019 |     3082     23 |        3 |       33
8.79/8.85	c  8.8s |      13 |    63021 |    38832 |     3391     24 |        3 |       33
10.79/10.86	c 10.8s |      13 |    82582 |    49732 |     3391     26 |        7 |       77
12.39/12.48	c 12.4s |      14 |    98141 |    58352 |     3731     27 |       13 |      143
12.69/12.71	c 12.6s |      14 |   100317 |    59720 |     3731     27 |      158 |     1825
12.69/12.71	c #cpu_time = 12.603s
12.69/12.71	c #wall_clock_time = 12.635s
12.69/12.71	c #decision = 100317
12.69/12.71	c #random_decision = 371
12.69/12.71	c #conflict = 59720
12.69/12.71	c #restart = 14
12.69/12.71	s UNSATISFIABLE
12.69/12.71	c total CPU time = 12.681s
12.69/12.71	c total wall clock time = 12.713s

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

pid=15187
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: 1.06 0.38 0.21 3/170 15190
/proc/meminfo: memFree=30734792/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=731580 CPUtime=0 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 2733 0 0 0 0 0 0 0 20 0 4 0 22658402 749137920 2582 33554432000 4194304 16246674 140733305802992 140733305802416 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 183407 2591 441 2943 0 180301 0
[pid=15190/tid=15191] ppid=15187 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 766963712 2651 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=754108 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 772206592 2669 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=758204 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22658403 776400896 2685 33554432000 4194304 16246674 140733305802992 140258948664496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 1.06 0.38 0.21 3/170 15190
/proc/meminfo: memFree=30734792/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 25378 0 0 0 6 3 0 0 20 0 4 0 22658402 1247350784 25216 33554432000 4194304 16246674 140733305802992 140733305802416 13954410 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 304529 25225 727 2943 0 301423 0
[pid=15190/tid=15191] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 25231 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 25233 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 25238 33554432000 4194304 16246674 140733305802992 140258948664496 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.200518 s]
/proc/loadavg: 1.06 0.38 0.21 3/170 15190
/proc/meminfo: memFree=30734792/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 41505 0 0 0 13 6 0 0 20 0 4 0 22658402 1247350784 41343 33554432000 4194304 16246674 140733305802992 140733305802416 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 304529 41350 727 2943 0 301423 0
[pid=15190/tid=15191] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 41355 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 41357 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 41365 33554432000 4194304 16246674 140733305802992 140258948664496 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.300495 s]
/proc/loadavg: 1.06 0.38 0.21 3/170 15190
/proc/meminfo: memFree=30734792/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 57766 0 0 0 20 9 0 0 20 0 4 0 22658402 1247350784 57604 33554432000 4194304 16246674 140733305802992 140733305802416 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 304529 57609 727 2943 0 301423 0
[pid=15190/tid=15191] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 57614 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 57619 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 57623 33554432000 4194304 16246674 140733305802992 140258948664496 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.700408 s]
/proc/loadavg: 1.06 0.38 0.21 3/170 15190
/proc/meminfo: memFree=30734792/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 120669 0 0 0 51 18 0 0 20 0 4 0 22658402 1247350784 120507 33554432000 4194304 16246674 140733305802992 140733305784896 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 304529 120518 733 2943 0 301423 0
[pid=15190/tid=15191] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 120523 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 120528 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22658403 1247350784 120531 33554432000 4194304 16246674 140733305802992 140258948664496 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.50041 s]
/proc/loadavg: 1.06 0.38 0.21 3/174 15194
/proc/meminfo: memFree=29998160/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1221188 CPUtime=1.49 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 246132 0 0 0 113 36 0 0 20 0 4 0 22658402 1250496512 245950 33554432000 4194304 16246674 140733305802992 140733305802304 5677720 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 305297 245950 799 2943 0 302191 0
[pid=15190/tid=15191] ppid=15187 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1250496512 245950 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1250496512 245950 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22658403 1250496512 245950 33554432000 4194304 16246674 140733305802992 140258948664496 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) 1221188

[startup+3.10038 s]
/proc/loadavg: 1.14 0.40 0.22 4/183 15212
/proc/meminfo: memFree=29572716/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1302084 CPUtime=3.09 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 266515 0 0 0 270 39 0 0 20 0 4 0 22658402 1333334016 266333 33554432000 4194304 16246674 140733305802992 140733305784896 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 325521 266333 799 2943 0 322415 0
[pid=15190/tid=15191] ppid=15187 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1333334016 266333 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1333334016 266333 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22658403 1333334016 266333 33554432000 4194304 16246674 140733305802992 140258948664496 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) 1302084

[startup+6.30042 s]
/proc/loadavg: 1.14 0.40 0.22 2/174 15243
/proc/meminfo: memFree=29666268/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1307204 CPUtime=6.29 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 267602 0 0 0 590 39 0 0 20 0 4 0 22658402 1338576896 267420 33554432000 4194304 16246674 140733305802992 140733305784896 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 326801 267420 800 2943 0 323695 0
[pid=15190/tid=15191] ppid=15187 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1338576896 267420 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1338576896 267420 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22658403 1338576896 267420 33554432000 4194304 16246674 140733305802992 140258948664496 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) 1307204

[startup+12.7004 s]
/proc/loadavg: 1.20 0.44 0.23 2/174 15292
/proc/meminfo: memFree=29663176/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1309252 CPUtime=12.69 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 268354 0 0 0 1230 39 0 0 20 0 4 0 22658402 1340674048 268172 33554432000 4194304 16246674 140733305802992 140733305785992 13930276 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 327313 268172 801 2943 0 324207 0
[pid=15190/tid=15191] ppid=15187 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1340674048 268172 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1340674048 268172 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22658403 1340674048 268172 33554432000 4194304 16246674 140733305802992 140258948664496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

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

[startup+12.7004 s]
/proc/loadavg: 1.20 0.44 0.23 2/174 15292
/proc/meminfo: memFree=29663176/32872528 swapFree=1191052/1305516
[pid=15190] ppid=15187 vsize=1309252 CPUtime=12.69 cores=1,3,5,7
/proc/15190/stat : 15190 (toysat) R 15187 15190 14522 0 -1 4202496 268354 0 0 0 1230 39 0 0 20 0 4 0 22658402 1340674048 268172 33554432000 4194304 16246674 140733305802992 140733305785992 13930276 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15190/statm: 327313 268172 801 2943 0 324207 0
[pid=15190/tid=15191] ppid=15187 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15191/stat : 15191 (toysat) S 15187 15190 14522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22658403 1340674048 268172 33554432000 4194304 16246674 140733305802992 140258969627888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=15190/tid=15192] ppid=15187 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15192/stat : 15192 (toysat) S 15187 15190 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22658403 1340674048 268172 33554432000 4194304 16246674 140733305802992 140258959138032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=15190/tid=15193] ppid=15187 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/15190/task/15193/stat : 15193 (toysat) S 15187 15190 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22658403 1340674048 268172 33554432000 4194304 16246674 140733305802992 140258948664496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

Child status: 0
Real time (s): 12.775
CPU time (s): 12.7721
CPU user time (s): 12.3161
CPU system time (s): 0.45593
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 1309252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3161
system time used= 0.45593
maximum resident set size= 1072704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268359
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= 18

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029995 second user time and 0.056991 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 01:28:38
IDJOB=4099186
IDBENCH=1327
IDSOLVER=2542
FILE ID=node127/4099186-1466206118
RUNJOBID= node127-1466206072-14539
PBS_JOBID= 19918150
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 8485c5b622ae9efcb86cc93d1fd8b600
RANDOM SEED=649366913

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30735544 kB
Buffers:           40280 kB
Cached:            81752 kB
SwapCached:          520 kB
Active:            66336 kB
Inactive:          58488 kB
Active(anon):       4244 kB
Inactive(anon):      816 kB
Active(file):      62092 kB
Inactive(file):    57672 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100220 kB
Dirty:             16412 kB
Writeback:             8 kB
AnonPages:       1307820 kB
Mapped:             6984 kB
Shmem:                 0 kB
Slab:             572504 kB
SReclaimable:      15824 kB
SUnreclaim:       556680 kB
KernelStack:        1376 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1402356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71724 MiB
End job on node127 at 2016-06-18 01:28:51