Trace number 4122498

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 0.730888 0.732345

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n46-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM6adddace051caeda0c0e6f2730beb030
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.047991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables69
Total number of constraints184
Number of constraints which are clauses184
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:58:53+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-4122498-1467316733.opb"]
0.00/0.01	c use --random-gen="1633591451 38398062 2883088650 3767944095 201661481 955122305 3251077779 169710539 558073140 2848730656 1428018182 1143809741 1159734625 1218777981 1823722786 1810592066 3852327842 1795812483 769838060 2639569219 772250459 2921917161 1225586494 68559842 3889957593 357587051 3802304903 2017014112 3757468129 3063327556 4113870608 3249883872 3063437056 883344382 329712541 3614424971 109065528 98431109 818576973 4025723068 534702937 685130480 2719688340 3835211077 2291776829 1155699929 907087103 2217042143 403633944 2085447659 2154306839 3616035657 1636155833 2817686102 1279078512 2915870394 3827243576 882108554 3749386260 733775275 1813119567 3029829543 3204564287 4052827392 442130645 2676576499 1967402948 1072358578 2176456230 171609828 1531690106 4193269354 595025277 2393237178 1466243393 246131615 1458189981 575386261 1522780518 919727924 2422384221 2765376290 191968692 3513722613 3082592582 1746970259 1463369915 1743229639 3333667802 4283313564 882542329 179664967 3898379902 2323557115 76635162 49880772 1174632615 2734017366 868763145 2027114572 3746657506 2622622270 3695853622 2956148559 4255009050 872995777 1534336805 1066168933 702366118 2465643817 3940203912 1504525744 2972433602 1560540159 1515827971 1272810136 2877589421 3042216515 464343069 139984642 632228895 3180816883 175415199 429603728 1714831055 2802824900 258403973 2726364958 1573004076 3114985138 2029035241 3385081078 1769421284 3032605907 702778477 3223247114 2787427708 2945351372 152948682 2189547618 557312781 672694451 4030762412 1116918735 2248905932 3109278945 344696067 4254064540 1687855167 2108220182 811970728 3356630769 1483132209 2768977350 1222210041 1661836034 3210391249 2868213554 3808037938 1272322837 3173103822 2259074613 1400766863 3669593063 1350283025 769818247 3272785627 2288417980 388999804 2801067779 3849357645 2730805005 2257024957 1775923986 1072502598 184157213 3906439149 1100043126 1237220234 4138944041 2004780813 371613911 3591398788 306874626 532697579 1156751731 209340059 2630054363 92328576 641417176 3564260328 2430393848 3998450695 2241064575 3718608898 3011882772 2130759777 352863501 85377253 56406938 1152200007 3626142096 948911749 558066995 2868313933 1163625832 884543007 1604283708 1951181144 1197495307 1369549409 3721691570 1525123636 3269099381 2373893612 3977214341 3804413578 990899038 3636021910 3429311632 1566078143 2448543772 2890046922 753916354 4267998984 3920846458 2884565533 4114813382 4034012897 2704436421 3960169768 3102580603 564172253 1934046675 3977156919 1139723885 3800676568 277352274 2193935886 2735625131 107138345 1271557940 3057182898 2496604904 444705804 3207654531 4178700173 3226181872 915654127 1462961950 1004281568 3319903020 594888815 2291238854 2625359305 2528834737 255 362436" option to reproduce the execution
0.00/0.01	c #vars 69
0.00/0.01	c #constraints 184
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 |       84      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      168 |      100 |       84      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      424 |      250 |       93      3 |        0 |        0
0.00/0.04	c  0.0s |       3 |      818 |      475 |      103      7 |        0 |        0
0.00/0.06	c  0.1s |       4 |     1304 |      813 |      114     12 |        0 |        0
0.00/0.09	c  0.1s |       5 |     1922 |     1320 |      126     19 |        0 |        0
0.09/0.14	c  0.1s |       6 |     2920 |     2081 |      153     30 |        0 |        0
0.19/0.22	c  0.2s |       7 |     4467 |     3223 |      169     44 |        0 |        0
0.29/0.32	c  0.3s |       8 |     7359 |     4936 |      186     63 |        0 |        0
0.39/0.48	c  0.5s |       9 |    10643 |     7506 |      205     90 |        0 |        0
0.59/0.69	c  0.7s |       9 |    15764 |    11202 |      205    121 |       19 |       48
0.59/0.69	c #cpu_time = 0.679s
0.59/0.69	c #wall_clock_time = 0.679s
0.59/0.69	c #decision = 15764
0.59/0.69	c #random_decision = 78
0.59/0.69	c #conflict = 11202
0.59/0.69	c #restart = 9
0.59/0.69	s UNSATISFIABLE
0.59/0.69	c total CPU time = 0.695s
0.59/0.69	c total wall clock time = 0.695s

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

