Trace number 3721358

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
PB07: minisat+ 1.14SAT 240.555 240.612

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM891ef60a3c811d65a65dee7761e3f07c
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.83357
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables96
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint96
Maximum length of a constraint96
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 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
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 2 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: #
0.00/0.00	c   -- Clauses(.)/Splits(s): (none)
0.00/0.00	c ---[   0]---> Adder-cost: 1360   maxlim: 27267752   bits: 26/25
158.36/158.44	c ==================================[MINISAT+]==================================
158.36/158.44	c | Conflicts | Original         | Learnt                           | Progress |
158.36/158.44	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
158.36/158.44	c ==============================================================================
158.36/158.44	c |         0 |    9243    32941 |    3081       0        0     nan |  0.000 % |
158.36/158.44	c |       100 |    9243    32941 |    3389     100     2024    20.2 |  4.212 % |
158.36/158.44	c |       250 |    9235    32915 |    3728     249     4561    18.3 |  4.280 % |
158.36/158.45	c |       475 |    9235    32915 |    4100     474     7444    15.7 |  4.280 % |
158.36/158.46	c |       813 |    9227    32889 |    4510     811    11100    13.7 |  4.348 % |
158.36/158.48	c |      1319 |    9227    32889 |    4961    1317    29852    22.7 |  4.348 % |
158.45/158.53	c |      2079 |    9219    32863 |    5458    2076    73488    35.4 |  4.416 % |
158.55/158.62	c |      3219 |    9211    32837 |    6003    3215   158777    49.4 |  4.484 % |
158.65/158.76	c |      4929 |    9211    32837 |    6604    4925   303922    61.7 |  4.484 % |
158.95/159.01	c |      7492 |    9211    32837 |    7264    3919   239217    61.0 |  4.484 % |
159.25/159.34	c |     11339 |    9211    32837 |    7991    7766   499131    64.3 |  4.484 % |
159.75/159.85	c |     17106 |    9203    32811 |    8790    4843   275319    56.8 |  4.552 % |
160.75/160.81	c |     25756 |    9203    32811 |    9669    8791   675007    76.8 |  4.552 % |
162.25/162.31	c |     38732 |    9203    32811 |   10636    6224   387973    62.3 |  4.552 % |
164.45/164.53	c |     58193 |    9203    32811 |   11700    8880   598236    67.4 |  4.552 % |
167.95/168.02	c |     87385 |    9203    32811 |   12870    7574   416914    55.0 |  4.552 % |
174.34/174.46	c |    131175 |    9203    32811 |   14157   11073   765462    69.1 |  4.552 % |
183.94/184.04	c |    196859 |    9203    32811 |   15572   10430   745809    71.5 |  4.552 % |
198.84/198.97	c |    295385 |    9203    32811 |   17130   11893   803053    67.5 |  4.552 % |
220.94/221.03	c |    443177 |    9203    32811 |   18843    9916   589989    59.5 |  4.552 % |
240.53/240.61	c ==============================================================================
240.53/240.61	c SATISFIABLE: No goal function specified.
240.53/240.61	s SATISFIABLE
240.53/240.61	v -x1 x2 -x3 -x4 x5 -x6 -x7 -x8 x9 x10 -x11 -x12 -x13 x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96
240.53/240.61	c _______________________________________________________________________________
240.53/240.61	c 
240.53/240.61	c restarts              : 20
240.53/240.61	c conflicts             : 570494         (2373 /sec)
240.53/240.61	c decisions             : 705574         (2935 /sec)
240.53/240.61	c propagations          : 0              (0 /sec)
240.53/240.61	c inspects              : 0              (0 /sec)
240.53/240.61	c CPU time              : 240.369 s
240.53/240.61	c _______________________________________________________________________________

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3721358-1338555302/watcher-3721358-1338555302 -o /tmp/evaluation-result-3721358-1338555302/solver-3721358-1338555302 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721358-1338555302.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.00 3/176 32664
/proc/meminfo: memFree=26470204/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=1264 CPUtime=0 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 177 0 0 0 0 0 0 0 20 0 1 0 321655669 1294336 134 33554432000 134512640 135395479 4289396864 4289365020 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 316 139 86 216 0 98 0

