Trace number 4121994

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 21.6657 21.6703

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-16.cnf.gz-extracted.pb.metafix.opb
MD5SUM49fe6d887887fe95dd2488048f1b7c07
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.009997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables65
Total number of constraints64
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-30T21:46:27+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-4121994-1467315987.opb"]
0.00/0.01	c use --random-gen="362226756 1070786797 1475381305 3878255458 746076734 3536533151 2127403903 3501199781 1068749744 1933153459 2567168705 1860145799 2056310351 361098390 4046289404 1727239290 1118735961 1158203806 2629377970 2612889389 1109790930 1834676518 3805528044 887192701 3203222731 872179387 1988395311 2644183737 1646843193 2969993462 3098468711 870689315 710165552 4265015559 1178333525 86689775 2051783164 3531160741 476254317 343497319 426730632 331270643 3976466207 914958488 977044123 3031852692 2991174532 4215129316 3928327580 2515428794 864919511 2865279782 3705211469 1991097699 1756691136 2257725107 1702758665 3257749509 2663213870 3268232582 860579282 1520537410 874344525 580073016 200693870 1562202412 2498806730 2671766900 4248108495 1381106230 3309418784 1664764936 4198584158 1284775866 3961923029 3409052204 2848931503 3276288207 2778780050 3883131059 3916260942 1115965446 1274189614 241426732 3166944553 887130316 1255707762 1986763947 640290504 3858670905 3361864459 1239364708 3274080584 3626556822 3346587492 442119033 1858740612 748917558 1177523235 2416889706 2317466966 2093424970 1644391452 48518810 430314627 3075482479 1022972280 935046465 699386098 3607987290 2579119786 2377271020 848375803 2818169714 3195917214 575027269 2381352800 3387207002 2663385721 1202530377 1627101948 1868385945 3850208149 3816962467 3459475229 1477062507 1231595497 3975487357 1358129346 3107184849 1600117246 1900381583 2933327916 3668272139 2862506340 1020096101 2906772277 3799120575 842194204 2273238339 3405939045 2167338086 1081133810 2851790453 1051412387 2048710672 3337909447 1083130347 1277845078 160523338 4113221922 2530131422 3517799068 3943266061 1484218062 3364865689 1274963947 2297174093 1203890915 1649437496 2654474410 3743523028 2435767758 1615151586 663187804 2492553139 606322013 4163597402 3581944359 2178007536 2298326093 169134246 651072974 2110117326 3077718383 2347473721 2274384955 4155017340 2825611986 2708150417 3628097070 2366055087 2851185412 2246438525 1487878278 1068382703 3960179427 2673966299 32836681 2467238246 2764973272 1003387118 813459060 3172126273 3395198894 385311316 2802718528 3987954591 2800552978 3743188023 1069649068 1945206206 452715121 707395676 2768830329 2102345065 2534886063 1023499175 925278157 1047361146 3959826121 1605877433 2209947851 2250934477 215805231 2516341805 3100929246 4040374710 4184820131 3008774398 1846277579 1650283053 2453702705 1452213623 2585250337 3829668049 376742506 2713992888 3052997788 3007648838 153101436 342350066 2578370574 13834665 2224415819 670398517 1333592422 704879909 1979254320 2062665396 1012512124 2773876260 2153015938 1695960294 341716696 1405256973 3198006177 3112015676 290794897 2059122596 566238279 1691373809 2461226341 3162234861 4086810520 3781445572 255 362436" option to reproduce the execution
0.00/0.01	c #vars 65
0.00/0.01	c #constraints 64
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       43      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      118 |      100 |       43      1 |        0 |        0
0.00/0.03	c  0.0s |       2 |      325 |      250 |       48      6 |        0 |        0
0.00/0.05	c  0.0s |       3 |      605 |      475 |       53     12 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1049 |      813 |       59     21 |        0 |        0
0.08/0.11	c  0.1s |       5 |     1774 |     1320 |       65     34 |        0 |        0
0.08/0.17	c  0.2s |       6 |     2765 |     2081 |       80     51 |        0 |        0
0.19/0.27	c  0.3s |       7 |     4152 |     3223 |       88     75 |        0 |        0
0.39/0.41	c  0.4s |       8 |     6246 |     4936 |       97    108 |        0 |        0
0.59/0.63	c  0.6s |       9 |     9396 |     7506 |      107    154 |        0 |        0
0.89/0.94	c  0.9s |      10 |    14270 |    11361 |      118    218 |        0 |        0
1.28/1.30	c  1.3s |      11 |    21763 |    17144 |      130    306 |        0 |        0
1.79/1.80	c  1.8s |      12 |    32447 |    25819 |      143    427 |        0 |        0
2.49/2.56	c  2.5s |      13 |    49166 |    38832 |      158    596 |        0 |        0
3.69/3.71	c  3.7s |      14 |    73346 |    58352 |      174    824 |        0 |        0
5.19/5.27	c  5.3s |      15 |   114071 |    87632 |      192   1146 |        0 |        0
7.19/7.27	c  7.3s |      15 |   164799 |   124632 |      192   1515 |        0 |        0
7.59/7.63	c  7.6s |      16 |   174262 |   131552 |      212   1584 |        0 |        0
9.59/9.63	c  9.6s |      16 |   223784 |   168352 |      212   1920 |        0 |        0
11.19/11.25	c 11.2s |      17 |   262864 |   197432 |      234   2187 |        0 |        0
13.19/13.26	c 13.2s |      17 |   310745 |   232932 |      234   2481 |        0 |        0
15.19/15.26	c 15.3s |      17 |   358680 |   268832 |      234   2778 |        0 |        0
16.79/16.81	c 16.8s |      18 |   394978 |   296252 |      258   3000 |        1 |        0
18.79/18.81	c 18.8s |      18 |   439989 |   330652 |      258   3258 |        1 |        0
20.78/20.82	c 20.8s |      18 |   490923 |   367452 |      258   3530 |        4 |        0
21.58/21.61	c 21.6s |      18 |   508977 |   381565 |      258   3630 |       47 |        8
21.58/21.61	c #cpu_time = 21.598s
21.58/21.61	c #wall_clock_time = 21.598s
21.58/21.61	c #decision = 508977
21.58/21.61	c #random_decision = 2047
21.58/21.61	c #conflict = 381565
21.58/21.61	c #restart = 18
21.58/21.61	s UNSATISFIABLE
21.58/21.61	c total CPU time = 21.612s
21.58/21.61	c total wall clock time = 21.611s

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

