Trace number 4122425

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
minisatp 2012-10-02 git-d91742bUNSAT 356.192 356.246

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n28-d4-i3.cnf.gz-plain.pb.metafix.opb
MD5SUMdd0a723f0529a9febed7b21b6e862229
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 benchmark71.2732
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113
Total number of constraints236
Number of constraints which are clauses236
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 Parsing PB file...
0.00/0.00	c Converting 236 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): ............................................................................................................................................................................................................................................
356.13/356.24	============================[ Search Statistics ]==============================
356.13/356.24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
356.13/356.24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
356.13/356.24	===============================================================================
356.13/356.24	|       100 |     113      236      708 |       86      100     13 |  0.008 % |
356.13/356.24	|       250 |     113      236      708 |       95      125     11 |  0.008 % |
356.13/356.24	|       475 |     113      236      708 |      104       81      7 |  0.008 % |
356.13/356.24	|       812 |     113      236      708 |      115       74      7 |  0.008 % |
356.13/356.24	|      1318 |     113      236      708 |      126       95      7 |  0.008 % |
356.13/356.24	|      2077 |     113      236      708 |      139      147      8 |  0.008 % |
356.13/356.24	|      3216 |     113      236      708 |      153      115      8 |  0.008 % |
356.13/356.24	|      4924 |     113      236      708 |      168      201      7 |  0.008 % |
356.13/356.24	|      7486 |     113      236      708 |      185      140      7 |  0.008 % |
356.13/356.24	|     11330 |     113      236      708 |      204      133      8 |  0.008 % |
356.13/356.24	|     17096 |     113      236      708 |      224      151      8 |  0.008 % |
356.13/356.24	|     25745 |     113      236      708 |      246      218      8 |  0.008 % |
356.13/356.24	|     38719 |     113      236      708 |      271      201      7 |  0.008 % |
356.13/356.24	|     58180 |     113      236      708 |      298      275      8 |  0.008 % |
356.13/356.24	|     87372 |     113      236      708 |      328      279      9 |  0.008 % |
356.13/356.24	|    131161 |     113      236      708 |      361      253      7 |  0.008 % |
356.13/356.24	|    196845 |     113      236      708 |      397      242      7 |  0.008 % |
356.13/356.24	|    295371 |     113      236      708 |      437      329      7 |  0.008 % |
356.13/356.24	|    443160 |     113      236      708 |      481      404     10 |  0.008 % |
356.13/356.24	|    664843 |     113      236      708 |      529      347      7 |  0.008 % |
356.13/356.24	|    997368 |     113      236      708 |      582      518     11 |  0.008 % |
356.13/356.24	|   1496156 |     113      236      708 |      640      310      9 |  0.008 % |
356.13/356.24	|   2244338 |     113      236      708 |      704      661     12 |  0.008 % |
356.13/356.24	|   3366612 |     113      236      708 |      774      573     10 |  0.008 % |
356.13/356.24	|   5050023 |     113      236      708 |      852      621     10 |  0.008 % |
356.13/356.24	|   7575139 |     113      236      708 |      937      527      9 |  0.008 % |
356.13/356.24	|  11362814 |     113      236      708 |     1031      671     10 |  0.008 % |
356.13/356.24	|  17044326 |     113      236      708 |     1134      631      8 |  0.008 % |
356.13/356.24	|  25566595 |     113      236      708 |     1247      949     10 |  0.008 % |
356.13/356.24	|  38349998 |     113      236      708 |     1372      651     11 |  0.008 % |
356.13/356.24	===============================================================================
356.13/356.24	c UNSATISFIABLE
356.13/356.24	s UNSATISFIABLE
356.13/356.24	c _______________________________________________________________________________
356.13/356.24	c 
356.13/356.24	restarts              : 65535
356.13/356.24	conflicts             : 52436628       (147219 /sec)
356.13/356.24	decisions             : 73224912       (0.00 % random) (205583 /sec)
356.13/356.24	propagations          : 987474275      (2772388 /sec)
356.13/356.24	conflict literals     : 691185569      (11.50 % deleted)
356.13/356.24	Memory used           : 6.20 MB
356.13/356.24	CPU time              : 356.182 s
356.13/356.24	c _______________________________________________________________________________

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-4122425-1467314448/watcher-4122425-1467314448 -o /tmp/evaluation-result-4122425-1467314448/solver-4122425-1467314448 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467314202-4024 --watchdog 1960 -S 80 minisatp HOME/instance-4122425-1467314448.opb 

