Trace number 4107626

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 0.612906 0.616185

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.biglist/normalized-randfe95e3.cudf.trendy.opb
MD5SUMe9fc85229998305c5cfca0ba2df23ff9
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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.299954
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7451
Total number of constraints31006
Number of constraints which are clauses30682
Number of constraints which are cardinality constraints (but not clauses)324
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 3506
Biggest coefficient in the objective function 5405443875
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 2983798860152
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 5405443875
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 2983798860152
Number of bits of the biggest sum of numbers42
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-19T00:10:33+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-4107626-1466287833.opb"]
0.00/0.01	c use --random-gen="2528060390 1007073957 3783814054 4167521921 4107400311 670273336 3696553648 2707689833 1750180744 3423873612 2284858342 4206426668 3919291641 844943641 434959029 2964547581 2827239276 3821258249 742698067 2068257894 838150636 4007758357 3102798800 3152031972 2958244415 2249833120 191639531 130635091 3113404430 3568448493 3281698952 2516155246 2413501300 1788949000 3759220390 1382227334 1369337033 1747069060 2190848568 2005951446 4061524412 374396210 3687690366 2103619141 2161285497 3632510321 3978244013 3097194530 685312201 2052205883 749449714 3435845795 2687446467 3845126427 748794109 3840716082 2159161970 812254815 611292493 3514215943 4032329360 3551424429 1495337441 4245541016 1246139675 3013648880 2559349893 3783395864 3781353523 3346963100 2019860180 1743237752 2836712703 3878718943 3332477785 2217845887 4193647159 914279643 1315634187 692958713 451682164 3580346246 1088003361 1764498165 3617178512 2284930930 558570920 1293785350 1860474204 2115402183 914033552 591893913 1768938373 3420039410 2358434258 3035440259 2298362256 1500549835 2622590313 250650819 3768008936 2609372173 3861977857 344010599 3030774124 3111341135 4109285674 3933078953 4187318451 351698429 960183763 511096180 1868679401 3012609019 1377731254 1848197067 3659233945 1241156820 3165594353 2828654176 3079191878 3929430138 59471878 1618661874 542578145 276911284 616124738 2275137232 259486321 270637678 5449174 1163949712 2893739546 4199550113 1957165642 957492972 2225802319 2991136348 1789514706 2136640185 4251477708 2080575955 2701729737 2551922182 2951652896 504971547 3426375368 3868227154 4225634945 2507427312 3913263501 2291676192 536137113 737397758 451072524 1922889342 3735256310 856312299 2086424930 902045740 4285892716 2525261899 3124924594 4212589656 4037620851 2384038786 670217984 1453934708 208704889 4034625835 2814226612 1091949616 3581664739 1005055207 2441604555 1769914782 2426728122 1086843505 1367164043 2704163517 3002608822 3775877461 1016521482 1788203326 2151573585 3458100438 2833753851 203329333 3347074539 3174647667 1661449726 3112940136 4185876979 714669789 4290088413 3504661686 3545192052 804716000 1643366833 405292209 4169358083 653765740 2203303130 1945243493 716293417 1831749447 2859416129 1180305074 2292378602 3110646837 1648004093 2550106099 3099908094 2948702460 3184040919 1311990995 1624056764 928293343 97674429 2101412192 1480840871 3122496555 3467795638 824634055 232439421 613686314 2587277365 2067818274 253834485 1101806273 478055368 1333896232 1742755127 232632865 1023573724 321560302 3774861012 503391952 3320386171 621754117 1119283729 54764591 3493717366 3066287309 2712838351 1860437654 802568504 1997463069 3099591156 3890071142 1627732240 1737315095 925669182 557638526 742266008 3887796567 255 362436" option to reproduce the execution
0.18/0.23	c #vars 7451
0.18/0.23	c #constraints 31006
0.48/0.59	c BCD2: Hardening is enabled.
0.48/0.59	c BCD2: BiasedSearch is enabled.
0.48/0.59	c Solving starts ...
0.48/0.59	s UNSATISFIABLE
0.48/0.59	c total CPU time = 0.586s
0.48/0.59	c total wall clock time = 0.588s

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

