Trace number 3380429

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.03 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3380429-1305459613/watcher-3380429-1305459613 -o /tmp/evaluation-result-3380429-1305459613/solver-3380429-1305459613 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380429-1305459613.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.75 3.96 3.83 2/438 28091
/proc/meminfo: memFree=23809616/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=21248 CPUtime=0.01 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 1376 0 0 0 1 0 0 0 18 0 1 0 736191970 21757952 1239 33554432000 4194304 4300288 140735092364144 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 5312 1241 217 26 0 1944 0

[startup+0.0301169 s]
/proc/loadavg: 3.75 3.96 3.83 2/438 28091
/proc/meminfo: memFree=23809616/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=23764 CPUtime=0.02 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 2258 0 0 0 2 0 0 0 18 0 1 0 736191970 24334336 2010 33554432000 4194304 4300288 140735092364144 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 5941 2025 217 26 0 2573 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23764

[startup+0.101102 s]
/proc/loadavg: 3.75 3.96 3.83 2/438 28091
/proc/meminfo: memFree=23809616/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=29816 CPUtime=0.09 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 5012 0 0 0 9 0 0 0 18 0 1 0 736191970 30531584 4207 33554432000 4194304 4300288 140735092364144 18446744073709551615 4258890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 7454 4207 221 26 0 4086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29816

[startup+0.301064 s]
/proc/loadavg: 3.75 3.96 3.83 2/438 28091
/proc/meminfo: memFree=23809616/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=29984 CPUtime=0.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 5056 0 0 0 29 0 0 0 18 0 1 0 736191970 30703616 4251 33554432000 4194304 4300288 140735092364144 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 7496 4251 221 26 0 4128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29984

[startup+0.701001 s]
/proc/loadavg: 3.75 3.96 3.83 2/438 28091
/proc/meminfo: memFree=23809616/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=30252 CPUtime=0.69 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 5121 0 0 0 69 0 0 0 18 0 1 0 736191970 30978048 4316 33554432000 4194304 4300288 140735092364144 18446744073709551615 4259155 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 7563 4316 221 26 0 4195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30252

[startup+1.50084 s]
/proc/loadavg: 3.75 3.96 3.83 4/441 28204
/proc/meminfo: memFree=23781320/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=31756 CPUtime=1.49 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 6631 0 0 0 149 0 0 0 20 0 1 0 736191970 32518144 4315 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 7939 4315 241 26 0 4571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31756

[startup+3.10054 s]
/proc/loadavg: 3.77 3.96 3.83 5/446 28214
/proc/meminfo: memFree=23728936/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=36176 CPUtime=3.1 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 7806 0 0 0 309 1 0 0 25 0 1 0 736191970 37044224 5473 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 9044 5473 241 26 0 5676 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 36176

[startup+6.30095 s]
/proc/loadavg: 3.77 3.96 3.83 4/445 28215
/proc/meminfo: memFree=23617604/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=43356 CPUtime=6.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 9766 0 0 0 628 1 0 0 25 0 1 0 736191970 44396544 7403 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256039 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 10839 7403 241 26 0 7471 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43356

[startup+12.7008 s]
/proc/loadavg: 3.81 3.96 3.83 5/449 28220
/proc/meminfo: memFree=22897056/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=57724 CPUtime=12.69 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 13069 0 0 0 1268 1 0 0 25 0 1 0 736191970 59109376 10671 33554432000 4194304 4300288 140735092364144 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 14431 10671 241 26 0 11063 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57724

[startup+25.5004 s]
/proc/loadavg: 3.91 3.98 3.83 5/449 28221
/proc/meminfo: memFree=23004864/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=80376 CPUtime=25.49 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 18473 0 0 0 2546 3 0 0 25 0 1 0 736191970 82305024 16016 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 20094 16016 241 26 0 16726 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80376

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.84 5/449 28222
/proc/meminfo: memFree=23009532/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=55264 CPUtime=51.1 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 29388 0 0 0 5102 8 0 0 25 0 1 0 736191970 56590336 10399 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 13816 10399 241 26 0 10448 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 55264

