Trace number 4121834

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 1.35079 1.35496

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n48-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM0b649fbdc12d3619eebaa920c0823f7f
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.034994
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72
Total number of constraints192
Number of constraints which are clauses192
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:42:06+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-4121834-1467315726.opb"]
0.00/0.01	c use --random-gen="811562583 3045961595 3779231558 1825918446 2317583389 2116170018 1356462472 3261351663 2007386259 298768781 1670519271 3541602880 3274143325 2246871599 687043787 1909536857 4212774580 151198116 3584809127 766952457 1931600241 2088720359 2121063173 1533594248 27124881 2493678454 3390782153 2435861230 4051663017 224599210 4168970886 3269959874 3375643763 294560711 9157435 3833448579 417713794 3851075469 2988995191 3283139721 2109765663 3426401322 515501428 1295730043 1990195476 961599844 3580640815 588602325 2275576149 3696464536 2885739049 3817643747 1526225514 2403919965 1702374303 429529348 3715135277 3359960572 3414451321 3519435437 4023900271 2874135152 3261326598 513439881 1504547087 2940396843 1819370035 78704331 2363246015 3933328029 349175025 2431992032 3494736968 1378585748 3864606526 1506088272 3777338123 1551924122 4082375062 3847006747 3442007236 2706235822 1506163899 50578121 1889423214 2799310413 893942515 4030180513 3334957824 1736580054 1373840964 561238738 1020920576 799338459 2062660205 4228414747 4289795978 111229536 1648585150 4144130809 4245781710 945881999 1832583877 3219637875 528007054 1862215988 211430475 3807510535 2082001670 2618348739 77691665 2603687850 2491500169 1868368032 710111161 1691074335 2042432791 2848072335 1786774491 588721842 1661444397 3687969927 2750912265 2275508575 273681438 3238443623 4157096168 4231363034 3951960546 1072963074 1817615660 2440997004 2932424679 1590687491 2505117813 1694102649 3731591881 3293549681 2520781453 825626235 1166065960 1476493995 2933199947 1832859157 2762092149 411432975 1519222009 894427317 2269882542 855901912 3696460429 3527643164 1914201273 1559165833 405550027 1007323593 3573187493 1007316936 4289610430 701402673 685477447 579042311 1907399037 168663042 2359738931 2648577523 1270664813 4036276210 791815359 1611213714 2506372067 3537732643 542506326 1122306210 3875914274 1949097510 2432826914 303637840 3016482078 1830704025 2185900984 2897302266 2422958266 1053388460 1887118235 2362726359 1441821345 3445768373 1223017776 2069589365 1677545114 1456415867 3530397189 2721006906 1770193702 1772429331 336219280 1097639352 2076593051 4205799159 2520414795 3900480690 3397608913 3891520384 2680756443 1621599069 1977429454 1399837833 2500614483 2017874520 346689799 4092995297 4256912695 2663152862 2257109886 1061574091 167279701 843464567 1174408367 2504547427 614448636 4221300289 1162023857 3032386388 3891524187 4096465850 3387029954 3987180138 471918461 778474668 89109763 3994250836 3767102241 2140222200 1479070048 2193739148 2122593441 3994803570 1425139149 3426179321 3954298 1564929896 1762784932 352556361 3238655896 21464328 4026335531 3979806609 4099544108 3288456174 1011769927 2958367971 1648913592 1437625888 2268815339 2656856899 255 362436" option to reproduce the execution
0.00/0.01	c #vars 72
0.00/0.01	c #constraints 192
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 |       88      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      129 |      100 |       88      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      325 |      250 |       97      3 |        0 |        0
0.00/0.05	c  0.0s |       3 |      576 |      475 |      107      6 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1077 |      813 |      118     11 |        0 |        0
0.09/0.11	c  0.1s |       5 |     1796 |     1320 |      130     18 |        0 |        0
0.09/0.17	c  0.2s |       6 |     2770 |     2081 |      158     28 |        0 |        0
0.19/0.25	c  0.2s |       7 |     4323 |     3223 |      174     41 |        0 |        0
0.29/0.36	c  0.4s |       8 |     6867 |     4936 |      192     60 |        0 |        0
0.49/0.53	c  0.5s |       9 |    10960 |     7506 |      212     85 |        0 |        0
0.68/0.77	c  0.8s |      10 |    15908 |    11361 |      234    121 |        0 |        0
1.10/1.13	c  1.1s |      11 |    23550 |    17144 |      258    168 |        0 |        0
1.29/1.30	c  1.3s |      11 |    29841 |    21320 |      258    196 |       12 |       36
1.29/1.30	c #cpu_time = 1.284s
1.29/1.30	c #wall_clock_time = 1.284s
1.29/1.30	c #decision = 29841
1.29/1.30	c #random_decision = 134
1.29/1.30	c #conflict = 21320
1.29/1.30	c #restart = 11
1.29/1.30	s UNSATISFIABLE
1.29/1.30	c total CPU time = 1.300s
1.29/1.30	c total wall clock time = 1.300s

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

