Trace number 3496732

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 NameAnswerobjective functionCPU timeWall clock time
MinisatID 2.5.2-gmp (fixed)? (TO) 1800.05 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
MD5SUM0073f65f5c50ef8f4ebea5bdb58f4e26
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7501
Total number of constraints21961
Number of constraints which are clauses21960
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777715595715329186976003635521247756299664
Number of bits of the biggest sum of numbers181
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	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.04/1800.00	>>> Terminate signal received
1800.04/1800.00	UNKNOWN

Verifier Data

ERROR: no interpretation found !

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-3496732-1307932591/watcher-3496732-1307932591 -o /tmp/evaluation-result-3496732-1307932591/solver-3496732-1307932591 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3496732-1307932591.opb --verbosity=0 --format=opb --randomseed=374702765 

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.06 2.01 2.00 3/177 10821
/proc/meminfo: memFree=31898640/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=7800 CPUtime=0 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 436 0 0 0 0 0 0 0 25 0 1 0 904861891 7987200 389 33554432000 4194304 6957856 140735615352224 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 1950 389 250 675 0 1266 0

[startup+0.104399 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 10821
/proc/meminfo: memFree=31898640/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=16784 CPUtime=0.1 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 2665 0 0 0 10 0 0 0 25 0 1 0 904861891 17186816 2619 33554432000 4194304 6957856 140735615352224 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 4196 2619 250 675 0 3512 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16784

[startup+0.200384 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 10821
/proc/meminfo: memFree=31898640/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=25724 CPUtime=0.19 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 4905 0 0 0 19 0 0 0 25 0 1 0 904861891 26341376 4825 33554432000 4194304 6957856 140735615352224 18446744073709551615 5385216 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 6431 4825 252 675 0 5747 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25724

[startup+0.300367 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 10821
/proc/meminfo: memFree=31898640/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=34096 CPUtime=0.29 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 7222 0 0 0 29 0 0 0 25 0 1 0 904861891 34914304 6940 33554432000 4194304 6957856 140735615352224 18446744073709551615 4815104 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 8524 6941 267 675 0 7840 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34096

[startup+0.700298 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 10821
/proc/meminfo: memFree=31898640/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=71600 CPUtime=0.69 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 17658 0 0 0 67 2 0 0 25 0 1 0 904861891 73318400 16241 33554432000 4194304 6957856 140735615352224 18446744073709551615 5311744 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 17900 16241 274 675 0 17216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71600

[startup+1.50015 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 10822
/proc/meminfo: memFree=31834680/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=71508 CPUtime=1.49 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 18373 0 0 0 147 2 0 0 25 0 1 0 904861891 73224192 16320 33554432000 4194304 6957856 140735615352224 18446744073709551615 4866335 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 17877 16320 275 675 0 17193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71508

[startup+3.10087 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 10822
/proc/meminfo: memFree=31833604/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=71508 CPUtime=3.09 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 18385 0 0 0 307 2 0 0 25 0 1 0 904861891 73224192 16331 33554432000 4194304 6957856 140735615352224 18446744073709551615 5934090 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 17877 16331 282 675 0 17193 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71508

[startup+6.3003 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 10822
/proc/meminfo: memFree=31833292/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=71508 CPUtime=6.29 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 18386 0 0 0 627 2 0 0 25 0 1 0 904861891 73224192 16332 33554432000 4194304 6957856 140735615352224 18446744073709551615 5932670 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 17877 16332 282 675 0 17193 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71508

[startup+12.7002 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 10822
/proc/meminfo: memFree=31832924/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=71508 CPUtime=12.69 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 18405 0 0 0 1267 2 0 0 25 0 1 0 904861891 73224192 16350 33554432000 4194304 6957856 140735615352224 18446744073709551615 5932608 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 17877 16350 282 675 0 17193 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71508

[startup+25.5009 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 10822
/proc/meminfo: memFree=31829968/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=73160 CPUtime=25.49 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 19221 0 0 0 2547 2 0 0 25 0 1 0 904861891 74915840 17166 33554432000 4194304 6957856 140735615352224 18446744073709551615 4869746 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 18290 17166 284 675 0 17606 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73160

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 10823
/proc/meminfo: memFree=31829320/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=73160 CPUtime=51.09 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 19226 0 0 0 5107 2 0 0 25 0 1 0 904861891 74915840 17170 33554432000 4194304 6957856 140735615352224 18446744073709551615 5387648 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 18290 17170 284 675 0 17606 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73160

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 10824
/proc/meminfo: memFree=31820704/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=80300 CPUtime=102.3 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 20963 0 0 0 10228 2 0 0 25 0 1 0 904861891 82227200 18905 33554432000 4194304 6957856 140735615352224 18446744073709551615 5313040 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 20075 18905 284 675 0 19391 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80300

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10826
/proc/meminfo: memFree=31806504/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=99156 CPUtime=162.3 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 24223 0 0 0 16227 3 0 0 25 0 1 0 904861891 101535744 22156 33554432000 4194304 6957856 140735615352224 18446744073709551615 5307371 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 24789 22156 284 675 0 24105 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 99156

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10828
/proc/meminfo: memFree=31797124/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=99156 CPUtime=222.31 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 26007 0 0 0 22228 3 0 0 25 0 1 0 904861891 101535744 23939 33554432000 4194304 6957856 140735615352224 18446744073709551615 5315435 0 0 4096 17571 0 0 0 17 1 0 0 0
/proc/10821/statm: 24789 23939 284 675 0 24105 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 99156

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10829
/proc/meminfo: memFree=31816392/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=80828 CPUtime=282.3 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 28165 0 0 0 28227 3 0 0 25 0 1 0 904861891 82767872 18546 33554432000 4194304 6957856 140735615352224 18446744073709551615 5314259 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 20207 18546 285 675 0 19523 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 80828

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10831
/proc/meminfo: memFree=31811752/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=80828 CPUtime=342.3 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 28195 0 0 0 34227 3 0 0 25 0 1 0 904861891 82767872 18576 33554432000 4194304 6957856 140735615352224 18446744073709551615 5314160 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 20207 18576 285 675 0 19523 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80828

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10832
/proc/meminfo: memFree=31798040/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=88500 CPUtime=402.3 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 30319 0 0 0 40227 3 0 0 25 0 1 0 904861891 90624000 20693 33554432000 4194304 6957856 140735615352224 18446744073709551615 5922016 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 22125 20693 285 675 0 21441 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 88500

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 10834
/proc/meminfo: memFree=31783844/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=100316 CPUtime=462.3 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 32334 0 0 0 46226 4 0 0 25 0 1 0 904861891 102723584 22703 33554432000 4194304 6957856 140735615352224 18446744073709551615 5307375 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 25079 22703 285 675 0 24395 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100316

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 10836
/proc/meminfo: memFree=31791984/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=75536 CPUtime=522.31 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 36536 0 0 0 52226 5 0 0 25 0 1 0 904861891 77348864 18023 33554432000 4194304 6957856 140735615352224 18446744073709551615 4869728 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 18884 18023 285 675 0 18200 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 75536

[startup+582.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 10837
/proc/meminfo: memFree=31765640/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=107536 CPUtime=582.31 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 40501 0 0 0 58226 5 0 0 25 0 1 0 904861891 110116864 21976 33554432000 4194304 6957856 140735615352224 18446744073709551615 4869738 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 26884 21976 285 675 0 26200 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 107536

[startup+642.301 s]

################
# More data... #
################

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10884
/proc/meminfo: memFree=32197248/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=175712 CPUtime=882.32 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 67584 0 0 0 88223 9 0 0 25 0 1 0 904861891 179929088 34959 33554432000 4194304 6957856 140735615352224 18446744073709551615 5314241 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 43928 34959 286 675 0 43244 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 175712

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10886
/proc/meminfo: memFree=32169400/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=206532 CPUtime=942.32 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 73512 0 0 0 94222 10 0 0 25 0 1 0 904861891 211488768 40864 33554432000 4194304 6957856 140735615352224 18446744073709551615 5387648 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 51633 40864 286 675 0 50949 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 206532

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10887
/proc/meminfo: memFree=32133740/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=256620 CPUtime=1002.32 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 81275 0 0 0 100221 11 0 0 25 0 1 0 904861891 262778880 48610 33554432000 4194304 6957856 140735615352224 18446744073709551615 5918166 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 64155 48610 286 675 0 63471 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 256620

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10889
/proc/meminfo: memFree=32104776/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=256620 CPUtime=1062.31 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 86816 0 0 0 106220 11 0 0 25 0 1 0 904861891 262778880 54122 33554432000 4194304 6957856 140735615352224 18446744073709551615 5312942 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 64155 54122 286 675 0 63471 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 256620

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10891
/proc/meminfo: memFree=32211684/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=126392 CPUtime=1122.32 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 90536 0 0 0 112219 13 0 0 25 0 1 0 904861891 129425408 26403 33554432000 4194304 6957856 140735615352224 18446744073709551615 5312973 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 31598 26403 286 675 0 30914 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 126392

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10892
/proc/meminfo: memFree=32210996/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=126392 CPUtime=1182.32 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 90536 0 0 0 118219 13 0 0 25 0 1 0 904861891 129425408 26403 33554432000 4194304 6957856 140735615352224 18446744073709551615 5314057 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 31598 26403 286 675 0 30914 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 126392

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10894
/proc/meminfo: memFree=32160924/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=175712 CPUtime=1242.31 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 98507 0 0 0 124218 13 0 0 25 0 1 0 904861891 179929088 34373 33554432000 4194304 6957856 140735615352224 18446744073709551615 5932608 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 43928 34373 286 675 0 43244 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 175712

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10895
/proc/meminfo: memFree=32142252/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=206532 CPUtime=1302.32 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 103133 0 0 0 130218 14 0 0 25 0 1 0 904861891 211488768 38983 33554432000 4194304 6957856 140735615352224 18446744073709551615 5929015 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 51633 38983 286 675 0 50949 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 206532

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10897
/proc/meminfo: memFree=32125660/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=206532 CPUtime=1362.33 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 107282 0 0 0 136218 15 0 0 25 0 1 0 904861891 211488768 43116 33554432000 4194304 6957856 140735615352224 18446744073709551615 5385212 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 51633 43116 286 675 0 50949 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 206532

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10899
/proc/meminfo: memFree=32094808/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=256620 CPUtime=1422.33 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 114996 0 0 0 142217 16 0 0 25 0 1 0 904861891 262778880 50813 33554432000 4194304 6957856 140735615352224 18446744073709551615 5918152 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 64155 50813 286 675 0 63471 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 256620

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10909
/proc/meminfo: memFree=32191116/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=126392 CPUtime=1482.33 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 117131 0 0 0 148216 17 0 0 25 0 1 0 904861891 129425408 26403 33554432000 4194304 6957856 140735615352224 18446744073709551615 5307730 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 31598 26403 286 675 0 30914 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 126392

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10911
/proc/meminfo: memFree=32141164/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=206532 CPUtime=1542.33 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 129823 0 0 0 154215 18 0 0 25 0 1 0 904861891 211488768 39095 33554432000 4194304 6957856 140735615352224 18446744073709551615 5922016 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 51633 39095 286 675 0 50949 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 206532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10912
/proc/meminfo: memFree=32121140/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=206532 CPUtime=1602.33 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 134932 0 0 0 160214 19 0 0 25 0 1 0 904861891 211488768 44197 33554432000 4194304 6957856 140735615352224 18446744073709551615 5313120 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 51633 44197 286 675 0 50949 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 206532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10917
/proc/meminfo: memFree=32190624/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=126392 CPUtime=1662.33 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 138491 0 0 0 166213 20 0 0 25 0 1 0 904861891 129425408 26403 33554432000 4194304 6957856 140735615352224 18446744073709551615 5922313 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 31598 26403 286 675 0 30914 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 126392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10919
/proc/meminfo: memFree=32190940/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=126392 CPUtime=1722.33 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 138491 0 0 0 172213 20 0 0 25 0 1 0 904861891 129425408 26403 33554432000 4194304 6957856 140735615352224 18446744073709551615 5918028 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 31598 26403 286 675 0 30914 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 126392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10920
/proc/meminfo: memFree=32155504/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=175712 CPUtime=1782.34 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 147517 0 0 0 178213 21 0 0 25 0 1 0 904861891 179929088 35419 33554432000 4194304 6957856 140735615352224 18446744073709551615 5934660 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 43928 35419 285 675 0 43244 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 175712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10921
/proc/meminfo: memFree=32150028/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=175712 CPUtime=1800.04 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 148865 0 0 0 179983 21 0 0 25 0 1 0 904861891 179929088 36762 33554432000 4194304 6957856 140735615352224 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 43928 36762 285 675 0 43244 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 175712

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10921
/proc/meminfo: memFree=32150028/32951124 swapFree=67050044/67111528
[pid=10821] ppid=10819 vsize=175712 CPUtime=1800.04 cores=1,3,5,7
/proc/10821/stat : 10821 (minisatid-gmp) R 10819 10821 8895 0 -1 4202496 148865 0 0 0 179983 21 0 0 25 0 1 0 904861891 179929088 36762 33554432000 4194304 6957856 140735615352224 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/10821/statm: 43928 36762 285 675 0 43244 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 175712

Child status: 0
Real time (s): 1800.01
CPU time (s): 1800.05
CPU user time (s): 1799.83
CPU system time (s): 0.218966
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 256620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148870
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= 4
involuntary context switches= 4856

runsolver used 2.45463 second user time and 5.75012 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-13 04:36:31
IDJOB=3496732
IDBENCH=3050
IDSOLVER=1990
FILE ID=node101/3496732-1307932591
RUNJOBID= node101-1307919799-8914
PBS_JOBID= 13559678
Free space on /tmp= 74048 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3496732-1307932591/watcher-3496732-1307932591 -o /tmp/evaluation-result-3496732-1307932591/solver-3496732-1307932591 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496732-1307932591.opb --verbosity=0 --format=opb --randomseed=374702765

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

MD5SUM BENCH= 0073f65f5c50ef8f4ebea5bdb58f4e26
RANDOM SEED=374702765

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31899332 kB
Buffers:        162512 kB
Cached:         205852 kB
SwapCached:      24984 kB
Active:         703988 kB
Inactive:       154688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31899332 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:            3876 kB
Writeback:          12 kB
AnonPages:      487172 kB
Mapped:          10384 kB
Slab:           127856 kB
PageTables:       5300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   673332 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74052 MiB
End job on node101 at 2011-06-13 05:06:33