pid=24758
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.40 2.29 2.26 3/179 24761
/proc/meminfo: memFree=27227976/32872528 swapFree=1459604/1655828
[pid=24761] ppid=24758 vsize=718268 CPUtime=0 cores=1,3,5,7
/proc/24761/stat : 24761 (toysat) R 24758 24761 22681 0 -1 4202496 2677 0 0 0 0 0 0 0 20 0 4 0 12624462 735506432 3038 33554432000 4194304 16246674 140737082750192 140737082749616 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24761/statm: 180079 3046 441 2943 0 176973 0
[pid=24761/tid=24762] ppid=24758 vsize=735676 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24762/stat : 24762 (toysat) S 24758 24761 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12624462 753332224 3108 33554432000 4194304 16246674 140737082750192 139806942145776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24761/tid=24763] ppid=24758 vsize=739772 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24763/stat : 24763 (toysat) S 24758 24761 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12624462 757526528 3125 33554432000 4194304 16246674 140737082750192 139806931655920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24761/tid=24764] ppid=24758 vsize=743868 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24764/stat : 24764 (toysat) S 24758 24761 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12624462 761720832 3141 33554432000 4194304 16246674 140737082750192 139806921182384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.40 2.29 2.26 3/179 24761
/proc/meminfo: memFree=27227976/32872528 swapFree=1459604/1655828
[pid=24761] ppid=24758 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/24761/stat : 24761 (toysat) R 24758 24761 22681 0 -1 4202496 25148 0 0 0 5 4 0 0 20 0 4 0 12624462 1247350784 25497 33554432000 4194304 16246674 140737082750192 140737082733192 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24761/statm: 304529 25504 707 2943 0 301423 0
[pid=24761/tid=24762] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24762/stat : 24762 (toysat) S 24758 24761 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 25509 33554432000 4194304 16246674 140737082750192 139806942145776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24761/tid=24763] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24763/stat : 24763 (toysat) S 24758 24761 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 25516 33554432000 4194304 16246674 140737082750192 139806931655920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24761/tid=24764] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24764/stat : 24764 (toysat) S 24758 24761 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 25522 33554432000 4194304 16246674 140737082750192 139806921182384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200477 s]
/proc/loadavg: 2.40 2.29 2.26 3/179 24761
/proc/meminfo: memFree=27227976/32872528 swapFree=1459604/1655828
[pid=24761] ppid=24758 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/24761/stat : 24761 (toysat) R 24758 24761 22681 0 -1 4202496 47811 0 0 0 12 7 0 0 20 0 4 0 12624462 1247350784 48161 33554432000 4194304 16246674 140737082750192 140737082733192 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24761/statm: 304529 48170 707 2943 0 301423 0
[pid=24761/tid=24762] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24762/stat : 24762 (toysat) S 24758 24761 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 48176 33554432000 4194304 16246674 140737082750192 139806942145776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24761/tid=24763] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24763/stat : 24763 (toysat) S 24758 24761 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 48182 33554432000 4194304 16246674 140737082750192 139806931655920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24761/tid=24764] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24764/stat : 24764 (toysat) S 24758 24761 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 48191 33554432000 4194304 16246674 140737082750192 139806921182384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300482 s]
/proc/loadavg: 2.40 2.29 2.26 3/179 24761
/proc/meminfo: memFree=27227976/32872528 swapFree=1459604/1655828
[pid=24761] ppid=24758 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/24761/stat : 24761 (toysat) R 24758 24761 22681 0 -1 4202496 70325 0 0 0 18 11 0 0 20 0 4 0 12624462 1247350784 70674 33554432000 4194304 16246674 140737082750192 140737082733192 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24761/statm: 304529 70684 708 2943 0 301423 0
[pid=24761/tid=24762] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24762/stat : 24762 (toysat) S 24758 24761 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 70691 33554432000 4194304 16246674 140737082750192 139806942145776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24761/tid=24763] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24763/stat : 24763 (toysat) S 24758 24761 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 70697 33554432000 4194304 16246674 140737082750192 139806931655920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24761/tid=24764] ppid=24758 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24761/task/24764/stat : 24764 (toysat) S 24758 24761 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12624462 1247350784 70705 33554432000 4194304 16246674 140737082750192 139806921182384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700377 s]
/proc/loadavg: 2.40 2.29 2.26 3/179 24761
/proc/meminfo: memFree=27227976/32872528 swapFree=1459604/1655828
[pid=24761] ppid=24758 vsize=0 CPUtime=0.69 cores=1,3,5,7
/proc/24761/stat : 24761 (toysat) R 24758 24761 22681 0 -1 4202500 157440 0 0 0 45 24 0 0 20 0 1 0 12624462 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24761/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 0

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

