Trace number 4120698

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.06284 1.07388

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n40-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM576ec9d2fc69c99159583d9caa3b53d4
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.055991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60
Total number of constraints160
Number of constraints which are clauses160
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-30T20:43:51+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-4120698-1467312231.opb"]
0.00/0.01	c use --random-gen="3091206165 1614005290 2939707648 3744019691 4076440847 2136272175 1552063219 1461767252 3735164148 968958786 3965511525 2951055722 3520724577 858510488 2149112005 3110629655 859999475 263758834 3729776417 1893922669 2284181601 3399045929 2180707261 1061199794 2555865972 3859048766 4112308276 4170487933 4255332685 229636610 1509360055 2531436815 3739550796 3297795146 3044069069 1335049903 1885351035 1795584463 1922370199 3868498012 4249529256 802116881 2785729965 4294732137 612347162 1652610234 2862965499 2461503658 1679129523 1735391354 226129618 572836501 4220459791 4243156129 4282881632 2293366568 3292244787 829292700 1002949809 3290188047 3135120856 3457686932 768218969 1097039042 893920708 165199884 2227316187 1702597670 4178189998 1689314299 1202799281 1186066288 3712215828 3343926375 1291705214 2153371151 4027555119 790493997 3915727641 364720019 2195656600 2468780797 871765438 3325848389 1719684472 4103953461 1514871596 1037852294 4184774929 907325349 1225017835 2675481205 3717375412 1706829167 2747831717 2662551475 3104214771 1573913017 1732754878 606362464 416651315 738887884 1864790389 4274321073 3746192944 2910475684 80979670 3933049101 237784466 3598886313 2104910919 1285304676 591928420 64655307 4065851225 847120932 1827265284 3266256453 375860823 835659498 740846675 3059076188 2517810868 1562634158 2376505776 3718894173 4290821489 428641016 3350497774 2671378431 347343728 189024891 930362753 2868516220 12273466 3607735189 1630822702 2837885324 2981379426 2410394022 1991198580 911450697 2590262562 3103002066 59526660 3507072820 2650359832 2152650541 1274959809 2538376318 3332205591 1841613384 3537970026 520112335 1919472984 1014654915 3898607973 1962239741 3502565563 2983685044 325916357 2896792295 1287999259 877896978 2505050788 1157624023 2423399642 2206545800 2615166865 273247378 2105315716 90977942 381962654 889150018 2677541086 1552138476 482042739 3113010693 2330685872 253887759 1649233299 1144094077 2875379469 769875952 594551836 4124145415 1827981420 746988408 1691393236 3711008865 4131694872 2874629002 4076545350 2122924274 476490442 3478445811 4072861576 500313249 1191785606 1610148880 452054038 584330819 1924914754 3994379506 3405282949 1612768307 3516630842 2683640672 3637601451 2310054615 3787218712 251826974 3478975724 26194729 4094981617 1606812732 411496291 935216299 1230653384 925327347 1850925717 2909168824 1483894308 3272436476 148052056 4082389268 262534637 1182064236 3660875167 858705738 2935328237 1663665199 3523244002 1812011922 258914762 1082164081 1353489197 535776336 422180384 2097444786 1098385351 4169067815 119115264 487121426 2241504685 1925391229 2570663737 3828611101 4223867062 2940356298 1769400790 3324997960 3379044403 1209324051 2026805523 465628620 255 362436" option to reproduce the execution
0.00/0.01	c #vars 60
0.00/0.01	c #constraints 160
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 |       73      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      129 |      100 |       73      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      376 |      250 |       81      4 |        0 |        0
0.00/0.05	c  0.0s |       3 |      764 |      475 |       90      8 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1291 |      813 |      100     14 |        0 |        0
0.09/0.10	c  0.1s |       5 |     2004 |     1320 |      111     22 |        0 |        0
0.09/0.15	c  0.1s |       6 |     3078 |     2081 |      136     34 |        0 |        0
0.19/0.22	c  0.2s |       7 |     4704 |     3223 |      150     49 |        0 |        0
0.29/0.32	c  0.3s |       8 |     6888 |     4936 |      165     71 |        0 |        0
0.38/0.49	c  0.5s |       9 |    10694 |     7506 |      182    101 |        0 |        0
0.69/0.72	c  0.7s |      10 |    15957 |    11361 |      201    141 |        1 |        4
0.99/1.02	c  1.0s |      10 |    22742 |    16426 |      201    186 |       13 |       44
0.99/1.02	c #cpu_time = 1.004s
0.99/1.02	c #wall_clock_time = 1.006s
0.99/1.02	c #decision = 22742
0.99/1.02	c #random_decision = 100
0.99/1.02	c #conflict = 16426
0.99/1.02	c #restart = 10
0.99/1.02	s UNSATISFIABLE
0.99/1.02	c total CPU time = 1.019s
0.99/1.02	c total wall clock time = 1.022s

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

