Trace number 3466726

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.4.8-gmp? (TO) 1800.1 1800.13

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-czprob.opb
MD5SUMb2a2d9103ca6e5798123e19b8527d11e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark232914362812081
Best CPU time to get the best result obtained on this benchmark1800.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 231334362819826
Optimality of the best value was proved NO
Number of variables98820
Total number of constraints927
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 constraints927
Minimum length of a constraint30
Maximum length of a constraint11190
Number of terms in the objective function 98250
Biggest coefficient in the objective function 16496969383936000
Number of bits for the biggest coefficient in the objective function 54
Sum of the numbers in the objective function 33458351340667288266
Number of bits of the sum of numbers in the objective function 65
Biggest number in a constraint 16496969383936000
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 33458351340667288266
Number of bits of the biggest sum of numbers65
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.37	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.07/1800.11	>>> Terminate signal received

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3466726-1307400169/watcher-3466726-1307400169 -o /tmp/evaluation-result-3466726-1307400169/solver-3466726-1307400169 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466726-1307400169.opb --verbosity=0 --format=opb 

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
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.06 1.95 2/530 27339
/proc/meminfo: memFree=15067504/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=8400 CPUtime=0.01 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 600 0 0 0 1 0 0 0 25 0 1 0 851615551 8601600 547 33554432000 4194304 6736272 140735810564288 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 2100 548 221 621 0 1470 0

[startup+0.0698609 s]
/proc/loadavg: 2.17 2.06 1.95 2/530 27339
/proc/meminfo: memFree=15067504/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=12508 CPUtime=0.06 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 1786 0 0 0 6 0 0 0 25 0 1 0 851615551 12808192 1587 33554432000 4194304 6736272 140735810564288 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 3127 1588 221 621 0 2497 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12508

[startup+0.100859 s]
/proc/loadavg: 2.17 2.06 1.95 2/530 27339
/proc/meminfo: memFree=15067504/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=15288 CPUtime=0.09 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 2516 0 0 0 9 0 0 0 25 0 1 0 851615551 15654912 2124 33554432000 4194304 6736272 140735810564288 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 3822 2124 221 621 0 3192 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15288

[startup+0.300824 s]
/proc/loadavg: 2.17 2.06 1.95 2/530 27339
/proc/meminfo: memFree=15067504/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=66976 CPUtime=0.29 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 15601 0 0 0 28 1 0 0 25 0 1 0 851615551 68583424 14311 33554432000 4194304 6736272 140735810564288 18446744073709551615 5146875 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 16744 14311 235 621 0 16114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66976

[startup+0.700755 s]
/proc/loadavg: 2.17 2.06 1.95 2/530 27339
/proc/meminfo: memFree=15067504/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=57500 CPUtime=0.69 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 15620 0 0 0 68 1 0 0 25 0 1 0 851615551 58880000 12218 33554432000 4194304 6736272 140735810564288 18446744073709551615 4367324 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 14375 12218 248 621 0 13745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57500

[startup+1.50062 s]
/proc/loadavg: 2.17 2.06 1.95 3/531 27340
/proc/meminfo: memFree=14991112/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=127132 CPUtime=1.49 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 42146 0 0 0 144 5 0 0 25 0 1 0 851615551 130183168 29787 33554432000 4194304 6736272 140735810564288 18446744073709551615 5222016 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 31783 29787 265 621 0 31153 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127132

[startup+3.10035 s]
/proc/loadavg: 2.17 2.06 1.95 3/531 27340
/proc/meminfo: memFree=14882488/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=227060 CPUtime=3.09 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 66932 0 0 0 301 8 0 0 25 0 1 0 851615551 232509440 54573 33554432000 4194304 6736272 140735810564288 18446744073709551615 5816778 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 56765 54573 268 621 0 56135 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 227060

[startup+6.30073 s]
/proc/loadavg: 2.15 2.06 1.95 3/531 27340
/proc/meminfo: memFree=14846412/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=227060 CPUtime=6.29 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 66938 0 0 0 621 8 0 0 25 0 1 0 851615551 232509440 54579 33554432000 4194304 6736272 140735810564288 18446744073709551615 5150636 0 0 4096 17571 0 0 0 17 6 0 0 0
/proc/27339/statm: 56765 54579 274 621 0 56135 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 227060

