Trace number 4121866

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.885864 0.886512

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n36-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM1e5bf1c723a16c740428d735f8234674
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.011998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54
Total number of constraints144
Number of constraints which are clauses144
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:43:41+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-4121866-1467315821.opb"]
0.00/0.01	c use --random-gen="2480083804 3915811017 889540946 4132289588 3333329464 2360231574 1848137390 2245480761 2953530122 1012722174 1661446846 871983722 52230395 2551035742 3424373168 2998088877 2214815469 3784649109 361981047 818111114 3137390718 3305315527 1040883155 2567950756 2014896954 2461842697 2206712159 2218096281 2602339427 683071745 3358147270 540439138 988640834 1849236241 1614606019 3544569242 1301372965 1884475725 4242783664 3862657015 2782788004 3769062087 1505956624 1926171458 1806964806 4277138868 2598840865 3788240305 4042191034 484189948 2915516285 1444187149 3031404650 1609168352 2609934153 430023204 2978723039 1213072485 2692301173 2459953110 2134840741 3216218994 1124293807 1627067703 1756912485 3466635276 1030924339 463333552 588989988 637210874 1659815923 2176328877 1097416745 1807002151 3399555590 3412235438 5963503 2928768290 2300003594 2895845265 4272315097 2612345741 2908545898 1342874454 153736798 487835424 3885747054 2588046143 1370562516 704801203 1931976151 618664209 1977395666 2326235140 2450122215 2564893773 353926027 183405786 1284325792 2516379362 1511724654 4294476074 731591293 3139912977 3336417468 1107786298 2829421294 836237698 754268474 2962940827 887332898 4030294071 3623478207 362605230 607455255 1110331794 3051067073 214084666 1939699765 817150040 2958524607 1761522045 486031090 109489287 326264131 637152366 3883825076 2544973397 3525346040 3142945539 2243775534 828169226 961350730 1902595564 640787694 4002289582 757260870 1287390055 1228310864 1006141451 798146493 733426808 2694679857 1749723033 374192101 1949530189 3185755581 236957214 184605635 2973903530 1144934149 2694182557 2749080034 1906233860 486214110 2460035326 4247988659 1537078254 3920113124 3400226681 2262546537 2416278133 3226094111 739726041 3774061805 1548462997 2934152999 223076775 4028364482 4213502442 284932652 1644379378 527697308 3215168248 973730908 1107938341 1790906858 3205799135 844301024 124962531 567021817 2030898474 2616661120 1595991936 194336063 857034791 2419833061 3113342942 3180654174 3870289671 1728777025 4215134873 493792969 866283008 3450973203 2036355176 1233992472 3023131327 459555412 1940439087 1731009580 109674539 1340664278 3755635923 3806599925 1937236058 3130622249 222555988 175296148 2557919836 38077088 2499523804 2231668727 2620847610 3644355371 2627349784 3095088722 2703766366 3732126834 1382706007 2707175434 3848532081 3407067104 4138628722 2292186479 1970682558 2268092317 2362209318 4003030670 221674233 629800269 3971368885 1227339128 579854742 1709790282 3960071081 2653307936 2372646689 1010369999 54521326 1119143050 576489021 3338719643 277130732 3739922422 1420613943 275800422 1635452234 3954932924 3036621339 2629599578 2057701706 1454558953 879590343 3396179273 810577569 255 362436" option to reproduce the execution
0.00/0.01	c #vars 54
0.00/0.01	c #constraints 144
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 |       66      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      120 |      100 |       66      1 |        0 |        0
0.00/0.03	c  0.0s |       2 |      284 |      250 |       73      4 |        0 |        0
0.00/0.05	c  0.0s |       3 |      554 |      475 |       81      8 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1032 |      813 |       90     15 |        0 |        0
0.09/0.10	c  0.1s |       5 |     1770 |     1320 |      100     25 |        0 |        0
0.09/0.15	c  0.1s |       6 |     2836 |     2081 |      123     38 |        0 |        0
0.19/0.23	c  0.2s |       7 |     4122 |     3223 |      136     55 |        0 |        0
0.29/0.34	c  0.3s |       8 |     6023 |     4936 |      150     79 |        0 |        0
0.39/0.49	c  0.5s |       9 |     9870 |     7506 |      165    112 |        0 |        0
0.69/0.71	c  0.7s |      10 |    15184 |    11361 |      182    156 |        1 |        4
0.79/0.84	c  0.8s |      10 |    18177 |    13809 |      182    177 |       22 |       44
0.79/0.84	c #cpu_time = 0.828s
0.79/0.84	c #wall_clock_time = 0.828s
0.79/0.84	c #decision = 18177
0.79/0.84	c #random_decision = 66
0.79/0.84	c #conflict = 13809
0.79/0.84	c #restart = 10
0.79/0.84	s UNSATISFIABLE
0.79/0.84	c total CPU time = 0.843s
0.79/0.84	c total wall clock time = 0.843s

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-4121866-1467315821/watcher-4121866-1467315821 -o /tmp/evaluation-result-4121866-1467315821/solver-4121866-1467315821 -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-4121866-1467315821.opb 