pid=8996
running on 4 cores: 0,2,4,6

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.00 2.03 1.91 3/179 8999
/proc/meminfo: memFree=30090616/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=774724 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 2899 0 0 0 0 0 0 0 20 0 4 0 2276303 793317376 3771 33554432000 4194304 16246674 140736897076608 140736897076032 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 194449 3779 442 2943 0 191343 0
[pid=8999/tid=9000] ppid=8996 vsize=793156 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 812191744 3842 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=797252 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 816386048 3859 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=801348 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2276303 820580352 3875 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.00 2.03 1.91 3/179 8999
/proc/meminfo: memFree=30090616/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 25011 0 0 0 6 2 0 0 20 0 4 0 2276303 1247350784 25873 33554432000 4194304 16246674 140736897076608 140736897076032 6011022 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 304529 25882 708 2943 0 301423 0
[pid=8999/tid=9000] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 25887 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 25894 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 25902 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.20052 s]
/proc/loadavg: 2.00 2.03 1.91 3/179 8999
/proc/meminfo: memFree=30090616/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 47685 0 0 0 13 6 0 0 20 0 4 0 2276303 1247350784 48546 33554432000 4194304 16246674 140736897076608 140736897076032 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 304529 48557 709 2943 0 301423 0
[pid=8999/tid=9000] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 48564 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 48570 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 48576 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300476 s]
/proc/loadavg: 2.00 2.03 1.91 3/179 8999
/proc/meminfo: memFree=30090616/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 70316 0 0 0 21 8 0 0 20 0 4 0 2276303 1247350784 71177 33554432000 4194304 16246674 140736897076608 140736897076032 5667979 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 304529 71186 709 2943 0 301423 0
[pid=8999/tid=9000] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 71194 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 71200 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 71207 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700401 s]
/proc/loadavg: 2.00 2.03 1.91 3/179 8999
/proc/meminfo: memFree=30090616/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 160592 0 0 0 48 20 0 0 20 0 4 0 2276303 1247350784 161453 33554432000 4194304 16246674 140736897076608 140736897059608 12474890 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 304529 161464 709 2943 0 301423 0
[pid=8999/tid=9000] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 161470 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 161478 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 161484 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.00 2.03 1.91 3/183 9003
/proc/meminfo: memFree=29106400/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1218116 CPUtime=1.48 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 245446 0 0 0 117 31 0 0 20 0 4 0 2276303 1247350784 246287 33554432000 4194304 16246674 140736897076608 140736897075920 5666832 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 304529 246287 785 2943 0 301423 0
[pid=8999/tid=9000] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 246287 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 246287 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1247350784 246287 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10043 s]
/proc/loadavg: 2.00 2.03 1.91 3/183 9003
/proc/meminfo: memFree=29017988/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267387 0 0 0 274 35 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140736897059608 5673867 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268228 785 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.00 2.03 1.91 3/183 9003
/proc/meminfo: memFree=29017988/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267387 0 0 0 594 35 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140736897059608 12460332 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268228 785 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268228 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 9003
/proc/meminfo: memFree=29018132/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267395 0 0 0 1234 35 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140736897059608 5664453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268236 785 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 9003
/proc/meminfo: memFree=29018132/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267395 0 0 0 1244 35 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140736897059608 5669344 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268236 785 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268236 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 9003
/proc/meminfo: memFree=29018636/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=15.99 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267397 0 0 0 1564 35 0 0 20 0 4 0 2276303 1337528320 268238 33554432000 4194304 16246674 140736897076608 140736897059608 5666845 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268238 787 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268238 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268238 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268238 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 9003
/proc/meminfo: memFree=29018668/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=19.19 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267402 0 0 0 1884 35 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140736897059608 6012041 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268243 787 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 9003
/proc/meminfo: memFree=29018544/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=20.78 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267402 0 0 0 2043 35 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140736897059608 6009960 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268243 787 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1306180