pid=4184
running on 8 cores: 4-7,12-15

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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.57 1.42 3/259 4187
/proc/meminfo: memFree=27902860/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=1992 CPUtime=0 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 12397587 2039808 204 33554432000 4194304 5646918 140733938278336 140736185657464 4403159 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 498 204 134 355 0 139 0

[startup+0.10012 s]
/proc/loadavg: 1.98 1.57 1.42 3/259 4187
/proc/meminfo: memFree=27902860/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=1992 CPUtime=0.09 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 343 0 0 0 9 0 0 0 20 0 1 0 12397587 2039808 217 33554432000 4194304 5646918 140733938278336 140736185657464 4400586 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 498 217 135 355 0 139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1992

[startup+0.20026 s]
/proc/loadavg: 1.98 1.57 1.42 3/259 4187
/proc/meminfo: memFree=27902860/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=1992 CPUtime=0.19 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 351 0 0 0 19 0 0 0 20 0 1 0 12397587 2039808 225 33554432000 4194304 5646918 140733938278336 140736185657464 4403155 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 498 225 135 355 0 139 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1992

[startup+0.300255 s]
/proc/loadavg: 1.98 1.57 1.42 3/259 4187
/proc/meminfo: memFree=27902860/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=1992 CPUtime=0.29 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 355 0 0 0 29 0 0 0 20 0 1 0 12397587 2039808 229 33554432000 4194304 5646918 140733938278336 140736185657464 4397604 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 498 229 135 355 0 139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1992

[startup+0.700217 s]
/proc/loadavg: 1.98 1.57 1.42 3/259 4187
/proc/meminfo: memFree=27902860/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2148 CPUtime=0.69 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 372 0 0 0 69 0 0 0 20 0 1 0 12397587 2199552 246 33554432000 4194304 5646918 140733938278336 140736185657464 4402829 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 537 246 135 355 0 178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2148

[startup+1.50014 s]
/proc/loadavg: 1.98 1.57 1.42 3/260 4188
/proc/meminfo: memFree=27902596/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2148 CPUtime=1.49 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 385 0 0 0 149 0 0 0 20 0 1 0 12397587 2199552 257 33554432000 4194304 5646918 140733938278336 140733938276584 4402867 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 537 257 135 355 0 178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2148

[startup+3.10017 s]
/proc/loadavg: 1.98 1.57 1.42 3/260 4188
/proc/meminfo: memFree=27901976/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2324 CPUtime=3.09 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 403 0 0 0 309 0 0 0 20 0 1 0 12397587 2379776 275 33554432000 4194304 5646918 140733938278336 140733938276584 4402832 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 581 275 135 355 0 222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2324

[startup+6.30022 s]
/proc/loadavg: 1.98 1.57 1.43 3/260 4188
/proc/meminfo: memFree=27901604/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2324 CPUtime=6.29 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 417 0 0 0 629 0 0 0 20 0 1 0 12397587 2379776 288 33554432000 4194304 5646918 140733938278336 140733938276584 4388996 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 581 288 135 355 0 222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2324

[startup+12.7002 s]
/proc/loadavg: 1.98 1.58 1.43 3/260 4188
/proc/meminfo: memFree=27900492/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2460 CPUtime=12.69 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 447 0 0 0 1269 0 0 0 20 0 1 0 12397587 2519040 318 33554432000 4194304 5646918 140733938278336 140733938276584 4402829 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 615 318 135 355 0 256 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2460