pid=21277
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.02 2.04 2.01 3/177 21280
/proc/meminfo: memFree=29428340/32872528 swapFree=447588/480292
[pid=21280] ppid=21277 vsize=756156 CPUtime=0 cores=1,3,5,7
/proc/21280/stat : 21280 (toysat) R 21277 21280 16080 0 -1 4202496 2825 0 0 0 0 0 0 0 20 0 4 0 12685838 774303744 3185 33554432000 4194304 16246674 140736108220560 140736108219984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21280/statm: 189551 3194 441 2943 0 186445 0
[pid=21280/tid=21281] ppid=21277 vsize=773564 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21281/stat : 21281 (toysat) S 21277 21280 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12685838 792129536 3256 33554432000 4194304 16246674 140736108220560 140520330341616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21280/tid=21282] ppid=21277 vsize=777660 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21282/stat : 21282 (toysat) S 21277 21280 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12685838 796323840 3271 33554432000 4194304 16246674 140736108220560 140520319851760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21280/tid=21283] ppid=21277 vsize=781756 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21283/stat : 21283 (toysat) S 21277 21280 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12685838 800518144 3287 33554432000 4194304 16246674 140736108220560 140520309378224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21280
/proc/meminfo: memFree=29428340/32872528 swapFree=447588/480292
[pid=21280] ppid=21277 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/21280/stat : 21280 (toysat) R 21277 21280 16080 0 -1 4202496 25496 0 0 0 6 3 0 0 20 0 4 0 12685838 1247350784 25846 33554432000 4194304 16246674 140736108220560 140736108219984 5722241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21280/statm: 304529 25855 708 2943 0 301423 0
[pid=21280/tid=21281] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21281/stat : 21281 (toysat) S 21277 21280 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 25864 33554432000 4194304 16246674 140736108220560 140520330341616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21280/tid=21282] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21282/stat : 21282 (toysat) S 21277 21280 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 25870 33554432000 4194304 16246674 140736108220560 140520319851760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21280/tid=21283] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21283/stat : 21283 (toysat) S 21277 21280 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 25877 33554432000 4194304 16246674 140736108220560 140520309378224 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.200539 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21280
/proc/meminfo: memFree=29428340/32872528 swapFree=447588/480292
[pid=21280] ppid=21277 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/21280/stat : 21280 (toysat) R 21277 21280 16080 0 -1 4202496 48351 0 0 0 12 7 0 0 20 0 4 0 12685838 1247350784 48701 33554432000 4194304 16246674 140736108220560 140736108219984 5852977 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21280/statm: 304529 48716 708 2943 0 301423 0
[pid=21280/tid=21281] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21281/stat : 21281 (toysat) S 21277 21280 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 48725 33554432000 4194304 16246674 140736108220560 140520330341616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21280/tid=21282] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21282/stat : 21282 (toysat) S 21277 21280 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 48733 33554432000 4194304 16246674 140736108220560 140520319851760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21280/tid=21283] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21283/stat : 21283 (toysat) S 21277 21280 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 48742 33554432000 4194304 16246674 140736108220560 140520309378224 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.300493 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21280
/proc/meminfo: memFree=29428340/32872528 swapFree=447588/480292
[pid=21280] ppid=21277 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/21280/stat : 21280 (toysat) R 21277 21280 16080 0 -1 4202496 71197 0 0 0 19 10 0 0 20 0 4 0 12685838 1247350784 71546 33554432000 4194304 16246674 140736108220560 140736108219984 5830026 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21280/statm: 304529 71559 708 2943 0 301423 0
[pid=21280/tid=21281] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21281/stat : 21281 (toysat) S 21277 21280 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 71565 33554432000 4194304 16246674 140736108220560 140520330341616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21280/tid=21282] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21282/stat : 21282 (toysat) S 21277 21280 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 71572 33554432000 4194304 16246674 140736108220560 140520319851760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21280/tid=21283] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21283/stat : 21283 (toysat) S 21277 21280 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 71578 33554432000 4194304 16246674 140736108220560 140520309378224 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.700388 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21280
/proc/meminfo: memFree=29428340/32872528 swapFree=447588/480292
[pid=21280] ppid=21277 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/21280/stat : 21280 (toysat) R 21277 21280 16080 0 -1 4202496 159011 0 0 0 47 22 0 0 20 0 4 0 12685838 1247350784 159361 33554432000 4194304 16246674 140736108220560 140736108202432 5675010 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21280/statm: 304529 159373 709 2943 0 301423 0
[pid=21280/tid=21281] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21281/stat : 21281 (toysat) S 21277 21280 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 159378 33554432000 4194304 16246674 140736108220560 140520330341616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21280/tid=21282] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21282/stat : 21282 (toysat) S 21277 21280 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 159385 33554432000 4194304 16246674 140736108220560 140520319851760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21280/tid=21283] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21283/stat : 21283 (toysat) S 21277 21280 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 159390 33554432000 4194304 16246674 140736108220560 140520309378224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

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