[startup+102.317 s]
/proc/loadavg: 4.06 4.01 3.85 5/449 28223
/proc/meminfo: memFree=22912036/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=123104 CPUtime=102.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 44032 0 0 0 10217 13 0 0 25 0 1 0 736191970 126058496 24825 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 30776 24825 241 26 0 27408 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123104

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 3.86 5/449 28224
/proc/meminfo: memFree=22800644/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=127704 CPUtime=162.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 63206 0 0 0 16211 19 0 0 25 0 1 0 736191970 130768896 23798 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 31926 23798 241 26 0 28558 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 127704

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.86 5/449 28226
/proc/meminfo: memFree=22796884/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=82416 CPUtime=222.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 80036 0 0 0 22204 25 0 0 25 0 1 0 736191970 84393984 17115 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 20604 17115 241 26 0 17236 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82416

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/449 28228
/proc/meminfo: memFree=22741528/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=186176 CPUtime=282.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 94680 0 0 0 28196 33 0 0 25 0 1 0 736191970 190644224 31536 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 46544 31536 241 26 0 43176 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 186176

[startup+342.301 s]
/proc/loadavg: 3.70 3.93 3.85 4/443 28246
/proc/meminfo: memFree=23583260/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=109416 CPUtime=342.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 111520 0 0 0 34193 36 0 0 25 0 1 0 736191970 112041984 22510 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 27354 22510 241 26 0 23986 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 109416

[startup+402.301 s]
/proc/loadavg: 3.28 3.77 3.80 4/443 28248
/proc/meminfo: memFree=23574680/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=193792 CPUtime=402.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 124554 0 0 0 40190 40 0 0 25 0 1 0 736191970 198443008 35355 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 48448 35355 241 26 0 45080 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 193792

[startup+462.301 s]
/proc/loadavg: 3.10 3.63 3.75 4/443 28249
/proc/meminfo: memFree=23561012/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=146476 CPUtime=462.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 141909 0 0 0 46186 44 0 0 25 0 1 0 736191970 149991424 25519 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 36619 25519 241 26 0 33251 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 146476

[startup+522.3 s]
/proc/loadavg: 3.15 3.54 3.71 4/443 28251
/proc/meminfo: memFree=23561852/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=199164 CPUtime=522.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 154160 0 0 0 52183 46 0 0 25 0 1 0 736191970 203943936 37581 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 49791 37581 241 26 0 46423 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 199164

[startup+582.3 s]
/proc/loadavg: 3.05 3.44 3.66 4/443 28253
/proc/meminfo: memFree=23587004/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=94892 CPUtime=582.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 165566 0 0 0 58180 50 0 0 25 0 1 0 736191970 97169408 18280 33554432000 4194304 4300288 140735092364144 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 23723 18280 241 26 0 20355 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 94892

[startup+642.301 s]
/proc/loadavg: 3.05 3.36 3.62 4/443 28254
/proc/meminfo: memFree=23492248/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=158980 CPUtime=642.31 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 180217 0 0 0 64177 54 0 0 25 0 1 0 736191970 162795520 32679 33554432000 4194304 4300288 140735092364144 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 39745 32679 241 26 0 36377 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 158980

[startup+702.301 s]
/proc/loadavg: 3.02 3.30 3.58 4/443 28256
/proc/meminfo: memFree=23493340/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=210892 CPUtime=702.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 191754 0 0 0 70172 58 0 0 25 0 1 0 736191970 215953408 44027 33554432000 4194304 4300288 140735092364144 18446744073709551615 4269676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 52723 44027 241 26 0 49355 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 210892

[startup+762.317 s]
/proc/loadavg: 3.00 3.24 3.54 4/443 28257
/proc/meminfo: memFree=23494180/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=163104 CPUtime=762.32 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 209783 0 0 0 76169 63 0 0 25 0 1 0 736191970 167018496 32798 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 40776 32798 241 26 0 37408 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 163104

[startup+822.301 s]
/proc/loadavg: 3.00 3.20 3.51 4/443 28259
/proc/meminfo: memFree=23508048/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=215096 CPUtime=822.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 221316 0 0 0 82164 66 0 0 25 0 1 0 736191970 220258304 44154 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 53774 44154 241 26 0 50406 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 215096

