Trace number 4078811

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.507922 0.508851

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j90/normalized-j9010_10-unsat.opb
MD5SUMf13c718805fc7daef382ab4352dbd9f0
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.073988
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13650
Total number of constraints42833
Number of constraints which are clauses42537
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints296
Minimum length of a constraint1
Maximum length of a constraint75
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 45
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 437
Number of bits of the biggest sum of numbers9
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-07T06:24:15+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-4078811-1465273455.opb"]
0.00/0.01	c use --random-gen="171250075 3309964348 2355806125 1657710914 2577576830 2238308966 3078959810 2234780548 2889766923 1538266493 3460920756 3178628386 3239327002 863147528 1319194838 242617172 3791088435 3027741603 3021271450 2545338949 1253241915 3843207134 2242537679 2816737409 1726101062 160922479 2592638434 491802935 1315797203 219608773 2625861606 3866694676 3800121382 1615215392 1007366775 78745921 859603870 4007882435 2803253575 2970591423 4244507980 1792461387 3914684763 878419352 855663276 3195333252 2147371747 1757951885 424449667 146803767 875771109 2263290980 778893828 3119022854 412525319 3287189450 1481243303 1414512033 205692143 3712337588 439832969 3346533882 4113863529 1380753718 2543382695 1207230181 2899781405 3042850786 3242272302 1976774240 2592313818 117495155 3712157772 411392286 2659585270 1204984556 2122173710 488939986 708286006 2983919906 1677294726 3866996391 3665527542 1704139420 4195006236 570704949 520063172 1550298980 594596160 2172084118 2522550097 2889866635 1972010340 4062942770 1684574121 3771864358 3271210158 2556806148 2249259931 2231007473 1716457364 1061557584 84477407 2069295519 3980706181 47712019 1760176010 1928863893 2650751569 2454492635 3456281401 993574348 3169896167 933628589 1398659267 3058449022 502228701 3536964005 2982453103 2755447796 3995072272 3620977762 836190154 665403070 1403414936 199031522 171942820 3375030473 1468128888 2646698611 1164545645 237303143 270327099 1855364480 603930799 1613091555 3324464438 2599033207 2972950621 2114717966 3378664913 1111792349 2191902827 3355825962 1126839427 1664016566 2496411629 924731045 943125932 2785411430 2356106121 1234332643 3096197179 3032110245 1756299273 1222564189 3745067341 1703005454 4145439808 4106797867 1729924638 977557021 3499349050 2000176296 4180522939 1302463830 136223875 507160689 1695211595 361816531 106893537 719217183 1027917768 475647678 3405554901 4278061701 2778453768 2716945385 3509140251 2524055674 3718593450 3192336959 3690858590 4118864995 3603003316 2328041310 2757265698 1672805162 1638840360 4092233786 1325976186 3625224455 694866132 2866547574 312573083 204401081 46305614 2297230838 4045877674 412052934 3903206413 1864011742 793051382 128365912 2561152264 837375067 3408641425 2471903767 1997079781 1022992155 3806129559 763319823 2104639923 3553216096 84221474 2956316497 1121351808 3167266479 394809538 1302109107 2075236275 1061474002 413882672 399802379 2378891307 1610586504 1579988020 2502972975 2964661709 2969619608 3223415646 508950476 4240900600 3054907523 480881024 2643280847 2482653011 1966977857 35649152 3369109927 1584853955 3038776365 980044154 3157183803 4184614319 1330433451 2465288387 3134964437 934817834 2640220346 1387134903 4121180225 4071080964 1667764845 3426322974 2330136206 255 362436" option to reproduce the execution
0.19/0.29	c #vars 13650
0.19/0.29	c #constraints 42833
0.39/0.49	c Solving starts ...
0.39/0.49	s UNSATISFIABLE
0.39/0.49	c total CPU time = 0.491s
0.39/0.49	c total wall clock time = 0.493s

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

pid=17311
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.23 2.20 2.18 2/179 17314
/proc/meminfo: memFree=29274424/32872528 swapFree=17452/1581112
[pid=17314] ppid=17311 vsize=800324 CPUtime=0 cores=1,3,5,7
/proc/17314/stat : 17314 (toysat) R 17311 17314 13546 0 -1 4202496 3003 0 0 0 0 0 0 0 20 0 4 0 109277475 819531776 2852 33554432000 4194304 16246674 140735357427952 140735357427376 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17314/statm: 200849 2860 442 2943 0 197743 0
[pid=17314/tid=17315] ppid=17311 vsize=818756 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17315/stat : 17315 (toysat) S 17311 17314 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109277475 838406144 2921 33554432000 4194304 16246674 140735357427952 140247437389040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17314/tid=17316] ppid=17311 vsize=822852 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17316/stat : 17316 (toysat) S 17311 17314 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109277475 842600448 2940 33554432000 4194304 16246674 140735357427952 140247426899184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17314/tid=17317] ppid=17311 vsize=826948 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17317/stat : 17317 (toysat) S 17311 17314 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109277475 846794752 2956 33554432000 4194304 16246674 140735357427952 140247416425648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.23 2.20 2.18 2/179 17314
/proc/meminfo: memFree=29274424/32872528 swapFree=17452/1581112
[pid=17314] ppid=17311 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/17314/stat : 17314 (toysat) R 17311 17314 13546 0 -1 4202496 28058 0 0 0 5 4 0 0 20 0 4 0 109277475 1250496512 27846 33554432000 4194304 16246674 140735357427952 140735357427264 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17314/statm: 305297 27852 802 2943 0 302191 0
[pid=17314/tid=17315] ppid=17311 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17315/stat : 17315 (toysat) S 17311 17314 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109277475 1250496512 27857 33554432000 4194304 16246674 140735357427952 140247437389040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17314/tid=17316] ppid=17311 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17316/stat : 17316 (toysat) S 17311 17314 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109277475 1251545088 27864 33554432000 4194304 16246674 140735357427952 140247426899184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17314/tid=17317] ppid=17311 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17317/stat : 17317 (toysat) S 17311 17314 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109277475 1251545088 27868 33554432000 4194304 16246674 140735357427952 140247416425648 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) 1221188