[startup+0.800477 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21280
/proc/meminfo: memFree=29428340/32872528 swapFree=447588/480292
[pid=21280] ppid=21277 vsize=1218116 CPUtime=0.79 cores=1,3,5,7
/proc/21280/stat : 21280 (toysat) R 21277 21280 16080 0 -1 4202496 180705 0 0 0 55 24 0 0 20 0 4 0 12685838 1247350784 181055 33554432000 4194304 16246674 140736108220560 140736108202432 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21280/statm: 304529 181065 709 2943 0 301423 0
[pid=21280/tid=21281] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21281/stat : 21281 (toysat) S 21277 21280 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 181071 33554432000 4194304 16246674 140736108220560 140520330341616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21280/tid=21282] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21282/stat : 21282 (toysat) S 21277 21280 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 181077 33554432000 4194304 16246674 140736108220560 140520319851760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21280/tid=21283] ppid=21277 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21280/task/21283/stat : 21283 (toysat) S 21277 21280 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12685838 1247350784 181084 33554432000 4194304 16246674 140736108220560 140520309378224 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

Child status: 0
Real time (s): 0.886512
CPU time (s): 0.885864
CPU user time (s): 0.58791
CPU system time (s): 0.297954
CPU usage (%): 99.9269
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.58791
system time used= 0.297954
maximum resident set size= 762416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190264
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.002999 second user time and 0.005999 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 21:43:41
IDJOB=4121866
IDBENCH=110708
IDSOLVER=2542
FILE ID=node104/4121866-1467315821
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-n36-d3-i3-r2.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-4121866-1467315821/watcher-4121866-1467315821 -o /tmp/evaluation-result-4121866-1467315821/solver-4121866-1467315821 -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-4121866-1467315821.opb

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

MD5SUM BENCH= 1e5bf1c723a16c740428d735f8234674
RANDOM SEED=571779697

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:        29428868 kB
Buffers:          198924 kB
Cached:           936756 kB
SwapCached:            0 kB
Active:          1426372 kB
Inactive:         794484 kB
Active(anon):    1087732 kB
Inactive(anon):        0 kB
Active(file):     338640 kB
Inactive(file):   794484 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16328 kB
Writeback:             0 kB
AnonPages:       1569948 kB
Mapped:            16404 kB
Shmem:               204 kB
Slab:             611128 kB
SReclaimable:      55384 kB
SUnreclaim:       555744 kB
KernelStack:        1504 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1690852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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:43:42