Trace number 4121346

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 19.0811 19.085

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n62-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMa6576e3d40d12befdfab65f88cf075aa
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.241962
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints248
Number of constraints which are clauses248
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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:17:05+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-4121346-1467314225.opb"]
0.00/0.01	c use --random-gen="2638669276 1275541490 1476293863 1767787608 2133658292 4153305414 1258617553 303809197 2927448721 1285316119 2485638400 1868453333 420643394 367896722 2534525533 3350668274 3064378846 4136560740 216676441 992397229 1935464838 3703516133 4168499025 3752161744 1204913434 608732017 901300679 3500607233 3722223273 3631522766 1928190201 4252392776 4271613223 1766486715 2645910138 2969528830 2493298656 2184647260 3562311616 3660800155 1387802572 493573998 4125655741 733250364 250986669 1932745805 526961713 2089865273 2470742628 111510949 476894529 3330010572 1750063550 2331489170 544648338 3706449466 2466257337 2382540181 3391199018 2497243549 2925405193 3433488596 2839851622 2459433795 4276560793 1259416281 1207325749 2228239959 2166797021 4187026497 1005350927 1972232440 1571238110 824586770 2244561533 1456054680 1302416735 3094543395 4226466845 3431252353 2353962329 411252538 2787624478 229496311 4045651320 1092781240 462056254 1813055605 463187284 1419137348 2572233986 3405452811 2171882429 712738066 1379601121 697823693 2476338312 1901391807 2326813436 2985998448 3372907144 1091500814 499919965 2837783906 3485078222 1568291245 2471587828 1722585554 1490765778 14518237 2458666223 2076899250 3036133276 4247320192 1560856148 469223563 1190750937 4124576399 4144012225 1856582733 254134403 4083165616 1423029123 497005438 2429121847 2716833804 1515474764 3615846150 1703158759 879896204 1606834282 1295787397 3307173204 3609232366 2973064714 2489106545 3690885172 2464791309 201118533 2966490873 3061527843 2875295383 1504844234 2104319223 970667157 2779498365 181316712 4236777707 423693595 613761690 3177976996 3840509278 4036678284 2409334591 3966821081 3774752895 3938289166 1292246278 3379657378 2198099775 3099825921 43963712 488216169 1033511508 1082565874 969342873 2544562502 3942507449 250982118 1748891243 3127888633 2756042566 2077924886 3950411222 3974877603 759543125 2421095026 2885047736 1835076749 627847037 1192498860 1674732661 2054006253 2656624019 162895183 1098698320 3205804585 1521595708 1284013483 1861134550 1332698544 3103745848 2511709392 551799758 1480133907 3817170728 3969116044 1394432924 317953787 225316583 3093274562 2753267939 3551233617 1234260198 2725130304 2273251013 2820502775 2104100645 2666039886 213522848 4162606712 4166705782 358850868 2566789460 3481986317 1648828373 4249350964 3989370863 2127907106 1272508348 2284435857 2301972626 3033978640 4006028336 2663172634 3791822728 686390083 1290837712 2107344739 739416017 1582861447 4076140409 1275337187 3110258734 3480092439 54888671 2078338750 2805587692 3885819316 3206821217 1590716479 2559983124 3478593509 1825425930 2923609335 2955009027 443424660 1249074751 3889063289 475131200 3506784671 815898067 1727070976 2059587706 2047240769 2496804437 255 362436" option to reproduce the execution
0.00/0.01	c #vars 93
0.00/0.01	c #constraints 248
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 |      113      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      141 |      100 |      113      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      355 |      250 |      125      1 |        0 |        0
0.00/0.05	c  0.0s |       3 |      668 |      475 |      138      4 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1164 |      813 |      152      7 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1977 |     1320 |      168     12 |        0 |        0
0.09/0.17	c  0.2s |       6 |     2945 |     2081 |      204     19 |        0 |        0
0.19/0.26	c  0.2s |       7 |     4691 |     3223 |      225     29 |        0 |        0
0.28/0.38	c  0.4s |       8 |     7105 |     4936 |      248     43 |        0 |        0
0.49/0.57	c  0.6s |       9 |    10982 |     7506 |      273     62 |        0 |        0
0.79/0.86	c  0.8s |      10 |    16659 |    11361 |      301     89 |        0 |        0
1.20/1.23	c  1.2s |      11 |    24777 |    17144 |      332    126 |        0 |        0
1.59/1.66	c  1.6s |      12 |    36330 |    25819 |      366    177 |        0 |        0
2.39/2.42	c  2.4s |      13 |    53130 |    38832 |      403    246 |        0 |        0
3.40/3.46	c  3.4s |      14 |    81140 |    58352 |      444    341 |        0 |        0
4.89/4.96	c  4.9s |      15 |   122120 |    87632 |      489    470 |        0 |        0
6.89/6.96	c  6.9s |      15 |   176234 |   125332 |      489    623 |        0 |        0
7.19/7.27	c  7.3s |      16 |   184568 |   131552 |      538    647 |        0 |        0
9.19/9.28	c  9.3s |      16 |   226859 |   165652 |      538    773 |        0 |        0
10.89/10.99	c 11.0s |      17 |   270585 |   197432 |      592    889 |        0 |        0
12.89/12.99	c 13.0s |      17 |   320333 |   233832 |      592   1011 |        0 |        0
14.89/14.99	c 15.0s |      17 |   373132 |   271332 |      592   1136 |        1 |        4
16.29/16.34	c 16.3s |      18 |   406768 |   296252 |      652   1218 |        1 |        4
18.29/18.34	c 18.3s |      18 |   458410 |   333352 |      652   1329 |        4 |       16
18.99/19.02	c 19.0s |      18 |   476283 |   346433 |      652   1365 |       18 |       64
18.99/19.02	c #cpu_time = 18.958s
18.99/19.02	c #wall_clock_time = 19.007s
18.99/19.02	c #decision = 476283
18.99/19.02	c #random_decision = 2306
18.99/19.02	c #conflict = 346433
18.99/19.02	c #restart = 18
18.99/19.02	s UNSATISFIABLE
18.99/19.02	c total CPU time = 18.975s
18.99/19.02	c total wall clock time = 19.024s

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