[startup+12.7007 s]
/proc/loadavg: 2.22 2.07 1.96 3/531 27340
/proc/meminfo: memFree=14845408/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=222704 CPUtime=12.68 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 66939 0 0 0 1260 8 0 0 25 0 1 0 851615551 228048896 54579 33554432000 4194304 6736272 140735810564288 18446744073709551615 5803329 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 55676 54579 275 621 0 55046 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 222704

[startup+25.5005 s]
/proc/loadavg: 2.17 2.07 1.96 3/531 27340
/proc/meminfo: memFree=14845148/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=222704 CPUtime=25.48 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 66948 0 0 0 2540 8 0 0 25 0 1 0 851615551 228048896 54588 33554432000 4194304 6736272 140735810564288 18446744073709551615 5816884 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 55676 54588 284 621 0 55046 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 222704

[startup+51.1011 s]
/proc/loadavg: 2.11 2.06 1.96 3/531 27340
/proc/meminfo: memFree=14843492/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=227076 CPUtime=51.08 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 67560 0 0 0 5100 8 0 0 25 0 1 0 851615551 232525824 55199 33554432000 4194304 6736272 140735810564288 18446744073709551615 5149210 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 56769 55199 284 621 0 56139 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 227076

[startup+102.319 s]
/proc/loadavg: 2.05 2.05 1.96 3/531 27342
/proc/meminfo: memFree=14807396/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=261668 CPUtime=102.3 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 76251 0 0 0 10221 9 0 0 25 0 1 0 851615551 267948032 63890 33554432000 4194304 6736272 140735810564288 18446744073709551615 5219600 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 65417 63890 287 621 0 64787 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 261668

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 1.96 3/531 27344
/proc/meminfo: memFree=14745496/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=361544 CPUtime=162.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 91088 0 0 0 16217 11 0 0 25 0 1 0 851615551 370221056 78722 33554432000 4194304 6736272 140735810564288 18446744073709551615 5816768 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 90386 78722 287 621 0 89756 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 361544

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 1.96 3/531 27346
/proc/meminfo: memFree=14820500/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=222.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 94562 0 0 0 22216 12 0 0 25 0 1 0 851615551 255991808 59954 33554432000 4194304 6736272 140735810564288 18446744073709551615 4510262 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 59954 287 621 0 61868 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 249992

[startup+282.3 s]
/proc/loadavg: 2.11 2.05 1.97 3/531 27346
/proc/meminfo: memFree=14821116/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=282.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 94631 0 0 0 28216 12 0 0 25 0 1 0 851615551 255991808 60021 33554432000 4194304 6736272 140735810564288 18446744073709551615 5149241 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 60021 287 621 0 61868 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 249992

[startup+342.301 s]
/proc/loadavg: 2.07 2.05 1.97 3/531 27348
/proc/meminfo: memFree=14821220/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=342.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 94675 0 0 0 34216 12 0 0 25 0 1 0 851615551 255991808 60065 33554432000 4194304 6736272 140735810564288 18446744073709551615 5803347 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 60065 288 621 0 61868 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 249992

[startup+402.301 s]
/proc/loadavg: 2.03 2.04 1.97 3/531 27350
/proc/meminfo: memFree=14821828/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=402.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 94735 0 0 0 40216 12 0 0 25 0 1 0 851615551 255991808 60125 33554432000 4194304 6736272 140735810564288 18446744073709551615 5817936 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 60125 288 621 0 61868 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 249992

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 1.98 3/531 27352
/proc/meminfo: memFree=14821696/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=462.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 94784 0 0 0 46216 12 0 0 25 0 1 0 851615551 255991808 60174 33554432000 4194304 6736272 140735810564288 18446744073709551615 5806452 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 60174 288 621 0 61868 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 249992

[startup+522.301 s]
/proc/loadavg: 2.10 2.07 1.99 3/531 27352
/proc/meminfo: memFree=14822060/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=522.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 94825 0 0 0 52216 12 0 0 25 0 1 0 851615551 255991808 60214 33554432000 4194304 6736272 140735810564288 18446744073709551615 5219607 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 60214 288 621 0 61868 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 249992

