Trace number 3495741

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 NameAnswerCPU timeWall clock time
MoUsSaka 2011-03-26No Cert. 1800.1 1800.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_06_UNSAT.cnf
MD5SUM540450986cd3d9879ae19d42219d1fab
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables980
Number of clauses47620
Sum of the clauses size141221
Maximum clause length7
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21731
Number of clauses of size 345866
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c MoUsSaka vegetarian
46.89/46.95	
46.89/46.95	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495741-1307806484/watcher-3495741-1307806484 -o /tmp/evaluation-result-3495741-1307806484/solver-3495741-1307806484 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495741-1307806484.cnf 

running on 2 cores: 0,2

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): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.95 1.53 2.32 2/176 13022
/proc/meminfo: memFree=31497840/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=13284 CPUtime=0 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 564 0 0 0 0 0 0 0 25 0 1 0 970879072 13602816 502 33554432000 4194304 4365125 140733257878240 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 3321 503 253 42 0 469 0

[startup+0.075913 s]
/proc/loadavg: 0.95 1.53 2.32 2/176 13022
/proc/meminfo: memFree=31497840/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=18400 CPUtime=0.07 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3190 0 0 0 7 0 0 0 25 0 1 0 970879072 18841600 1786 33554432000 4194304 4365125 140733257878240 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 4600 1786 261 42 0 1748 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18400

[startup+0.100801 s]
/proc/loadavg: 0.95 1.53 2.32 2/176 13022
/proc/meminfo: memFree=31497840/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=19028 CPUtime=0.09 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3646 0 0 0 9 0 0 0 25 0 1 0 970879072 19484672 1868 33554432000 4194304 4365125 140733257878240 18446744073709551615 4258485 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 4757 1868 261 42 0 1905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19028

[startup+0.300825 s]
/proc/loadavg: 0.95 1.53 2.32 2/176 13022
/proc/meminfo: memFree=31497840/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=23524 CPUtime=0.29 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 7475 0 0 0 29 0 0 0 25 0 1 0 970879072 24088576 2692 33554432000 4194304 4365125 140733257878240 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 5881 2692 261 42 0 3029 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23524

[startup+0.7008 s]
/proc/loadavg: 0.95 1.53 2.32 2/176 13022
/proc/meminfo: memFree=31497840/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=32040 CPUtime=0.69 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 15598 0 0 0 68 1 0 0 25 0 1 0 970879072 32808960 4496 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 8010 4496 261 42 0 5158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32040

[startup+1.5006 s]
/proc/loadavg: 0.95 1.53 2.32 5/184 13041
/proc/meminfo: memFree=31366772/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=39396 CPUtime=1.49 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 23292 0 0 0 147 2 0 0 25 0 1 0 970879072 40341504 6561 33554432000 4194304 4365125 140733257878240 18446744073709551615 4266165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 9849 6561 261 42 0 6997 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39396

[startup+3.10025 s]
/proc/loadavg: 0.95 1.53 2.32 5/190 13061
/proc/meminfo: memFree=31023300/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=68420 CPUtime=3.09 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 45991 0 0 0 305 4 0 0 25 0 1 0 970879072 70062080 11395 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244701 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 17105 11395 261 42 0 14253 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68420

[startup+6.30073 s]
/proc/loadavg: 1.43 1.62 2.34 5/190 13061
/proc/meminfo: memFree=30812124/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=198008 CPUtime=6.29 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 143870 0 0 0 614 15 0 0 25 0 1 0 970879072 202760192 32594 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 49502 32594 262 42 0 46650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 198008

[startup+12.7006 s]
/proc/loadavg: 1.64 1.66 2.35 5/190 13061
/proc/meminfo: memFree=30552504/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=330204 CPUtime=12.69 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 242747 0 0 0 1244 25 0 0 25 0 1 0 970879072 338128896 65199 33554432000 4194304 4365125 140733257878240 18446744073709551615 4245169 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 82551 65199 262 42 0 79699 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 330204

