Trace number 4121641

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 326.056 326.106

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUM954f15d9f98e719c9ea46cf98408c71d
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 benchmark78.5961
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints212
Number of constraints which are clauses212
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 212 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): ....................................................................................................................................................................................................................
326.04/326.10	============================[ Search Statistics ]==============================
326.04/326.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
326.04/326.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
326.04/326.10	===============================================================================
326.04/326.10	|       100 |     101      212      636 |       77      100     17 |  0.010 % |
326.04/326.10	|       250 |     101      212      636 |       85       95     11 |  0.010 % |
326.04/326.10	|       475 |     101      212      636 |       94       88      9 |  0.010 % |
326.04/326.10	|       812 |     101      212      636 |      103       98      8 |  0.010 % |
326.04/326.10	|      1318 |     101      212      636 |      113      102      7 |  0.010 % |
326.04/326.10	|      2077 |     101      212      636 |      125       72      6 |  0.010 % |
326.04/326.10	|      3216 |     101      212      636 |      137       79      6 |  0.010 % |
326.04/326.10	|      4924 |     101      212      636 |      151       76      6 |  0.010 % |
326.04/326.10	|      7486 |     101      212      636 |      166      128      9 |  0.010 % |
326.04/326.10	|     11330 |     101      212      636 |      183      202      9 |  0.010 % |
326.04/326.10	|     17096 |     101      212      636 |      201      207     11 |  0.010 % |
326.04/326.10	|     25745 |     101      212      636 |      221      202      8 |  0.010 % |
326.04/326.10	|     38719 |     101      212      636 |      243      150      8 |  0.010 % |
326.04/326.10	|     58180 |     101      212      636 |      268      296     10 |  0.010 % |
326.04/326.10	|     87372 |     101      212      636 |      295      201      9 |  0.010 % |
326.04/326.10	|    131161 |     101      212      636 |      324      202      7 |  0.010 % |
326.04/326.10	|    196845 |     101      212      636 |      357      285      9 |  0.010 % |
326.04/326.10	|    295371 |     101      212      636 |      392      230      7 |  0.010 % |
326.04/326.10	|    443160 |     101      212      636 |      432      329      9 |  0.010 % |
326.04/326.10	|    664843 |     101      212      636 |      475      412      9 |  0.010 % |
326.04/326.10	|    997368 |     101      212      636 |      522      476     10 |  0.010 % |
326.04/326.10	|   1496156 |     101      212      636 |      575      297      8 |  0.010 % |
326.04/326.10	|   2244338 |     101      212      636 |      632      326      8 |  0.010 % |
326.04/326.10	|   3366612 |     101      212      636 |      696      660      9 |  0.010 % |
326.04/326.10	|   5050023 |     101      212      636 |      765      404      8 |  0.010 % |
326.04/326.10	|   7575139 |     101      212      636 |      842      531     10 |  0.010 % |
326.04/326.10	|  11362814 |     101      212      636 |      926      784     10 |  0.010 % |
326.04/326.10	|  17044326 |     101      212      636 |     1019      636      9 |  0.010 % |
326.04/326.10	|  25566595 |     101      212      636 |     1120      793     11 |  0.010 % |
326.04/326.10	|  38349998 |     101      212      636 |     1233      936     10 |  0.010 % |
326.04/326.10	===============================================================================
326.04/326.10	c UNSATISFIABLE
326.04/326.10	s UNSATISFIABLE
326.04/326.10	c _______________________________________________________________________________
326.04/326.10	c 
326.04/326.10	restarts              : 65534
326.04/326.10	conflicts             : 48983469       (150232 /sec)
326.04/326.10	decisions             : 68113113       (0.00 % random) (208903 /sec)
326.04/326.10	propagations          : 973319244      (2985171 /sec)
326.04/326.10	conflict literals     : 642615184      (11.85 % deleted)
326.04/326.10	Memory used           : 6.20 MB
326.04/326.10	CPU time              : 326.051 s
326.04/326.10	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-4121641-1467313132/watcher-4121641-1467313132 -o /tmp/evaluation-result-4121641-1467313132/solver-4121641-1467313132 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467308555-17596 --watchdog 1960 -S 80 minisatp HOME/instance-4121641-1467313132.opb 

pid=20000
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 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: 2.28 2.26 2.19 3/178 20003
/proc/meminfo: memFree=28307472/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=1988 CPUtime=0 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 12265889 2035712 200 33554432000 4194304 5646918 140733936940112 140736124879384 4402853 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 497 200 134 355 0 138 0

[startup+0.100158 s]
/proc/loadavg: 2.28 2.26 2.19 3/178 20003
/proc/meminfo: memFree=28307472/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=1988 CPUtime=0.09 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 338 0 0 0 9 0 0 0 20 0 1 0 12265889 2035712 212 33554432000 4194304 5646918 140733936940112 140736124879384 4403040 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 497 212 135 355 0 138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1988

