Trace number 3497750

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 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-737522999.opb
MD5SUM45d066c10e963ceda17072e59e90fb95
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 benchmark7.91879
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296196299453164965973479669891880458245518365170754398305594457399703799902412848625969319072778646785434424
Number of bits of the biggest sum of numbers511
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-3497750-1307931234/watcher-3497750-1307931234 -o /var/tmp/evaluation-result-3497750-1307931234/solver-3497750-1307931234 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497750-1307931234.opb --verbosity=0 --format=opb --randomseed=2059399402 

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.94 2.01 1.99 2/177 27067
/proc/meminfo: memFree=3093012/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=7804 CPUtime=0 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 444 0 0 0 0 0 0 0 24 0 1 0 904721979 7991296 397 33554432000 4194304 6957856 140737429489184 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 1951 398 251 675 0 1267 0

[startup+0.007502 s]
/proc/loadavg: 1.94 2.01 1.99 2/177 27067
/proc/meminfo: memFree=3093012/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=8068 CPUtime=0 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 488 0 0 0 0 0 0 0 24 0 1 0 904721979 8261632 441 33554432000 4194304 6957856 140737429489184 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 2017 441 251 675 0 1333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8068

[startup+0.100539 s]
/proc/loadavg: 1.94 2.01 1.99 2/177 27067
/proc/meminfo: memFree=3093012/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=16520 CPUtime=0.09 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 2598 0 0 0 9 0 0 0 25 0 1 0 904721979 16916480 2551 33554432000 4194304 6957856 140737429489184 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 4130 2551 251 675 0 3446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16520

[startup+0.300504 s]
/proc/loadavg: 1.94 2.01 1.99 2/177 27067
/proc/meminfo: memFree=3093012/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=34376 CPUtime=0.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 7012 0 0 0 29 0 0 0 25 0 1 0 904721979 35201024 6965 33554432000 4194304 6957856 140737429489184 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 8594 6966 252 675 0 7910 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34376

[startup+0.700438 s]
/proc/loadavg: 1.94 2.01 1.99 2/177 27067
/proc/meminfo: memFree=3093012/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=69728 CPUtime=0.69 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 15774 0 0 0 68 1 0 0 25 0 1 0 904721979 71401472 15683 33554432000 4194304 6957856 140737429489184 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 17432 15684 252 675 0 16748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69728

[startup+1.5003 s]
/proc/loadavg: 1.94 2.01 1.99 3/178 27068
/proc/meminfo: memFree=3005360/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=136340 CPUtime=1.49 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 32624 0 0 0 145 4 0 0 25 0 1 0 904721979 139612160 32182 33554432000 4194304 6957856 140737429489184 18446744073709551615 5711128 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 34085 32182 268 675 0 33401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136340

[startup+3.10103 s]
/proc/loadavg: 1.94 2.01 1.99 3/178 27068
/proc/meminfo: memFree=2916784/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=279504 CPUtime=3.09 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 70112 0 0 0 300 9 0 0 25 0 1 0 904721979 286212096 67628 33554432000 4194304 6957856 140737429489184 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 69876 67629 283 675 0 69192 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 279504

[startup+6.3005 s]
/proc/loadavg: 1.95 2.01 1.99 3/178 27068
/proc/meminfo: memFree=2577964/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=524580 CPUtime=6.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 142410 0 0 0 611 18 0 0 25 0 1 0 904721979 537169920 128618 33554432000 4194304 6957856 140737429489184 18446744073709551615 5312987 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131145 128618 290 675 0 130461 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 524580

