Trace number 3496885

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
MD5SUM11b19c0232a5dd1a01e7c4342698e58e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
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 constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919137542539254950202185769575159
Number of bits of the biggest sum of numbers151
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.08/1800.00	>>> Terminate signal received
1800.08/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-3496885-1307932047/watcher-3496885-1307932047 -o /var/tmp/evaluation-result-3496885-1307932047/solver-3496885-1307932047 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3496885-1307932047.opb --verbosity=0 --format=opb --randomseed=459619407 

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.92 1.98 1.99 3/177 19151
/proc/meminfo: memFree=5496288/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=7804 CPUtime=0 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 422 0 0 0 0 0 0 0 25 0 1 0 885620293 7991296 375 33554432000 4194304 6957856 140733246772912 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 1951 379 250 675 0 1267 0

[startup+0.10189 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 19151
/proc/meminfo: memFree=5496288/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=16488 CPUtime=0.09 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 2597 0 0 0 9 0 0 0 25 0 1 0 885620293 16883712 2550 33554432000 4194304 6957856 140733246772912 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 4122 2551 250 675 0 3438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16488

[startup+0.200857 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 19151
/proc/meminfo: memFree=5496288/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=25400 CPUtime=0.19 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 4939 0 0 0 19 0 0 0 25 0 1 0 885620293 26009600 4749 33554432000 4194304 6957856 140733246772912 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 6350 4749 266 675 0 5666 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25400

[startup+0.30085 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 19151
/proc/meminfo: memFree=5496288/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=34644 CPUtime=0.28 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 7288 0 0 0 28 0 0 0 25 0 1 0 885620293 35475456 7098 33554432000 4194304 6957856 140733246772912 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 8661 7099 266 675 0 7977 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34644

[startup+0.700757 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 19151
/proc/meminfo: memFree=5496288/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=51944 CPUtime=0.69 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 12343 0 0 0 68 1 0 0 25 0 1 0 885620293 53190656 11428 33554432000 4194304 6957856 140733246772912 18446744073709551615 5922131 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 12986 11428 274 675 0 12302 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51944

[startup+1.5006 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19152
/proc/meminfo: memFree=5451168/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=51944 CPUtime=1.49 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 12352 0 0 0 148 1 0 0 25 0 1 0 885620293 53190656 11436 33554432000 4194304 6957856 140733246772912 18446744073709551615 5918143 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 12986 11436 281 675 0 12302 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51944

[startup+3.10028 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19152
/proc/meminfo: memFree=5450796/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=52088 CPUtime=3.09 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 12358 0 0 0 308 1 0 0 25 0 1 0 885620293 53338112 11442 33554432000 4194304 6957856 140733246772912 18446744073709551615 5934028 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 13022 11442 283 675 0 12338 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52088

[startup+6.30065 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 19152
/proc/meminfo: memFree=5450364/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=52228 CPUtime=6.29 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 12442 0 0 0 628 1 0 0 25 0 1 0 885620293 53481472 11526 33554432000 4194304 6957856 140733246772912 18446744073709551615 5311844 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 13057 11526 283 675 0 12373 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52228

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 19152
/proc/meminfo: memFree=5449384/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=52492 CPUtime=12.69 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 12660 0 0 0 1268 1 0 0 25 0 1 0 885620293 53751808 11744 33554432000 4194304 6957856 140733246772912 18446744073709551615 5311774 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 13123 11744 283 675 0 12439 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52492

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 19153
/proc/meminfo: memFree=5448640/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=52624 CPUtime=25.49 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 12864 0 0 0 2548 1 0 0 25 0 1 0 885620293 53886976 11947 33554432000 4194304 6957856 140733246772912 18446744073709551615 5934463 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 13156 11947 283 675 0 12472 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52624

[startup+51.1008 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 19153
/proc/meminfo: memFree=5444976/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=55664 CPUtime=51.09 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 17322 0 0 0 5108 1 0 0 25 0 1 0 885620293 56999936 12869 33554432000 4194304 6957856 140733246772912 18446744073709551615 5922537 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 13916 12869 285 675 0 13232 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55664

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 19155
/proc/meminfo: memFree=5439744/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=59876 CPUtime=102.3 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 35510 0 0 0 10227 3 0 0 25 0 1 0 885620293 61313024 14087 33554432000 4194304 6957856 140733246772912 18446744073709551615 5307688 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 14969 14087 285 675 0 14285 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59876

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19156
/proc/meminfo: memFree=5439208/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=60612 CPUtime=162.3 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 53732 0 0 0 16225 5 0 0 25 0 1 0 885620293 62066688 14292 33554432000 4194304 6957856 140733246772912 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 15153 14292 286 675 0 14469 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 60612

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19158
/proc/meminfo: memFree=5432964/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=68060 CPUtime=222.3 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 55314 0 0 0 22225 5 0 0 25 0 1 0 885620293 69693440 15869 33554432000 4194304 6957856 140733246772912 18446744073709551615 4846704 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 17015 15869 286 675 0 16331 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 68060

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19159
/proc/meminfo: memFree=5430316/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=72632 CPUtime=282.3 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 60977 0 0 0 28224 6 0 0 25 0 1 0 885620293 74375168 16589 33554432000 4194304 6957856 140733246772912 18446744073709551615 5918124 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 18158 16589 286 675 0 17474 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 72632

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19161
/proc/meminfo: memFree=5423964/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=103092 CPUtime=342.31 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 62541 0 0 0 34224 7 0 0 25 0 1 0 885620293 105566208 18144 33554432000 4194304 6957856 140733246772912 18446744073709551615 5932705 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 25773 18144 286 675 0 25089 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 103092

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19163
/proc/meminfo: memFree=5413636/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=103092 CPUtime=402.31 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 74547 0 0 0 40223 8 0 0 25 0 1 0 885620293 105566208 20615 33554432000 4194304 6957856 140733246772912 18446744073709551615 5918134 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 25773 20615 287 675 0 25089 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 103092

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19164
/proc/meminfo: memFree=5413484/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=103092 CPUtime=462.31 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 74547 0 0 0 46223 8 0 0 25 0 1 0 885620293 105566208 20615 33554432000 4194304 6957856 140733246772912 18446744073709551615 5934463 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 25773 20615 287 675 0 25089 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 103092

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19166
/proc/meminfo: memFree=5357660/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=183232 CPUtime=522.31 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 88710 0 0 0 52222 9 0 0 25 0 1 0 885620293 187629568 34767 33554432000 4194304 6957856 140733246772912 18446744073709551615 5385238 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 45808 34767 287 675 0 45124 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 183232

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19167
/proc/meminfo: memFree=5332456/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=233320 CPUtime=582.31 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 94983 0 0 0 58222 9 0 0 25 0 1 0 885620293 238919680 41030 33554432000 4194304 6957856 140733246772912 18446744073709551615 5934635 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 58330 41030 287 675 0 57646 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 233320

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19175
/proc/meminfo: memFree=5339004/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=183232 CPUtime=882.34 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 130435 0 0 0 88218 16 0 0 25 0 1 0 885620293 187629568 39411 33554432000 4194304 6957856 140733246772912 18446744073709551615 4869876 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 45808 39411 286 675 0 45124 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 183232

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19177
/proc/meminfo: memFree=5397136/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=103092 CPUtime=942.34 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 135370 0 0 0 94217 17 0 0 25 0 1 0 885620293 105566208 24675 33554432000 4194304 6957856 140733246772912 18446744073709551615 4847191 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 25773 24675 286 675 0 25089 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 103092

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19179
/proc/meminfo: memFree=5361512/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=152412 CPUtime=1002.34 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 144465 0 0 0 100216 18 0 0 25 0 1 0 885620293 156069888 33768 33554432000 4194304 6957856 140733246772912 18446744073709551615 5385152 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 38103 33768 286 675 0 37419 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 152412

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19180
/proc/meminfo: memFree=5315608/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=233320 CPUtime=1062.33 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 156144 0 0 0 106214 19 0 0 25 0 1 0 885620293 238919680 45435 33554432000 4194304 6957856 140733246772912 18446744073709551615 5319499 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 58330 45435 286 675 0 57646 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 233320

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19182
/proc/meminfo: memFree=5396916/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=103092 CPUtime=1122.35 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 165865 0 0 0 112213 22 0 0 25 0 1 0 885620293 105566208 24675 33554432000 4194304 6957856 140733246772912 18446744073709551615 5922145 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 25773 24675 286 675 0 25089 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 103092

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19183
/proc/meminfo: memFree=5397120/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=103092 CPUtime=1182.35 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 165865 0 0 0 118213 22 0 0 25 0 1 0 885620293 105566208 24675 33554432000 4194304 6957856 140733246772912 18446744073709551615 5319497 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 25773 24675 286 675 0 25089 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 103092

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19185
/proc/meminfo: memFree=5344260/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=183232 CPUtime=1242.35 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 179245 0 0 0 124212 23 0 0 25 0 1 0 885620293 187629568 38039 33554432000 4194304 6957856 140733246772912 18446744073709551615 5917999 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 45808 38039 286 675 0 45124 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 183232

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19187
/proc/meminfo: memFree=5318056/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=183232 CPUtime=1302.35 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 185783 0 0 0 130210 25 0 0 25 0 1 0 885620293 187629568 44557 33554432000 4194304 6957856 140733246772912 18446744073709551615 5385250 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 45808 44557 286 675 0 45124 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 183232

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19188
/proc/meminfo: memFree=5289872/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=233320 CPUtime=1362.35 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 192861 0 0 0 136209 26 0 0 25 0 1 0 885620293 238919680 51624 33554432000 4194304 6957856 140733246772912 18446744073709551615 4852256 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 58330 51624 286 675 0 57646 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 233320

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19190
/proc/meminfo: memFree=5265408/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=314708 CPUtime=1422.36 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 198886 0 0 0 142209 27 0 0 25 0 1 0 885620293 322260992 57638 33554432000 4194304 6957856 140733246772912 18446744073709551615 5934045 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 78677 57638 286 675 0 77993 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 314708

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19191
/proc/meminfo: memFree=5396932/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=103092 CPUtime=1482.36 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 202084 0 0 0 148208 28 0 0 25 0 1 0 885620293 105566208 24675 33554432000 4194304 6957856 140733246772912 18446744073709551615 5315459 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 25773 24675 286 675 0 25089 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 103092

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19193
/proc/meminfo: memFree=5341968/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=183232 CPUtime=1542.37 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 215412 0 0 0 154207 30 0 0 25 0 1 0 885620293 187629568 37996 33554432000 4194304 6957856 140733246772912 18446744073709551615 5929213 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 45808 37996 286 675 0 45124 0
Current children cumulated CPU time (s) 1542.37
Current children cumulated vsize (KiB) 183232

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19195
/proc/meminfo: memFree=5307216/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=233320 CPUtime=1602.37 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 224066 0 0 0 160205 32 0 0 25 0 1 0 885620293 238919680 46646 33554432000 4194304 6957856 140733246772912 18446744073709551615 5385250 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 58330 46646 286 675 0 57646 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 233320

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19196
/proc/meminfo: memFree=5273952/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=233320 CPUtime=1662.37 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 232150 0 0 0 166203 34 0 0 25 0 1 0 885620293 238919680 54726 33554432000 4194304 6957856 140733246772912 18446744073709551615 5917978 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 58330 54726 286 675 0 57646 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 233320

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19237
/proc/meminfo: memFree=5895152/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=314708 CPUtime=1722.37 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 240061 0 0 0 172202 35 0 0 25 0 1 0 885620293 322260992 62634 33554432000 4194304 6957856 140733246772912 18446744073709551615 5922537 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 78677 62634 286 675 0 77993 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 314708

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19238
/proc/meminfo: memFree=5860300/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=314708 CPUtime=1782.37 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 248251 0 0 0 178201 36 0 0 25 0 1 0 885620293 322260992 70822 33554432000 4194304 6957856 140733246772912 18446744073709551615 4838340 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 78677 70822 286 675 0 77993 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 314708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19239
/proc/meminfo: memFree=5853716/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=314708 CPUtime=1800.08 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 250920 0 0 0 179972 36 0 0 25 0 1 0 885620293 322260992 73491 33554432000 4194304 6957856 140733246772912 18446744073709551615 5928997 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 78677 73491 286 675 0 77993 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 314708

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

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

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 19239
/proc/meminfo: memFree=5853716/32951124 swapFree=67054448/67111528
[pid=19151] ppid=19149 vsize=314708 CPUtime=1800.08 cores=1,3,5,7
/proc/19151/stat : 19151 (minisatid-gmp) R 19149 19151 15695 0 -1 4202496 250920 0 0 0 179972 36 0 0 25 0 1 0 885620293 322260992 73491 33554432000 4194304 6957856 140733246772912 18446744073709551615 5928997 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19151/statm: 78677 73491 286 675 0 77993 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 314708

Child status: 0
Real time (s): 1800.02
CPU time (s): 1800.1
CPU user time (s): 1799.72
CPU system time (s): 0.378942
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 314708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250925
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= 4
involuntary context switches= 5345

runsolver used 2.53661 second user time and 5.69913 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-13 04:27:27
IDJOB=3496885
IDBENCH=3022
IDSOLVER=1990
FILE ID=node143/3496885-1307932047
RUNJOBID= node143-1307919792-15714
PBS_JOBID= 13559636
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=100-sizeP=51-sizeQ=100-520972534-max.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3496885-1307932047/watcher-3496885-1307932047 -o /var/tmp/evaluation-result-3496885-1307932047/solver-3496885-1307932047 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496885-1307932047.opb --verbosity=0 --format=opb --randomseed=459619407

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

MD5SUM BENCH= 11b19c0232a5dd1a01e7c4342698e58e
RANDOM SEED=459619407

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5496460 kB
Buffers:        102752 kB
Cached:       25694764 kB
SwapCached:       9948 kB
Active:       11366136 kB
Inactive:     15242116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5496460 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:            3548 kB
Writeback:           0 kB
AnonPages:      807768 kB
Mapped:          14088 kB
Slab:           780592 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1009284 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= 2908 MiB
End job on node143 at 2011-06-13 04:57:29