pid=15910
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: 1.09 1.25 1.59 5/178 15918
/proc/meminfo: memFree=28274676/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 2854 0 0 0 0 0 0 0 20 0 4 0 10450136 781643776 3215 33554432000 4194304 16246674 140734746373008 140734746372432 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 191343 3223 441 2943 0 188237 0
[pid=15918/tid=15919] ppid=15910 vsize=780732 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 799469568 3283 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=785852 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 804712448 3300 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=788924 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10450136 807858176 3315 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100159 s]
/proc/loadavg: 1.09 1.25 1.59 5/178 15918
/proc/meminfo: memFree=28274676/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 25595 0 0 0 7 2 0 0 20 0 4 0 10450136 1247350784 25945 33554432000 4194304 16246674 140734746373008 140734746372432 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 304529 25952 709 2943 0 301423 0
[pid=15918/tid=15919] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 25958 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 25966 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 25972 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200504 s]
/proc/loadavg: 1.09 1.25 1.59 5/178 15918
/proc/meminfo: memFree=28274676/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 49006 0 0 0 14 5 0 0 20 0 4 0 10450136 1247350784 49355 33554432000 4194304 16246674 140734746373008 140734746372432 12478957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 304529 49364 709 2943 0 301423 0
[pid=15918/tid=15919] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 49369 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 49375 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 49382 33554432000 4194304 16246674 140734746373008 140649420541104 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.3004 s]
/proc/loadavg: 1.09 1.25 1.59 5/178 15918
/proc/meminfo: memFree=28274676/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 72123 0 0 0 20 8 0 0 20 0 4 0 10450136 1247350784 72473 33554432000 4194304 16246674 140734746373008 140734746372432 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 304529 72481 710 2943 0 301423 0
[pid=15918/tid=15919] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 72488 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 72495 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 72501 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700385 s]
/proc/loadavg: 1.09 1.25 1.59 5/178 15918
/proc/meminfo: memFree=28274676/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 163674 0 0 0 48 21 0 0 20 0 4 0 10450136 1247350784 164023 33554432000 4194304 16246674 140734746373008 140734746356008 6023439 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 304529 164031 710 2943 0 301423 0
[pid=15918/tid=15919] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 164037 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 164045 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10450136 1247350784 164052 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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: 1.09 1.25 1.59 5/183 15923
/proc/meminfo: memFree=26312380/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 245534 0 0 0 116 33 0 0 20 0 4 0 10450136 1248399360 245863 33554432000 4194304 16246674 140734746373008 140734746356008 6021536 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 304785 245863 786 2943 0 301679 0
[pid=15918/tid=15919] ppid=15910 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1248399360 245863 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1248399360 245863 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1248399360 245863 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10034 s]
/proc/loadavg: 1.09 1.25 1.59 4/183 15923
/proc/meminfo: memFree=26136920/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267393 0 0 0 273 36 0 0 20 0 4 0 10450136 1337528320 267722 33554432000 4194304 16246674 140734746373008 140734746356008 5828829 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267722 786 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267722 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267722 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267722 33554432000 4194304 16246674 140734746373008 140649420541104 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.30039 s]
/proc/loadavg: 1.24 1.27 1.60 5/183 15923
/proc/meminfo: memFree=26135648/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267428 0 0 0 593 36 0 0 20 0 4 0 10450136 1337528320 267757 33554432000 4194304 16246674 140734746373008 140734746356008 5523188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267757 786 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267757 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267757 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267757 33554432000 4194304 16246674 140734746373008 140649420541104 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: 1.38 1.30 1.60 4/183 15923
/proc/meminfo: memFree=26135220/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267434 0 0 0 1233 36 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140734746356008 5754961 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267763 786 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140649420541104 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 15918 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8005 s]
/proc/loadavg: 1.38 1.30 1.60 4/183 15923
/proc/meminfo: memFree=26135220/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267434 0 0 0 1243 36 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140734746356008 6022273 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267763 786 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267763 33554432000 4194304 16246674 140734746373008 140649420541104 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: 1.43 1.31 1.61 4/183 15923
/proc/meminfo: memFree=26135848/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=15.99 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267437 0 0 0 1563 36 0 0 20 0 4 0 10450136 1337528320 267766 33554432000 4194304 16246674 140734746373008 140734746356008 5677884 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267766 789 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267766 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267766 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267766 33554432000 4194304 16246674 140734746373008 140649420541104 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+17.6004 s]
/proc/loadavg: 1.43 1.31 1.61 5/183 15923
/proc/meminfo: memFree=26136016/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=17.59 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267438 0 0 0 1723 36 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140734746356008 5823320 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267767 789 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 1306180

