Trace number 3466787

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.4.8-gmp? (TO) 1800.05 1802.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
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.03/1800.01	>>> Terminate signal received

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3466787-1307408193/watcher-3466787-1307408193 -o /tmp/evaluation-result-3466787-1307408193/solver-3466787-1307408193 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466787-1307408193.opb --verbosity=0 --format=opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/495 8577
/proc/meminfo: memFree=29112428/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=8504 CPUtime=0.01 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 660 0 0 0 1 0 0 0 25 0 1 0 852418982 8708096 607 33554432000 4194304 6736272 140735167149024 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 2126 608 248 621 0 1496 0

[startup+0.044462 s]
/proc/loadavg: 2.00 2.02 2.00 2/495 8577
/proc/meminfo: memFree=29112428/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=11232 CPUtime=0.04 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 1349 0 0 0 4 0 0 0 25 0 1 0 852418982 11501568 1296 33554432000 4194304 6736272 140735167149024 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 2808 1297 248 621 0 2178 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11232

[startup+0.100436 s]
/proc/loadavg: 2.00 2.02 2.00 2/495 8577
/proc/meminfo: memFree=29112428/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=16264 CPUtime=0.09 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 2604 0 0 0 9 0 0 0 25 0 1 0 852418982 16654336 2551 33554432000 4194304 6736272 140735167149024 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 4066 2551 248 621 0 3436 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16264

[startup+0.300454 s]
/proc/loadavg: 2.00 2.02 2.00 2/495 8577
/proc/meminfo: memFree=29112428/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=34248 CPUtime=0.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 7026 0 0 0 29 0 0 0 25 0 1 0 852418982 35069952 6973 33554432000 4194304 6736272 140735167149024 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 8562 6973 248 621 0 7932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34248

[startup+0.700358 s]
/proc/loadavg: 2.00 2.02 2.00 2/495 8577
/proc/meminfo: memFree=29112428/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=68652 CPUtime=0.69 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 16499 0 0 0 68 1 0 0 25 0 1 0 852418982 70299648 15501 33554432000 4194304 6736272 140735167149024 18446744073709551615 4653823 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 17163 15502 253 621 0 16533 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68652