[startup+12.7004 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 27068
/proc/meminfo: memFree=2576984/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=524208 CPUtime=12.69 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 145438 0 0 0 1251 18 0 0 25 0 1 0 904721979 536788992 128938 33554432000 4194304 6957856 140737429489184 18446744073709551615 5922121 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131052 128938 291 675 0 130368 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 524208

[startup+25.5003 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 27068
/proc/meminfo: memFree=2576288/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=524208 CPUtime=25.49 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 148692 0 0 0 2530 19 0 0 25 0 1 0 904721979 536788992 129128 33554432000 4194304 6957856 140737429489184 18446744073709551615 5319490 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131052 129128 300 675 0 130368 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 524208

[startup+51.101 s]
/proc/loadavg: 1.97 2.00 1.99 3/178 27069
/proc/meminfo: memFree=2576308/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=524208 CPUtime=51.09 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 148692 0 0 0 5090 19 0 0 25 0 1 0 904721979 536788992 129128 33554432000 4194304 6957856 140737429489184 18446744073709551615 5934069 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131052 129128 300 675 0 130368 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 524208

[startup+102.306 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 27070
/proc/meminfo: memFree=2573924/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=102.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152090 0 0 0 10210 19 0 0 25 0 1 0 904721979 538005504 129498 33554432000 4194304 6957856 140737429489184 18446744073709551615 4838361 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129498 300 675 0 130665 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 525396

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 27111
/proc/meminfo: memFree=2410232/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=162.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152110 0 0 0 16210 19 0 0 25 0 1 0 904721979 538005504 129517 33554432000 4194304 6957856 140737429489184 18446744073709551615 5315408 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129517 301 675 0 130665 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 525396

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27113
/proc/meminfo: memFree=2409780/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=222.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152116 0 0 0 22210 19 0 0 25 0 1 0 904721979 538005504 129523 33554432000 4194304 6957856 140737429489184 18446744073709551615 5315469 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129523 301 675 0 130665 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 525396

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27114
/proc/meminfo: memFree=2409584/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=282.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152123 0 0 0 28210 19 0 0 25 0 1 0 904721979 538005504 129530 33554432000 4194304 6957856 140737429489184 18446744073709551615 5385187 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129530 301 675 0 130665 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 525396

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27116
/proc/meminfo: memFree=2400728/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=342.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152133 0 0 0 34210 19 0 0 25 0 1 0 904721979 538005504 129537 33554432000 4194304 6957856 140737429489184 18446744073709551615 5319507 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129537 301 675 0 130665 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 525396

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27117
/proc/meminfo: memFree=2400676/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=402.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152136 0 0 0 40210 19 0 0 25 0 1 0 904721979 538005504 129539 33554432000 4194304 6957856 140737429489184 18446744073709551615 5316142 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129539 301 675 0 130665 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 525396

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27119
/proc/meminfo: memFree=2400608/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=462.29 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152147 0 0 0 46210 19 0 0 25 0 1 0 904721979 538005504 129547 33554432000 4194304 6957856 140737429489184 18446744073709551615 4869882 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129547 301 675 0 130665 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 525396

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27120
/proc/meminfo: memFree=2399432/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=522.3 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152162 0 0 0 52211 19 0 0 25 0 1 0 904721979 538005504 129558 33554432000 4194304 6957856 140737429489184 18446744073709551615 5932611 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129558 301 675 0 130665 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 525396

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27122
/proc/meminfo: memFree=2397368/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=582.3 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152167 0 0 0 58211 19 0 0 25 0 1 0 904721979 538005504 129562 33554432000 4194304 6957856 140737429489184 18446744073709551615 5922184 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129562 301 675 0 130665 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 525396

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27128
/proc/meminfo: memFree=2404928/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=822.3 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152175 0 0 0 82211 19 0 0 25 0 1 0 904721979 538005504 129568 33554432000 4194304 6957856 140737429489184 18446744073709551615 5312922 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129568 301 675 0 130665 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 525396

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27130
/proc/meminfo: memFree=2403380/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=882.3 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152179 0 0 0 88211 19 0 0 25 0 1 0 904721979 538005504 129572 33554432000 4194304 6957856 140737429489184 18446744073709551615 5313006 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129572 301 675 0 130665 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 525396

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27131
/proc/meminfo: memFree=2399848/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=942.3 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152179 0 0 0 94211 19 0 0 25 0 1 0 904721979 538005504 129572 33554432000 4194304 6957856 140737429489184 18446744073709551615 5314160 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129572 301 675 0 130665 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 525396

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27133
/proc/meminfo: memFree=2399064/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=1002.3 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152181 0 0 0 100211 19 0 0 25 0 1 0 904721979 538005504 129574 33554432000 4194304 6957856 140737429489184 18446744073709551615 4863289 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129574 301 675 0 130665 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 525396

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27135
/proc/meminfo: memFree=2399132/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=1062.3 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152181 0 0 0 106211 19 0 0 25 0 1 0 904721979 538005504 129574 33554432000 4194304 6957856 140737429489184 18446744073709551615 5932533 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129574 301 675 0 130665 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 525396

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27137
/proc/meminfo: memFree=2399084/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=1122.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152181 0 0 0 112212 19 0 0 25 0 1 0 904721979 538005504 129574 33554432000 4194304 6957856 140737429489184 18446744073709551615 4869991 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129574 301 675 0 130665 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 525396

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27138
/proc/meminfo: memFree=2399156/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=1182.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152182 0 0 0 118212 19 0 0 25 0 1 0 904721979 538005504 129575 33554432000 4194304 6957856 140737429489184 18446744073709551615 5311728 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129575 301 675 0 130665 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 525396

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27139
/proc/meminfo: memFree=2398612/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=1242.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152182 0 0 0 124212 19 0 0 25 0 1 0 904721979 538005504 129575 33554432000 4194304 6957856 140737429489184 18446744073709551615 5918166 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129575 301 675 0 130665 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 525396

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 27141
/proc/meminfo: memFree=2397192/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=1302.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152182 0 0 0 130212 19 0 0 25 0 1 0 904721979 538005504 129575 33554432000 4194304 6957856 140737429489184 18446744073709551615 5922034 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129575 301 675 0 130665 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 525396

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 27143
/proc/meminfo: memFree=2395160/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=525396 CPUtime=1362.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152184 0 0 0 136212 19 0 0 25 0 1 0 904721979 538005504 129576 33554432000 4194304 6957856 140737429489184 18446744073709551615 5932611 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 131349 129576 301 675 0 130665 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 525396

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27145
/proc/meminfo: memFree=2392736/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=528596 CPUtime=1422.32 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152860 0 0 0 142213 19 0 0 25 0 1 0 904721979 541282304 130252 33554432000 4194304 6957856 140737429489184 18446744073709551615 5319201 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 132149 130252 301 675 0 131465 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 528596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27146
/proc/meminfo: memFree=2391940/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=528596 CPUtime=1482.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 152860 0 0 0 148212 19 0 0 25 0 1 0 904721979 541282304 130252 33554432000 4194304 6957856 140737429489184 18446744073709551615 5922026 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 132149 130252 301 675 0 131465 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 528596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27148
/proc/meminfo: memFree=2380852/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=533112 CPUtime=1542.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 154271 0 0 0 154212 19 0 0 25 0 1 0 904721979 545906688 131663 33554432000 4194304 6957856 140737429489184 18446744073709551615 5319259 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 133278 131663 301 675 0 132594 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 533112

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 27149
/proc/meminfo: memFree=2379696/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=533112 CPUtime=1602.31 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 154275 0 0 0 160212 19 0 0 25 0 1 0 904721979 545906688 131667 33554432000 4194304 6957856 140737429489184 18446744073709551615 5934014 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 133278 131667 301 675 0 132594 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 533112

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 27151
/proc/meminfo: memFree=2376032/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=538468 CPUtime=1662.32 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 155117 0 0 0 166212 20 0 0 25 0 1 0 904721979 551391232 132509 33554432000 4194304 6957856 140737429489184 18446744073709551615 4838496 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 134617 132509 301 675 0 133933 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 538468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27152
/proc/meminfo: memFree=2363456/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=550048 CPUtime=1722.32 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 157435 0 0 0 172212 20 0 0 25 0 1 0 904721979 563249152 134827 33554432000 4194304 6957856 140737429489184 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 137512 134827 301 675 0 136828 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 550048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27154
/proc/meminfo: memFree=2358416/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=551772 CPUtime=1782.32 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 158434 0 0 0 178212 20 0 0 25 0 1 0 904721979 565014528 135826 33554432000 4194304 6957856 140737429489184 18446744073709551615 4870039 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 137943 135826 301 675 0 137259 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 551772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27155
/proc/meminfo: memFree=2357164/32951124 swapFree=67054520/67111528
[pid=27067] ppid=27065 vsize=552348 CPUtime=1800.02 cores=1,3,5,7
/proc/27067/stat : 27067 (minisatid-gmp) R 27065 27067 23709 0 -1 4202496 158759 0 0 0 179982 20 0 0 25 0 1 0 904721979 565604352 136151 33554432000 4194304 6957856 140737429489184 18446744073709551615 5312991 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/27067/statm: 138087 136151 301 675 0 137403 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 552348

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

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

Child status: 0
Real time (s): 1800.03
CPU time (s): 1800.06
CPU user time (s): 1799.83
CPU system time (s): 0.227965
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 552348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2920

runsolver used 2.98555 second user time and 6.13807 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-13 04:13:55
IDJOB=3497750
IDBENCH=2993
IDSOLVER=1990
FILE ID=node130/3497750-1307931234
RUNJOBID= node130-1307919795-23728
PBS_JOBID= 13559649
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=340-sizeP=171-sizeQ=340-737522999.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3497750-1307931234/watcher-3497750-1307931234 -o /var/tmp/evaluation-result-3497750-1307931234/solver-3497750-1307931234 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3497750-1307931234.opb --verbosity=0 --format=opb --randomseed=2059399402

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

MD5SUM BENCH= 45d066c10e963ceda17072e59e90fb95
RANDOM SEED=2059399402

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3093432 kB
Buffers:        105008 kB
Cached:       28750752 kB
SwapCached:      10356 kB
Active:       14189564 kB
Inactive:     14741676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3093432 kB
SwapTotal:    67111528 kB
SwapFree:     67054520 kB
Dirty:           12484 kB
Writeback:           0 kB
AnonPages:       72920 kB
Mapped:          14024 kB
Slab:           861068 kB
PageTables:       4364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269136 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= 2892 MiB
End job on node130 at 2011-06-13 04:43:57