[startup+18.4004 s]
/proc/loadavg: 1.43 1.31 1.61 5/183 15923
/proc/meminfo: memFree=26136016/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=18.39 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267438 0 0 0 1803 36 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140734746356008 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267767 789 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 1306180

[startup+18.8074 s]
/proc/loadavg: 1.43 1.31 1.61 4/183 15923
/proc/meminfo: memFree=26136016/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=18.8 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267438 0 0 0 1844 36 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140734746356008 6836773 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267767 789 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 1306180

[startup+19.0004 s]
/proc/loadavg: 1.43 1.31 1.61 4/183 15923
/proc/meminfo: memFree=26136016/32872528 swapFree=1555460/1718980
[pid=15918] ppid=15910 vsize=1306180 CPUtime=18.99 cores=0,2,4,6
/proc/15918/stat : 15918 (toysat) R 15910 15918 11291 0 -1 4202496 267438 0 0 0 1863 36 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140734746356008 5523192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 326545 267767 789 2943 0 323439 0
[pid=15918/tid=15919] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15919/stat : 15919 (toysat) S 15910 15918 11291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649441504496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15918/tid=15920] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15920/stat : 15920 (toysat) S 15910 15918 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649431014640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15918/tid=15921] ppid=15910 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/15918/task/15921/stat : 15921 (toysat) S 15910 15918 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10450136 1337528320 267767 33554432000 4194304 16246674 140734746373008 140649420541104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 19.085
CPU time (s): 19.0811
CPU user time (s): 18.6582
CPU system time (s): 0.422935
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6582
system time used= 0.422935
maximum resident set size= 1071080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267443
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= 20

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12698 second user time and 0.189971 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 21:17:05
IDJOB=4121346
IDBENCH=110418
IDSOLVER=2542
FILE ID=node117/4121346-1467314225
RUNJOBID= node117-1467314225-15886
PBS_JOBID= 20005275
Free space on /tmp= 71628 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n62-d3-i3-r2.cnf.gz-plain.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-4121346-1467314225/watcher-4121346-1467314225 -o /tmp/evaluation-result-4121346-1467314225/solver-4121346-1467314225 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467314225-15886 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121346-1467314225.opb

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

MD5SUM BENCH= a6576e3d40d12befdfab65f88cf075aa
RANDOM SEED=1511507323

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.714
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.714
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:        28277704 kB
Buffers:          150316 kB
Cached:          1963064 kB
SwapCached:            0 kB
Active:           310920 kB
Inactive:        1815508 kB
Active(anon):      15964 kB
Inactive(anon):        4 kB
Active(file):     294956 kB
Inactive(file):  1815504 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32528 kB
Writeback:             0 kB
AnonPages:       1822504 kB
Mapped:            13788 kB
Shmem:               204 kB
Slab:             615696 kB
SReclaimable:      60236 kB
SUnreclaim:       555460 kB
KernelStack:        1416 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1819628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71592 MiB
End job on node117 at 2016-06-30 21:17:24