Trace number 3496712

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.09 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
MD5SUM2191fd085de8ae061d8b0a530b1c363f
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
Number of bits of the biggest sum of numbers571
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.05/1800.00	>>> Terminate signal received
1800.05/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 /var/tmp/evaluation-result-3496712-1307931202/watcher-3496712-1307931202 -o /var/tmp/evaluation-result-3496712-1307931202/solver-3496712-1307931202 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3496712-1307931202.opb --verbosity=0 --format=opb --randomseed=1997680818 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 2/174 1725
/proc/meminfo: memFree=3725464/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=7548 CPUtime=0 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 379 0 0 0 0 0 0 0 25 0 1 0 904720659 7729152 332 33554432000 4194304 6957856 140735047627808 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 1887 333 251 675 0 1203 0

[startup+0.0922621 s]
/proc/loadavg: 2.02 2.00 2.00 2/174 1725
/proc/meminfo: memFree=3725464/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=15252 CPUtime=0.08 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 2268 0 0 0 8 0 0 0 25 0 1 0 904720659 15618048 2221 33554432000 4194304 6957856 140735047627808 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 3813 2221 251 675 0 3129 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15252

[startup+0.100264 s]
/proc/loadavg: 2.02 2.00 2.00 2/174 1725
/proc/meminfo: memFree=3725464/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=15896 CPUtime=0.09 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 2432 0 0 0 9 0 0 0 25 0 1 0 904720659 16277504 2385 33554432000 4194304 6957856 140735047627808 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 3974 2385 251 675 0 3290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15896

[startup+0.300269 s]
/proc/loadavg: 2.02 2.00 2.00 2/174 1725
/proc/meminfo: memFree=3725464/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=31984 CPUtime=0.29 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 6443 0 0 0 28 1 0 0 25 0 1 0 904720659 32751616 6396 33554432000 4194304 6957856 140735047627808 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 7996 6396 252 675 0 7312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31984

[startup+0.701196 s]
/proc/loadavg: 2.02 2.00 2.00 2/174 1725
/proc/meminfo: memFree=3725464/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=63944 CPUtime=0.69 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 14382 0 0 0 66 3 0 0 25 0 1 0 904720659 65478656 14286 33554432000 4194304 6957856 140735047627808 18446744073709551615 6085472 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 15986 14287 252 675 0 15302 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63944

[startup+1.50105 s]
/proc/loadavg: 2.02 2.00 2.00 4/175 1726
/proc/meminfo: memFree=3645480/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=126632 CPUtime=1.49 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 30053 0 0 0 144 5 0 0 25 0 1 0 904720659 129671168 29705 33554432000 4194304 6957856 140735047627808 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 31658 29706 252 675 0 30974 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126632

[startup+3.10076 s]
/proc/loadavg: 2.02 2.00 2.00 3/175 1726
/proc/meminfo: memFree=3564508/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=241948 CPUtime=3.09 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 61786 0 0 0 300 9 0 0 25 0 1 0 904720659 247754752 58050 33554432000 4194304 6957856 140735047627808 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 60487 58051 267 675 0 59803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 241948

[startup+6.30118 s]
/proc/loadavg: 2.10 2.02 2.00 3/175 1726
/proc/meminfo: memFree=3308708/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=566660 CPUtime=6.29 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 158350 0 0 0 606 23 0 0 25 0 1 0 904720659 580259840 138995 33554432000 4194304 6957856 140735047627808 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 141665 138997 269 675 0 140981 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 566660

[startup+12.701 s]
/proc/loadavg: 2.09 2.02 2.00 3/175 1726
/proc/meminfo: memFree=3080516/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=654216 CPUtime=12.69 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 180348 0 0 0 1244 25 0 0 25 0 1 0 904720659 669917184 160993 33554432000 4194304 6957856 140735047627808 18446744073709551615 5932705 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 163554 160993 275 675 0 162870 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 654216

[startup+25.5007 s]
/proc/loadavg: 2.07 2.01 2.00 3/175 1727
/proc/meminfo: memFree=3080684/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=654652 CPUtime=25.49 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 180350 0 0 0 2524 25 0 0 25 0 1 0 904720659 670363648 160995 33554432000 4194304 6957856 140735047627808 18446744073709551615 5314071 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 163663 160995 275 675 0 162979 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 654652