[startup+25.5002 s]
/proc/loadavg: 2.16 1.77 2.38 5/190 13062
/proc/meminfo: memFree=29945700/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=870064 CPUtime=25.49 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 582378 0 0 0 2490 59 0 0 25 0 1 0 970879072 890945536 173490 33554432000 4194304 4365125 140733257878240 18446744073709551615 4258352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 217516 173490 262 42 0 214664 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 870064

[startup+51.1005 s]
/proc/loadavg: 2.79 1.95 2.42 5/190 13062
/proc/meminfo: memFree=29572248/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=940868 CPUtime=51.09 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 860725 0 0 0 5020 89 0 0 25 0 1 0 970879072 963448832 180807 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 235217 180807 264 42 0 232365 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 940868

[startup+102.307 s]
/proc/loadavg: 3.47 2.26 2.50 5/190 13064
/proc/meminfo: memFree=29507308/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=883064 CPUtime=102.29 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 952539 0 0 0 10127 102 0 0 25 0 1 0 970879072 904257536 174391 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 220766 174391 264 42 0 217914 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 883064

[startup+162.3 s]
/proc/loadavg: 3.80 2.58 2.59 5/190 13065
/proc/meminfo: memFree=29363028/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=901404 CPUtime=162.29 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 986704 0 0 0 16122 107 0 0 25 0 1 0 970879072 923037696 193754 33554432000 4194304 4365125 140733257878240 18446744073709551615 4245201 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 225351 193754 264 42 0 222499 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 901404

[startup+222.3 s]
/proc/loadavg: 3.98 2.85 2.68 5/190 13067
/proc/meminfo: memFree=29289908/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1093904 CPUtime=222.29 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 1104851 0 0 0 22109 120 0 0 25 0 1 0 970879072 1120157696 217917 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244636 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 273476 217917 264 42 0 270624 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1093904

[startup+282.3 s]
/proc/loadavg: 3.99 3.06 2.76 5/190 13072
/proc/meminfo: memFree=29172404/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1938064 CPUtime=282.3 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 1590686 0 0 0 28057 173 0 0 25 0 1 0 970879072 1984577536 303096 33554432000 4194304 4365125 140733257878240 18446744073709551615 4291537 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 484516 303096 264 42 0 481664 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1938064

[startup+342.3 s]
/proc/loadavg: 3.99 3.23 2.84 5/190 13073
/proc/meminfo: memFree=29057628/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1540324 CPUtime=342.3 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 1787400 0 0 0 34034 196 0 0 25 0 1 0 970879072 1577291776 269814 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244666 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 385081 269814 316 42 0 382229 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1540324

[startup+402.3 s]
/proc/loadavg: 3.99 3.36 2.91 5/190 13075
/proc/meminfo: memFree=29188896/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1344176 CPUtime=402.3 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 1787521 0 0 0 40033 197 0 0 25 0 1 0 970879072 1376436224 241521 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244619 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 336044 241521 309 42 0 333192 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1344176

[startup+462.3 s]
/proc/loadavg: 3.99 3.48 2.97 5/190 13076
/proc/meminfo: memFree=29186252/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1344176 CPUtime=462.31 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 1787863 0 0 0 46034 197 0 0 25 0 1 0 970879072 1376436224 241863 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244666 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 336044 241863 309 42 0 333192 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1344176

[startup+522.3 s]
/proc/loadavg: 3.99 3.57 3.03 5/190 13078
/proc/meminfo: memFree=29178980/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1344176 CPUtime=522.31 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 1787863 0 0 0 52034 197 0 0 25 0 1 0 970879072 1376436224 241863 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262095 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 336044 241863 309 42 0 333192 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1344176