pid=16783
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.24 3/243 16786
/proc/meminfo: memFree=30125096/32872528 swapFree=189444/189444
[pid=16786] ppid=16783 vsize=753084 CPUtime=0 cores=0,2,4,6
/proc/16786/stat : 16786 (toysat) R 16783 16786 13211 0 -1 4202496 2814 0 0 0 0 0 0 0 20 0 4 0 12329625 771158016 3686 33554432000 4194304 16246674 140734297118896 140734297118320 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16786/statm: 189039 3696 441 2943 0 185933 0
[pid=16786/tid=16787] ppid=16783 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16787/stat : 16787 (toysat) S 16783 16786 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12329625 790032384 3756 33554432000 4194304 16246674 140734297118896 140308385869040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16786/tid=16788] ppid=16783 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16788/stat : 16788 (toysat) S 16783 16786 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329625 794226688 3773 33554432000 4194304 16246674 140734297118896 140308375379184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16786/tid=16789] ppid=16783 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16789/stat : 16789 (toysat) S 16783 16786 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329625 798420992 3790 33554432000 4194304 16246674 140734297118896 140308260056240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.01 2.02 2.24 3/243 16786
/proc/meminfo: memFree=30125096/32872528 swapFree=189444/189444
[pid=16786] ppid=16783 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/16786/stat : 16786 (toysat) R 16783 16786 13211 0 -1 4202496 25214 0 0 0 6 3 0 0 20 0 4 0 12329625 1247350784 26076 33554432000 4194304 16246674 140734297118896 140734297118320 6021007 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16786/statm: 304529 26084 708 2943 0 301423 0
[pid=16786/tid=16787] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16787/stat : 16787 (toysat) S 16783 16786 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 26090 33554432000 4194304 16246674 140734297118896 140308385869040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16786/tid=16788] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16788/stat : 16788 (toysat) S 16783 16786 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 26096 33554432000 4194304 16246674 140734297118896 140308375379184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16786/tid=16789] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16789/stat : 16789 (toysat) S 16783 16786 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 26103 33554432000 4194304 16246674 140734297118896 140308260056240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200507 s]
/proc/loadavg: 2.01 2.02 2.24 3/243 16786
/proc/meminfo: memFree=30125096/32872528 swapFree=189444/189444
[pid=16786] ppid=16783 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/16786/stat : 16786 (toysat) R 16783 16786 13211 0 -1 4202496 47611 0 0 0 14 5 0 0 20 0 4 0 12329625 1247350784 48472 33554432000 4194304 16246674 140734297118896 140734297118320 6076251 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16786/statm: 304529 48483 709 2943 0 301423 0
[pid=16786/tid=16787] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16787/stat : 16787 (toysat) S 16783 16786 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 48491 33554432000 4194304 16246674 140734297118896 140308385869040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16786/tid=16788] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16788/stat : 16788 (toysat) S 16783 16786 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 48497 33554432000 4194304 16246674 140734297118896 140308375379184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16786/tid=16789] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16789/stat : 16789 (toysat) S 16783 16786 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 48503 33554432000 4194304 16246674 140734297118896 140308260056240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300475 s]
/proc/loadavg: 2.01 2.02 2.24 3/243 16786
/proc/meminfo: memFree=30125096/32872528 swapFree=189444/189444
[pid=16786] ppid=16783 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/16786/stat : 16786 (toysat) R 16783 16786 13211 0 -1 4202496 69826 0 0 0 21 8 0 0 20 0 4 0 12329625 1247350784 70688 33554432000 4194304 16246674 140734297118896 140734297118320 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16786/statm: 304529 70698 709 2943 0 301423 0
[pid=16786/tid=16787] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16787/stat : 16787 (toysat) S 16783 16786 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 70706 33554432000 4194304 16246674 140734297118896 140308385869040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16786/tid=16788] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16788/stat : 16788 (toysat) S 16783 16786 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 70713 33554432000 4194304 16246674 140734297118896 140308375379184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16786/tid=16789] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16789/stat : 16789 (toysat) S 16783 16786 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 70719 33554432000 4194304 16246674 140734297118896 140308260056240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.01 2.02 2.24 3/243 16786
/proc/meminfo: memFree=30125096/32872528 swapFree=189444/189444
[pid=16786] ppid=16783 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/16786/stat : 16786 (toysat) R 16783 16786 13211 0 -1 4202496 157989 0 0 0 49 20 0 0 20 0 4 0 12329625 1247350784 158850 33554432000 4194304 16246674 140734297118896 140734297101896 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16786/statm: 304529 158859 709 2943 0 301423 0
[pid=16786/tid=16787] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16787/stat : 16787 (toysat) S 16783 16786 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 158866 33554432000 4194304 16246674 140734297118896 140308385869040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16786/tid=16788] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16788/stat : 16788 (toysat) S 16783 16786 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 158873 33554432000 4194304 16246674 140734297118896 140308375379184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16786/tid=16789] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16789/stat : 16789 (toysat) S 16783 16786 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 158880 33554432000 4194304 16246674 140734297118896 140308260056240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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 16786 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.800477 s]
/proc/loadavg: 2.01 2.02 2.24 3/243 16786
/proc/meminfo: memFree=30125096/32872528 swapFree=189444/189444
[pid=16786] ppid=16783 vsize=1218116 CPUtime=0.79 cores=0,2,4,6
/proc/16786/stat : 16786 (toysat) R 16783 16786 13211 0 -1 4202496 179744 0 0 0 56 23 0 0 20 0 4 0 12329625 1247350784 180605 33554432000 4194304 16246674 140734297118896 140734297101896 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16786/statm: 304529 180615 709 2943 0 301423 0
[pid=16786/tid=16787] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16787/stat : 16787 (toysat) S 16783 16786 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 180622 33554432000 4194304 16246674 140734297118896 140308385869040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16786/tid=16788] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16788/stat : 16788 (toysat) S 16783 16786 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 180627 33554432000 4194304 16246674 140734297118896 140308375379184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16786/tid=16789] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16789/stat : 16789 (toysat) S 16783 16786 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 180633 33554432000 4194304 16246674 140734297118896 140308260056240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1218116