pid=24901
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.32 2.27 2.25 3/182 24904
/proc/meminfo: memFree=24829332/32872528 swapFree=1505436/1685308
[pid=24904] ppid=24901 vsize=585148 CPUtime=0 cores=0,2,4,6
/proc/24904/stat : 24904 (toysat) R 24901 24904 21389 0 -1 4202496 2159 0 0 0 0 0 0 0 20 0 4 0 30829242 599191552 3031 33554432000 4194304 16246674 140737289557696 140737289540696 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24904/statm: 147055 3040 441 2943 0 143949 0
[pid=24904/tid=24905] ppid=24901 vsize=601532 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24905/stat : 24905 (toysat) S 24901 24904 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829242 615968768 3095 33554432000 4194304 16246674 140737289557696 140070589803760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24904/tid=24906] ppid=24901 vsize=606652 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24906/stat : 24906 (toysat) S 24901 24904 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829242 621211648 3115 33554432000 4194304 16246674 140737289557696 140070579313904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24904/tid=24907] ppid=24901 vsize=611772 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24907/stat : 24907 (toysat) S 24901 24904 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30829242 626454528 3132 33554432000 4194304 16246674 140737289557696 140070493351088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100206 s]
/proc/loadavg: 2.32 2.27 2.25 3/182 24904
/proc/meminfo: memFree=24829332/32872528 swapFree=1505436/1685308
[pid=24904] ppid=24901 vsize=1220164 CPUtime=0.08 cores=0,2,4,6
/proc/24904/stat : 24904 (toysat) R 24901 24904 21389 0 -1 4202496 28803 0 0 0 4 4 0 0 20 0 4 0 30829242 1249447936 29613 33554432000 4194304 16246674 140737289557696 140737289557008 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24904/statm: 305041 29613 800 2943 0 301935 0
[pid=24904/tid=24905] ppid=24901 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24905/stat : 24905 (toysat) S 24901 24904 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829242 1249447936 29613 33554432000 4194304 16246674 140737289557696 140070589803760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24904/tid=24906] ppid=24901 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24906/stat : 24906 (toysat) S 24901 24904 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829242 1249447936 29613 33554432000 4194304 16246674 140737289557696 140070579313904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24904/tid=24907] ppid=24901 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24907/stat : 24907 (toysat) S 24901 24904 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30829242 1249447936 29613 33554432000 4194304 16246674 140737289557696 140070493351088 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) 1220164

[startup+0.200464 s]
/proc/loadavg: 2.32 2.27 2.25 3/182 24904
/proc/meminfo: memFree=24829332/32872528 swapFree=1505436/1685308
[pid=24904] ppid=24901 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/24904/stat : 24904 (toysat) R 24901 24904 21389 0 -1 4202496 51357 0 0 0 11 7 0 0 20 0 4 0 30829242 1344868352 52678 33554432000 4194304 16246674 140737289557696 140737289557008 13923640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24904/statm: 328337 52678 800 2943 0 325231 0
[pid=24904/tid=24905] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24905/stat : 24905 (toysat) S 24901 24904 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 52678 33554432000 4194304 16246674 140737289557696 140070589803760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24904/tid=24906] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24906/stat : 24906 (toysat) S 24901 24904 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 52678 33554432000 4194304 16246674 140737289557696 140070579313904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24904/tid=24907] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24907/stat : 24907 (toysat) S 24901 24904 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 52678 33554432000 4194304 16246674 140737289557696 140070493351088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300474 s]
/proc/loadavg: 2.32 2.27 2.25 3/182 24904
/proc/meminfo: memFree=24829332/32872528 swapFree=1505436/1685308
[pid=24904] ppid=24901 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/24904/stat : 24904 (toysat) R 24901 24904 21389 0 -1 4202496 56588 0 0 0 21 8 0 0 20 0 4 0 30829242 1344868352 57910 33554432000 4194304 16246674 140737289557696 140737289539584 5887445 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24904/statm: 328337 57918 834 2943 0 325231 0
[pid=24904/tid=24905] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24905/stat : 24905 (toysat) S 24901 24904 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 57922 33554432000 4194304 16246674 140737289557696 140070589803760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24904/tid=24906] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24906/stat : 24906 (toysat) S 24901 24904 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 57929 33554432000 4194304 16246674 140737289557696 140070579313904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24904/tid=24907] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24907/stat : 24907 (toysat) S 24901 24904 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 57935 33554432000 4194304 16246674 140737289557696 140070493351088 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) 1313348

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