[startup+25.5003 s]
/proc/loadavg: 1.99 1.60 1.44 3/259 4188
/proc/meminfo: memFree=27900328/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2460 CPUtime=25.49 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 464 0 0 0 2549 0 0 0 20 0 1 0 12397587 2519040 335 33554432000 4194304 5646918 140733938278336 140733938276600 4403184 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 615 335 135 355 0 256 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2460

[startup+51.1003 s]
/proc/loadavg: 1.99 1.63 1.45 3/259 4188
/proc/meminfo: memFree=27900140/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2616 CPUtime=51.09 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 507 0 0 0 5109 0 0 0 20 0 1 0 12397587 2678784 378 33554432000 4194304 5646918 140733938278336 140733938276600 4403118 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 654 378 135 355 0 295 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2616

[startup+102.3 s]
/proc/loadavg: 2.06 1.70 1.48 3/259 4189
/proc/meminfo: memFree=27899760/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2776 CPUtime=102.29 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 551 0 0 0 10229 0 0 0 20 0 1 0 12397587 2842624 422 33554432000 4194304 5646918 140733938278336 140733938276600 4398964 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 694 422 135 355 0 335 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2776

[startup+162.3 s]
/proc/loadavg: 2.08 1.77 1.52 3/258 4191
/proc/meminfo: memFree=27899156/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=2908 CPUtime=162.27 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 587 0 0 0 16227 0 0 0 20 0 1 0 12397587 2977792 458 33554432000 4194304 5646918 140733938278336 140733938276600 4402798 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 727 458 135 355 0 368 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2908

[startup+222.31 s]
/proc/loadavg: 2.09 1.83 1.55 3/259 4193
/proc/meminfo: memFree=27898244/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3116 CPUtime=222.26 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 633 0 0 0 22226 0 0 0 20 0 1 0 12397587 3190784 502 33554432000 4194304 5646918 140733938278336 140733938276584 4402776 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 779 502 135 355 0 420 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3116

[startup+282.3 s]
/proc/loadavg: 2.13 1.88 1.59 3/259 4194
/proc/meminfo: memFree=27897744/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3280 CPUtime=282.25 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 665 0 0 0 28225 0 0 0 20 0 1 0 12397587 3358720 533 33554432000 4194304 5646918 140733938278336 140733938276600 4403478 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 820 533 135 355 0 461 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3280

[startup+342.3 s]
/proc/loadavg: 2.11 1.92 1.61 3/259 4195
/proc/meminfo: memFree=27897308/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3500 CPUtime=342.24 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 689 0 0 0 34224 0 0 0 20 0 1 0 12397587 3584000 557 33554432000 4194304 5646918 140733938278336 140733938276584 4403167 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 875 557 135 355 0 516 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3500

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

[startup+345.6 s]
/proc/loadavg: 2.10 1.92 1.62 3/259 4195
/proc/meminfo: memFree=27897308/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3500 CPUtime=345.53 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 689 0 0 0 34553 0 0 0 20 0 1 0 12397587 3584000 557 33554432000 4194304 5646918 140733938278336 140733938276584 4403530 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 875 557 135 355 0 516 0
Current children cumulated CPU time (s) 345.53
Current children cumulated vsize (KiB) 3500

[startup+352 s]
/proc/loadavg: 2.09 1.92 1.62 3/259 4195
/proc/meminfo: memFree=27897308/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3500 CPUtime=351.94 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 689 0 0 0 35194 0 0 0 20 0 1 0 12397587 3584000 557 33554432000 4194304 5646918 140733938278336 140733938276584 4399392 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 875 557 135 355 0 516 0
Current children cumulated CPU time (s) 351.94
Current children cumulated vsize (KiB) 3500