[startup+0.700377 s]
/proc/loadavg: 2.40 2.29 2.26 3/179 24761
/proc/meminfo: memFree=27227976/32872528 swapFree=1459604/1655828
[pid=24761] ppid=24758 vsize=0 CPUtime=0.69 cores=1,3,5,7
/proc/24761/stat : 24761 (toysat) R 24758 24761 22681 0 -1 4202500 157440 0 0 0 45 24 0 0 20 0 1 0 12624462 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24761/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 0.732345
CPU time (s): 0.730888
CPU user time (s): 0.45493
CPU system time (s): 0.275958
CPU usage (%): 99.801
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.45493
system time used= 0.275958
maximum resident set size= 631120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157440
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= 19
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.008998 second user time and 0.002999 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 21:58:53
IDJOB=4122498
IDBENCH=111138
IDSOLVER=2542
FILE ID=node136/4122498-1467316733
RUNJOBID= node136-1467309401-22698
PBS_JOBID= 20005289
Free space on /tmp= 71632 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n46-d3-i2-r1.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-4122498-1467316733/watcher-4122498-1467316733 -o /tmp/evaluation-result-4122498-1467316733/solver-4122498-1467316733 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467309401-22698 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4122498-1467316733.opb

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

MD5SUM BENCH= 6adddace051caeda0c0e6f2730beb030
RANDOM SEED=1390646789

node136.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.182
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	: 5332.36
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.182
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.182
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.182
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.182
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.182
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.182
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.182
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27228768 kB
Buffers:          200448 kB
Cached:          1932492 kB
SwapCached:            0 kB
Active:          1489600 kB
Inactive:        1746576 kB
Active(anon):    1105796 kB
Inactive(anon):        0 kB
Active(file):     383804 kB
Inactive(file):  1746576 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16508 kB
Writeback:             0 kB
AnonPages:       2760792 kB
Mapped:            17188 kB
Shmem:               204 kB
Slab:             616112 kB
SReclaimable:      59940 kB
SUnreclaim:       556172 kB
KernelStack:        1520 kB
PageTables:         9276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2895804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 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= 71612 MiB
End job on node136 at 2016-06-30 21:58:54