[startup+0.400431 s]
/proc/loadavg: 2.32 2.27 2.25 3/182 24904
/proc/meminfo: memFree=24829332/32872528 swapFree=1505436/1685308
[pid=24904] ppid=24901 vsize=1313348 CPUtime=0.39 cores=0,2,4,6
/proc/24904/stat : 24904 (toysat) R 24901 24904 21389 0 -1 4202496 75626 0 0 0 28 11 0 0 20 0 4 0 30829242 1344868352 76947 33554432000 4194304 16246674 140737289557696 140737289539584 13929603 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24904/statm: 328337 76954 837 2943 0 325231 0
[pid=24904/tid=24905] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24905/stat : 24905 (toysat) S 24901 24904 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 76960 33554432000 4194304 16246674 140737289557696 140070589803760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24904/tid=24906] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24906/stat : 24906 (toysat) S 24901 24904 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 76965 33554432000 4194304 16246674 140737289557696 140070579313904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24904/tid=24907] ppid=24901 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24904/task/24907/stat : 24907 (toysat) S 24901 24904 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30829242 1344868352 76971 33554432000 4194304 16246674 140737289557696 140070493351088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1313348

[startup+0.600345 s]
/proc/loadavg: 2.32 2.27 2.25 3/182 24904
/proc/meminfo: memFree=24829332/32872528 swapFree=1505436/1685308
[pid=24904] ppid=24901 vsize=0 CPUtime=0.59 cores=0,2,4,6
/proc/24904/stat : 24904 (toysat) R 24901 24904 21389 0 -1 4202500 100953 0 0 0 43 16 0 0 20 0 1 0 30829242 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24904/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 0.616185
CPU time (s): 0.612906
CPU user time (s): 0.430934
CPU system time (s): 0.181972
CPU usage (%): 99.4678
Max. virtual memory (cumulated for all children) (KiB): 1313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.430934
system time used= 0.181972
maximum resident set size= 409092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100953
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= 21
involuntary context switches= 5

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.004999 second user time and 0.005999 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 00:10:33
IDJOB=4107626
IDBENCH=72371
IDSOLVER=2542
FILE ID=node135/4107626-1466287833
RUNJOBID= node135-1466266561-21405
PBS_JOBID= 19918237
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.biglist/normalized-randfe95e3.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107626-1466287833/watcher-4107626-1466287833 -o /tmp/evaluation-result-4107626-1466287833/solver-4107626-1466287833 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466266561-21405 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107626-1466287833.opb

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

MD5SUM BENCH= e9fc85229998305c5cfca0ba2df23ff9
RANDOM SEED=766027711

node135.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		: 2667.004
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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        24829876 kB
Buffers:          172152 kB
Cached:           297104 kB
SwapCached:          716 kB
Active:          5284364 kB
Inactive:         321468 kB
Active(anon):    5136976 kB
Inactive(anon):     1308 kB
Active(file):     147388 kB
Inactive(file):   320160 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             17256 kB
Writeback:             0 kB
AnonPages:       6820380 kB
Mapped:            10708 kB
Shmem:                 0 kB
Slab:             607016 kB
SReclaimable:      50756 kB
SUnreclaim:       556260 kB
KernelStack:        1536 kB
PageTables:        17172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6961372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 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= 71668 MiB
End job on node135 at 2016-06-19 00:10:34