Trace number 3496981

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 1802.06

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3702.opb
MD5SUMd696f4100af4494c851a4f1a4044ecb8
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 4827154397
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 29701186548799
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 29701186548799
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.59/0.60	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.07/1800.00	>>> Terminate signal received
1800.07/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-3496981-1307925199/watcher-3496981-1307925199 -o /var/tmp/evaluation-result-3496981-1307925199/solver-3496981-1307925199 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3496981-1307925199.opb --verbosity=0 --format=opb --randomseed=555686441 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16285
/proc/meminfo: memFree=6312032/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=7680 CPUtime=0 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 386 0 0 0 0 0 0 0 25 0 1 0 884935540 7864320 339 33554432000 4194304 6957856 140736843890432 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 1920 339 227 675 0 1236 0

[startup+0.0755571 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16285
/proc/meminfo: memFree=6312032/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=15232 CPUtime=0.07 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 2094 0 0 0 7 0 0 0 25 0 1 0 884935540 15597568 1901 33554432000 4194304 6957856 140736843890432 18446744073709551615 5312987 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 3808 1908 227 675 0 3124 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15232

[startup+0.100551 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16285
/proc/meminfo: memFree=6312032/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=15384 CPUtime=0.09 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 2481 0 0 0 9 0 0 0 25 0 1 0 884935540 15753216 2095 33554432000 4194304 6957856 140736843890432 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 3846 2095 227 675 0 3162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15384

[startup+0.300517 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16285
/proc/meminfo: memFree=6312032/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=37280 CPUtime=0.29 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 6973 0 0 0 28 1 0 0 25 0 1 0 884935540 38174720 6202 33554432000 4194304 6957856 140736843890432 18446744073709551615 5312973 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 9320 6210 227 675 0 8636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37280

[startup+0.700436 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16285
/proc/meminfo: memFree=6312032/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=88804 CPUtime=0.69 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 25293 0 0 0 66 3 0 0 25 0 1 0 884935540 90935296 19397 33554432000 4194304 6957856 140736843890432 18446744073709551615 6085472 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 22201 19397 251 675 0 21517 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88804

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16286
/proc/meminfo: memFree=6234424/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=92312 CPUtime=1.49 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 26147 0 0 0 145 4 0 0 25 0 1 0 884935540 94527488 20251 33554432000 4194304 6957856 140736843890432 18446744073709551615 5917973 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 23078 20251 252 675 0 22394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92312

[startup+3.101 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16286
/proc/meminfo: memFree=6195488/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=224596 CPUtime=3.09 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 74594 0 0 0 299 10 0 0 25 0 1 0 884935540 229986304 53879 33554432000 4194304 6957856 140736843890432 18446744073709551615 5387575 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 56149 53879 269 675 0 55465 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 224596

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16286
/proc/meminfo: memFree=5906052/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=377948 CPUtime=6.29 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 112712 0 0 0 613 16 0 0 25 0 1 0 884935540 387018752 91997 33554432000 4194304 6957856 140736843890432 18446744073709551615 4846918 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 94487 91997 275 675 0 93803 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 377948

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16287
/proc/meminfo: memFree=5940416/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=379164 CPUtime=12.69 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 113636 0 0 0 1253 16 0 0 25 0 1 0 884935540 388263936 92919 33554432000 4194304 6957856 140736843890432 18446744073709551615 5932688 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 94791 92919 284 675 0 94107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 379164

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16287
/proc/meminfo: memFree=5896992/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=387356 CPUtime=25.49 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 115768 0 0 0 2533 16 0 0 25 0 1 0 884935540 396652544 95049 33554432000 4194304 6957856 140736843890432 18446744073709551615 5316146 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 96839 95049 284 675 0 96155 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 387356

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16288
/proc/meminfo: memFree=5886880/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=398956 CPUtime=51.09 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 117445 0 0 0 5093 16 0 0 25 0 1 0 884935540 408530944 96723 33554432000 4194304 6957856 140736843890432 18446744073709551615 5316213 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 99739 96723 284 675 0 99055 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 398956

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16289
/proc/meminfo: memFree=5838016/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=460420 CPUtime=102.3 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 131369 0 0 0 10211 19 0 0 25 0 1 0 884935540 471470080 110636 33554432000 4194304 6957856 140736843890432 18446744073709551615 4838382 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 115105 110636 285 675 0 114421 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 460420

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16291
/proc/meminfo: memFree=5774256/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=591896 CPUtime=162.29 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 147570 0 0 0 16208 21 0 0 25 0 1 0 884935540 606101504 126821 33554432000 4194304 6957856 140736843890432 18446744073709551615 5922745 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 147974 126821 285 675 0 147290 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 591896

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16292
/proc/meminfo: memFree=5704180/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=591896 CPUtime=222.3 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 164853 0 0 0 22205 25 0 0 25 0 1 0 884935540 606101504 144097 33554432000 4194304 6957856 140736843890432 18446744073709551615 4638747 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 147974 144097 285 675 0 147290 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 591896

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16294
/proc/meminfo: memFree=5660136/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=724156 CPUtime=282.3 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 175959 0 0 0 28203 27 0 0 25 0 1 0 884935540 741535744 155198 33554432000 4194304 6957856 140736843890432 18446744073709551615 5387657 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 181039 155198 285 675 0 180355 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 724156

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16295
/proc/meminfo: memFree=5601464/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=724156 CPUtime=342.31 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 190587 0 0 0 34201 30 0 0 25 0 1 0 884935540 741535744 169812 33554432000 4194304 6957856 140736843890432 18446744073709551615 5918134 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 181039 169812 285 675 0 180355 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 724156

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16297
/proc/meminfo: memFree=5556800/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=939080 CPUtime=402.31 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 201648 0 0 0 40198 33 0 0 25 0 1 0 884935540 961617920 180864 33554432000 4194304 6957856 140736843890432 18446744073709551615 5932611 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 234770 180864 285 675 0 234086 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 939080

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16299
/proc/meminfo: memFree=5419624/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=939080 CPUtime=462.31 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 221931 0 0 0 46195 36 0 0 25 0 1 0 884935540 961617920 201127 33554432000 4194304 6957856 140736843890432 18446744073709551615 5311744 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 234770 201127 285 675 0 234086 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 939080

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16300
/proc/meminfo: memFree=5354132/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=939080 CPUtime=522.31 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 242472 0 0 0 52190 41 0 0 25 0 1 0 884935540 961617920 221629 33554432000 4194304 6957856 140736843890432 18446744073709551615 5922126 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 234770 221629 285 675 0 234086 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 939080

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16302
/proc/meminfo: memFree=5272644/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1288328 CPUtime=582.31 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 259031 0 0 0 58187 44 0 0 25 0 1 0 884935540 1319247872 238164 33554432000 4194304 6957856 140736843890432 18446744073709551615 5915210 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322082 238164 285 675 0 321398 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1288328

[startup+642.301 s]

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

/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 277379 0 0 0 100185 49 0 0 25 0 1 0 884935540 1321627648 256480 33554432000 4194304 6957856 140736843890432 18446744073709551615 5934607 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 256480 285 675 0 321979 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1290652

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16315
/proc/meminfo: memFree=5201416/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1062.34 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 277385 0 0 0 106185 49 0 0 25 0 1 0 884935540 1321627648 256486 33554432000 4194304 6957856 140736843890432 18446744073709551615 4866359 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 256486 285 675 0 321979 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1290652

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16316
/proc/meminfo: memFree=5197172/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1122.34 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 277410 0 0 0 112185 49 0 0 25 0 1 0 884935540 1321627648 256511 33554432000 4194304 6957856 140736843890432 18446744073709551615 4869807 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 256511 285 675 0 321979 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1290652

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16318
/proc/meminfo: memFree=5144824/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1182.35 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 290175 0 0 0 118184 51 0 0 25 0 1 0 884935540 1321627648 269264 33554432000 4194304 6957856 140736843890432 18446744073709551615 5922537 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 269264 285 675 0 321979 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 1290652

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16319
/proc/meminfo: memFree=5154848/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1242.35 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 299886 0 0 0 124183 52 0 0 25 0 1 0 884935540 1321627648 278968 33554432000 4194304 6957856 140736843890432 18446744073709551615 4851115 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 278968 285 675 0 321979 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 1290652

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16321
/proc/meminfo: memFree=5114024/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1302.35 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 309951 0 0 0 130181 54 0 0 25 0 1 0 884935540 1321627648 289028 33554432000 4194304 6957856 140736843890432 18446744073709551615 5934526 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 289028 285 675 0 321979 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 1290652

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16323
/proc/meminfo: memFree=5048028/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1362.36 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 318708 0 0 0 136180 56 0 0 25 0 1 0 884935540 1321627648 297776 33554432000 4194304 6957856 140736843890432 18446744073709551615 5933964 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 297776 285 675 0 321979 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 1290652

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16324
/proc/meminfo: memFree=5017132/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1422.37 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 325978 0 0 0 142180 57 0 0 25 0 1 0 884935540 1321627648 305041 33554432000 4194304 6957856 140736843890432 18446744073709551615 5319469 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305041 285 675 0 321979 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 1290652

[startup+1482.3 s]
/proc/loadavg: 1.96 1.98 1.93 3/178 16365
/proc/meminfo: memFree=5214320/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1482.36 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 326378 0 0 0 148179 57 0 0 25 0 1 0 884935540 1321627648 305441 33554432000 4194304 6957856 140736843890432 18446744073709551615 4863344 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305441 285 675 0 321979 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 1290652

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 1.93 3/178 16366
/proc/meminfo: memFree=5181060/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1542.36 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 326380 0 0 0 154179 57 0 0 25 0 1 0 884935540 1321627648 305443 33554432000 4194304 6957856 140736843890432 18446744073709551615 5385152 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305443 285 675 0 321979 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 1290652

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/178 16368
/proc/meminfo: memFree=5167380/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1602.36 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 326383 0 0 0 160179 57 0 0 25 0 1 0 884935540 1321627648 305446 33554432000 4194304 6957856 140736843890432 18446744073709551615 4838196 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305446 285 675 0 321979 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 1290652

[startup+1662.3 s]
/proc/loadavg: 2.07 2.00 1.94 3/178 16379
/proc/meminfo: memFree=5163600/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1662.36 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 326385 0 0 0 166179 57 0 0 25 0 1 0 884935540 1321627648 305448 33554432000 4194304 6957856 140736843890432 18446744073709551615 5387552 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305448 285 675 0 321979 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 1290652

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 1.94 3/178 16380
/proc/meminfo: memFree=5164684/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1722.36 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 326388 0 0 0 172179 57 0 0 25 0 1 0 884935540 1321627648 305451 33554432000 4194304 6957856 140736843890432 18446744073709551615 5934953 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305451 285 675 0 321979 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 1290652

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 16382
/proc/meminfo: memFree=5158712/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1782.37 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 326390 0 0 0 178180 57 0 0 25 0 1 0 884935540 1321627648 305453 33554432000 4194304 6957856 140736843890432 18446744073709551615 5918206 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305453 285 675 0 321979 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 1290652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16382
/proc/meminfo: memFree=5158704/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290652 CPUtime=1800.07 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) R 16283 16285 15695 0 -1 4202496 326391 0 0 0 179950 57 0 0 25 0 1 0 884935540 1321627648 305454 33554432000 4194304 6957856 140736843890432 18446744073709551615 5313084 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16285/statm: 322663 305454 285 675 0 321979 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1290652

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16285

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.94 2/179 16383
/proc/meminfo: memFree=5158696/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290656 CPUtime=1800.07 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) S 16283 16285 15695 0 -1 4202496 326394 0 0 0 179950 57 0 0 25 0 1 0 884935540 1321631744 305457 33554432000 4194304 6957856 140736843890432 18446744073709551615 6100974 0 16384 4096 17571 18446604453965986624 0 0 17 0 0 0 0
/proc/16285/statm: 322664 305457 287 675 0 321980 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1290656

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.94 2/179 16383
/proc/meminfo: memFree=5158696/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290656 CPUtime=1800.07 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) S 16283 16285 15695 0 -1 4202496 326394 0 0 0 179950 57 0 0 25 0 1 0 884935540 1321631744 305457 33554432000 4194304 6957856 140736843890432 18446744073709551615 6100974 0 16384 4096 17571 18446604453965986624 0 0 17 0 0 0 0
/proc/16285/statm: 322664 305457 287 675 0 321980 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1290656

[startup+1802 s]
/proc/loadavg: 2.00 2.00 1.94 2/179 16383
/proc/meminfo: memFree=5158696/32951124 swapFree=67054448/67111528
[pid=16285] ppid=16283 vsize=1290656 CPUtime=1800.07 cores=0,2,4,6
/proc/16285/stat : 16285 (minisatid-gmp) S 16283 16285 15695 0 -1 4202496 326394 0 0 0 179950 57 0 0 25 0 1 0 884935540 1321631744 305457 33554432000 4194304 6957856 140736843890432 18446744073709551615 6100974 0 16384 4096 17571 18446604453965986624 0 0 17 0 0 0 0
/proc/16285/statm: 322664 305457 287 675 0 321980 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1290656

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.06
CPU time (s): 1800.14
CPU user time (s): 1799.51
CPU system time (s): 0.629904
CPU usage (%): 99.8935
Max. virtual memory (cumulated for all children) (KiB): 1290656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.629904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326394
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3139

runsolver used 2.69259 second user time and 5.50816 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-13 02:33:19
IDJOB=3496981
IDBENCH=2281
IDSOLVER=1990
FILE ID=node143/3496981-1307925199
RUNJOBID= node143-1307919792-15713
PBS_JOBID= 13559636
Free space on /var/tmp= 2904 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-n3702.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3496981-1307925199/watcher-3496981-1307925199 -o /var/tmp/evaluation-result-3496981-1307925199/solver-3496981-1307925199 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3496981-1307925199.opb --verbosity=0 --format=opb --randomseed=555686441

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

MD5SUM BENCH= d696f4100af4494c851a4f1a4044ecb8
RANDOM SEED=555686441

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:       6312088 kB
Buffers:         73504 kB
Cached:       25570312 kB
SwapCached:       9548 kB
Active:       10702588 kB
Inactive:     15111352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6312088 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:           11724 kB
Writeback:           0 kB
AnonPages:      167660 kB
Mapped:          14300 kB
Slab:           759932 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   359044 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= 2900 MiB
End job on node143 at 2011-06-13 03:03:21