Trace number 4121562

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 5.80612 5.80976

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n64-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM7fcd676c4b6b595dc30e6822659acb96
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.230964
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96
Total number of constraints256
Number of constraints which are clauses256
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:30:09+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-4121562-1467315009.opb"]
0.00/0.01	c use --random-gen="1903448593 969665866 3863129387 3165297332 3910433335 1475896214 1547754271 418113693 316318312 937549976 3715702559 636974527 3322406334 2020876895 68164706 2333336133 1391086275 2377761159 990458357 691972241 2243499630 53551356 2292165866 2203974167 1147855184 2134011522 2043494940 982589514 4270220523 1259195406 2463417601 2680482368 2651034411 3680192855 3305671827 730065101 719399103 1948173681 256486191 2219638841 836091654 4080372014 350638901 3583363963 220154989 1291992479 1360557290 904246039 3476158834 4027206245 2935270993 2026124443 1459546386 190493 3837271767 2886765270 1963817926 615879610 1076098818 1798892476 1244029888 2349738488 2139971119 2912038142 4150594147 4006469354 2008387633 2905994333 3148609334 262025801 455634430 3611413297 4221596031 3011595866 262460699 2293199166 2457680945 3640409465 1093342454 2244054988 622216030 4290451 3006972076 3082249492 3804729326 1340724256 2752599921 2309784494 3190256855 2008223769 3273345867 3742474740 705094617 364239905 3437897428 3934312601 1172394748 2670230483 1181187352 3599394982 3816903547 1288485728 660899757 2115084651 3869907565 1662386969 2538771315 3674258845 3406693509 2098268625 4177639982 19047696 1146936806 4090671013 4019683625 2887123026 2430266537 2570110638 2413201428 3970419618 207775528 1752824055 3439582922 207649874 1117507418 3855056098 450088595 2767871944 361744989 658354605 1168898590 3580174363 2367079455 52853156 953100890 1912885537 4191128279 1391444435 1459160160 2483676281 2944754360 1143083450 3923622777 4128272970 4176825199 4163600610 116001729 1328002314 2680277088 1517052765 2182688390 2296552897 4178539117 3845904783 3898125037 483905232 3939685914 10659047 2493337727 2918668095 514259150 2021482076 3578193000 27645292 2747320061 250468289 2913131034 2359469988 950948267 773348702 2745495383 2628406459 1392887927 448472958 3088402596 3568051986 263983000 2120813505 3012532941 948314674 126281903 1762541831 3267112181 3292172747 1746617154 1083424855 315963804 1275309560 818888209 2603645903 2675357947 3413680878 2166998061 799063988 326986853 214882482 1165044044 1147748833 2763362618 3631266504 3211389326 3828072670 3585153474 2225370396 280512035 2787392543 66071925 1652023671 3154434890 3653420044 1635093496 1366205028 2462394859 1834072291 273466968 2018143950 2982766484 1239805460 3448437355 4249239056 4256593731 4067152412 387697094 960673056 1617732536 3826550444 3720309421 3372732701 862022049 1567277432 3863349324 1049110321 2060448372 2393922196 3319145099 173324312 4173726712 2158269204 1084595639 1832598304 4244501449 3893232227 3931654871 364782289 2382746768 2683190137 1853507392 2710537 3219152770 3835107582 1297576180 2767808718 4095729308 1738315839 4059588372 1981474051 255 362436" option to reproduce the execution
0.00/0.01	c #vars 96
0.00/0.01	c #constraints 256
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 |      117      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      160 |      100 |      117      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      429 |      250 |      129      2 |        0 |        0
0.00/0.05	c  0.0s |       3 |      790 |      475 |      142      4 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1397 |      813 |      157      8 |        0 |        0
0.08/0.12	c  0.1s |       5 |     2112 |     1320 |      173     13 |        0 |        0
0.08/0.17	c  0.2s |       6 |     3394 |     2081 |      211     20 |        0 |        0
0.19/0.26	c  0.2s |       7 |     5293 |     3223 |      233     30 |        0 |        0
0.29/0.39	c  0.4s |       8 |     7737 |     4936 |      257     44 |        0 |        0
0.49/0.59	c  0.6s |       9 |    11110 |     7506 |      283     63 |        0 |        0
0.79/0.85	c  0.8s |      10 |    16969 |    11361 |      312     89 |        0 |        0
1.09/1.19	c  1.2s |      11 |    25489 |    17144 |      344    125 |        0 |        0
1.59/1.62	c  1.6s |      12 |    38605 |    25819 |      379    174 |        0 |        0
2.19/2.29	c  2.3s |      13 |    57361 |    38832 |      417    242 |        0 |        0
3.19/3.25	c  3.2s |      14 |    85422 |    58352 |      459    334 |        0 |        0
4.69/4.75	c  4.7s |      15 |   124623 |    87632 |      505    459 |        0 |        0
5.69/5.75	c  5.7s |      15 |   150579 |   107143 |      505    530 |       20 |       60
5.69/5.75	c #cpu_time = 5.717s
5.69/5.75	c #wall_clock_time = 5.732s
5.69/5.75	c #decision = 150579
5.69/5.75	c #random_decision = 716
5.69/5.75	c #conflict = 107143
5.69/5.75	c #restart = 15
5.69/5.75	s UNSATISFIABLE
5.69/5.75	c total CPU time = 5.735s
5.69/5.75	c total wall clock time = 5.750s

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

