Trace number 3496713

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.06 1802.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1800.39
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.04/1800.00	>>> Terminate signal received
1800.04/1800.00	UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3496713-1307931207/watcher-3496713-1307931207 -o /tmp/evaluation-result-3496713-1307931207/solver-3496713-1307931207 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3496713-1307931207.opb --verbosity=0 --format=opb --randomseed=1850821797 

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 1.98 2/177 18363
/proc/meminfo: memFree=5157948/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=7800 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 444 0 0 0 0 0 0 0 25 0 1 0 23865556 7987200 398 33554432000 4194304 6957856 140736957834240 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 1950 399 251 675 0 1266 0

[startup+0.022041 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 18363
/proc/meminfo: memFree=5157948/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=9340 CPUtime=0.01 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 821 0 0 0 1 0 0 0 25 0 1 0 23865556 9564160 775 33554432000 4194304 6957856 140736957834240 18446744073709551615 5385212 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 2335 776 251 675 0 1651 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9340

[startup+0.101029 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 18363
/proc/meminfo: memFree=5157948/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=16596 CPUtime=0.09 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 2601 0 0 0 9 0 0 0 25 0 1 0 23865556 16994304 2555 33554432000 4194304 6957856 140736957834240 18446744073709551615 4465385 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 4149 2556 251 675 0 3465 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16596

[startup+0.300995 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 18363
/proc/meminfo: memFree=5157948/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=34588 CPUtime=0.29 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 7037 0 0 0 28 1 0 0 25 0 1 0 23865556 35418112 6991 33554432000 4194304 6957856 140736957834240 18446744073709551615 4338016 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 8647 6992 252 675 0 7963 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34588

[startup+0.700922 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 18363
/proc/meminfo: memFree=5157948/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=69648 CPUtime=0.7 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 16268 0 0 0 67 3 0 0 25 0 1 0 23865556 71319552 15660 33554432000 4194304 6957856 140736957834240 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 17412 15661 267 675 0 16728 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 69648

[startup+1.5009 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18364
/proc/meminfo: memFree=5069064/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=151704 CPUtime=1.49 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 39436 0 0 0 143 6 0 0 25 0 1 0 23865556 155344896 36157 33554432000 4194304 6957856 140736957834240 18446744073709551615 5934014 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 37926 36157 270 675 0 37242 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151704

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18365
/proc/meminfo: memFree=5013760/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=151704 CPUtime=3.09 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 39487 0 0 0 303 6 0 0 25 0 1 0 23865556 155344896 36208 33554432000 4194304 6957856 140736957834240 18446744073709551615 5929505 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 37926 36208 275 675 0 37242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151704

[startup+6.30099 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18365
/proc/meminfo: memFree=5011652/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=151724 CPUtime=6.29 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 44003 0 0 0 622 7 0 0 25 0 1 0 23865556 155365376 36484 33554432000 4194304 6957856 140736957834240 18446744073709551615 5307692 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 37931 36484 284 675 0 37247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151724

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18365
/proc/meminfo: memFree=5011296/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=151976 CPUtime=12.69 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 44041 0 0 0 1262 7 0 0 25 0 1 0 23865556 155623424 36522 33554432000 4194304 6957856 140736957834240 18446744073709551615 5932538 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 37994 36522 284 675 0 37310 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151976

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18365
/proc/meminfo: memFree=5011340/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=152104 CPUtime=25.49 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 44851 0 0 0 2542 7 0 0 25 0 1 0 23865556 155754496 36595 33554432000 4194304 6957856 140736957834240 18446744073709551615 5385152 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 38026 36595 284 675 0 37342 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 152104

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18365
/proc/meminfo: memFree=5011236/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=152104 CPUtime=51.09 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 44859 0 0 0 5102 7 0 0 25 0 1 0 23865556 155754496 36602 33554432000 4194304 6957856 140736957834240 18446744073709551615 5934082 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 38026 36602 284 675 0 37342 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 152104

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18367
/proc/meminfo: memFree=5010956/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=152104 CPUtime=102.3 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 44869 0 0 0 10223 7 0 0 25 0 1 0 23865556 155754496 36610 33554432000 4194304 6957856 140736957834240 18446744073709551615 5932608 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 38026 36610 284 675 0 37342 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152104

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18369
/proc/meminfo: memFree=5010668/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=152744 CPUtime=162.29 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 45089 0 0 0 16222 7 0 0 25 0 1 0 23865556 156409856 36828 33554432000 4194304 6957856 140736957834240 18446744073709551615 5922106 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 38186 36828 284 675 0 37502 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152744

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.98 3/178 18370
/proc/meminfo: memFree=5002192/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=160188 CPUtime=222.29 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 47200 0 0 0 22222 7 0 0 25 0 1 0 23865556 164032512 38936 33554432000 4194304 6957856 140736957834240 18446744073709551615 5932630 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 40047 38936 284 675 0 39363 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 160188

[startup+282.3 s]
/proc/loadavg: 2.09 2.03 1.99 3/178 18371
/proc/meminfo: memFree=5001024/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=160188 CPUtime=282.29 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 47565 0 0 0 28222 7 0 0 25 0 1 0 23865556 164032512 39299 33554432000 4194304 6957856 140736957834240 18446744073709551615 5934014 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 40047 39299 284 675 0 39363 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 160188

[startup+342.301 s]
/proc/loadavg: 2.03 2.02 1.99 3/178 18373
/proc/meminfo: memFree=4993796/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=168176 CPUtime=342.3 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 49340 0 0 0 34222 8 0 0 25 0 1 0 23865556 172212224 41069 33554432000 4194304 6957856 140736957834240 18446744073709551615 5922029 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 42044 41069 284 675 0 41360 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 168176

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 1.99 3/178 18375
/proc/meminfo: memFree=4990652/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=179852 CPUtime=402.3 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 50142 0 0 0 40222 8 0 0 25 0 1 0 23865556 184168448 41868 33554432000 4194304 6957856 140736957834240 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 44963 41868 284 675 0 44279 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 179852

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/178 18377
/proc/meminfo: memFree=4990720/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=179852 CPUtime=462.3 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 50146 0 0 0 46221 9 0 0 25 0 1 0 23865556 184168448 41871 33554432000 4194304 6957856 140736957834240 18446744073709551615 5918166 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 44963 41871 284 675 0 44279 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179852

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18378
/proc/meminfo: memFree=4990552/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=179852 CPUtime=522.31 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 50146 0 0 0 52222 9 0 0 25 0 1 0 23865556 184168448 41871 33554432000 4194304 6957856 140736957834240 18446744073709551615 5932833 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 44963 41871 284 675 0 44279 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 179852

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18379
/proc/meminfo: memFree=4990364/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=179852 CPUtime=582.31 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 50148 0 0 0 58222 9 0 0 25 0 1 0 23865556 184168448 41872 33554432000 4194304 6957856 140736957834240 18446744073709551615 5934090 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 44963 41872 284 675 0 44279 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 179852

[startup+642.301 s]

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

/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 59416 0 0 0 100222 10 0 0 25 0 1 0 23865556 204574720 44798 33554432000 4194304 6957856 140736957834240 18446744073709551615 4869991 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 49945 44798 285 675 0 49261 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 199780

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18393
/proc/meminfo: memFree=4974316/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=199780 CPUtime=1062.31 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 60410 0 0 0 106221 10 0 0 25 0 1 0 23865556 204574720 45792 33554432000 4194304 6957856 140736957834240 18446744073709551615 5385250 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 49945 45792 285 675 0 49261 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 199780

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18394
/proc/meminfo: memFree=4974012/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=199936 CPUtime=1122.31 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 60559 0 0 0 112221 10 0 0 25 0 1 0 23865556 204734464 45941 33554432000 4194304 6957856 140736957834240 18446744073709551615 5313006 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 49984 45941 285 675 0 49300 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 199936

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18395
/proc/meminfo: memFree=4973704/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=199936 CPUtime=1182.31 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 60564 0 0 0 118221 10 0 0 25 0 1 0 23865556 204734464 45944 33554432000 4194304 6957856 140736957834240 18446744073709551615 5934368 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 49984 45944 285 675 0 49300 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 199936

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18397
/proc/meminfo: memFree=4973032/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=200856 CPUtime=1242.32 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 60678 0 0 0 124222 10 0 0 25 0 1 0 23865556 205676544 46058 33554432000 4194304 6957856 140736957834240 18446744073709551615 4863173 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 50214 46058 285 675 0 49530 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 200856

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18399
/proc/meminfo: memFree=4972596/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=200856 CPUtime=1302.32 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 60783 0 0 0 130222 10 0 0 25 0 1 0 23865556 205676544 46163 33554432000 4194304 6957856 140736957834240 18446744073709551615 5933986 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 50214 46163 285 675 0 49530 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 200856

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18401
/proc/meminfo: memFree=4972296/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=200856 CPUtime=1362.32 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 60869 0 0 0 136222 10 0 0 25 0 1 0 23865556 205676544 46249 33554432000 4194304 6957856 140736957834240 18446744073709551615 5922134 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 50214 46249 285 675 0 49530 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 200856

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18402
/proc/meminfo: memFree=5000640/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=161408 CPUtime=1422.33 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 63599 0 0 0 142222 11 0 0 25 0 1 0 23865556 165281792 39141 33554432000 4194304 6957856 140736957834240 18446744073709551615 4870173 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 40352 39141 287 675 0 39668 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 161408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18403
/proc/meminfo: memFree=4996868/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=172904 CPUtime=1482.33 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 64594 0 0 0 148222 11 0 0 25 0 1 0 23865556 177053696 40133 33554432000 4194304 6957856 140736957834240 18446744073709551615 5922121 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 43226 40133 287 675 0 42542 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 172904

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18405
/proc/meminfo: memFree=4993844/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=172904 CPUtime=1542.33 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 64701 0 0 0 154222 11 0 0 25 0 1 0 23865556 177053696 40240 33554432000 4194304 6957856 140736957834240 18446744073709551615 4871286 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 43226 40240 287 675 0 42542 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 172904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 18407
/proc/meminfo: memFree=4990700/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=172904 CPUtime=1602.33 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 65476 0 0 0 160222 11 0 0 25 0 1 0 23865556 177053696 41014 33554432000 4194304 6957856 140736957834240 18446744073709551615 5315533 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 43226 41014 287 675 0 42542 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 172904

[startup+1662.3 s]
/proc/loadavg: 1.95 1.98 1.98 3/178 18448
/proc/meminfo: memFree=5474400/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=172904 CPUtime=1662.33 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 65489 0 0 0 166221 12 0 0 25 0 1 0 23865556 177053696 41026 33554432000 4194304 6957856 140736957834240 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 43226 41026 287 675 0 42542 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 172904

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 1.98 3/178 18449
/proc/meminfo: memFree=5463988/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=172904 CPUtime=1722.33 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 65529 0 0 0 172221 12 0 0 25 0 1 0 23865556 177053696 41066 33554432000 4194304 6957856 140736957834240 18446744073709551615 5922216 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 43226 41066 287 675 0 42542 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 172904

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/178 18450
/proc/meminfo: memFree=5452912/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=203360 CPUtime=1782.33 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 68001 0 0 0 178221 12 0 0 25 0 1 0 23865556 208240640 43536 33554432000 4194304 6957856 140736957834240 18446744073709551615 5922139 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 50840 43536 287 675 0 50156 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 203360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.98 3/178 18451
/proc/meminfo: memFree=5445832/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=203360 CPUtime=1800.04 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) R 18361 18363 16844 0 -1 4202496 68821 0 0 0 179991 13 0 0 25 0 1 0 23865556 208240640 44352 33554432000 4194304 6957856 140736957834240 18446744073709551615 5387562 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18363/statm: 50840 44352 287 675 0 50156 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 203360

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18363

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

[startup+1801.4 s]
/proc/loadavg: 1.99 1.98 1.98 2/179 18452
/proc/meminfo: memFree=5446064/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=203364 CPUtime=1800.04 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) S 18361 18363 16844 0 -1 4202496 68824 0 0 0 179991 13 0 0 25 0 1 0 23865556 208244736 44355 33554432000 4194304 6957856 140736957834240 18446744073709551615 6100974 0 16384 4096 17571 18446604453924410624 0 0 17 0 0 0 0
/proc/18363/statm: 50841 44355 289 675 0 50157 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 203364

[startup+1801.81 s]
/proc/loadavg: 1.99 1.98 1.98 2/179 18452
/proc/meminfo: memFree=5446064/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=203364 CPUtime=1800.04 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) S 18361 18363 16844 0 -1 4202496 68824 0 0 0 179991 13 0 0 25 0 1 0 23865556 208244736 44355 33554432000 4194304 6957856 140736957834240 18446744073709551615 6100974 0 16384 4096 17571 18446604453924410624 0 0 17 0 0 0 0
/proc/18363/statm: 50841 44355 289 675 0 50157 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 203364

[startup+1802 s]
/proc/loadavg: 1.99 1.98 1.98 2/179 18452
/proc/meminfo: memFree=5446064/32950928 swapFree=67111364/67111528
[pid=18363] ppid=18361 vsize=203364 CPUtime=1800.04 cores=0,2,4,6
/proc/18363/stat : 18363 (minisatid-gmp) S 18361 18363 16844 0 -1 4202496 68824 0 0 0 179991 13 0 0 25 0 1 0 23865556 208244736 44355 33554432000 4194304 6957856 140736957834240 18446744073709551615 6100974 0 16384 4096 17571 18446604453924410624 0 0 17 0 0 0 0
/proc/18363/statm: 50841 44355 289 675 0 50157 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 203364

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1800.06
CPU user time (s): 1799.92
CPU system time (s): 0.139978
CPU usage (%): 99.8913
Max. virtual memory (cumulated for all children) (KiB): 203364

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

runsolver used 2.6156 second user time and 5.58915 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 04:13:27
IDJOB=3496713
IDBENCH=2991
IDSOLVER=1990
FILE ID=node124/3496713-1307931207
RUNJOBID= node124-1307919796-16862
PBS_JOBID= 13559655
Free space on /tmp= 2076 MiB

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

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=1850821797

node124.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.855
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.71
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.855
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.855
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.82
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.855
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.77
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.855
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.855
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.855
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.855
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5158392 kB
Buffers:        106712 kB
Cached:       26248668 kB
SwapCached:          0 kB
Active:       11919040 kB
Inactive:     15014820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5158392 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5076 kB
Writeback:           0 kB
AnonPages:      577872 kB
Mapped:          17452 kB
Slab:           793652 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   727592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 2080 MiB
End job on node124 at 2011-06-13 04:43:30