[startup+1.00038 s]
/proc/loadavg: 2.01 2.02 2.24 3/243 16786
/proc/meminfo: memFree=30125096/32872528 swapFree=189444/189444
[pid=16786] ppid=16783 vsize=1218116 CPUtime=0.99 cores=0,2,4,6
/proc/16786/stat : 16786 (toysat) R 16783 16786 13211 0 -1 4202496 222970 0 0 0 71 28 0 0 20 0 4 0 12329625 1247350784 223831 33554432000 4194304 16246674 140734297118896 140734297101896 6836566 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16786/statm: 304529 223842 709 2943 0 301423 0
[pid=16786/tid=16787] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16787/stat : 16787 (toysat) S 16783 16786 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 223848 33554432000 4194304 16246674 140734297118896 140308385869040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16786/tid=16788] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16788/stat : 16788 (toysat) S 16783 16786 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 223854 33554432000 4194304 16246674 140734297118896 140308375379184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16786/tid=16789] ppid=16783 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16786/task/16789/stat : 16789 (toysat) S 16783 16786 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329625 1247350784 223860 33554432000 4194304 16246674 140734297118896 140308260056240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1218116

Child status: 0
Real time (s): 1.07388
CPU time (s): 1.06284
CPU user time (s): 0.728889
CPU system time (s): 0.333949
CPU usage (%): 98.9722
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.728889
system time used= 0.333949
maximum resident set size= 915460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228012
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= 23
involuntary context switches= 6

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

The end

Launcher Data

Begin job on node102 at 2016-06-30 20:43:51
IDJOB=4120698
IDBENCH=110083
IDSOLVER=2542
FILE ID=node102/4120698-1467312231
RUNJOBID= node102-1467310764-16424
PBS_JOBID= 20005272
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n40-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120698-1467312231/watcher-4120698-1467312231 -o /tmp/evaluation-result-4120698-1467312231/solver-4120698-1467312231 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467310764-16424 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120698-1467312231.opb

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

MD5SUM BENCH= 576ec9d2fc69c99159583d9caa3b53d4
RANDOM SEED=1238828570

node102.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.744
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.48
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.744
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.744
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.744
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.49
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.744
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.54
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.744
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.744
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.744
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:        30125616 kB
Buffers:          156588 kB
Cached:           569480 kB
SwapCached:            0 kB
Active:          1396320 kB
Inactive:         419448 kB
Active(anon):    1092164 kB
Inactive(anon):        0 kB
Active(file):     304156 kB
Inactive(file):   419448 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:       1352956 kB
Mapped:            17636 kB
Shmem:               204 kB
Slab:             608836 kB
SReclaimable:      52780 kB
SUnreclaim:       556056 kB
KernelStack:        2032 kB
PageTables:         6960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1426100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 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= 71636 MiB
End job on node102 at 2016-06-30 20:43:52