[startup+0.200275 s]
/proc/loadavg: 2.28 2.26 2.19 3/178 20003
/proc/meminfo: memFree=28307472/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=1988 CPUtime=0.19 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 343 0 0 0 19 0 0 0 20 0 1 0 12265889 2035712 217 33554432000 4194304 5646918 140733936940112 140736124879384 4400014 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 497 217 135 355 0 138 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1988

[startup+0.300258 s]
/proc/loadavg: 2.28 2.26 2.19 3/178 20003
/proc/meminfo: memFree=28307472/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=1988 CPUtime=0.29 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 344 0 0 0 29 0 0 0 20 0 1 0 12265889 2035712 218 33554432000 4194304 5646918 140733936940112 140736124879384 4399339 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 497 218 135 355 0 138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1988

[startup+0.700241 s]
/proc/loadavg: 2.28 2.26 2.19 3/178 20003
/proc/meminfo: memFree=28307472/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2120 CPUtime=0.69 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 356 0 0 0 69 0 0 0 20 0 1 0 12265889 2170880 230 33554432000 4194304 5646918 140733936940112 140736124879384 4422995 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 530 230 135 355 0 171 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2120

[startup+1.50023 s]
/proc/loadavg: 2.34 2.27 2.20 3/179 20004
/proc/meminfo: memFree=28306840/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2120 CPUtime=1.49 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 370 0 0 0 149 0 0 0 20 0 1 0 12265889 2170880 244 33554432000 4194304 5646918 140733936940112 140733936938376 4423043 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 530 244 135 355 0 171 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2120

[startup+3.10028 s]
/proc/loadavg: 2.34 2.27 2.20 3/179 20004
/proc/meminfo: memFree=28306344/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2120 CPUtime=3.09 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 380 0 0 0 309 0 0 0 20 0 1 0 12265889 2170880 254 33554432000 4194304 5646918 140733936940112 140733936938376 4402778 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 530 254 135 355 0 171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2120

[startup+6.30023 s]
/proc/loadavg: 2.34 2.27 2.20 3/179 20004
/proc/meminfo: memFree=28306612/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2268 CPUtime=6.29 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 405 0 0 0 629 0 0 0 20 0 1 0 12265889 2322432 278 33554432000 4194304 5646918 140733936940112 140733936938376 4399664 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 567 278 135 355 0 208 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2268

[startup+12.7002 s]
/proc/loadavg: 2.37 2.28 2.20 3/179 20004
/proc/meminfo: memFree=28306060/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2268 CPUtime=12.69 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 416 0 0 0 1269 0 0 0 20 0 1 0 12265889 2322432 289 33554432000 4194304 5646918 140733936940112 140733936938376 4399365 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 567 289 135 355 0 208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2268

[startup+25.5004 s]
/proc/loadavg: 2.39 2.28 2.20 4/179 20004
/proc/meminfo: memFree=28306232/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2444 CPUtime=25.49 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 443 0 0 0 2549 0 0 0 20 0 1 0 12265889 2502656 316 33554432000 4194304 5646918 140733936940112 140733936938360 4402806 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 611 316 135 355 0 252 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2444

[startup+51.1003 s]
/proc/loadavg: 2.32 2.28 2.20 3/179 20004
/proc/meminfo: memFree=28305740/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2632 CPUtime=51.09 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 485 0 0 0 5109 0 0 0 20 0 1 0 12265889 2695168 357 33554432000 4194304 5646918 140733936940112 140733936938360 4403116 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 658 357 135 355 0 299 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2632

[startup+102.3 s]
/proc/loadavg: 2.52 2.33 2.22 3/180 20008
/proc/meminfo: memFree=28306152/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2816 CPUtime=102.28 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 522 0 0 0 10228 0 0 0 20 0 1 0 12265889 2883584 391 33554432000 4194304 5646918 140733936940112 140733936938360 4423027 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 704 391 135 355 0 345 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2816

[startup+162.3 s]
/proc/loadavg: 2.38 2.32 2.22 4/180 20033
/proc/meminfo: memFree=28304528/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2816 CPUtime=162.27 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 543 0 0 0 16227 0 0 0 20 0 1 0 12265889 2883584 411 33554432000 4194304 5646918 140733936940112 140733936938360 4397763 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 704 411 135 355 0 345 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2816

[startup+222.307 s]
/proc/loadavg: 2.28 2.30 2.22 3/179 20034
/proc/meminfo: memFree=28304968/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2816 CPUtime=222.27 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 563 0 0 0 22227 0 0 0 20 0 1 0 12265889 2883584 431 33554432000 4194304 5646918 140733936940112 140733936938360 4398960 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 704 431 135 355 0 345 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 2816

[startup+282.3 s]
/proc/loadavg: 2.26 2.29 2.22 3/179 20035
/proc/meminfo: memFree=28304108/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=282.25 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 600 0 0 0 28225 0 0 0 20 0 1 0 12265889 3022848 467 33554432000 4194304 5646918 140733936940112 140733936938376 4403104 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 467 135 355 0 379 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2952

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

[startup+307.2 s]
/proc/loadavg: 2.23 2.28 2.22 4/179 20036
/proc/meminfo: memFree=28303604/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=307.14 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 600 0 0 0 30714 0 0 0 20 0 1 0 12265889 3022848 467 33554432000 4194304 5646918 140733936940112 140733936938376 4402821 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 467 135 355 0 379 0
Current children cumulated CPU time (s) 307.14
Current children cumulated vsize (KiB) 2952