pid=17802
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.10 2.04 2.00 3/244 17805
/proc/meminfo: memFree=30121660/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=801212 CPUtime=0 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 3000 0 0 0 0 0 0 0 20 0 4 0 12607425 820441088 3361 33554432000 4194304 16246674 140734440455744 140734440455168 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 200815 3371 441 2943 0 197709 0
[pid=17805/tid=17806] ppid=17802 vsize=818620 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 838266880 3432 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=823740 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 843509760 3449 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=827836 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607425 847704064 3468 33554432000 4194304 16246674 140734440455744 140622386158768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.10 2.04 2.00 3/244 17805
/proc/meminfo: memFree=30121660/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 25503 0 0 0 5 3 0 0 20 0 4 0 12607425 1247350784 25853 33554432000 4194304 16246674 140734440455744 140734440455168 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 304529 25861 709 2943 0 301423 0
[pid=17805/tid=17806] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 25869 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 25876 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 25883 33554432000 4194304 16246674 140734440455744 140622386158768 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.200513 s]
/proc/loadavg: 2.10 2.04 2.00 3/244 17805
/proc/meminfo: memFree=30121660/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 48359 0 0 0 12 7 0 0 20 0 4 0 12607425 1247350784 48708 33554432000 4194304 16246674 140734440455744 140734440455168 13198569 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 304529 48716 709 2943 0 301423 0
[pid=17805/tid=17806] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 48723 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 48730 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 48735 33554432000 4194304 16246674 140734440455744 140622386158768 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.300458 s]
/proc/loadavg: 2.10 2.04 2.00 3/244 17805
/proc/meminfo: memFree=30121660/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 71509 0 0 0 18 11 0 0 20 0 4 0 12607425 1247350784 71859 33554432000 4194304 16246674 140734440455744 140734440455168 5721708 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 304529 71868 709 2943 0 301423 0
[pid=17805/tid=17806] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 71874 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 71883 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 71889 33554432000 4194304 16246674 140734440455744 140622386158768 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.700393 s]
/proc/loadavg: 2.10 2.04 2.00 3/244 17805
/proc/meminfo: memFree=30121660/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 161571 0 0 0 46 23 0 0 20 0 4 0 12607425 1247350784 161920 33554432000 4194304 16246674 140734440455744 140734440437632 12478957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 304529 161932 709 2943 0 301423 0
[pid=17805/tid=17806] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 161940 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 161947 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 161954 33554432000 4194304 16246674 140734440455744 140622386158768 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: 2.09 2.04 2.00 3/248 17809
/proc/meminfo: memFree=29139012/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 245518 0 0 0 116 33 0 0 20 0 4 0 12607425 1247350784 245847 33554432000 4194304 16246674 140734440455744 140734440437632 5522977 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 304529 245847 787 2943 0 301423 0
[pid=17805/tid=17806] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 245847 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 245847 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607425 1247350784 245847 33554432000 4194304 16246674 140734440455744 140622386158768 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) 1218116

