Trace number 3496729

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 1802.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
MD5SUM9e60200cb127c02542a69a69c594f660
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 variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806116436559522729154650984843832920045401539706695598567047484917734073472225003787287432253368951530392938530295691567089778039848062225499498
Number of bits of the biggest sum of numbers691
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.02/1800.00	>>> Terminate signal received
1800.02/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-3496729-1307932525/watcher-3496729-1307932525 -o /var/tmp/evaluation-result-3496729-1307932525/solver-3496729-1307932525 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3496729-1307932525.opb --verbosity=0 --format=opb --randomseed=180948375 

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: 1.99 1.98 1.94 3/177 12562
/proc/meminfo: memFree=813936/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=7676 CPUtime=0 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 407 0 0 0 0 0 0 0 21 0 1 0 904851412 7860224 361 33554432000 4194304 6957856 140737039171008 18446744073709551615 5922137 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 1919 362 251 675 0 1235 0

[startup+0.0135439 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 12562
/proc/meminfo: memFree=813936/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=8444 CPUtime=0.01 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 599 0 0 0 1 0 0 0 21 0 1 0 904851412 8646656 553 33554432000 4194304 6957856 140737039171008 18446744073709551615 5934090 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 2111 554 251 675 0 1427 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8444

[startup+0.100479 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 12562
/proc/meminfo: memFree=813936/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=15944 CPUtime=0.09 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 2440 0 0 0 9 0 0 0 21 0 1 0 904851412 16326656 2394 33554432000 4194304 6957856 140737039171008 18446744073709551615 5557517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 3986 2394 251 675 0 3302 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15944

[startup+0.300511 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 12562
/proc/meminfo: memFree=813936/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=32292 CPUtime=0.29 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 6532 0 0 0 28 1 0 0 22 0 1 0 904851412 33067008 6486 33554432000 4194304 6957856 140737039171008 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 8073 6487 252 675 0 7389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32292

[startup+0.700488 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 12562
/proc/meminfo: memFree=813936/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=63844 CPUtime=0.69 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 14364 0 0 0 67 2 0 0 24 0 1 0 904851412 65376256 14318 33554432000 4194304 6957856 140737039171008 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 15961 14319 252 675 0 15277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63844

[startup+1.50035 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 12563
/proc/meminfo: memFree=734092/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=126380 CPUtime=1.49 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 29971 0 0 0 145 4 0 0 25 0 1 0 904851412 129413120 29711 33554432000 4194304 6957856 140737039171008 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 31595 29711 252 675 0 30911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126380

[startup+3.10106 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 12563
/proc/meminfo: memFree=645556/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=243796 CPUtime=3.09 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 59611 0 0 0 299 10 0 0 25 0 1 0 904851412 249647104 58732 33554432000 4194304 6957856 140737039171008 18446744073709551615 5306822 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 60949 58732 252 675 0 60265 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 243796

[startup+6.30042 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 12563
/proc/meminfo: memFree=397920/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=512032 CPUtime=6.29 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 129583 0 0 0 610 19 0 0 25 0 1 0 904851412 524320768 124898 33554432000 4194304 6957856 140737039171008 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 128008 124899 267 675 0 127324 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 512032

[startup+12.7002 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 12563
/proc/meminfo: memFree=94512/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959628 CPUtime=12.69 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 264086 0 0 0 1230 39 0 0 25 0 1 0 904851412 982659072 236106 33554432000 4194304 6957856 140737039171008 18446744073709551615 5934933 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 239907 236106 274 675 0 239223 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 959628

[startup+25.501 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 12564
/proc/meminfo: memFree=93604/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959628 CPUtime=25.49 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 264484 0 0 0 2510 39 0 0 25 0 1 0 904851412 982659072 236504 33554432000 4194304 6957856 140737039171008 18446744073709551615 5387552 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 239907 236504 275 675 0 239223 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 959628

[startup+51.1004 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 12564
/proc/meminfo: memFree=107416/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=51.08 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 269904 0 0 0 5069 39 0 0 25 0 1 0 904851412 982147072 236898 33554432000 4194304 6957856 140737039171008 18446744073709551615 5917986 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 239782 236898 275 675 0 239098 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 959128

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 12566
/proc/meminfo: memFree=106336/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=102.29 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275835 0 0 0 10188 41 0 0 25 0 1 0 904851412 982147072 237165 33554432000 4194304 6957856 140737039171008 18446744073709551615 5312987 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 239782 237165 281 675 0 239098 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 959128

[startup+162.301 s]
/proc/loadavg: 2.04 2.00 1.95 3/178 12567
/proc/meminfo: memFree=106352/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=162.28 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275842 0 0 0 16187 41 0 0 25 0 1 0 904851412 982147072 237172 33554432000 4194304 6957856 140737039171008 18446744073709551615 5319355 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/12562/statm: 239782 237172 284 675 0 239098 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 959128

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 12569
/proc/meminfo: memFree=106528/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=222.28 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275846 0 0 0 22187 41 0 0 25 0 1 0 904851412 982147072 237175 33554432000 4194304 6957856 140737039171008 18446744073709551615 5922145 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237175 284 675 0 239098 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 959128

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 12571
/proc/meminfo: memFree=106344/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=282.28 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275846 0 0 0 28187 41 0 0 25 0 1 0 904851412 982147072 237175 33554432000 4194304 6957856 140737039171008 18446744073709551615 5385152 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237175 284 675 0 239098 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 959128

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 12572
/proc/meminfo: memFree=106392/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=342.28 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275847 0 0 0 34187 41 0 0 25 0 1 0 904851412 982147072 237176 33554432000 4194304 6957856 140737039171008 18446744073709551615 5311728 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237176 284 675 0 239098 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 959128

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 12574
/proc/meminfo: memFree=106216/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=402.28 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275847 0 0 0 40187 41 0 0 25 0 1 0 904851412 982147072 237176 33554432000 4194304 6957856 140737039171008 18446744073709551615 5319413 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237176 284 675 0 239098 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 959128

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 12575
/proc/meminfo: memFree=106136/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=462.28 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275848 0 0 0 46187 41 0 0 25 0 1 0 904851412 982147072 237177 33554432000 4194304 6957856 140737039171008 18446744073709551615 5922134 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237177 284 675 0 239098 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 959128

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 12577
/proc/meminfo: memFree=106296/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=522.28 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275849 0 0 0 52187 41 0 0 25 0 1 0 904851412 982147072 237178 33554432000 4194304 6957856 140737039171008 18446744073709551615 5932625 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237178 284 675 0 239098 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 959128

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 12579
/proc/meminfo: memFree=106096/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=582.29 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275850 0 0 0 58188 41 0 0 25 0 1 0 904851412 982147072 237179 33554432000 4194304 6957856 140737039171008 18446744073709551615 5932538 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237179 284 675 0 239098 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 959128

[startup+642.301 s]

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

/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275856 0 0 0 100188 41 0 0 25 0 1 0 904851412 982147072 237183 33554432000 4194304 6957856 140737039171008 18446744073709551615 5918180 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237183 284 675 0 239098 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 959128

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 12668
/proc/meminfo: memFree=1065920/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1062.29 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275857 0 0 0 106188 41 0 0 25 0 1 0 904851412 982147072 237184 33554432000 4194304 6957856 140737039171008 18446744073709551615 5314241 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237184 284 675 0 239098 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 959128

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 12670
/proc/meminfo: memFree=1064620/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1122.3 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275857 0 0 0 112189 41 0 0 25 0 1 0 904851412 982147072 237184 33554432000 4194304 6957856 140737039171008 18446744073709551615 5319413 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237184 284 675 0 239098 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 959128

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 12672
/proc/meminfo: memFree=1059740/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1182.3 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275859 0 0 0 118189 41 0 0 25 0 1 0 904851412 982147072 237185 33554432000 4194304 6957856 140737039171008 18446744073709551615 5319469 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237185 284 675 0 239098 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 959128

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 12673
/proc/meminfo: memFree=1055740/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1242.3 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275859 0 0 0 124189 41 0 0 25 0 1 0 904851412 982147072 237185 33554432000 4194304 6957856 140737039171008 18446744073709551615 5934095 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237185 284 675 0 239098 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 959128

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 12675
/proc/meminfo: memFree=1055320/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1302.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275859 0 0 0 130190 41 0 0 25 0 1 0 904851412 982147072 237185 33554432000 4194304 6957856 140737039171008 18446744073709551615 4870064 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237185 284 675 0 239098 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 959128

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 12676
/proc/meminfo: memFree=1054912/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1362.3 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275860 0 0 0 136189 41 0 0 25 0 1 0 904851412 982147072 237186 33554432000 4194304 6957856 140737039171008 18446744073709551615 5312981 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237186 284 675 0 239098 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 959128

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 12678
/proc/meminfo: memFree=1055116/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1422.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275860 0 0 0 142190 41 0 0 25 0 1 0 904851412 982147072 237186 33554432000 4194304 6957856 140737039171008 18446744073709551615 4838376 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237186 284 675 0 239098 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 959128

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 12680
/proc/meminfo: memFree=1055084/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1482.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275861 0 0 0 148190 41 0 0 25 0 1 0 904851412 982147072 237187 33554432000 4194304 6957856 140737039171008 18446744073709551615 4869918 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237187 284 675 0 239098 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 959128

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 12690
/proc/meminfo: memFree=1054288/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1542.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275861 0 0 0 154190 41 0 0 25 0 1 0 904851412 982147072 237187 33554432000 4194304 6957856 140737039171008 18446744073709551615 5918004 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237187 284 675 0 239098 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 959128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 12692
/proc/meminfo: memFree=1054156/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1602.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275861 0 0 0 160190 41 0 0 25 0 1 0 904851412 982147072 237187 33554432000 4194304 6957856 140737039171008 18446744073709551615 5934057 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237187 284 675 0 239098 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 959128

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 12693
/proc/meminfo: memFree=1050988/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1662.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275863 0 0 0 166190 41 0 0 25 0 1 0 904851412 982147072 237188 33554432000 4194304 6957856 140737039171008 18446744073709551615 5932688 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237188 284 675 0 239098 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 959128

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 12697
/proc/meminfo: memFree=1050584/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1722.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275863 0 0 0 172190 41 0 0 25 0 1 0 904851412 982147072 237188 33554432000 4194304 6957856 140737039171008 18446744073709551615 5387536 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237188 284 675 0 239098 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 959128

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 12700
/proc/meminfo: memFree=1050584/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1782.31 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275863 0 0 0 178190 41 0 0 25 0 1 0 904851412 982147072 237188 33554432000 4194304 6957856 140737039171008 18446744073709551615 5922184 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237188 284 675 0 239098 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 959128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 12700
/proc/meminfo: memFree=1050576/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959128 CPUtime=1800.02 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) R 12560 12562 10741 0 -1 4202496 275863 0 0 0 179961 41 0 0 25 0 1 0 904851412 982147072 237188 33554432000 4194304 6957856 140737039171008 18446744073709551615 5922126 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/12562/statm: 239782 237188 284 675 0 239098 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 959128

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12562

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.97 2/179 12701
/proc/meminfo: memFree=1050568/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959132 CPUtime=1800.02 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) S 12560 12562 10741 0 -1 4202496 275866 0 0 0 179961 41 0 0 25 0 1 0 904851412 982151168 237191 33554432000 4194304 6957856 140737039171008 18446744073709551615 6100974 0 16384 4096 17571 18446604447924430976 0 0 17 4 0 0 0
/proc/12562/statm: 239783 237191 286 675 0 239099 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 959132

[startup+1801.81 s]
/proc/loadavg: 1.92 1.98 1.96 2/179 12701
/proc/meminfo: memFree=1050568/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959132 CPUtime=1800.02 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) S 12560 12562 10741 0 -1 4202496 275866 0 0 0 179961 41 0 0 25 0 1 0 904851412 982151168 237191 33554432000 4194304 6957856 140737039171008 18446744073709551615 6100974 0 16384 4096 17571 18446604447924430976 0 0 17 4 0 0 0
/proc/12562/statm: 239783 237191 286 675 0 239099 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 959132

[startup+1802 s]
/proc/loadavg: 1.92 1.98 1.96 2/179 12701
/proc/meminfo: memFree=1050568/32950928 swapFree=67048888/67111528
[pid=12562] ppid=12560 vsize=959132 CPUtime=1800.02 cores=0,2,4,6
/proc/12562/stat : 12562 (minisatid-gmp) S 12560 12562 10741 0 -1 4202496 275866 0 0 0 179961 41 0 0 25 0 1 0 904851412 982151168 237191 33554432000 4194304 6957856 140737039171008 18446744073709551615 6100974 0 16384 4096 17571 18446604447924430976 0 0 17 4 0 0 0
/proc/12562/statm: 239783 237191 286 675 0 239099 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 959132

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1800.07
CPU user time (s): 1799.61
CPU system time (s): 0.452931
CPU usage (%): 99.8903
Max. virtual memory (cumulated for all children) (KiB): 973208

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

runsolver used 2.6296 second user time and 5.60015 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-13 04:35:26
IDJOB=3496729
IDBENCH=3044
IDSOLVER=1990
FILE ID=node122/3496729-1307932525
RUNJOBID= node122-1307919796-10759
PBS_JOBID= 13559657
Free space on /var/tmp= 2848 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-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-3496729-1307932525/watcher-3496729-1307932525 -o /var/tmp/evaluation-result-3496729-1307932525/solver-3496729-1307932525 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496729-1307932525.opb --verbosity=0 --format=opb --randomseed=180948375

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

MD5SUM BENCH= 9e60200cb127c02542a69a69c594f660
RANDOM SEED=180948375

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:        814612 kB
Buffers:         98980 kB
Cached:       30038780 kB
SwapCached:      15072 kB
Active:       16020440 kB
Inactive:     15167016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        814612 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           23708 kB
Writeback:           0 kB
AnonPages:     1047036 kB
Mapped:          10368 kB
Slab:           882904 kB
PageTables:       6724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1249864 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= 2868 MiB
End job on node122 at 2011-06-13 05:05:28