[startup+313.607 s]
/proc/loadavg: 2.21 2.28 2.22 3/179 20036
/proc/meminfo: memFree=28304036/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=313.55 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 600 0 0 0 31355 0 0 0 20 0 1 0 12265889 3022848 467 33554432000 4194304 5646918 140733936940112 140733936938376 4399392 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 467 135 355 0 379 0
Current children cumulated CPU time (s) 313.55
Current children cumulated vsize (KiB) 2952

[startup+320 s]
/proc/loadavg: 2.19 2.27 2.21 3/179 20036
/proc/meminfo: memFree=28304120/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=319.94 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 601 0 0 0 31994 0 0 0 20 0 1 0 12265889 3022848 468 33554432000 4194304 5646918 140733936940112 140733936938376 4403249 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 468 135 355 0 379 0
Current children cumulated CPU time (s) 319.94
Current children cumulated vsize (KiB) 2952

[startup+323.2 s]
/proc/loadavg: 2.18 2.27 2.21 3/179 20036
/proc/meminfo: memFree=28304120/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=323.14 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 601 0 0 0 32314 0 0 0 20 0 1 0 12265889 3022848 468 33554432000 4194304 5646918 140733936940112 140733936938376 4403184 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 468 135 355 0 379 0
Current children cumulated CPU time (s) 323.14
Current children cumulated vsize (KiB) 2952

[startup+324.8 s]
/proc/loadavg: 2.18 2.27 2.21 4/179 20036
/proc/meminfo: memFree=28304120/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=324.74 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 601 0 0 0 32474 0 0 0 20 0 1 0 12265889 3022848 468 33554432000 4194304 5646918 140733936940112 140733936938376 4402764 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 468 135 355 0 379 0
Current children cumulated CPU time (s) 324.74
Current children cumulated vsize (KiB) 2952

[startup+325.6 s]
/proc/loadavg: 2.18 2.27 2.21 4/179 20036
/proc/meminfo: memFree=28304120/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=325.55 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 601 0 0 0 32555 0 0 0 20 0 1 0 12265889 3022848 468 33554432000 4194304 5646918 140733936940112 140733936938376 4403389 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 468 135 355 0 379 0
Current children cumulated CPU time (s) 325.55
Current children cumulated vsize (KiB) 2952

[startup+326 s]
/proc/loadavg: 2.18 2.27 2.21 4/179 20036
/proc/meminfo: memFree=28304120/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=325.94 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 601 0 0 0 32594 0 0 0 20 0 1 0 12265889 3022848 468 33554432000 4194304 5646918 140733936940112 140733936938376 4402739 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 468 135 355 0 379 0
Current children cumulated CPU time (s) 325.94
Current children cumulated vsize (KiB) 2952

[startup+326.1 s]
/proc/loadavg: 2.18 2.27 2.21 4/179 20036
/proc/meminfo: memFree=28304120/32872528 swapFree=1515120/1684772
[pid=20003] ppid=20000 vsize=2952 CPUtime=326.04 cores=0,2,4,6
/proc/20003/stat : 20003 (minisatp) R 20000 20003 17580 0 -1 4202496 601 0 0 0 32604 0 0 0 20 0 1 0 12265889 3022848 468 33554432000 4194304 5646918 140733936940112 140733936938376 4403198 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/20003/statm: 738 468 135 355 0 379 0
Current children cumulated CPU time (s) 326.04
Current children cumulated vsize (KiB) 2952

Child status: 0
Real time (s): 326.106
CPU time (s): 326.056
CPU user time (s): 326.051
CPU system time (s): 0.004999
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 2952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 326.051
system time used= 0.004999
maximum resident set size= 1916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612
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= 336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.930858 second user time and 1.3148 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 20:58:52
IDJOB=4121641
IDBENCH=110581
IDSOLVER=2555
FILE ID=node135/4121641-1467313132
RUNJOBID= node135-1467308555-17596
PBS_JOBID= 20005260
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 954f15d9f98e719c9ea46cf98408c71d
RANDOM SEED=2015100840

node135.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.722
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.44
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.722
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.722
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.57
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.722
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.56
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.722
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.722
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.722
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.68
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.722
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:        28308288 kB
Buffers:          211436 kB
Cached:          1887020 kB
SwapCached:            0 kB
Active:           366140 kB
Inactive:        1767112 kB
Active(anon):      37380 kB
Inactive(anon):        0 kB
Active(file):     328760 kB
Inactive(file):  1767112 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3948 kB
Writeback:             0 kB
AnonPages:       1719552 kB
Mapped:            14568 kB
Shmem:               216 kB
Slab:             614520 kB
SReclaimable:      58228 kB
SUnreclaim:       556292 kB
KernelStack:        1496 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1823360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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-4121641-1467313132.opb

Free space on /tmp at the end= 71696 MiB
End job on node135 at 2016-06-30 21:04:18