[startup+3.1004 s]
/proc/loadavg: 2.09 2.04 2.00 3/248 17809
/proc/meminfo: memFree=29051268/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 267392 0 0 0 273 36 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140734440437632 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 326545 267721 787 2943 0 323439 0
[pid=17805/tid=17806] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140622386158768 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

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

[startup+3.20048 s]
/proc/loadavg: 2.09 2.04 2.00 3/248 17809
/proc/meminfo: memFree=29051268/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1306180 CPUtime=3.19 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 267392 0 0 0 283 36 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140734440437632 5822432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 326545 267721 787 2943 0 323439 0
[pid=17805/tid=17806] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267721 33554432000 4194304 16246674 140734440455744 140622386158768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1306180

[startup+4.80038 s]
/proc/loadavg: 2.09 2.04 2.00 3/248 17809
/proc/meminfo: memFree=29050820/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1306180 CPUtime=4.79 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 267398 0 0 0 443 36 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140734440437632 5831931 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 326545 267727 787 2943 0 323439 0
[pid=17805/tid=17806] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140622386158768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1306180

[startup+5.60746 s]
/proc/loadavg: 2.09 2.04 2.00 3/248 17809
/proc/meminfo: memFree=29050928/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=1306180 CPUtime=5.59 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202496 267398 0 0 0 523 36 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140734440438744 6022477 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 326545 267727 787 2943 0 323439 0
[pid=17805/tid=17806] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (toysat) S 17802 17805 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140622481566960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17805/tid=17807] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17807/stat : 17807 (toysat) S 17802 17805 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140622396632304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17805/tid=17808] ppid=17802 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (toysat) S 17802 17805 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607425 1337528320 267727 33554432000 4194304 16246674 140734440455744 140622386158768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 1306180

[startup+5.80041 s]
/proc/loadavg: 2.09 2.04 2.00 3/248 17809
/proc/meminfo: memFree=29050928/32872528 swapFree=189444/189444
[pid=17805] ppid=17802 vsize=0 CPUtime=5.79 cores=0,2,4,6
/proc/17805/stat : 17805 (toysat) R 17802 17805 13211 0 -1 4202500 267403 0 0 0 538 41 0 0 20 0 1 0 12607425 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17805/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.80976
CPU time (s): 5.80612
CPU user time (s): 5.38218
CPU system time (s): 0.423935
CPU usage (%): 99.9372
Max. virtual memory (cumulated for all children) (KiB): 1306180

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019996 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 21:30:09
IDJOB=4121562
IDBENCH=110559
IDSOLVER=2542
FILE ID=node102/4121562-1467315009
RUNJOBID= node102-1467310764-16424
PBS_JOBID= 20005272
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n64-d3-i1-f.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-4121562-1467315009/watcher-4121562-1467315009 -o /tmp/evaluation-result-4121562-1467315009/solver-4121562-1467315009 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467310764-16424 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121562-1467315009.opb

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

MD5SUM BENCH= 7fcd676c4b6b595dc30e6822659acb96
RANDOM SEED=62186650

node102.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.744
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.48
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.744
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.744
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.744
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.49
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.744
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.54
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.744
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.744
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.744
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:        30122452 kB
Buffers:          160300 kB
Cached:           571004 kB
SwapCached:            0 kB
Active:          1396560 kB
Inactive:         421876 kB
Active(anon):    1089712 kB
Inactive(anon):        0 kB
Active(file):     306848 kB
Inactive(file):   421876 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16404 kB
Writeback:             0 kB
AnonPages:       1278348 kB
Mapped:            17632 kB
Shmem:               204 kB
Slab:             609268 kB
SReclaimable:      53056 kB
SUnreclaim:       556212 kB
KernelStack:        2040 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1424056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 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= 71636 MiB
End job on node102 at 2016-06-30 21:30:15