[startup+0.091276 s]
/proc/loadavg: 2.00 2.04 2.00 3/176 32664
/proc/meminfo: memFree=26470204/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=2972 CPUtime=0.08 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 673 0 0 0 8 0 0 0 20 0 1 0 321655669 3043328 588 33554432000 134512640 135395479 4289396864 4289366300 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 743 588 86 216 0 525 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2972

[startup+0.100214 s]
/proc/loadavg: 2.00 2.04 2.00 3/176 32664
/proc/meminfo: memFree=26470204/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=3236 CPUtime=0.09 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 715 0 0 0 9 0 0 0 20 0 1 0 321655669 3313664 630 33554432000 134512640 135395479 4289396864 4289365372 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 809 630 86 216 0 591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3236

[startup+0.300187 s]
/proc/loadavg: 2.00 2.04 2.00 3/176 32664
/proc/meminfo: memFree=26470204/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=7524 CPUtime=0.29 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 2055 0 0 0 29 0 0 0 20 0 1 0 321655669 7704576 1722 33554432000 134512640 135395479 4289396864 4289367932 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 1881 1722 86 216 0 1663 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7524

[startup+0.700189 s]
/proc/loadavg: 2.00 2.04 2.00 3/176 32664
/proc/meminfo: memFree=26470204/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=15572 CPUtime=0.69 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 4389 0 0 0 68 1 0 0 20 0 1 0 321655669 15945728 3726 33554432000 134512640 135395479 4289396864 4289370492 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 3893 3726 86 216 0 3675 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15572