pid=21178
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.08 2.06 2.02 3/177 21181
/proc/meminfo: memFree=29431024/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=778820 CPUtime=0 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 2916 0 0 0 0 0 0 0 20 0 4 0 12676350 797511680 3276 33554432000 4194304 16246674 140736231458576 140736231458000 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 195217 3284 442 2943 0 192111 0
[pid=21181/tid=21182] ppid=21178 vsize=795204 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 814288896 3344 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=800324 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 819531776 3363 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=804420 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 823726080 3377 33554432000 4194304 16246674 140736231458576 140492004125872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.08 2.06 2.02 3/177 21181
/proc/meminfo: memFree=29431024/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 25701 0 0 0 7 2 0 0 20 0 4 0 12676350 1247350784 26050 33554432000 4194304 16246674 140736231458576 140736231458000 5852737 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 304529 26061 708 2943 0 301423 0
[pid=21181/tid=21182] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 26069 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 26078 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 26086 33554432000 4194304 16246674 140736231458576 140492004125872 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.200519 s]
/proc/loadavg: 2.08 2.06 2.02 3/177 21181
/proc/meminfo: memFree=29431024/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 48594 0 0 0 14 5 0 0 20 0 4 0 12676350 1247350784 48944 33554432000 4194304 16246674 140736231458576 140736231441576 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 304529 48954 709 2943 0 301423 0
[pid=21181/tid=21182] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 48961 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 48967 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 48972 33554432000 4194304 16246674 140736231458576 140492004125872 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.300489 s]
/proc/loadavg: 2.08 2.06 2.02 3/177 21181
/proc/meminfo: memFree=29431024/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 71304 0 0 0 20 9 0 0 20 0 4 0 12676350 1247350784 71654 33554432000 4194304 16246674 140736231458576 140736231441576 5545885 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 304529 71666 709 2943 0 301423 0
[pid=21181/tid=21182] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 71673 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 71680 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 71685 33554432000 4194304 16246674 140736231458576 140492004125872 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.7004 s]
/proc/loadavg: 2.08 2.06 2.02 3/177 21181
/proc/meminfo: memFree=29431024/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 159993 0 0 0 47 21 0 0 20 0 4 0 12676350 1247350784 160343 33554432000 4194304 16246674 140736231458576 140736231441576 5676613 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 304529 160352 709 2943 0 301423 0
[pid=21181/tid=21182] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 160359 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 160365 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 160372 33554432000 4194304 16246674 140736231458576 140492004125872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

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

[startup+0.800505 s]
/proc/loadavg: 2.08 2.06 2.02 3/177 21181
/proc/meminfo: memFree=29431024/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=1218116 CPUtime=0.79 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 182131 0 0 0 54 25 0 0 20 0 4 0 12676350 1247350784 182481 33554432000 4194304 16246674 140736231458576 140736231441576 6020769 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 304529 182492 709 2943 0 301423 0
[pid=21181/tid=21182] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 182498 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 182506 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 182512 33554432000 4194304 16246674 140736231458576 140492004125872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1218116

[startup+1.20733 s]
/proc/loadavg: 2.08 2.06 2.02 4/181 21185
/proc/meminfo: memFree=28444776/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=1218116 CPUtime=1.2 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 245488 0 0 0 87 33 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140736231441576 5754961 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 304529 245817 786 2943 0 301423 0
[pid=21181/tid=21182] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140492004125872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1218116

[startup+1.30049 s]
/proc/loadavg: 2.08 2.06 2.02 4/181 21185
/proc/meminfo: memFree=28444776/32872528 swapFree=447588/480292
[pid=21181] ppid=21178 vsize=1218116 CPUtime=1.29 cores=1,3,5,7
/proc/21181/stat : 21181 (toysat) R 21178 21181 16080 0 -1 4202496 245488 0 0 0 96 33 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140736231441576 5827656 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 304529 245817 786 2943 0 301423 0
[pid=21181/tid=21182] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21182/stat : 21182 (toysat) S 21178 21181 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140492128890096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21181/tid=21183] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21183/stat : 21183 (toysat) S 21178 21181 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140492118400240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21181/tid=21184] ppid=21178 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21184/stat : 21184 (toysat) S 21178 21181 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12676350 1247350784 245817 33554432000 4194304 16246674 140736231458576 140492004125872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1218116

Child status: 0
Real time (s): 1.35496
CPU time (s): 1.35079
CPU user time (s): 0.965853
CPU system time (s): 0.384941
CPU usage (%): 99.6925
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.965853
system time used= 0.384941
maximum resident set size= 983280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245493
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= 4

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

The end

Launcher Data

Begin job on node104 at 2016-06-30 21:42:06
IDJOB=4121834
IDBENCH=110696
IDSOLVER=2542
FILE ID=node104/4121834-1467315726
RUNJOBID= node104-1467310023-19960
PBS_JOBID= 20005270
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n48-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-4121834-1467315726/watcher-4121834-1467315726 -o /tmp/evaluation-result-4121834-1467315726/solver-4121834-1467315726 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467310023-19960 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121834-1467315726.opb

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

MD5SUM BENCH= 0b649fbdc12d3619eebaa920c0823f7f
RANDOM SEED=847715132

node104.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.334
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.66
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.334
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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:        29431940 kB
Buffers:          198716 kB
Cached:           936396 kB
SwapCached:            0 kB
Active:          1424280 kB
Inactive:         794340 kB
Active(anon):    1085932 kB
Inactive(anon):        0 kB
Active(file):     338348 kB
Inactive(file):   794340 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       1643728 kB
Mapped:            16392 kB
Shmem:               204 kB
Slab:             611236 kB
SReclaimable:      55564 kB
SUnreclaim:       555672 kB
KernelStack:        1504 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1689828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71688 MiB
End job on node104 at 2016-06-30 21:42:07