[startup+582.3 s]
/proc/loadavg: 4.06 3.66 3.10 5/190 13080
/proc/meminfo: memFree=29171132/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1359308 CPUtime=582.31 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 1790120 0 0 0 58034 197 0 0 25 0 1 0 970879072 1391931392 244120 33554432000 4194304 4365125 140733257878240 18446744073709551615 4275899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 339827 244120 309 42 0 336975 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1359308

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 4.02 3.85 3.30 5/190 13086
/proc/meminfo: memFree=29119200/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1443272 CPUtime=822.31 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2466417 0 0 0 81952 279 0 0 25 0 1 0 970879072 1477910528 250744 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244701 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 360818 250744 309 42 0 357966 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1443272

[startup+882.3 s]
/proc/loadavg: 4.01 3.88 3.34 5/190 13088
/proc/meminfo: memFree=29030752/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1455560 CPUtime=882.32 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2681719 0 0 0 87929 303 0 0 25 0 1 0 970879072 1490493440 252318 33554432000 4194304 4365125 140733257878240 18446744073709551615 4267762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 363890 252318 309 42 0 361038 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1455560

[startup+942.3 s]
/proc/loadavg: 4.00 3.90 3.38 5/190 13089
/proc/meminfo: memFree=29145904/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1367500 CPUtime=942.32 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2728108 0 0 0 93923 309 0 0 25 0 1 0 970879072 1400320000 241235 33554432000 4194304 4365125 140733257878240 18446744073709551615 4245180 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 341875 241235 309 42 0 339023 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1367500

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.41 5/190 13091
/proc/meminfo: memFree=28995808/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1670588 CPUtime=1002.32 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2872960 0 0 0 99906 326 0 0 25 0 1 0 970879072 1710682112 278506 33554432000 4194304 4365125 140733257878240 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 417647 278506 309 42 0 414795 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1670588

[startup+1062.3 s]
/proc/loadavg: 4.07 3.94 3.45 5/190 13092
/proc/meminfo: memFree=29172340/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1320400 CPUtime=1062.32 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2968757 0 0 0 105893 339 0 0 25 0 1 0 970879072 1352089600 234559 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244701 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 330100 234559 309 42 0 327248 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1320400

[startup+1122.3 s]
/proc/loadavg: 4.02 3.95 3.48 5/190 13132
/proc/meminfo: memFree=28862856/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1320400 CPUtime=1122.33 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2968757 0 0 0 111894 339 0 0 25 0 1 0 970879072 1352089600 234559 33554432000 4194304 4365125 140733257878240 18446744073709551615 4247605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 330100 234559 309 42 0 327248 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1320400

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.52 5/190 13134
/proc/meminfo: memFree=28965116/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1328592 CPUtime=1182.33 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2969785 0 0 0 117894 339 0 0 25 0 1 0 970879072 1360478208 235587 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244624 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 332148 235587 309 42 0 329296 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1328592

[startup+1242.3 s]
/proc/loadavg: 4.07 3.99 3.55 5/190 13135
/proc/meminfo: memFree=28934176/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1361356 CPUtime=1242.33 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2973897 0 0 0 123894 339 0 0 25 0 1 0 970879072 1394028544 239699 33554432000 4194304 4365125 140733257878240 18446744073709551615 4258040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 340339 239699 309 42 0 337487 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1361356

[startup+1302.3 s]
/proc/loadavg: 4.02 3.99 3.57 5/190 13137
/proc/meminfo: memFree=28935092/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1361356 CPUtime=1302.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2973897 0 0 0 129894 340 0 0 25 0 1 0 970879072 1394028544 239699 33554432000 4194304 4365125 140733257878240 18446744073709551615 4250360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 340339 239699 309 42 0 337487 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1361356

[startup+1362.3 s]
/proc/loadavg: 4.01 3.99 3.60 5/190 13138
/proc/meminfo: memFree=28975924/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1361356 CPUtime=1362.33 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2973897 0 0 0 135893 340 0 0 25 0 1 0 970879072 1394028544 239699 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 340339 239699 309 42 0 337487 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1361356

[startup+1422.31 s]
/proc/loadavg: 4.00 3.99 3.62 5/190 13140
/proc/meminfo: memFree=28973628/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1361356 CPUtime=1422.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 2973897 0 0 0 141894 340 0 0 25 0 1 0 970879072 1394028544 239699 33554432000 4194304 4365125 140733257878240 18446744073709551615 4275899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 340339 239699 309 42 0 337487 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1361356

