Trace number 3497030

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dc1l.opb
MD5SUMb626c8307376f19de1f1e51bf91eca4f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark322124420039689472000
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17540679175205888
Optimality of the best value was proved NO
Number of variables85198
Total number of constraints1652
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 constraints1652
Minimum length of a constraint31
Maximum length of a constraint35129
Number of terms in the objective function 85198
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 6796468271401867858547
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 6796468271401867858547
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.29/0.30	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.04/1800.00	>>> Terminate signal received
1800.04/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-3497030-1307926042/watcher-3497030-1307926042 -o /tmp/evaluation-result-3497030-1307926042/solver-3497030-1307926042 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497030-1307926042.opb --verbosity=0 --format=opb --randomseed=893266210 

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.93 2.00 1.99 2/178 29027
/proc/meminfo: memFree=8337204/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=7896 CPUtime=0 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 1 0 904202366 8085504 369 33554432000 4194304 6957856 140737370400128 18446744073709551615 5934045 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 1974 369 227 675 0 1290 0

[startup+0.0787 s]
/proc/loadavg: 1.93 2.00 1.99 2/178 29027
/proc/meminfo: memFree=8337204/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=14844 CPUtime=0.07 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 2301 0 0 0 7 0 0 0 25 0 1 0 904202366 15200256 1916 33554432000 4194304 6957856 140737370400128 18446744073709551615 5312987 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 3711 1916 227 675 0 3027 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14844

[startup+0.100694 s]
/proc/loadavg: 1.93 2.00 1.99 2/178 29027
/proc/meminfo: memFree=8337204/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=15240 CPUtime=0.09 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 2464 0 0 0 9 0 0 0 25 0 1 0 904202366 15605760 2079 33554432000 4194304 6957856 140737370400128 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 3810 2079 227 675 0 3126 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15240

[startup+0.30066 s]
/proc/loadavg: 1.93 2.00 1.99 2/178 29027
/proc/meminfo: memFree=8337204/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=51452 CPUtime=0.29 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 13840 0 0 0 28 1 0 0 25 0 1 0 904202366 52686848 10725 33554432000 4194304 6957856 140737370400128 18446744073709551615 5932649 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 12863 10725 244 675 0 12179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51452

[startup+0.700587 s]
/proc/loadavg: 1.93 2.00 1.99 2/178 29027
/proc/meminfo: memFree=8337204/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=52120 CPUtime=0.69 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 14008 0 0 0 68 1 0 0 25 0 1 0 904202366 53370880 10893 33554432000 4194304 6957856 140737370400128 18446744073709551615 5456432 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 13030 10893 252 675 0 12346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52120