[startup+882.301 s]
/proc/loadavg: 3.09 3.18 3.48 4/443 28261
/proc/meminfo: memFree=23514844/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=166588 CPUtime=882.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 238392 0 0 0 88162 68 0 0 25 0 1 0 736191970 170586112 30412 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 41647 30412 241 26 0 38279 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 166588

[startup+942.301 s]
/proc/loadavg: 2.55 3.03 3.41 3/437 28279
/proc/meminfo: memFree=23446176/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=220580 CPUtime=942.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 252199 0 0 0 94158 71 0 0 25 0 1 0 736191970 225873920 44047 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256250 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 55145 44047 241 26 0 51777 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 220580

[startup+1002.3 s]
/proc/loadavg: 2.18 2.82 3.31 3/437 28281
/proc/meminfo: memFree=23457064/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=303628 CPUtime=1002.29 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 262300 0 0 0 100155 74 0 0 25 0 1 0 736191970 310915072 53998 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 75907 53998 241 26 0 72539 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 303628

[startup+1062.3 s]
/proc/loadavg: 2.12 2.70 3.24 3/437 28282
/proc/meminfo: memFree=23498704/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=172976 CPUtime=1062.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 278857 0 0 0 106151 79 0 0 25 0 1 0 736191970 177127424 33396 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 43244 33396 241 26 0 39876 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 172976

[startup+1122.3 s]
/proc/loadavg: 2.04 2.56 3.15 3/437 28284
/proc/meminfo: memFree=23524720/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=225012 CPUtime=1122.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 291236 0 0 0 112147 83 0 0 25 0 1 0 736191970 230412288 45603 33554432000 4194304 4300288 140735092364144 18446744073709551615 4269592 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 56253 45603 241 26 0 52885 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 225012

[startup+1182.3 s]
/proc/loadavg: 2.01 2.46 3.08 3/437 28286
/proc/meminfo: memFree=23556816/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=126468 CPUtime=1182.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 304434 0 0 0 118143 87 0 0 25 0 1 0 736191970 129503232 24748 33554432000 4194304 4300288 140735092364144 18446744073709551615 251371005061 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 31617 24748 241 26 0 28249 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 126468

[startup+1242.3 s]
/proc/loadavg: 2.00 2.37 3.00 3/437 28287
/proc/meminfo: memFree=23465656/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=177828 CPUtime=1242.3 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 317795 0 0 0 124140 90 0 0 25 0 1 0 736191970 182095872 37885 33554432000 4194304 4300288 140735092364144 18446744073709551615 4269836 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 44457 37885 241 26 0 41089 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 177828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.30 2.94 2/436 28299
/proc/meminfo: memFree=23606768/32950928 swapFree=38710892/67111528
[pid=28091] ppid=28089 vsize=230004 CPUtime=1300.02 cores=5,7
/proc/28091/stat : 28091 (cir_minisat) R 28089 28091 24847 0 -1 4202496 326615 0 0 0 129909 93 0 0 25 0 1 0 736191970 235524096 46560 33554432000 4194304 4300288 140735092364144 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 57501 46560 241 26 0 54133 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 230004

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): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.09
CPU system time (s): 0.941856
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 307732

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

runsolver used 5.65214 second user time and 13.122 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 13:40:13
IDJOB=3380429
IDBENCH=85991
IDSOLVER=1863
FILE ID=node113/3380429-1305459613
RUNJOBID= node113-1305459613-28045
PBS_JOBID= 13324872
Free space on /tmp= 73404 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380429-1305459613/watcher-3380429-1305459613 -o /tmp/evaluation-result-3380429-1305459613/solver-3380429-1305459613 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380429-1305459613.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1178858087

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23810036 kB
Buffers:        281800 kB
Cached:        3006948 kB
SwapCached:      93712 kB
Active:        2106616 kB
Inactive:      6743604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23810036 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            7552 kB
Writeback:           0 kB
AnonPages:     5480080 kB
Mapped:          22904 kB
Slab:           120580 kB
PageTables:     102700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 129998484 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= 73408 MiB
End job on node113 at 2011-05-15 14:01:55