[startup+51.101 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 1728
/proc/meminfo: memFree=3078040/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=657852 CPUtime=51.09 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181099 0 0 0 5084 25 0 0 25 0 1 0 904720659 673640448 161743 33554432000 4194304 6957856 140735047627808 18446744073709551615 5929632 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164463 161743 284 675 0 163779 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 657852

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 1729
/proc/meminfo: memFree=3077436/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=657852 CPUtime=102.3 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181121 0 0 0 10205 25 0 0 25 0 1 0 904720659 673640448 161762 33554432000 4194304 6957856 140735047627808 18446744073709551615 5929505 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164463 161762 284 675 0 163779 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 657852

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1730
/proc/meminfo: memFree=3076304/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=162.29 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181440 0 0 0 16204 25 0 0 25 0 1 0 904720659 674164736 162080 33554432000 4194304 6957856 140735047627808 18446744073709551615 4854288 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162080 285 675 0 163907 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 658364

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1732
/proc/meminfo: memFree=3076156/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=222.29 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181447 0 0 0 22204 25 0 0 25 0 1 0 904720659 674164736 162087 33554432000 4194304 6957856 140735047627808 18446744073709551615 5316146 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162087 285 675 0 163907 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 658364

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1734
/proc/meminfo: memFree=3076256/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=282.3 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181456 0 0 0 28205 25 0 0 25 0 1 0 904720659 674164736 162093 33554432000 4194304 6957856 140735047627808 18446744073709551615 5319469 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162093 285 675 0 163907 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 658364

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1735
/proc/meminfo: memFree=3074248/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=342.3 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181462 0 0 0 34205 25 0 0 25 0 1 0 904720659 674164736 162098 33554432000 4194304 6957856 140735047627808 18446744073709551615 5922114 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162098 285 675 0 163907 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 658364

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1737
/proc/meminfo: memFree=3069632/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=402.3 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181469 0 0 0 40205 25 0 0 25 0 1 0 904720659 674164736 162104 33554432000 4194304 6957856 140735047627808 18446744073709551615 5932662 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162104 285 675 0 163907 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 658364

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1738
/proc/meminfo: memFree=3064528/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=462.3 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181494 0 0 0 46205 25 0 0 25 0 1 0 904720659 674164736 162124 33554432000 4194304 6957856 140735047627808 18446744073709551615 5319157 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162124 285 675 0 163907 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 658364

[startup+522.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/175 1740
/proc/meminfo: memFree=3063016/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=522.3 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181497 0 0 0 52205 25 0 0 25 0 1 0 904720659 674164736 162127 33554432000 4194304 6957856 140735047627808 18446744073709551615 4863278 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162127 285 675 0 163907 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 658364

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/175 1742
/proc/meminfo: memFree=3061624/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=582.31 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181499 0 0 0 58205 26 0 0 25 0 1 0 904720659 674164736 162129 33554432000 4194304 6957856 140735047627808 18446744073709551615 5311760 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162129 285 675 0 163907 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 658364

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1748
/proc/meminfo: memFree=3025692/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=822.31 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181500 0 0 0 82205 26 0 0 25 0 1 0 904720659 674164736 162130 33554432000 4194304 6957856 140735047627808 18446744073709551615 5932528 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162130 285 675 0 163907 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 658364

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1750
/proc/meminfo: memFree=3013760/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=882.32 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181500 0 0 0 88206 26 0 0 25 0 1 0 904720659 674164736 162130 33554432000 4194304 6957856 140735047627808 18446744073709551615 5934084 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162130 285 675 0 163907 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 658364

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1751
/proc/meminfo: memFree=3011256/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=942.32 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181502 0 0 0 94206 26 0 0 25 0 1 0 904720659 674164736 162132 33554432000 4194304 6957856 140735047627808 18446744073709551615 5922137 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162132 285 675 0 163907 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 658364

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1753
/proc/meminfo: memFree=3006892/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1002.32 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181503 0 0 0 100206 26 0 0 25 0 1 0 904720659 674164736 162133 33554432000 4194304 6957856 140735047627808 18446744073709551615 4846965 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162133 285 675 0 163907 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 658364

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1754
/proc/meminfo: memFree=3002028/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1062.32 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181504 0 0 0 106206 26 0 0 25 0 1 0 904720659 674164736 162134 33554432000 4194304 6957856 140735047627808 18446744073709551615 5385231 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162134 285 675 0 163907 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 658364

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1756
/proc/meminfo: memFree=2998164/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1122.32 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181505 0 0 0 112206 26 0 0 25 0 1 0 904720659 674164736 162135 33554432000 4194304 6957856 140735047627808 18446744073709551615 5918158 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162135 285 675 0 163907 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 658364

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1758
/proc/meminfo: memFree=2997520/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1182.33 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181505 0 0 0 118206 27 0 0 25 0 1 0 904720659 674164736 162135 33554432000 4194304 6957856 140735047627808 18446744073709551615 5918152 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162135 285 675 0 163907 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 658364

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1759
/proc/meminfo: memFree=2996124/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1242.33 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181505 0 0 0 124206 27 0 0 25 0 1 0 904720659 674164736 162135 33554432000 4194304 6957856 140735047627808 18446744073709551615 5932630 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162135 285 675 0 163907 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 658364

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1761
/proc/meminfo: memFree=3043592/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1302.33 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181506 0 0 0 130206 27 0 0 25 0 1 0 904720659 674164736 162136 33554432000 4194304 6957856 140735047627808 18446744073709551615 4847006 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162136 285 675 0 163907 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 658364

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1762
/proc/meminfo: memFree=3042208/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1362.33 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181506 0 0 0 136206 27 0 0 25 0 1 0 904720659 674164736 162136 33554432000 4194304 6957856 140735047627808 18446744073709551615 5934607 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162136 285 675 0 163907 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 658364

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1764
/proc/meminfo: memFree=3040940/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1422.34 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181508 0 0 0 142207 27 0 0 25 0 1 0 904720659 674164736 162137 33554432000 4194304 6957856 140735047627808 18446744073709551615 5929265 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162137 285 675 0 163907 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 658364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1766
/proc/meminfo: memFree=3038436/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1482.34 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181508 0 0 0 148207 27 0 0 25 0 1 0 904720659 674164736 162137 33554432000 4194304 6957856 140735047627808 18446744073709551615 4846760 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162137 285 675 0 163907 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 658364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1767
/proc/meminfo: memFree=3028368/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1542.34 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 181954 0 0 0 154207 27 0 0 25 0 1 0 904720659 674164736 162583 33554432000 4194304 6957856 140735047627808 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162583 285 675 0 163907 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 658364

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1769
/proc/meminfo: memFree=3024244/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=658364 CPUtime=1602.34 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 182292 0 0 0 160207 27 0 0 25 0 1 0 904720659 674164736 162921 33554432000 4194304 6957856 140735047627808 18446744073709551615 5918152 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 164591 162921 285 675 0 163907 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 658364

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1770
/proc/meminfo: memFree=3016784/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=661084 CPUtime=1662.34 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 182615 0 0 0 166207 27 0 0 25 0 1 0 904720659 676950016 163244 33554432000 4194304 6957856 140735047627808 18446744073709551615 5319203 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 165271 163244 285 675 0 164587 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 661084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1772
/proc/meminfo: memFree=3001508/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=661084 CPUtime=1722.34 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 182990 0 0 0 172207 27 0 0 25 0 1 0 904720659 676950016 163619 33554432000 4194304 6957856 140735047627808 18446744073709551615 4638764 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 165271 163619 285 675 0 164587 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 661084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1774
/proc/meminfo: memFree=2998996/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=665504 CPUtime=1782.34 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 183277 0 0 0 178206 28 0 0 25 0 1 0 904720659 681476096 163906 33554432000 4194304 6957856 140735047627808 18446744073709551615 4638744 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 166376 163906 285 675 0 165692 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 665504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1813
/proc/meminfo: memFree=3270364/32951124 swapFree=67060180/67111528
[pid=1725] ppid=1723 vsize=665504 CPUtime=1800.05 cores=0,2,4,6
/proc/1725/stat : 1725 (minisatid-gmp) R 1723 1725 32625 0 -1 4202496 183389 0 0 0 179977 28 0 0 25 0 1 0 904720659 681476096 164018 33554432000 4194304 6957856 140735047627808 18446744073709551615 5933952 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/1725/statm: 166376 164018 285 675 0 165692 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 665504

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

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

Child status: 0
Real time (s): 1800.03
CPU time (s): 1800.09
CPU user time (s): 1799.77
CPU system time (s): 0.312952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 665504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183394
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= 3479

runsolver used 2.66459 second user time and 5.52516 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 04:13:23
IDJOB=3496712
IDBENCH=2990
IDSOLVER=1990
FILE ID=node106/3496712-1307931202
RUNJOBID= node106-1307919799-32643
PBS_JOBID= 13559673
Free space on /var/tmp= 2872 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3496712-1307931202/watcher-3496712-1307931202 -o /var/tmp/evaluation-result-3496712-1307931202/solver-3496712-1307931202 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496712-1307931202.opb --verbosity=0 --format=opb --randomseed=1997680818

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

MD5SUM BENCH= 2191fd085de8ae061d8b0a530b1c363f
RANDOM SEED=1997680818

node106.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.830
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.830
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.20
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.830
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.830
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.830
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.830
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.75
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.830
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.830
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:       3725892 kB
Buffers:         88312 kB
Cached:       27997032 kB
SwapCached:      12836 kB
Active:       13349164 kB
Inactive:     14972400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3725892 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:           22548 kB
Writeback:           0 kB
AnonPages:      233352 kB
Mapped:          11364 kB
Slab:           840248 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   402596 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 /var/tmp at the end= 2872 MiB
End job on node106 at 2011-06-13 04:43:25