[startup+1.50045 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 29028
/proc/meminfo: memFree=8282784/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=73228 CPUtime=1.49 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 19305 0 0 0 147 2 0 0 25 0 1 0 904202366 74985472 16190 33554432000 4194304 6957856 140737370400128 18446744073709551615 5456477 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 18307 16190 252 675 0 17623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73228

[startup+3.10016 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 29028
/proc/meminfo: memFree=8228500/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=165104 CPUtime=3.09 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 59644 0 0 0 302 7 0 0 25 0 1 0 904202366 169066496 39309 33554432000 4194304 6957856 140737370400128 18446744073709551615 5932528 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 41276 39309 271 675 0 40592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165104

[startup+6.30059 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 29028
/proc/meminfo: memFree=8123432/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=229400 CPUtime=6.29 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 75712 0 0 0 619 10 0 0 25 0 1 0 904202366 234905600 55377 33554432000 4194304 6957856 140737370400128 18446744073709551615 5932588 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 57350 55377 278 675 0 56666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 229400

[startup+12.7005 s]
/proc/loadavg: 1.94 2.00 1.99 3/179 29028
/proc/meminfo: memFree=8149976/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=277276 CPUtime=12.69 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 87601 0 0 0 1258 11 0 0 25 0 1 0 904202366 283930624 67266 33554432000 4194304 6957856 140737370400128 18446744073709551615 5934042 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 69319 67266 279 675 0 68635 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 277276

[startup+25.5002 s]
/proc/loadavg: 1.95 2.00 1.99 3/179 29028
/proc/meminfo: memFree=8133320/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=279996 CPUtime=25.49 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 88785 0 0 0 2538 11 0 0 25 0 1 0 904202366 286715904 68419 33554432000 4194304 6957856 140737370400128 18446744073709551615 5313006 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 69999 68419 288 675 0 69315 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 279996

[startup+51.1006 s]
/proc/loadavg: 1.97 2.00 1.99 3/179 29029
/proc/meminfo: memFree=8087832/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=322240 CPUtime=51.09 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 96762 0 0 0 5096 13 0 0 25 0 1 0 904202366 329973760 76331 33554432000 4194304 6957856 140737370400128 18446744073709551615 5385219 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 80560 76331 289 675 0 79876 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 322240

[startup+102.307 s]
/proc/loadavg: 2.12 2.03 2.00 3/179 29030
/proc/meminfo: memFree=8096236/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=322240 CPUtime=102.29 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 135750 0 0 0 10210 19 0 0 25 0 1 0 904202366 329973760 79267 33554432000 4194304 6957856 140737370400128 18446744073709551615 5934062 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 80560 79267 290 675 0 79876 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 322240

[startup+162.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 29032
/proc/meminfo: memFree=8033332/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=322240 CPUtime=162.3 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 170175 0 0 0 16204 26 0 0 25 0 1 0 904202366 329973760 78318 33554432000 4194304 6957856 140737370400128 18446744073709551615 5918166 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 80560 78318 290 675 0 79876 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 322240

[startup+222.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 29034
/proc/meminfo: memFree=8040720/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=291596 CPUtime=222.29 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 209257 0 0 0 22196 33 0 0 25 0 1 0 904202366 298594304 70418 33554432000 4194304 6957856 140737370400128 18446744073709551615 5315539 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 72899 70418 290 675 0 72215 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 291596

[startup+282.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 29035
/proc/meminfo: memFree=7970740/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=353060 CPUtime=282.29 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 253337 0 0 0 28188 41 0 0 25 0 1 0 904202366 361533440 84936 33554432000 4194304 6957856 140737370400128 18446744073709551615 5387536 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 88265 84936 290 675 0 87581 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 353060

[startup+342.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 29037
/proc/meminfo: memFree=7833312/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=616796 CPUtime=342.3 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 301169 0 0 0 34181 49 0 0 25 0 1 0 904202366 631599104 132609 33554432000 4194304 6957856 140737370400128 18446744073709551615 5387562 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 154199 132609 290 675 0 153515 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 616796

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 29038
/proc/meminfo: memFree=8036008/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=403148 CPUtime=402.3 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 344463 0 0 0 40173 57 0 0 25 0 1 0 904202366 412823552 90637 33554432000 4194304 6957856 140737370400128 18446744073709551615 5934028 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 100787 90637 290 675 0 100103 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 403148

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 29040
/proc/meminfo: memFree=8022200/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=303272 CPUtime=462.3 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 371852 0 0 0 46168 62 0 0 25 0 1 0 904202366 310550528 73814 33554432000 4194304 6957856 140737370400128 18446744073709551615 4863036 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 75818 73814 290 675 0 75134 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 303272

[startup+522.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 29041
/proc/meminfo: memFree=8067916/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=322240 CPUtime=522.31 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 410032 0 0 0 52163 68 0 0 25 0 1 0 904202366 329973760 78895 33554432000 4194304 6957856 140737370400128 18446744073709551615 5922960 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 80560 78895 290 675 0 79876 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 322240

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 29043
/proc/meminfo: memFree=8020632/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=303272 CPUtime=582.31 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 443189 0 0 0 58156 75 0 0 25 0 1 0 904202366 310550528 72121 33554432000 4194304 6957856 140737370400128 18446744073709551615 4869001 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 75818 72121 290 675 0 75134 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 303272

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 29058
/proc/meminfo: memFree=7948532/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=452224 CPUtime=822.31 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 604444 0 0 0 82130 101 0 0 25 0 1 0 904202366 463077376 112007 33554432000 4194304 6957856 140737370400128 18446744073709551615 5932833 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 113056 112007 290 675 0 112372 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 452224

[startup+882.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 29060
/proc/meminfo: memFree=7936268/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=402136 CPUtime=882.31 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 665425 0 0 0 88121 110 0 0 25 0 1 0 904202366 411787264 92892 33554432000 4194304 6957856 140737370400128 18446744073709551615 5307465 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 100534 92892 290 675 0 99850 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 402136

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 29062
/proc/meminfo: memFree=8005920/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=402136 CPUtime=942.32 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 727741 0 0 0 94110 122 0 0 25 0 1 0 904202366 411787264 99086 33554432000 4194304 6957856 140737370400128 18446744073709551615 5929084 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 100534 99086 290 675 0 99850 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 402136

[startup+1002.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 29063
/proc/meminfo: memFree=7927144/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=402136 CPUtime=1002.31 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 759158 0 0 0 100103 128 0 0 25 0 1 0 904202366 411787264 95472 33554432000 4194304 6957856 140737370400128 18446744073709551615 4896552 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 100534 95472 290 675 0 99850 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 402136

[startup+1062.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 29145
/proc/meminfo: memFree=7970500/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=452224 CPUtime=1062.32 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 800141 0 0 0 106096 136 0 0 25 0 1 0 904202366 463077376 105327 33554432000 4194304 6957856 140737370400128 18446744073709551615 5917973 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 113056 105327 290 675 0 112372 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 452224

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 29147
/proc/meminfo: memFree=7795072/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=665872 CPUtime=1122.32 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 833850 0 0 0 112091 141 0 0 25 0 1 0 904202366 681852928 138758 33554432000 4194304 6957856 140737370400128 18446744073709551615 5934399 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 166468 138758 290 675 0 165784 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 665872

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 29148
/proc/meminfo: memFree=7969384/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=402136 CPUtime=1182.32 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 867789 0 0 0 118084 148 0 0 25 0 1 0 904202366 411787264 93817 33554432000 4194304 6957856 140737370400128 18446744073709551615 5314081 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 100534 93817 290 675 0 99850 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 402136

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 29150
/proc/meminfo: memFree=7832932/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=321996 CPUtime=1242.33 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 901560 0 0 0 124078 155 0 0 25 0 1 0 904202366 329723904 79518 33554432000 4194304 6957856 140737370400128 18446744073709551615 5934607 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 80499 79518 290 675 0 79815 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 321996

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 29151
/proc/meminfo: memFree=7967312/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=391904 CPUtime=1302.33 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 938158 0 0 0 130073 160 0 0 25 0 1 0 904202366 401309696 92699 33554432000 4194304 6957856 140737370400128 18446744073709551615 5922131 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 97976 92699 290 675 0 97292 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 391904

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29153
/proc/meminfo: memFree=7933308/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=422724 CPUtime=1362.32 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 946749 0 0 0 136071 161 0 0 25 0 1 0 904202366 432869376 101184 33554432000 4194304 6957856 140737370400128 18446744073709551615 5922131 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 105681 101184 290 675 0 104997 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 422724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29155
/proc/meminfo: memFree=7916904/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=422724 CPUtime=1422.34 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 950134 0 0 0 142072 162 0 0 25 0 1 0 904202366 432869376 104526 33554432000 4194304 6957856 140737370400128 18446744073709551615 5922126 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 105681 104526 290 675 0 104997 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 422724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29156
/proc/meminfo: memFree=7995720/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=342584 CPUtime=1482.32 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 953799 0 0 0 148070 162 0 0 25 0 1 0 904202366 350806016 84665 33554432000 4194304 6957856 140737370400128 18446744073709551615 4838457 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 85646 84665 290 675 0 84962 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 342584

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 29158
/proc/meminfo: memFree=7962204/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=342584 CPUtime=1542.33 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 953799 0 0 0 154071 162 0 0 25 0 1 0 904202366 350806016 84665 33554432000 4194304 6957856 140737370400128 18446744073709551615 5922021 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 85646 84665 290 675 0 84962 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 342584

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 29159
/proc/meminfo: memFree=7994528/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=342584 CPUtime=1602.34 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 981486 0 0 0 160066 168 0 0 25 0 1 0 904202366 350806016 84665 33554432000 4194304 6957856 140737370400128 18446744073709551615 5307481 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 85646 84665 290 675 0 84962 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 342584

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 29161
/proc/meminfo: memFree=7908304/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=472812 CPUtime=1662.34 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 1003415 0 0 0 166062 172 0 0 25 0 1 0 904202366 484159488 106444 33554432000 4194304 6957856 140737370400128 18446744073709551615 5933982 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 118203 106444 290 675 0 117519 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 472812

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 29162
/proc/meminfo: memFree=7914220/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=447152 CPUtime=1722.34 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 1028609 0 0 0 172058 176 0 0 25 0 1 0 904202366 457883648 104924 33554432000 4194304 6957856 140737370400128 18446744073709551615 4879085 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 111788 104924 290 675 0 111104 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 447152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 29164
/proc/meminfo: memFree=7803204/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=578628 CPUtime=1782.34 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 1056556 0 0 0 178054 180 0 0 25 0 1 0 904202366 592515072 132782 33554432000 4194304 6957856 140737370400128 18446744073709551615 5311728 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 144657 132782 290 675 0 143973 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 578628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29165
/proc/meminfo: memFree=7953724/32951124 swapFree=67063272/67111528
[pid=29027] ppid=29025 vsize=416332 CPUtime=1800.04 cores=1,3,5,7
/proc/29027/stat : 29027 (minisatid-gmp) R 29025 29027 28261 0 -1 4202496 1074602 0 0 0 179821 183 0 0 25 0 1 0 904202366 426323968 94910 33554432000 4194304 6957856 140737370400128 18446744073709551615 5924775 0 0 4096 17571 0 0 0 17 3 0 0 0
/proc/29027/statm: 104083 94910 290 675 0 103399 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 416332

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.02
CPU time (s): 1800.07
CPU user time (s): 1798.22
CPU system time (s): 1.84972
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 710888

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

runsolver used 2.68359 second user time and 5.87911 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-13 02:47:22
IDJOB=3497030
IDBENCH=2370
IDSOLVER=1990
FILE ID=node132/3497030-1307926042
RUNJOBID= node132-1307919793-28280
PBS_JOBID= 13559647
Free space on /tmp= 13332 MiB

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

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

MD5SUM BENCH= b626c8307376f19de1f1e51bf91eca4f
RANDOM SEED=893266210

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8337988 kB
Buffers:         78552 kB
Cached:       23602332 kB
SwapCached:       9212 kB
Active:        8615472 kB
Inactive:     15204908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8337988 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           11372 kB
Writeback:          36 kB
AnonPages:      137848 kB
Mapped:          10624 kB
Slab:           729428 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   333992 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 13328 MiB
End job on node132 at 2011-06-13 03:17:24