[startup+1.50027 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8584
/proc/meminfo: memFree=28942888/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=140064 CPUtime=1.49 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 34039 0 0 0 145 4 0 0 25 0 1 0 852418982 143425536 33041 33554432000 4194304 6736272 140735167149024 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 35016 33042 265 621 0 34386 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140064

[startup+3.10098 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8584
/proc/meminfo: memFree=28720188/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=3.1 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59033 0 0 0 302 8 0 0 25 0 1 0 852418982 228655104 53753 33554432000 4194304 6736272 140735167149024 18446744073709551615 5806460 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53753 274 621 0 55194 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 223296

[startup+6.30042 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8584
/proc/meminfo: memFree=28542816/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=6.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59058 0 0 0 618 11 0 0 25 0 1 0 852418982 228655104 53778 33554432000 4194304 6736272 140735167149024 18446744073709551615 5806341 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53778 274 621 0 55194 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 223296

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.00 3/499 8584
/proc/meminfo: memFree=28541460/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=12.69 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59126 0 0 0 1255 14 0 0 25 0 1 0 852418982 228655104 53846 33554432000 4194304 6736272 140735167149024 18446744073709551615 5150605 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53846 275 621 0 55194 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 223296

[startup+25.5012 s]
/proc/loadavg: 2.06 2.03 2.00 3/499 8584
/proc/meminfo: memFree=28542236/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=25.49 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59142 0 0 0 2533 16 0 0 25 0 1 0 852418982 228655104 53862 33554432000 4194304 6736272 140735167149024 18446744073709551615 5803157 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53862 282 621 0 55194 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 223296

[startup+51.1009 s]
/proc/loadavg: 2.04 2.03 2.00 3/499 8586
/proc/meminfo: memFree=28541916/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=51.09 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59162 0 0 0 5093 16 0 0 25 0 1 0 852418982 228655104 53881 33554432000 4194304 6736272 140735167149024 18446744073709551615 5811905 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53881 284 621 0 55194 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 223296

[startup+102.319 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 8586
/proc/meminfo: memFree=28540048/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=102.3 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59166 0 0 0 10214 16 0 0 25 0 1 0 852418982 228655104 53884 33554432000 4194304 6736272 140735167149024 18446744073709551615 5803361 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53884 284 621 0 55194 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 223296

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8588
/proc/meminfo: memFree=28539168/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=162.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59174 0 0 0 16212 17 0 0 25 0 1 0 852418982 228655104 53892 33554432000 4194304 6736272 140735167149024 18446744073709551615 4755876 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53892 284 621 0 55194 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 223296

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8590
/proc/meminfo: memFree=28540028/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223296 CPUtime=222.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59180 0 0 0 22211 18 0 0 25 0 1 0 852418982 228655104 53898 33554432000 4194304 6736272 140735167149024 18446744073709551615 5148038 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55824 53898 284 621 0 55194 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 223296

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8601
/proc/meminfo: memFree=28541276/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=218940 CPUtime=282.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59190 0 0 0 28209 20 0 0 25 0 1 0 852418982 224194560 53875 33554432000 4194304 6736272 140735167149024 18446744073709551615 5803152 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 54735 53875 285 621 0 54105 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 218940

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 8603
/proc/meminfo: memFree=28541288/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=218940 CPUtime=342.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59190 0 0 0 34209 20 0 0 25 0 1 0 852418982 224194560 53875 33554432000 4194304 6736272 140735167149024 18446744073709551615 5818026 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 54735 53875 285 621 0 54105 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 218940

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 8603
/proc/meminfo: memFree=28538180/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=219768 CPUtime=402.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59338 0 0 0 40208 21 0 0 25 0 1 0 852418982 225042432 54023 33554432000 4194304 6736272 140735167149024 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 54942 54023 285 621 0 54312 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 219768

[startup+462.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 8605
/proc/meminfo: memFree=28537056/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=220392 CPUtime=462.3 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59495 0 0 0 46208 22 0 0 25 0 1 0 852418982 225681408 54180 33554432000 4194304 6736272 140735167149024 18446744073709551615 5811942 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55098 54180 285 621 0 54468 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220392

[startup+522.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 8607
/proc/meminfo: memFree=28535440/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=223160 CPUtime=522.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 59966 0 0 0 52207 22 0 0 25 0 1 0 852418982 228515840 54651 33554432000 4194304 6736272 140735167149024 18446744073709551615 5148197 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 55790 54651 285 621 0 55160 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 223160

[startup+582.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/499 8612
/proc/meminfo: memFree=28522276/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=242504 CPUtime=582.29 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 63359 0 0 0 58206 23 0 0 25 0 1 0 852418982 248324096 58043 33554432000 4194304 6736272 140735167149024 18446744073709551615 5806460 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 60626 58043 285 621 0 59996 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 242504


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

/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 64705 0 0 0 100198 32 0 0 25 0 1 0 852418982 240062464 56376 33554432000 4194304 6736272 140735167149024 18446744073709551615 5146846 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 56376 285 621 0 57979 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 234436

[startup+1062.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 8624
/proc/meminfo: memFree=28518912/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1062.3 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65625 0 0 0 106197 33 0 0 25 0 1 0 852418982 240062464 57296 33554432000 4194304 6736272 140735167149024 18446744073709551615 4764642 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57296 285 621 0 57979 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 234436

[startup+1122.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/499 8626
/proc/meminfo: memFree=28518160/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1122.3 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 112197 33 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5219615 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 234436

[startup+1182.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/499 8628
/proc/meminfo: memFree=28517528/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1182.3 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 118196 34 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5816786 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 234436

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 8630
/proc/meminfo: memFree=28514056/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1242.3 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 124196 34 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5219596 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 234436

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8630
/proc/meminfo: memFree=28509956/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1302.32 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 130197 35 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5811920 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 234436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8632
/proc/meminfo: memFree=28519376/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1362.3 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 136195 35 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5806452 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 234436

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8634
/proc/meminfo: memFree=28517876/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1422.33 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 142197 36 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 234436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8636
/proc/meminfo: memFree=28515888/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1482.31 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 148194 37 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 4630925 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 234436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 8638
/proc/meminfo: memFree=28516004/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1542.31 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 154194 37 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5817936 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 234436

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/499 8638
/proc/meminfo: memFree=28515136/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1602.31 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 160193 38 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5219536 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 234436

[startup+1662.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/499 8640
/proc/meminfo: memFree=28514012/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1662.32 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 166193 39 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5148079 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 234436

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/499 8642
/proc/meminfo: memFree=28513756/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1722.31 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 172192 39 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5148079 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 234436

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/499 8644
/proc/meminfo: memFree=28511028/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1782.32 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 178192 40 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5219615 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 234436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.04 2.01 3/499 8644
/proc/meminfo: memFree=28512632/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1800.03 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) R 8575 8577 6411 0 -1 4202496 65661 0 0 0 179963 40 0 0 25 0 1 0 852418982 240062464 57332 33554432000 4194304 6736272 140735167149024 18446744073709551615 5151408 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57332 285 621 0 57979 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 234436

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8577

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

[startup+1801.4 s]
/proc/loadavg: 2.03 2.04 2.01 1/498 8646
/proc/meminfo: memFree=28874348/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1800.03 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) S 8575 8577 6411 0 -1 4202496 65662 0 0 0 179963 40 0 0 25 0 1 0 852418982 240062464 57333 33554432000 4194304 6736272 140735167149024 18446744073709551615 5924238 0 16384 4096 17571 18446604453788406976 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57333 286 621 0 57979 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 234436

[startup+1801.82 s]
/proc/loadavg: 1.87 2.01 1.99 1/498 8646
/proc/meminfo: memFree=28874720/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1800.03 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) S 8575 8577 6411 0 -1 4202496 65662 0 0 0 179963 40 0 0 25 0 1 0 852418982 240062464 57333 33554432000 4194304 6736272 140735167149024 18446744073709551615 5924238 0 16384 4096 17571 18446604453788406976 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57333 286 621 0 57979 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 234436

[startup+1802 s]
/proc/loadavg: 1.87 2.01 1.99 1/498 8646
/proc/meminfo: memFree=28874720/32951132 swapFree=57925096/67111528
[pid=8577] ppid=8575 vsize=234436 CPUtime=1800.03 cores=0,2,4,6
/proc/8577/stat : 8577 (minisatid-gmp) S 8575 8577 6411 0 -1 4202496 65662 0 0 0 179963 40 0 0 25 0 1 0 852418982 240062464 57333 33554432000 4194304 6736272 140735167149024 18446744073709551615 5924238 0 16384 4096 17571 18446604453788406976 0 0 17 2 0 0 0
/proc/8577/statm: 58609 57333 286 621 0 57979 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 234436

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1800.05
CPU user time (s): 1799.64
CPU system time (s): 0.413937
CPU usage (%): 99.8903
Max. virtual memory (cumulated for all children) (KiB): 242504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65662
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= 3
involuntary context switches= 2790

runsolver used 9.53655 second user time and 19.946 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-07 02:56:34
IDJOB=3466787
IDBENCH=2963
IDSOLVER=1957
FILE ID=node129/3466787-1307408193
RUNJOBID= node129-1307406391-8459
PBS_JOBID= 13514178
Free space on /tmp= 73976 MiB

SOLVER NAME= MinisatID 2.4.8-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3466787-1307408193/watcher-3466787-1307408193 -o /tmp/evaluation-result-3466787-1307408193/solver-3466787-1307408193 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466787-1307408193.opb --verbosity=0 --format=opb 

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=1530954556

node129.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.831
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.66
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.831
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	: 5332.83
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.831
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.75
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.831
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.82
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      29112956 kB
Buffers:        328940 kB
Cached:        2073844 kB
SwapCached:      49348 kB
Active:         531088 kB
Inactive:      3026096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29112956 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           10520 kB
Writeback:           0 kB
AnonPages:     1115608 kB
Mapped:          14472 kB
Slab:           153140 kB
PageTables:      58724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147307748 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73968 MiB
End job on node129 at 2011-06-07 03:26:36