[startup+582.301 s]
/proc/loadavg: 2.07 2.06 2.00 3/531 27354
/proc/meminfo: memFree=14821184/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=582.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 94866 0 0 0 58216 12 0 0 25 0 1 0 851615551 255991808 60255 33554432000 4194304 6736272 140735810564288 18446744073709551615 5812000 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 60255 288 621 0 61868 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 249992


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

[startup+882.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/531 27362
/proc/meminfo: memFree=14816040/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=882.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 95355 0 0 0 88216 12 0 0 25 0 1 0 851615551 255991808 60741 33554432000 4194304 6736272 140735810564288 18446744073709551615 4510256 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 60741 288 621 0 61868 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 249992

[startup+942.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/531 27364
/proc/meminfo: memFree=14796428/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=280636 CPUtime=942.27 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 100748 0 0 0 94214 13 0 0 25 0 1 0 851615551 287371264 66113 33554432000 4194304 6736272 140735810564288 18446744073709551615 5806449 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 70159 66113 288 621 0 69529 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 280636

[startup+1002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 27366
/proc/meminfo: memFree=14775716/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=311456 CPUtime=1002.27 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 105483 0 0 0 100213 14 0 0 25 0 1 0 851615551 318930944 70820 33554432000 4194304 6736272 140735810564288 18446744073709551615 5811920 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 77864 70820 288 621 0 77234 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 311456

[startup+1062.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/531 27368
/proc/meminfo: memFree=14772480/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=311456 CPUtime=1062.27 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 121408 0 0 0 106211 16 0 0 25 0 1 0 851615551 318930944 72408 33554432000 4194304 6736272 140735810564288 18446744073709551615 5221948 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 77864 72408 288 621 0 77234 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 311456

[startup+1122.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/531 27379
/proc/meminfo: memFree=14707144/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=361544 CPUtime=1122.27 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 137036 0 0 0 112208 19 0 0 25 0 1 0 851615551 370221056 88014 33554432000 4194304 6736272 140735810564288 18446744073709551615 5806437 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 90386 88014 288 621 0 89756 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 361544

[startup+1182.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/531 27379
/proc/meminfo: memFree=14729464/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=361544 CPUtime=1182.27 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 162870 0 0 0 118204 23 0 0 25 0 1 0 851615551 370221056 82294 33554432000 4194304 6736272 140735810564288 18446744073709551615 5803162 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 90386 82294 288 621 0 89756 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 361544

[startup+1242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/531 27381
/proc/meminfo: memFree=14702916/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=361544 CPUtime=1242.27 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 169307 0 0 0 124204 23 0 0 25 0 1 0 851615551 370221056 88704 33554432000 4194304 6736272 140735810564288 18446744073709551615 5803305 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 90386 88704 288 621 0 89756 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 361544

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 27383
/proc/meminfo: memFree=14756848/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=311456 CPUtime=1302.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 193321 0 0 0 130202 26 0 0 25 0 1 0 851615551 318930944 74436 33554432000 4194304 6736272 140735810564288 18446744073709551615 5806449 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 77864 74436 288 621 0 77234 0
Current children cumulated CPU time (s) 1302.28
Current children cumulated vsize (KiB) 311456

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 27385
/proc/meminfo: memFree=14749152/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=311456 CPUtime=1362.27 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 220869 0 0 0 136197 30 0 0 25 0 1 0 851615551 318930944 73414 33554432000 4194304 6736272 140735810564288 18446744073709551615 5219603 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 77864 73414 288 621 0 77234 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 311456

[startup+1422.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/531 27389
/proc/meminfo: memFree=14715544/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=361544 CPUtime=1422.28 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 228678 0 0 0 142197 31 0 0 25 0 1 0 851615551 370221056 81214 33554432000 4194304 6736272 140735810564288 18446744073709551615 4753719 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 90386 81214 288 621 0 89756 0
Current children cumulated CPU time (s) 1422.28
Current children cumulated vsize (KiB) 361544

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 27390
/proc/meminfo: memFree=14665844/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=442932 CPUtime=1482.26 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 241067 0 0 0 148194 32 0 0 25 0 1 0 851615551 453562368 93562 33554432000 4194304 6736272 140735810564288 18446744073709551615 5812000 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 110733 93562 288 621 0 110103 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 442932

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 27392
/proc/meminfo: memFree=14757588/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=311456 CPUtime=1542.26 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 258490 0 0 0 154191 35 0 0 25 0 1 0 851615551 318930944 71906 33554432000 4194304 6736272 140735810564288 18446744073709551615 5811858 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 77864 71906 285 621 0 77234 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 311456

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 27394
/proc/meminfo: memFree=14713064/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=361544 CPUtime=1602.26 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 268385 0 0 0 160190 36 0 0 25 0 1 0 851615551 370221056 81786 33554432000 4194304 6736272 140735810564288 18446744073709551615 4746665 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 90386 81786 285 621 0 89756 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 361544

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/531 27396
/proc/meminfo: memFree=14738228/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=311456 CPUtime=1662.26 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 296613 0 0 0 166186 40 0 0 25 0 1 0 851615551 318930944 75243 33554432000 4194304 6736272 140735810564288 18446744073709551615 5219607 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 77864 75243 285 621 0 77234 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 311456

[startup+1722.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/531 27396
/proc/meminfo: memFree=14726940/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=361544 CPUtime=1722.26 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 299512 0 0 0 172185 41 0 0 25 0 1 0 851615551 370221056 78139 33554432000 4194304 6736272 140735810564288 18446744073709551615 5817998 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 90386 78139 285 621 0 89756 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 361544

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/531 27398
/proc/meminfo: memFree=14801824/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=242812 CPUtime=1782.26 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 321406 0 0 0 178181 45 0 0 25 0 1 0 851615551 248639488 59090 33554432000 4194304 6736272 140735810564288 18446744073709551615 5816988 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 60703 59090 285 621 0 60073 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 242812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.26 2.08 2.02 3/531 27428
/proc/meminfo: memFree=14569196/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=1800.07 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 321916 0 0 0 179962 45 0 0 25 0 1 0 851615551 255991808 59599 33554432000 4194304 6736272 140735810564288 18446744073709551615 5148221 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 59599 285 621 0 61868 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 249992

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

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

[startup+1800.1 s]
/proc/loadavg: 2.26 2.08 2.02 3/531 27428
/proc/meminfo: memFree=14569196/32951132 swapFree=46579808/67111528
[pid=27339] ppid=27337 vsize=249992 CPUtime=1800.07 cores=0,2,4,6
/proc/27339/stat : 27339 (minisatid-gmp) R 27337 27339 25743 0 -1 4202496 321916 0 0 0 179962 45 0 0 25 0 1 0 851615551 255991808 59599 33554432000 4194304 6736272 140735810564288 18446744073709551615 5148221 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/27339/statm: 62498 59599 285 621 0 61868 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 249992

Child status: 0
Real time (s): 1800.13
CPU time (s): 1800.1
CPU user time (s): 1799.63
CPU system time (s): 0.471928
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 491772

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

runsolver used 10.2864 second user time and 20.5879 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-07 00:42:49
IDJOB=3466726
IDBENCH=2429
IDSOLVER=1957
FILE ID=node128/3466726-1307400169
RUNJOBID= node128-1307398355-27159
PBS_JOBID= 13514179
Free space on /tmp= 73920 MiB

SOLVER NAME= MinisatID 2.4.8-gmp
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-czprob.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3466726-1307400169/watcher-3466726-1307400169 -o /tmp/evaluation-result-3466726-1307400169/solver-3466726-1307400169 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466726-1307400169.opb --verbosity=0 --format=opb 

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

MD5SUM BENCH= b2a2d9103ca6e5798123e19b8527d11e
RANDOM SEED=586154695

node128.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.852
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.70
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.852
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.75
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.852
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.82
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15067660 kB
Buffers:        336768 kB
Cached:        3556956 kB
SwapCached:      35620 kB
Active:        9187180 kB
Inactive:      8378828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15067660 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:           13944 kB
Writeback:           8 kB
AnonPages:    13645688 kB
Mapped:          18840 kB
Slab:           136052 kB
PageTables:     112472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174885336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73840 MiB
End job on node128 at 2011-06-07 01:12:51