[startup+0.200526 s]
/proc/loadavg: 2.23 2.20 2.18 2/179 17314
/proc/meminfo: memFree=29274424/32872528 swapFree=17452/1581112
[pid=17314] ppid=17311 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/17314/stat : 17314 (toysat) R 17311 17314 13546 0 -1 4202496 50483 0 0 0 12 7 0 0 20 0 4 0 109277475 1344868352 50781 33554432000 4194304 16246674 140735357427952 140735357427264 13927398 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17314/statm: 328337 50781 802 2943 0 325231 0
[pid=17314/tid=17315] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17315/stat : 17315 (toysat) S 17311 17314 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 50781 33554432000 4194304 16246674 140735357427952 140247437389040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17314/tid=17316] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17316/stat : 17316 (toysat) S 17311 17314 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 50781 33554432000 4194304 16246674 140735357427952 140247426899184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17314/tid=17317] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17317/stat : 17317 (toysat) S 17311 17314 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 50781 33554432000 4194304 16246674 140735357427952 140247416425648 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) 1313348

[startup+0.300493 s]
/proc/loadavg: 2.23 2.20 2.18 2/179 17314
/proc/meminfo: memFree=29274424/32872528 swapFree=17452/1581112
[pid=17314] ppid=17311 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/17314/stat : 17314 (toysat) R 17311 17314 13546 0 -1 4202496 57925 0 0 0 21 8 0 0 20 0 4 0 109277475 1344868352 58223 33554432000 4194304 16246674 140735357427952 140735357427264 6165529 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17314/statm: 328337 58223 832 2943 0 325231 0
[pid=17314/tid=17315] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17315/stat : 17315 (toysat) S 17311 17314 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 58223 33554432000 4194304 16246674 140735357427952 140247437389040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17314/tid=17316] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17316/stat : 17316 (toysat) S 17311 17314 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 58223 33554432000 4194304 16246674 140735357427952 140247426899184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17314/tid=17317] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17317/stat : 17317 (toysat) S 17311 17314 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 58223 33554432000 4194304 16246674 140735357427952 140247416425648 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) 1313348

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

[startup+0.400498 s]
/proc/loadavg: 2.23 2.20 2.18 2/179 17314
/proc/meminfo: memFree=29274424/32872528 swapFree=17452/1581112
[pid=17314] ppid=17311 vsize=1313348 CPUtime=0.39 cores=1,3,5,7
/proc/17314/stat : 17314 (toysat) R 17311 17314 13546 0 -1 4202496 57932 0 0 0 31 8 0 0 20 0 4 0 109277475 1344868352 58230 33554432000 4194304 16246674 140735357427952 140735357427264 4206864 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17314/statm: 328337 58230 838 2943 0 325231 0
[pid=17314/tid=17315] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17315/stat : 17315 (toysat) S 17311 17314 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 58230 33554432000 4194304 16246674 140735357427952 140247437389040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17314/tid=17316] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17316/stat : 17316 (toysat) S 17311 17314 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 58230 33554432000 4194304 16246674 140735357427952 140247426899184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17314/tid=17317] ppid=17311 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17314/task/17317/stat : 17317 (toysat) S 17311 17314 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109277475 1344868352 58230 33554432000 4194304 16246674 140735357427952 140247416425648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1313348

[startup+0.500411 s]
/proc/loadavg: 2.23 2.20 2.18 2/179 17314
/proc/meminfo: memFree=29274424/32872528 swapFree=17452/1581112
[pid=17314] ppid=17311 vsize=0 CPUtime=0.49 cores=1,3,5,7
/proc/17314/stat : 17314 (toysat) R 17311 17314 13546 0 -1 4202500 57941 0 0 0 41 8 0 0 20 0 1 0 109277475 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17314/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 0.508851
CPU time (s): 0.507922
CPU user time (s): 0.413937
CPU system time (s): 0.093985
CPU usage (%): 99.8174
Max. virtual memory (cumulated for all children) (KiB): 1313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.413937
system time used= 0.093985
maximum resident set size= 232956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.001999 second user time and 0.006998 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-07 06:24:15
IDJOB=4078811
IDBENCH=75331
IDSOLVER=2542
FILE ID=node139/4078811-1465273455
RUNJOBID= node139-1465254943-13563
PBS_JOBID= 19843273
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9010_10-unsat.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078811-1465273455/watcher-4078811-1465273455 -o /tmp/evaluation-result-4078811-1465273455/solver-4078811-1465273455 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465254943-13563 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078811-1465273455.opb

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

MD5SUM BENCH= f13c718805fc7daef382ab4352dbd9f0
RANDOM SEED=1660970500

node139.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.868
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.73
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.868
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.868
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.56
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.868
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.868
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.868
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.868
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.868
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:        29275068 kB
Buffers:           61216 kB
Cached:           107804 kB
SwapCached:         1412 kB
Active:          1190036 kB
Inactive:          89920 kB
Active(anon):    1109616 kB
Inactive(anon):     3684 kB
Active(file):      80420 kB
Inactive(file):    86236 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099812 kB
Dirty:             18084 kB
Writeback:             0 kB
AnonPages:       2691124 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             599548 kB
SReclaimable:      42656 kB
SUnreclaim:       556892 kB
KernelStack:        1456 kB
PageTables:         9292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2832220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1572864 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= 71696 MiB
End job on node139 at 2016-06-07 06:24:16