[startup+1.50019 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 32665
/proc/meminfo: memFree=26448484/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=30748 CPUtime=1.49 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 7825 0 0 0 148 1 0 0 20 0 1 0 321655669 31485952 7525 33554432000 134512640 135395479 4289396864 4289365628 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 7687 7525 86 216 0 7469 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30748

[startup+3.10021 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 32665
/proc/meminfo: memFree=26426796/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=58860 CPUtime=3.09 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 14132 0 0 0 307 2 0 0 20 0 1 0 321655669 60272640 14558 33554432000 134512640 135395479 4289396864 4289370492 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 14715 14558 86 216 0 14497 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58860

[startup+6.30022 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 32665
/proc/meminfo: memFree=26373244/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=110456 CPUtime=6.28 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 25044 0 0 0 624 4 0 0 20 0 1 0 321655669 113106944 27432 33554432000 134512640 135395479 4289396864 4289369788 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 27614 27432 86 216 0 27396 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110456

[startup+12.7002 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 32665
/proc/meminfo: memFree=26272940/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=204412 CPUtime=12.69 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 43597 0 0 0 1261 8 0 0 20 0 1 0 321655669 209317888 50932 33554432000 134512640 135395479 4289396864 4289367836 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 51103 50932 86 216 0 50885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 204412

[startup+25.5002 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 32665
/proc/meminfo: memFree=26100656/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=372256 CPUtime=25.47 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 75661 0 0 0 2532 15 0 0 20 0 1 0 321655669 381190144 92880 33554432000 134512640 135395479 4289396864 4289368828 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 93064 92880 86 216 0 92846 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 372256

[startup+51.1002 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 32665
/proc/meminfo: memFree=26111492/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=51.07 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93012 0 0 0 5089 18 0 0 20 0 1 0 321655669 365785088 89136 33554432000 134512640 135395479 4289396864 4289391688 135003916 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89136 89 216 0 89085 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 357212

[startup+102.306 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 32665
/proc/meminfo: memFree=26109056/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=102.27 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93012 0 0 0 10209 18 0 0 20 0 1 0 321655669 365785088 89136 33554432000 134512640 135395479 4289396864 4289392528 135005352 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89136 89 216 0 89085 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 357212

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 32665
/proc/meminfo: memFree=26109084/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=162.25 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93046 0 0 0 16207 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289395216 134581028 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 357212

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 32665
/proc/meminfo: memFree=26109124/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=222.24 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93051 0 0 0 22206 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289395216 134581491 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 357212

Solver just ended. Dumping a history of the last processes samples

[startup+230.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26109044/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=230.24 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93052 0 0 0 23006 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289394832 134579871 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 230.24
Current children cumulated vsize (KiB) 357212

[startup+236.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26107680/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=236.63 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93052 0 0 0 23645 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289394832 134579855 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 236.63
Current children cumulated vsize (KiB) 357212

[startup+238.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26107680/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=238.23 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93052 0 0 0 23805 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289394736 134574149 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 238.23
Current children cumulated vsize (KiB) 357212

[startup+239.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26107680/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=239.83 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93052 0 0 0 23965 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289395216 134581463 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 239.83
Current children cumulated vsize (KiB) 357212

[startup+240.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26107680/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=240.23 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93052 0 0 0 24005 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289395216 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 240.23
Current children cumulated vsize (KiB) 357212

[startup+240.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26107680/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=240.43 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93052 0 0 0 24025 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289395168 134580452 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 240.43
Current children cumulated vsize (KiB) 357212

[startup+240.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26107680/32873648 swapFree=6864/6864
[pid=32664] ppid=32662 vsize=357212 CPUtime=240.53 cores=1,3,5,7
/proc/32664/stat : 32664 (minisat+) R 32662 32664 32338 0 -1 4202496 93052 0 0 0 24035 18 0 0 20 0 1 0 321655669 365785088 89170 33554432000 134512640 135395479 4289396864 4289395216 134581076 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/32664/statm: 89303 89170 123 216 0 89085 0
Current children cumulated CPU time (s) 240.53
Current children cumulated vsize (KiB) 357212

Child status: 10
Real time (s): 240.612
CPU time (s): 240.555
CPU user time (s): 240.369
CPU system time (s): 0.185971
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 441576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.369
system time used= 0.185971
maximum resident set size= 440896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93055
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= 27
involuntary context switches= 245

runsolver used 0.375942 second user time and 0.937857 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-01 14:55:02
IDJOB=3721358
IDBENCH=2561
IDSOLVER=2306
FILE ID=node125/3721358-1338555302
RUNJOBID= node125-1338552574-32355
PBS_JOBID= 14635859
Free space on /tmp= 70464 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob7.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721358-1338555302/watcher-3721358-1338555302 -o /tmp/evaluation-result-3721358-1338555302/solver-3721358-1338555302 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721358-1338555302.opb            

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

MD5SUM BENCH= 891ef60a3c811d65a65dee7761e3f07c
RANDOM SEED=367889089

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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	: 5331.91
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.373
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	: 5331.92
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.373
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	: 5331.90
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.373
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	: 5331.91
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.373
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	: 5438.54
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.373
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	: 5331.91
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.373
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26471260 kB
Buffers:          591156 kB
Cached:          4864716 kB
SwapCached:         2312 kB
Active:          2422728 kB
Inactive:        3078360 kB
Active(anon):      36364 kB
Inactive(anon):     9252 kB
Active(file):    2386364 kB
Inactive(file):  3069108 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102520 kB
Dirty:              2328 kB
Writeback:             0 kB
AnonPages:         80664 kB
Mapped:            14740 kB
Shmem:                96 kB
Slab:             764204 kB
SReclaimable:     208244 kB
SUnreclaim:       555960 kB
KernelStack:        1472 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     159160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721358-1338555302.opb

Free space on /tmp at the end= 70460 MiB
End job on node125 at 2012-06-01 14:59:03