[startup+21.2004 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 9003
/proc/meminfo: memFree=29018544/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=21.18 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267402 0 0 0 2083 35 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140736897059608 5518859 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268243 787 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268243 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.18
Current children cumulated vsize (KiB) 1306180

[startup+21.6004 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 9003
/proc/meminfo: memFree=29018544/32872528 swapFree=295864/318348
[pid=8999] ppid=8996 vsize=1306180 CPUtime=21.58 cores=0,2,4,6
/proc/8999/stat : 8999 (toysat) R 8996 8999 4291 0 -1 4202496 267403 0 0 0 2123 35 0 0 20 0 4 0 2276303 1337528320 268244 33554432000 4194304 16246674 140736897076608 140736897059608 13950184 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 326545 268244 788 2943 0 323439 0
[pid=8999/tid=9000] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9000/stat : 9000 (toysat) S 8996 8999 4291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268244 33554432000 4194304 16246674 140736897076608 140200367860976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8999/tid=9001] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9001/stat : 9001 (toysat) S 8996 8999 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268244 33554432000 4194304 16246674 140736897076608 140200281877744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8999/tid=9002] ppid=8996 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8999/task/9002/stat : 9002 (toysat) S 8996 8999 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2276303 1337528320 268244 33554432000 4194304 16246674 140736897076608 140200271404208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 21.6703
CPU time (s): 21.6657
CPU user time (s): 21.2498
CPU system time (s): 0.415936
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2498
system time used= 0.415936
maximum resident set size= 1072988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267408
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= 20
involuntary context switches= 23

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045993 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-30 21:46:27
IDJOB=4121994
IDBENCH=110815
IDSOLVER=2542
FILE ID=node128/4121994-1467315987
RUNJOBID= node128-1467314186-8725
PBS_JOBID= 20005249
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-16.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121994-1467315987/watcher-4121994-1467315987 -o /tmp/evaluation-result-4121994-1467315987/solver-4121994-1467315987 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1467314186-8725 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121994-1467315987.opb

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

MD5SUM BENCH= 49fe6d887887fe95dd2488048f1b7c07
RANDOM SEED=261193850

node128.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.501
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.00
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.501
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.501
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.501
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.501
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.501
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.501
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.501
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:        30091400 kB
Buffers:           74288 kB
Cached:           560312 kB
SwapCached:            0 kB
Active:          1305128 kB
Inactive:         419748 kB
Active(anon):    1092792 kB
Inactive(anon):        4 kB
Active(file):     212336 kB
Inactive(file):   419744 kB
Unevictable:      318348 kB
Mlocked:          295864 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16344 kB
Writeback:             0 kB
AnonPages:       1408424 kB
Mapped:            17056 kB
Shmem:               204 kB
Slab:             606564 kB
SReclaimable:      50332 kB
SUnreclaim:       556232 kB
KernelStack:        1504 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1540272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 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= 71712 MiB
End job on node128 at 2016-06-30 21:46:49