Trace number 3497003

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.14 1800.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3706.opb
MD5SUM08198ac17bd0f4debb1b62367d726ca9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13191003636
Best CPU time to get the best result obtained on this benchmark1800.3
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4970107162
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29645337650291
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29645337650291
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.49/0.56	>>> 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 /tmp/evaluation-result-3497003-1307925382/watcher-3497003-1307925382 -o /tmp/evaluation-result-3497003-1307925382/solver-3497003-1307925382 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497003-1307925382.opb --verbosity=0 --format=opb --randomseed=1271976452 

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: 2.00 2.00 1.93 2/177 19274
/proc/meminfo: memFree=28859796/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=7896 CPUtime=0 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 418 0 0 0 0 0 0 0 25 0 1 0 904134971 8085504 371 33554432000 4194304 6957856 140735239515664 18446744073709551615 5306169 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 1974 371 227 675 0 1290 0

[startup+0.084753 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 19274
/proc/meminfo: memFree=28859796/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=14988 CPUtime=0.08 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 2341 0 0 0 8 0 0 0 25 0 1 0 904134971 15347712 1955 33554432000 4194304 6957856 140735239515664 18446744073709551615 5955823 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 3747 1955 227 675 0 3063 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14988

[startup+0.10075 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 19274
/proc/meminfo: memFree=28859796/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=15780 CPUtime=0.09 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 2594 0 0 0 9 0 0 0 25 0 1 0 904134971 16158720 2208 33554432000 4194304 6957856 140735239515664 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 3945 2208 227 675 0 3261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15780

[startup+0.300713 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 19274
/proc/meminfo: memFree=28859796/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=37504 CPUtime=0.29 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 8421 0 0 0 29 0 0 0 25 0 1 0 904134971 38404096 6881 33554432000 4194304 6957856 140735239515664 18446744073709551615 5915102 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 9376 6881 227 675 0 8692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37504

[startup+0.700636 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 19274
/proc/meminfo: memFree=28859796/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=88804 CPUtime=0.69 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 25294 0 0 0 66 3 0 0 25 0 1 0 904134971 90935296 19398 33554432000 4194304 6957856 140735239515664 18446744073709551615 5708448 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 22201 19398 251 675 0 21517 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88804

[startup+1.50047 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19275
/proc/meminfo: memFree=28782200/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=95876 CPUtime=1.49 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 27051 0 0 0 146 3 0 0 25 0 1 0 904134971 98177024 21155 33554432000 4194304 6957856 140735239515664 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 23969 21155 252 675 0 23285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95876

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19275
/proc/meminfo: memFree=28707924/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=245088 CPUtime=3.1 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 79729 0 0 0 300 10 0 0 25 0 1 0 904134971 250970112 59014 33554432000 4194304 6957856 140735239515664 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 61272 59015 269 675 0 60588 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 245088

[startup+6.30051 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19275
/proc/meminfo: memFree=28485976/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=378164 CPUtime=6.29 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 112750 0 0 0 616 13 0 0 25 0 1 0 904134971 387239936 92035 33554432000 4194304 6957856 140735239515664 18446744073709551615 5315469 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 94541 92035 275 675 0 93857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 378164

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19275
/proc/meminfo: memFree=28475632/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=378580 CPUtime=12.69 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 113505 0 0 0 1256 13 0 0 25 0 1 0 904134971 387665920 92789 33554432000 4194304 6957856 140735239515664 18446744073709551615 5932688 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 94645 92789 284 675 0 93961 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 378580

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19275
/proc/meminfo: memFree=28437860/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=405472 CPUtime=25.49 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 118994 0 0 0 2535 14 0 0 25 0 1 0 904134971 415203328 98274 33554432000 4194304 6957856 140735239515664 18446744073709551615 5929213 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 101368 98274 284 675 0 100684 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 405472

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19276
/proc/meminfo: memFree=28370600/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=455260 CPUtime=51.09 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 128478 0 0 0 5094 15 0 0 25 0 1 0 904134971 466186240 107742 33554432000 4194304 6957856 140735239515664 18446744073709551615 5924269 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 113815 107742 285 675 0 113131 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 455260

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19278
/proc/meminfo: memFree=28407028/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=460828 CPUtime=102.3 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 132801 0 0 0 10214 16 0 0 25 0 1 0 904134971 471887872 112060 33554432000 4194304 6957856 140735239515664 18446744073709551615 5922159 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 115207 112060 285 675 0 114523 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 460828

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19279
/proc/meminfo: memFree=28379596/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=460828 CPUtime=162.3 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 132809 0 0 0 16214 16 0 0 25 0 1 0 904134971 471887872 112068 33554432000 4194304 6957856 140735239515664 18446744073709551615 5922134 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 115207 112068 285 675 0 114523 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 460828

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19281
/proc/meminfo: memFree=28295344/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=460828 CPUtime=222.3 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 132810 0 0 0 22214 16 0 0 25 0 1 0 904134971 471887872 112069 33554432000 4194304 6957856 140735239515664 18446744073709551615 4869795 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 115207 112069 285 675 0 114523 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 460828

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19282
/proc/meminfo: memFree=28443864/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=460828 CPUtime=282.3 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 133088 0 0 0 28214 16 0 0 25 0 1 0 904134971 471887872 112347 33554432000 4194304 6957856 140735239515664 18446744073709551615 5922782 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 115207 112347 285 675 0 114523 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 460828

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19284
/proc/meminfo: memFree=28375736/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=510916 CPUtime=342.31 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 136891 0 0 0 34214 17 0 0 25 0 1 0 904134971 523177984 116143 33554432000 4194304 6957856 140735239515664 18446744073709551615 5922159 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 127729 116143 285 675 0 127045 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 510916

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19285
/proc/meminfo: memFree=28216856/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=592304 CPUtime=402.31 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 159706 0 0 0 40210 21 0 0 25 0 1 0 904134971 606519296 138938 33554432000 4194304 6957856 140735239515664 18446744073709551615 5387536 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 148076 138938 285 675 0 147392 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 592304

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19287
/proc/meminfo: memFree=28245212/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=724564 CPUtime=462.31 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 168079 0 0 0 46209 22 0 0 25 0 1 0 904134971 741953536 147303 33554432000 4194304 6957856 140735239515664 18446744073709551615 4866322 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 181141 147303 285 675 0 180457 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 724564

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19289
/proc/meminfo: memFree=28162712/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=724564 CPUtime=522.31 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 178356 0 0 0 52208 23 0 0 25 0 1 0 904134971 741953536 157576 33554432000 4194304 6957856 140735239515664 18446744073709551615 5387536 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 181141 157576 285 675 0 180457 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 724564

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19290
/proc/meminfo: memFree=28138000/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=724564 CPUtime=582.31 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 192369 0 0 0 58206 25 0 0 25 0 1 0 904134971 741953536 171581 33554432000 4194304 6957856 140735239515664 18446744073709551615 5932611 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 181141 171581 285 675 0 180457 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 724564

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19297
/proc/meminfo: memFree=27675432/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=940024 CPUtime=822.33 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 251989 0 0 0 82198 35 0 0 25 0 1 0 904134971 962584576 231151 33554432000 4194304 6957856 140735239515664 18446744073709551615 5924269 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 235006 231151 285 675 0 234322 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 940024

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19298
/proc/meminfo: memFree=27547304/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289272 CPUtime=882.33 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 266105 0 0 0 88195 38 0 0 25 0 1 0 904134971 1320214528 245259 33554432000 4194304 6957856 140735239515664 18446744073709551615 5387657 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322318 245259 285 675 0 321634 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1289272

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19300
/proc/meminfo: memFree=27608156/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289272 CPUtime=942.33 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 282494 0 0 0 94192 41 0 0 25 0 1 0 904134971 1320214528 261623 33554432000 4194304 6957856 140735239515664 18446744073709551615 5387580 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322318 261623 285 675 0 321634 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1289272

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19301
/proc/meminfo: memFree=27673208/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289716 CPUtime=1002.34 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 302220 0 0 0 100189 45 0 0 25 0 1 0 904134971 1320669184 281339 33554432000 4194304 6957856 140735239515664 18446744073709551615 5922078 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322429 281339 285 675 0 321745 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1289716

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19303
/proc/meminfo: memFree=27562692/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1062.34 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 312471 0 0 0 106187 47 0 0 25 0 1 0 904134971 1320833024 291579 33554432000 4194304 6957856 140735239515664 18446744073709551615 5387552 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 291579 285 675 0 321785 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1289876

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19305
/proc/meminfo: memFree=27462828/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1122.34 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320461 0 0 0 112186 48 0 0 25 0 1 0 904134971 1320833024 299565 33554432000 4194304 6957856 140735239515664 18446744073709551615 5922264 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299565 285 675 0 321785 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1289876

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19306
/proc/meminfo: memFree=27378232/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1182.34 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320482 0 0 0 118186 48 0 0 25 0 1 0 904134971 1320833024 299586 33554432000 4194304 6957856 140735239515664 18446744073709551615 5934561 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299586 285 675 0 321785 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1289876

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19308
/proc/meminfo: memFree=27298584/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1242.35 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320484 0 0 0 124187 48 0 0 25 0 1 0 904134971 1320833024 299587 33554432000 4194304 6957856 140735239515664 18446744073709551615 5932625 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299587 285 675 0 321785 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 1289876

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19310
/proc/meminfo: memFree=27637552/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1302.36 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320583 0 0 0 130188 48 0 0 25 0 1 0 904134971 1320833024 299686 33554432000 4194304 6957856 140735239515664 18446744073709551615 5312942 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299686 285 675 0 321785 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 1289876

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 19311
/proc/meminfo: memFree=27629080/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1362.35 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320599 0 0 0 136187 48 0 0 25 0 1 0 904134971 1320833024 299702 33554432000 4194304 6957856 140735239515664 18446744073709551615 5385219 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299702 285 675 0 321785 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 1289876

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 19313
/proc/meminfo: memFree=27607832/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1422.36 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320643 0 0 0 142188 48 0 0 25 0 1 0 904134971 1320833024 299746 33554432000 4194304 6957856 140735239515664 18446744073709551615 5934082 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299746 285 675 0 321785 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 1289876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19323
/proc/meminfo: memFree=27554812/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1482.36 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320644 0 0 0 148188 48 0 0 25 0 1 0 904134971 1320833024 299747 33554432000 4194304 6957856 140735239515664 18446744073709551615 4838132 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299747 285 675 0 321785 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 1289876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19325
/proc/meminfo: memFree=27538772/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1542.36 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320657 0 0 0 154188 48 0 0 25 0 1 0 904134971 1320833024 299760 33554432000 4194304 6957856 140735239515664 18446744073709551615 5934578 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299760 285 675 0 321785 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 1289876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19326
/proc/meminfo: memFree=27462848/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1602.36 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320662 0 0 0 160188 48 0 0 25 0 1 0 904134971 1320833024 299765 33554432000 4194304 6957856 140735239515664 18446744073709551615 4838438 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299765 285 675 0 321785 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 1289876

[startup+1662.3 s]
/proc/loadavg: 1.96 1.98 1.93 3/178 19405
/proc/meminfo: memFree=30283048/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1662.37 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320670 0 0 0 166189 48 0 0 25 0 1 0 904134971 1320833024 299773 33554432000 4194304 6957856 140735239515664 18446744073709551615 5932528 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299773 285 675 0 321785 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 1289876

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 1.93 3/178 19410
/proc/meminfo: memFree=30282984/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1722.37 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 320690 0 0 0 172189 48 0 0 25 0 1 0 904134971 1320833024 299793 33554432000 4194304 6957856 140735239515664 18446744073709551615 5918134 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 299793 285 675 0 321785 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 1289876

[startup+1782.3 s]
/proc/loadavg: 2.04 2.00 1.94 3/178 19411
/proc/meminfo: memFree=30275648/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1782.38 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 322528 0 0 0 178189 49 0 0 25 0 1 0 904134971 1320833024 301629 33554432000 4194304 6957856 140735239515664 18446744073709551615 5934427 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 301629 285 675 0 321785 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 1289876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.00 1.94 3/178 19412
/proc/meminfo: memFree=30263804/32950928 swapFree=67053884/67111528
[pid=19274] ppid=19272 vsize=1289876 CPUtime=1800.08 cores=1,3,5,7
/proc/19274/stat : 19274 (minisatid-gmp) R 19272 19274 18488 0 -1 4202496 325488 0 0 0 179959 49 0 0 25 0 1 0 904134971 1320833024 304589 33554432000 4194304 6957856 140735239515664 18446744073709551615 5922021 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/19274/statm: 322469 304589 285 675 0 321785 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1289876

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.05
CPU time (s): 1800.14
CPU user time (s): 1799.6
CPU system time (s): 0.538918
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1289876

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

runsolver used 2.58261 second user time and 5.9391 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-13 02:36:23
IDJOB=3497003
IDBENCH=2308
IDSOLVER=1990
FILE ID=node149/3497003-1307925382
RUNJOBID= node149-1307919791-18507
PBS_JOBID= 13559630
Free space on /tmp= 73972 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3706.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3497003-1307925382/watcher-3497003-1307925382 -o /tmp/evaluation-result-3497003-1307925382/solver-3497003-1307925382 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3497003-1307925382.opb --verbosity=0 --format=opb --randomseed=1271976452

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

MD5SUM BENCH= 08198ac17bd0f4debb1b62367d726ca9
RANDOM SEED=1271976452

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28860480 kB
Buffers:        135448 kB
Cached:         258828 kB
SwapCached:      22648 kB
Active:        3759892 kB
Inactive:       138592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28860480 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           11704 kB
Writeback:          36 kB
AnonPages:     3501240 kB
Mapped:          10964 kB
Slab:           120896 kB
PageTables:      11712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3712012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74024 MiB
End job on node149 at 2011-06-13 03:06:25