Trace number 3497781

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794.opb
MD5SUM1dbba1ae61626910756854ad621cd3cd
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 benchmark3.72943
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 variables34451
Total number of constraints102181
Number of constraints which are clauses102180
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 constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567049488946071148219999644591778013249122585915275136925506681211892051858120822619
Number of bits of the biggest sum of numbers391
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-3497781-1307932658/watcher-3497781-1307932658 -o /var/tmp/evaluation-result-3497781-1307932658/solver-3497781-1307932658 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497781-1307932658.opb --verbosity=0 --format=opb --randomseed=1054569047 

running on 4 cores: 1,3,5,7

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.99 3/177 24769
/proc/meminfo: memFree=5601716/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=7804 CPUtime=0 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 424 0 0 0 0 0 0 0 22 0 1 0 885681322 7991296 377 33554432000 4194304 6957856 140733542038560 18446744073709551615 4429446 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 1951 377 251 675 0 1267 0

[startup+0.0631209 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 24769
/proc/meminfo: memFree=5601716/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=13084 CPUtime=0.05 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 1731 0 0 0 5 0 0 0 22 0 1 0 885681322 13398016 1684 33554432000 4194304 6957856 140733542038560 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 3271 1685 251 675 0 2587 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13084

[startup+0.101112 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 24769
/proc/meminfo: memFree=5601716/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=16488 CPUtime=0.09 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 2584 0 0 0 9 0 0 0 22 0 1 0 885681322 16883712 2537 33554432000 4194304 6957856 140733542038560 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 4122 2537 251 675 0 3438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16488

[startup+0.301077 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 24769
/proc/meminfo: memFree=5601716/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=34392 CPUtime=0.29 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 7000 0 0 0 29 0 0 0 23 0 1 0 885681322 35217408 6953 33554432000 4194304 6957856 140733542038560 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 8598 6954 252 675 0 7914 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34392

[startup+0.700999 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 24769
/proc/meminfo: memFree=5601716/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=69488 CPUtime=0.69 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 15736 0 0 0 68 1 0 0 25 0 1 0 885681322 71155712 15655 33554432000 4194304 6957856 140733542038560 18446744073709551615 6268218 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 17405 15656 252 675 0 16721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69488

[startup+1.50086 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 24770
/proc/meminfo: memFree=5516048/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=137520 CPUtime=1.49 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 34155 0 0 0 145 4 0 0 25 0 1 0 885681322 140820480 32371 33554432000 4194304 6957856 140733542038560 18446744073709551615 5925415 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 34380 32372 267 675 0 33696 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137520

[startup+3.10057 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 24770
/proc/meminfo: memFree=5415484/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=3.09 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83715 0 0 0 301 8 0 0 25 0 1 0 885681322 317554688 75375 33554432000 4194304 6957856 140733542038560 18446744073709551615 5319469 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75375 270 675 0 76844 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 310112

[startup+6.30097 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 24770
/proc/meminfo: memFree=5299068/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=6.3 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83818 0 0 0 621 9 0 0 25 0 1 0 885681322 317554688 75478 33554432000 4194304 6957856 140733542038560 18446744073709551615 4869759 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75478 275 675 0 76844 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 310112

[startup+12.7008 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 24770
/proc/meminfo: memFree=5298472/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=12.7 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83818 0 0 0 1261 9 0 0 25 0 1 0 885681322 317554688 75478 33554432000 4194304 6957856 140733542038560 18446744073709551615 5922108 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75478 275 675 0 76844 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 310112

[startup+25.5005 s]
/proc/loadavg: 2.07 2.00 2.00 3/178 24770
/proc/meminfo: memFree=5297488/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=25.5 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83818 0 0 0 2541 9 0 0 25 0 1 0 885681322 317554688 75478 33554432000 4194304 6957856 140733542038560 18446744073709551615 5385152 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75478 275 675 0 76844 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 310112

[startup+51.1008 s]
/proc/loadavg: 2.05 2.00 2.00 3/178 24771
/proc/meminfo: memFree=5296352/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=51.1 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83828 0 0 0 5101 9 0 0 25 0 1 0 885681322 317554688 75488 33554432000 4194304 6957856 140733542038560 18446744073709551615 5922021 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75488 284 675 0 76844 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 310112

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 24772
/proc/meminfo: memFree=5293612/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=102.3 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83829 0 0 0 10221 9 0 0 25 0 1 0 885681322 317554688 75489 33554432000 4194304 6957856 140733542038560 18446744073709551615 5319413 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75489 284 675 0 76844 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 310112

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24774
/proc/meminfo: memFree=5292840/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=162.3 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83833 0 0 0 16221 9 0 0 25 0 1 0 885681322 317554688 75491 33554432000 4194304 6957856 140733542038560 18446744073709551615 5312956 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75491 284 675 0 76844 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 310112

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24776
/proc/meminfo: memFree=5291572/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=222.3 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83834 0 0 0 22221 9 0 0 25 0 1 0 885681322 317554688 75492 33554432000 4194304 6957856 140733542038560 18446744073709551615 5933982 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75492 284 675 0 76844 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 310112

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24777
/proc/meminfo: memFree=5290676/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=282.3 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83836 0 0 0 28221 9 0 0 25 0 1 0 885681322 317554688 75493 33554432000 4194304 6957856 140733542038560 18446744073709551615 5934386 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75493 284 675 0 76844 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 310112

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24779
/proc/meminfo: memFree=5290656/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=342.3 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83841 0 0 0 34221 9 0 0 25 0 1 0 885681322 317554688 75498 33554432000 4194304 6957856 140733542038560 18446744073709551615 5932588 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75498 284 675 0 76844 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 310112

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24780
/proc/meminfo: memFree=5290748/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=310112 CPUtime=402.31 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 83843 0 0 0 40222 9 0 0 25 0 1 0 885681322 317554688 75500 33554432000 4194304 6957856 140733542038560 18446744073709551615 5311856 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77528 75500 284 675 0 76844 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 310112

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 24782
/proc/meminfo: memFree=5289852/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=311920 CPUtime=462.31 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 84178 0 0 0 46222 9 0 0 25 0 1 0 885681322 319406080 75835 33554432000 4194304 6957856 140733542038560 18446744073709551615 5929101 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77980 75835 284 675 0 77296 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 311920

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 24784
/proc/meminfo: memFree=5287836/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=311920 CPUtime=522.31 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 84377 0 0 0 52222 9 0 0 25 0 1 0 885681322 319406080 76033 33554432000 4194304 6957856 140733542038560 18446744073709551615 5312925 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 77980 76033 284 675 0 77296 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 311920

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24785
/proc/meminfo: memFree=5284208/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=314640 CPUtime=582.31 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 85304 0 0 0 58222 9 0 0 25 0 1 0 885681322 322191360 76956 33554432000 4194304 6957856 140733542038560 18446744073709551615 5922126 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 78660 76956 285 675 0 77976 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 314640

[startup+642.3 s]

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

/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 87868 0 0 0 100221 11 0 0 25 0 1 0 885681322 334069760 79511 33554432000 4194304 6957856 140733542038560 18446744073709551615 5932705 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 81560 79511 285 675 0 80876 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 326240

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24837
/proc/meminfo: memFree=4306324/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=326240 CPUtime=1062.32 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 88292 0 0 0 106221 11 0 0 25 0 1 0 885681322 334069760 79934 33554432000 4194304 6957856 140733542038560 18446744073709551615 4846938 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 81560 79934 285 675 0 80876 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 326240

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24839
/proc/meminfo: memFree=4304680/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=326240 CPUtime=1122.32 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 88366 0 0 0 112221 11 0 0 25 0 1 0 885681322 334069760 80008 33554432000 4194304 6957856 140733542038560 18446744073709551615 5934933 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 81560 80008 285 675 0 80876 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 326240

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24840
/proc/meminfo: memFree=4303040/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=326240 CPUtime=1182.33 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 88488 0 0 0 118221 12 0 0 25 0 1 0 885681322 334069760 80128 33554432000 4194304 6957856 140733542038560 18446744073709551615 5917991 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 81560 80128 285 675 0 80876 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 326240

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24842
/proc/meminfo: memFree=4300528/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=337916 CPUtime=1242.33 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 88858 0 0 0 124221 12 0 0 25 0 1 0 885681322 346025984 80497 33554432000 4194304 6957856 140733542038560 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84479 80497 285 675 0 83795 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 337916

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24843
/proc/meminfo: memFree=4299016/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=337916 CPUtime=1302.34 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 88862 0 0 0 130222 12 0 0 25 0 1 0 885681322 346025984 80500 33554432000 4194304 6957856 140733542038560 18446744073709551615 5918143 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84479 80500 285 675 0 83795 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 337916

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24845
/proc/meminfo: memFree=4297864/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=337916 CPUtime=1362.33 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 88898 0 0 0 136221 12 0 0 25 0 1 0 885681322 346025984 80536 33554432000 4194304 6957856 140733542038560 18446744073709551615 5918129 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84479 80536 285 675 0 83795 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 337916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24856
/proc/meminfo: memFree=4295032/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=337916 CPUtime=1422.34 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 89188 0 0 0 142222 12 0 0 25 0 1 0 885681322 346025984 80825 33554432000 4194304 6957856 140733542038560 18446744073709551615 5918004 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84479 80825 285 675 0 83795 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 337916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24857
/proc/meminfo: memFree=4292744/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=338576 CPUtime=1482.34 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 89423 0 0 0 148222 12 0 0 25 0 1 0 885681322 346701824 81060 33554432000 4194304 6957856 140733542038560 18446744073709551615 5387552 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84644 81060 285 675 0 83960 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 338576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24859
/proc/meminfo: memFree=4302512/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=338576 CPUtime=1542.34 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 89502 0 0 0 154222 12 0 0 25 0 1 0 885681322 346701824 81139 33554432000 4194304 6957856 140733542038560 18446744073709551615 5934391 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84644 81139 285 675 0 83960 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 338576

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24860
/proc/meminfo: memFree=4300504/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=338712 CPUtime=1602.34 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 90005 0 0 0 160222 12 0 0 25 0 1 0 885681322 346841088 81638 33554432000 4194304 6957856 140733542038560 18446744073709551615 5934057 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84678 81638 285 675 0 83994 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 338712

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24862
/proc/meminfo: memFree=4296888/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=339024 CPUtime=1662.35 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 90639 0 0 0 166222 13 0 0 25 0 1 0 885681322 347160576 82271 33554432000 4194304 6957856 140733542038560 18446744073709551615 5307401 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 84756 82271 285 675 0 84072 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 339024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24864
/proc/meminfo: memFree=4309508/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=320168 CPUtime=1722.34 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 93156 0 0 0 172221 13 0 0 25 0 1 0 885681322 327852032 78673 33554432000 4194304 6957856 140733542038560 18446744073709551615 5918148 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 80042 78673 286 675 0 79358 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 320168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24865
/proc/meminfo: memFree=4307868/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=320168 CPUtime=1782.35 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 93214 0 0 0 178222 13 0 0 25 0 1 0 885681322 327852032 78731 33554432000 4194304 6957856 140733542038560 18446744073709551615 5922184 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 80042 78731 286 675 0 79358 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 320168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24866
/proc/meminfo: memFree=4307352/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=320168 CPUtime=1800.05 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) R 24767 24769 23058 0 -1 4202496 93240 0 0 0 179992 13 0 0 25 0 1 0 885681322 327852032 78757 33554432000 4194304 6957856 140733542038560 18446744073709551615 5314183 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/24769/statm: 80042 78757 286 675 0 79358 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 320168

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24769

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 24867
/proc/meminfo: memFree=4307344/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=320172 CPUtime=1800.05 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) S 24767 24769 23058 0 -1 4202496 93243 0 0 0 179992 13 0 0 25 0 1 0 885681322 327856128 78760 33554432000 4194304 6957856 140733542038560 18446744073709551615 6100974 0 16384 4096 17571 18446604461181342976 0 0 17 5 0 0 0
/proc/24769/statm: 80043 78760 288 675 0 79359 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 320172

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 24867
/proc/meminfo: memFree=4307344/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=320172 CPUtime=1800.05 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) S 24767 24769 23058 0 -1 4202496 93243 0 0 0 179992 13 0 0 25 0 1 0 885681322 327856128 78760 33554432000 4194304 6957856 140733542038560 18446744073709551615 6100974 0 16384 4096 17571 18446604461181342976 0 0 17 5 0 0 0
/proc/24769/statm: 80043 78760 288 675 0 79359 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 320172

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 24867
/proc/meminfo: memFree=4307344/32951124 swapFree=67053956/67111528
[pid=24769] ppid=24767 vsize=320172 CPUtime=1800.05 cores=1,3,5,7
/proc/24769/stat : 24769 (minisatid-gmp) S 24767 24769 23058 0 -1 4202496 93243 0 0 0 179992 13 0 0 25 0 1 0 885681322 327856128 78760 33554432000 4194304 6957856 140733542038560 18446744073709551615 6100974 0 16384 4096 17571 18446604461181342976 0 0 17 5 0 0 0
/proc/24769/statm: 80043 78760 288 675 0 79359 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 320172

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1800.08
CPU user time (s): 1799.93
CPU system time (s): 0.149977
CPU usage (%): 99.8921
Max. virtual memory (cumulated for all children) (KiB): 339024

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

runsolver used 2.44863 second user time and 5.79412 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-13 04:37:39
IDJOB=3497781
IDBENCH=3057
IDSOLVER=1990
FILE ID=node142/3497781-1307932658
RUNJOBID= node142-1307919792-23077
PBS_JOBID= 13559637
Free space on /var/tmp= 2896 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3497781-1307932658/watcher-3497781-1307932658 -o /var/tmp/evaluation-result-3497781-1307932658/solver-3497781-1307932658 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3497781-1307932658.opb --verbosity=0 --format=opb --randomseed=1054569047

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

MD5SUM BENCH= 1dbba1ae61626910756854ad621cd3cd
RANDOM SEED=1054569047

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:       5602764 kB
Buffers:         95652 kB
Cached:       25978844 kB
SwapCached:      10468 kB
Active:       11402328 kB
Inactive:     15104620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5602764 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            8240 kB
Writeback:           0 kB
AnonPages:      430184 kB
Mapped:          14160 kB
Slab:           777216 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   622976 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= 2884 MiB
End job on node142 at 2011-06-13 05:07:41