[startup+1482.3 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 13142
/proc/meminfo: memFree=29004944/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1306064 CPUtime=1482.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3008078 0 0 0 147891 343 0 0 25 0 1 0 970879072 1337409536 232792 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262087 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 326516 232792 309 42 0 323664 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1306064

[startup+1542.3 s]
/proc/loadavg: 4.05 4.00 3.67 5/190 13143
/proc/meminfo: memFree=28966048/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1332688 CPUtime=1542.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3011387 0 0 0 153891 343 0 0 25 0 1 0 970879072 1364672512 236101 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262579 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 333172 236101 309 42 0 330320 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1332688

[startup+1602.3 s]
/proc/loadavg: 3.73 3.93 3.66 4/184 13178
/proc/meminfo: memFree=29323668/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1539524 CPUtime=1602.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3061984 0 0 0 159885 349 0 0 25 0 1 0 970879072 1576472576 262058 33554432000 4194304 4365125 140733257878240 18446744073709551615 4250320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 384881 262058 309 42 0 382029 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1539524

[startup+1662.3 s]
/proc/loadavg: 3.30 3.78 3.62 4/184 13179
/proc/meminfo: memFree=29414620/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1359308 CPUtime=1662.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3064008 0 0 0 165884 350 0 0 25 0 1 0 970879072 1391931392 239442 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244731 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 339827 239442 309 42 0 336975 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1359308

[startup+1722.3 s]
/proc/loadavg: 3.11 3.63 3.58 4/184 13181
/proc/meminfo: memFree=29411328/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1359308 CPUtime=1722.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3064008 0 0 0 171884 350 0 0 25 0 1 0 970879072 1391931392 239442 33554432000 4194304 4365125 140733257878240 18446744073709551615 4244701 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 339827 239442 309 42 0 336975 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1359308

[startup+1782.3 s]
/proc/loadavg: 3.12 3.53 3.55 4/184 13183
/proc/meminfo: memFree=29406072/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1367500 CPUtime=1782.34 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3089676 0 0 0 177881 353 0 0 25 0 1 0 970879072 1400320000 240502 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 341875 240502 309 42 0 339023 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1367500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 3.08 3.50 3.53 4/184 13183
/proc/meminfo: memFree=29406044/32950928 swapFree=67051812/67111528
[pid=13022] ppid=13020 vsize=1367500 CPUtime=1800.05 cores=0,2
/proc/13022/stat : 13022 (MoUsSaka) R 13020 13022 10968 0 -1 4202496 3089676 0 0 0 179652 353 0 0 25 0 1 0 970879072 1400320000 240502 33554432000 4194304 4365125 140733257878240 18446744073709551615 4262092 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13022/statm: 341875 240502 309 42 0 339023 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1367500

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.1
CPU user time (s): 1796.52
CPU system time (s): 3.57246
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2431604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.52
system time used= 3.57246
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3089676
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= 13
involuntary context switches= 5713

runsolver used 2.94055 second user time and 6.81196 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 17:34:44
IDJOB=3495741
IDBENCH=71102
IDSOLVER=1989
FILE ID=node116/3495741-1307806484
RUNJOBID= node116-1307806484-13002
PBS_JOBID= 13551061
Free space on /tmp= 74148 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_06_UNSAT.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495741-1307806484/watcher-3495741-1307806484 -o /tmp/evaluation-result-3495741-1307806484/solver-3495741-1307806484 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495741-1307806484.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 540450986cd3d9879ae19d42219d1fab
RANDOM SEED=1062348669

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31500820 kB
Buffers:        312384 kB
Cached:         919288 kB
SwapCached:      13064 kB
Active:         476144 kB
Inactive:       775192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31500820 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:       17728 kB
Mapped:           8844 kB
Slab:           132264 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74076 MiB
End job on node116 at 2011-06-11 18:04:46