Trace number 3497771

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.07 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839.opb
MD5SUMfc1ab74e36340948f29ab602078975e1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.46178
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
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.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-3497771-1307932409/watcher-3497771-1307932409 -o /var/tmp/evaluation-result-3497771-1307932409/solver-3497771-1307932409 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497771-1307932409.opb --verbosity=0 --format=opb --randomseed=1992040561 

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.00 2.00 2.00 2/174 28061
/proc/meminfo: memFree=2640168/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=7804 CPUtime=0 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 432 0 0 0 0 0 0 0 25 0 1 0 904838004 7991296 385 33554432000 4194304 6957856 140737464718800 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 1951 385 251 675 0 1267 0

[startup+0.027878 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 28061
/proc/meminfo: memFree=2640168/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=9604 CPUtime=0.02 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 886 0 0 0 2 0 0 0 25 0 1 0 904838004 9834496 839 33554432000 4194304 6957856 140737464718800 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 2401 840 251 675 0 1717 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9604

[startup+0.100864 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 28061
/proc/meminfo: memFree=2640168/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=15632 CPUtime=0.09 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 2363 0 0 0 9 0 0 0 25 0 1 0 904838004 16007168 2316 33554432000 4194304 6957856 140737464718800 18446744073709551615 5601643 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 3908 2317 251 675 0 3224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15632

[startup+0.300829 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 28061
/proc/meminfo: memFree=2640168/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=31272 CPUtime=0.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 6509 0 0 0 29 0 0 0 25 0 1 0 904838004 32022528 6227 33554432000 4194304 6957856 140737464718800 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 7818 6228 267 675 0 7134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31272

[startup+0.700753 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 28061
/proc/meminfo: memFree=2640168/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=71600 CPUtime=0.69 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 17648 0 0 0 67 2 0 0 25 0 1 0 904838004 73318400 16232 33554432000 4194304 6957856 140737464718800 18446744073709551615 5915102 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 17900 16232 269 675 0 17216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71600

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28072
/proc/meminfo: memFree=2500264/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=71512 CPUtime=1.49 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 18368 0 0 0 147 2 0 0 25 0 1 0 904838004 73228288 16322 33554432000 4194304 6957856 140737464718800 18446744073709551615 5918206 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 17878 16322 275 675 0 17194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71512

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28072
/proc/meminfo: memFree=2410632/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=71512 CPUtime=3.09 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 18380 0 0 0 307 2 0 0 25 0 1 0 904838004 73228288 16333 33554432000 4194304 6957856 140737464718800 18446744073709551615 5918022 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 17878 16333 282 675 0 17194 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71512

[startup+6.30067 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 28072
/proc/meminfo: memFree=2096468/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=71512 CPUtime=6.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 18381 0 0 0 627 2 0 0 25 0 1 0 904838004 73228288 16334 33554432000 4194304 6957856 140737464718800 18446744073709551615 5932662 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 17878 16334 282 675 0 17194 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71512

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 28072
/proc/meminfo: memFree=1926008/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=71512 CPUtime=12.69 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 18397 0 0 0 1267 2 0 0 25 0 1 0 904838004 73228288 16349 33554432000 4194304 6957856 140737464718800 18446744073709551615 5928997 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 17878 16349 282 675 0 17194 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71512

[startup+25.501 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 28072
/proc/meminfo: memFree=1926396/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=72016 CPUtime=25.49 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 18486 0 0 0 2547 2 0 0 25 0 1 0 904838004 73744384 16438 33554432000 4194304 6957856 140737464718800 18446744073709551615 5312935 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 18004 16438 282 675 0 17320 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72016

[startup+51.1011 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 28073
/proc/meminfo: memFree=1920840/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=73204 CPUtime=51.09 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 19219 0 0 0 5106 3 0 0 25 0 1 0 904838004 74960896 17170 33554432000 4194304 6957856 140737464718800 18446744073709551615 5928997 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 18301 17170 284 675 0 17617 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73204

[startup+102.306 s]
/proc/loadavg: 2.09 2.02 2.01 3/178 28074
/proc/meminfo: memFree=1914760/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=80344 CPUtime=102.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 20561 0 0 0 10226 3 0 0 25 0 1 0 904838004 82272256 18511 33554432000 4194304 6957856 140737464718800 18446744073709551615 5932688 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 20086 18511 284 675 0 19402 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 80344

[startup+162.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 28076
/proc/meminfo: memFree=1904308/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=87524 CPUtime=162.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 22937 0 0 0 16225 4 0 0 25 0 1 0 904838004 89624576 20879 33554432000 4194304 6957856 140737464718800 18446744073709551615 5387552 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 21881 20879 284 675 0 21197 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87524

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 28077
/proc/meminfo: memFree=1894980/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=99200 CPUtime=222.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 25229 0 0 0 22225 4 0 0 25 0 1 0 904838004 101580800 23168 33554432000 4194304 6957856 140737464718800 18446744073709551615 5922216 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 24800 23168 284 675 0 24116 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99200

[startup+282.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 28079
/proc/meminfo: memFree=1914040/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=75924 CPUtime=282.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 28037 0 0 0 28224 5 0 0 25 0 1 0 904838004 77746176 18426 33554432000 4194304 6957856 140737464718800 18446744073709551615 5385223 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 18981 18426 285 675 0 18297 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75924

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 28081
/proc/meminfo: memFree=1913384/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=80708 CPUtime=342.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 28165 0 0 0 34224 5 0 0 25 0 1 0 904838004 82644992 18553 33554432000 4194304 6957856 140737464718800 18446744073709551615 4838376 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 20177 18553 285 675 0 19493 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 80708

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 28082
/proc/meminfo: memFree=1909876/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=80884 CPUtime=402.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 29113 0 0 0 40223 6 0 0 25 0 1 0 904838004 82825216 19498 33554432000 4194304 6957856 140737464718800 18446744073709551615 5385231 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 20221 19498 285 675 0 19537 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 80884

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 28084
/proc/meminfo: memFree=1904884/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=88512 CPUtime=462.29 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 30315 0 0 0 46223 6 0 0 25 0 1 0 904838004 90636288 20696 33554432000 4194304 6957856 140737464718800 18446744073709551615 4838289 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 22128 20696 285 675 0 21444 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 88512

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28085
/proc/meminfo: memFree=1895548/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=100460 CPUtime=522.3 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 32667 0 0 0 52223 7 0 0 25 0 1 0 904838004 102871040 23041 33554432000 4194304 6957856 140737464718800 18446744073709551615 5918152 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 25115 23041 285 675 0 24431 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 100460

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28087
/proc/meminfo: memFree=1916228/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=74536 CPUtime=582.3 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 36318 0 0 0 58222 8 0 0 25 0 1 0 904838004 76324864 17814 33554432000 4194304 6957856 140737464718800 18446744073709551615 5922313 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 18634 17814 285 675 0 17950 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 74536

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28093
/proc/meminfo: memFree=1842688/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=175656 CPUtime=822.31 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 54603 0 0 0 82219 12 0 0 25 0 1 0 904838004 179871744 36077 33554432000 4194304 6957856 140737464718800 18446744073709551615 5312975 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 43914 36077 285 675 0 43230 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 175656

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28095
/proc/meminfo: memFree=1829388/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=206476 CPUtime=882.32 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 57928 0 0 0 88219 13 0 0 25 0 1 0 904838004 211431424 39396 33554432000 4194304 6957856 140737464718800 18446744073709551615 5312950 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 51619 39396 285 675 0 50935 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 206476

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28097
/proc/meminfo: memFree=1880692/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=126336 CPUtime=942.32 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 58993 0 0 0 94219 13 0 0 25 0 1 0 904838004 129368064 26390 33554432000 4194304 6957856 140737464718800 18446744073709551615 5319497 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 31584 26390 285 675 0 30900 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 126336

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28098
/proc/meminfo: memFree=1842340/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=175656 CPUtime=1002.32 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 68821 0 0 0 100217 15 0 0 25 0 1 0 904838004 179871744 36204 33554432000 4194304 6957856 140737464718800 18446744073709551615 5387648 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 43914 36204 285 675 0 43230 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 175656

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28100
/proc/meminfo: memFree=1822100/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=206476 CPUtime=1062.32 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 73841 0 0 0 106216 16 0 0 25 0 1 0 904838004 211431424 41205 33554432000 4194304 6957856 140737464718800 18446744073709551615 5385242 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 51619 41205 285 675 0 50935 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 206476

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28101
/proc/meminfo: memFree=1792180/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=256564 CPUtime=1122.33 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 81303 0 0 0 112215 18 0 0 25 0 1 0 904838004 262721536 48651 33554432000 4194304 6957856 140737464718800 18446744073709551615 5929213 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 64141 48651 285 675 0 63457 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 256564

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 28103
/proc/meminfo: memFree=1771316/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=256564 CPUtime=1182.33 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 86501 0 0 0 118214 19 0 0 25 0 1 0 904838004 262721536 53820 33554432000 4194304 6957856 140737464718800 18446744073709551615 5932649 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 64141 53820 285 675 0 63457 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 256564

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28105
/proc/meminfo: memFree=1755412/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=256564 CPUtime=1242.33 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 90460 0 0 0 124213 20 0 0 25 0 1 0 904838004 262721536 57775 33554432000 4194304 6957856 140737464718800 18446744073709551615 5932649 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 64141 57775 285 675 0 63457 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 256564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28106
/proc/meminfo: memFree=1880376/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=126336 CPUtime=1302.34 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 90510 0 0 0 130213 21 0 0 25 0 1 0 904838004 129368064 26390 33554432000 4194304 6957856 140737464718800 18446744073709551615 5315447 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 31584 26390 285 675 0 30900 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 126336

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28108
/proc/meminfo: memFree=1879476/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=126336 CPUtime=1362.34 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 90510 0 0 0 136213 21 0 0 25 0 1 0 904838004 129368064 26390 33554432000 4194304 6957856 140737464718800 18446744073709551615 5933982 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 31584 26390 285 675 0 30900 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 126336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28109
/proc/meminfo: memFree=1837160/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=175656 CPUtime=1422.34 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 100850 0 0 0 142212 22 0 0 25 0 1 0 904838004 179871744 36720 33554432000 4194304 6957856 140737464718800 18446744073709551615 5307700 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 43914 36720 285 675 0 43230 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 175656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28111
/proc/meminfo: memFree=1820632/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=206476 CPUtime=1482.34 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 104643 0 0 0 148211 23 0 0 25 0 1 0 904838004 211431424 40499 33554432000 4194304 6957856 140737464718800 18446744073709551615 5929116 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 51619 40499 285 675 0 50935 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 206476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28113
/proc/meminfo: memFree=1804980/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=206476 CPUtime=1542.34 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 108204 0 0 0 154210 24 0 0 25 0 1 0 904838004 211431424 44045 33554432000 4194304 6957856 140737464718800 18446744073709551615 5315424 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 51619 44045 285 675 0 50935 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 206476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28114
/proc/meminfo: memFree=1776176/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=256564 CPUtime=1602.35 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 115121 0 0 0 160209 26 0 0 25 0 1 0 904838004 262721536 50951 33554432000 4194304 6957856 140737464718800 18446744073709551615 5932833 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 64141 50951 285 675 0 63457 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 256564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28125
/proc/meminfo: memFree=1871568/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=126336 CPUtime=1662.35 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 117105 0 0 0 166208 27 0 0 25 0 1 0 904838004 129368064 26390 33554432000 4194304 6957856 140737464718800 18446744073709551615 5315760 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 31584 26390 285 675 0 30900 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 126336

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 28126
/proc/meminfo: memFree=1818612/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=206476 CPUtime=1722.34 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 129767 0 0 0 172206 28 0 0 25 0 1 0 904838004 211431424 39052 33554432000 4194304 6957856 140737464718800 18446744073709551615 5315736 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 51619 39052 285 675 0 50935 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 206476

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 28128
/proc/meminfo: memFree=1802460/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=206476 CPUtime=1782.35 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 133599 0 0 0 178206 29 0 0 25 0 1 0 904838004 211431424 42879 33554432000 4194304 6957856 140737464718800 18446744073709551615 5932630 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 51619 42879 285 675 0 50935 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 206476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28129
/proc/meminfo: memFree=1794388/32950928 swapFree=67053956/67111528
[pid=28061] ppid=28059 vsize=206476 CPUtime=1800.05 cores=0,2,4,6
/proc/28061/stat : 28061 (minisatid-gmp) R 28059 28061 26479 0 -1 4202496 135555 0 0 0 179976 29 0 0 25 0 1 0 904838004 211431424 44832 33554432000 4194304 6957856 140737464718800 18446744073709551615 5917973 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/28061/statm: 51619 44832 285 675 0 50935 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 206476

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.02
CPU time (s): 1800.07
CPU user time (s): 1799.77
CPU system time (s): 0.307953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 256564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135560
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= 5
involuntary context switches= 4959

runsolver used 2.71159 second user time and 5.48317 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-13 04:33:29
IDJOB=3497771
IDBENCH=3030
IDSOLVER=1990
FILE ID=node148/3497771-1307932409
RUNJOBID= node148-1307919791-26497
PBS_JOBID= 13559631
Free space on /var/tmp= 2892 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.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3497771-1307932409/watcher-3497771-1307932409 -o /var/tmp/evaluation-result-3497771-1307932409/solver-3497771-1307932409 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3497771-1307932409.opb --verbosity=0 --format=opb --randomseed=1992040561

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

MD5SUM BENCH= fc1ab74e36340948f29ab602078975e1
RANDOM SEED=1992040561

node148.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.854
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.70
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.854
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.75
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2640944 kB
Buffers:         96228 kB
Cached:       29259864 kB
SwapCached:      10504 kB
Active:       14267112 kB
Inactive:     15110752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2640944 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           12832 kB
Writeback:           0 kB
AnonPages:       18740 kB
Mapped:          12824 kB
Slab:           868544 kB
PageTables:       4364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193796 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= 2880 MiB
End job on node148 at 2011-06-13 05:03:31