[startup+353.6 s]
/proc/loadavg: 2.09 1.92 1.62 3/259 4195
/proc/meminfo: memFree=27897308/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3500 CPUtime=353.53 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 689 0 0 0 35353 0 0 0 20 0 1 0 12397587 3584000 557 33554432000 4194304 5646918 140733938278336 140733938276584 4403372 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 875 557 135 355 0 516 0
Current children cumulated CPU time (s) 353.53
Current children cumulated vsize (KiB) 3500

[startup+355.2 s]
/proc/loadavg: 2.08 1.92 1.62 3/259 4195
/proc/meminfo: memFree=27897308/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3500 CPUtime=355.13 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 689 0 0 0 35513 0 0 0 20 0 1 0 12397587 3584000 557 33554432000 4194304 5646918 140733938278336 140733938276584 4410826 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 875 557 135 355 0 516 0
Current children cumulated CPU time (s) 355.13
Current children cumulated vsize (KiB) 3500

[startup+356 s]
/proc/loadavg: 2.08 1.92 1.62 3/259 4195
/proc/meminfo: memFree=27897308/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3500 CPUtime=355.93 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 689 0 0 0 35593 0 0 0 20 0 1 0 12397587 3584000 557 33554432000 4194304 5646918 140733938278336 140733938276584 4402774 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 875 557 135 355 0 516 0
Current children cumulated CPU time (s) 355.93
Current children cumulated vsize (KiB) 3500

[startup+356.2 s]
/proc/loadavg: 2.08 1.92 1.62 3/259 4195
/proc/meminfo: memFree=27897308/32872528 swapFree=8828/8828
[pid=4187] ppid=4184 vsize=3500 CPUtime=356.13 cores=4-7,12-15
/proc/4187/stat : 4187 (minisatp) R 4184 4187 26963 0 -1 4202496 689 0 0 0 35613 0 0 0 20 0 1 0 12397587 3584000 557 33554432000 4194304 5646918 140733938278336 140733938276584 4402788 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0
/proc/4187/statm: 875 557 135 355 0 516 0
Current children cumulated CPU time (s) 356.13
Current children cumulated vsize (KiB) 3500

Child status: 0
Real time (s): 356.246
CPU time (s): 356.192
CPU user time (s): 356.182
CPU system time (s): 0.009998
CPU usage (%): 99.9849
Max. virtual memory (cumulated for all children) (KiB): 3500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.182
system time used= 0.009998
maximum resident set size= 2272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700
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= 1
involuntary context switches= 367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59976 second user time and 2.24566 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 21:20:48
IDJOB=4122425
IDBENCH=111106
IDSOLVER=2555
FILE ID=node132/4122425-1467314448
RUNJOBID= node132-1467314202-4024
PBS_JOBID= 20005257
Free space on /tmp= 71536 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n28-d4-i3.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122425-1467314448/watcher-4122425-1467314448 -o /tmp/evaluation-result-4122425-1467314448/solver-4122425-1467314448 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467314202-4024 --watchdog 1960 -S 80 minisatp HOME/instance-4122425-1467314448.opb

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

MD5SUM BENCH= dd0a723f0529a9febed7b21b6e862229
RANDOM SEED=1001771199

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27903916 kB
Buffers:          167748 kB
Cached:          3992760 kB
SwapCached:            0 kB
Active:           264060 kB
Inactive:        3925864 kB
Active(anon):      31520 kB
Inactive(anon):        0 kB
Active(file):     232540 kB
Inactive(file):  3925864 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3956 kB
Writeback:             0 kB
AnonPages:         37240 kB
Mapped:            14572 kB
Shmem:               216 kB
Slab:             636328 kB
SReclaimable:      76940 kB
SUnreclaim:       559388 kB
KernelStack:        2160 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     143180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-4122425-1467314448.opb

Free space on /tmp at the end= 71532 MiB
End job on node132 at 2016-06-30 21:26:44