Trace number 3293633

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
glueminisat 2.2.5? (TO) 1300.04 1300.02

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
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 variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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: 935)

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-3293633-1303790807/watcher-3293633-1303790807 -o /tmp/evaluation-result-3293633-1303790807/solver-3293633-1303790807 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3293633-1303790807.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: 1.30 2.82 3.65 5/177 19401
/proc/meminfo: memFree=17519788/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=19832 CPUtime=0 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 788 0 0 0 0 0 0 0 21 0 1 0 490680342 20307968 725 33554432000 4194304 4309791 140737349449904 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 4958 725 215 29 0 1587 0

[startup+0.0321181 s]
/proc/loadavg: 1.30 2.82 3.65 5/177 19401
/proc/meminfo: memFree=17519788/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=23988 CPUtime=0.02 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 2451 0 0 0 2 0 0 0 21 0 1 0 490680342 24563712 2124 33554432000 4194304 4309791 140737349449904 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 5997 2125 217 29 0 2626 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23988

[startup+0.101095 s]
/proc/loadavg: 1.30 2.82 3.65 5/177 19401
/proc/meminfo: memFree=17519788/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=38364 CPUtime=0.09 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 6754 0 0 0 8 1 0 0 21 0 1 0 490680342 39284736 5837 33554432000 4194304 4309791 140737349449904 18446744073709551615 4245417 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 9591 5855 217 29 0 6220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38364

[startup+0.301063 s]
/proc/loadavg: 1.30 2.82 3.65 5/177 19401
/proc/meminfo: memFree=17519788/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=75376 CPUtime=0.29 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 18244 0 0 0 27 2 0 0 22 0 1 0 490680342 77185024 15283 33554432000 4194304 4309791 140737349449904 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 18844 15285 217 29 0 15473 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75376

[startup+0.701006 s]
/proc/loadavg: 1.30 2.82 3.65 5/177 19401
/proc/meminfo: memFree=17519788/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=163952 CPUtime=0.7 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 40837 0 0 0 64 6 0 0 23 0 1 0 490680342 167886848 34137 33554432000 4194304 4309791 140737349449904 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 40988 34141 217 29 0 37617 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 163952

[startup+1.50086 s]
/proc/loadavg: 1.30 2.82 3.65 5/188 19414
/proc/meminfo: memFree=17128704/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=341084 CPUtime=1.49 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 82816 0 0 0 138 11 0 0 25 0 1 0 490680342 349270016 68294 33554432000 4194304 4309791 140737349449904 18446744073709551615 4216240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 85271 68294 220 29 0 81900 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 341084

[startup+3.10059 s]
/proc/loadavg: 1.30 2.82 3.65 5/188 19414
/proc/meminfo: memFree=16668168/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=341084 CPUtime=3.09 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 82819 0 0 0 298 11 0 0 25 0 1 0 490680342 349270016 68297 33554432000 4194304 4309791 140737349449904 18446744073709551615 4226928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 85271 68297 223 29 0 81900 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 341084

[startup+6.30105 s]
/proc/loadavg: 1.52 2.84 3.65 6/188 19414
/proc/meminfo: memFree=15869976/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=341084 CPUtime=6.29 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 82819 0 0 0 617 12 0 0 25 0 1 0 490680342 349270016 68297 33554432000 4194304 4309791 140737349449904 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 85271 68297 223 29 0 81900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 341084

[startup+27.1065 s]
/proc/loadavg: 1.52 2.84 3.65 6/188 19414
/proc/meminfo: memFree=15869976/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=273792 CPUtime=27.1 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 106941 0 0 0 2694 16 0 0 25 0 1 0 490680342 280363008 62305 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 68448 62305 244 29 0 65077 0
Current children cumulated CPU time (s) 27.1
Current children cumulated vsize (KiB) 273792

[startup+27.2005 s]
/proc/loadavg: 4.36 3.40 3.82 6/188 19414
/proc/meminfo: memFree=15869080/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=273792 CPUtime=27.2 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 106958 0 0 0 2704 16 0 0 25 0 1 0 490680342 280363008 62322 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 68448 62322 244 29 0 65077 0
Current children cumulated CPU time (s) 27.2
Current children cumulated vsize (KiB) 273792

[startup+51.1005 s]
/proc/loadavg: 5.38 3.72 3.91 5/188 19441
/proc/meminfo: memFree=15578284/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=273792 CPUtime=51.09 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 134378 0 0 0 5086 23 0 0 25 0 1 0 490680342 280363008 63348 33554432000 4194304 4309791 140737349449904 18446744073709551615 4253869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 68448 63348 244 29 0 65077 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 273792

[startup+102.301 s]
/proc/loadavg: 6.71 4.33 4.11 7/188 19442
/proc/meminfo: memFree=15519592/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=102.29 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 194694 0 0 0 10191 38 0 0 25 0 1 0 490680342 331653120 68355 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 68355 244 29 0 77599 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 323880

[startup+162.301 s]
/proc/loadavg: 7.34 4.95 4.33 7/188 19444
/proc/meminfo: memFree=15520800/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=162.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 257941 0 0 0 16175 55 0 0 25 0 1 0 490680342 331653120 70263 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 70263 244 29 0 77599 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 323880

[startup+222.301 s]
/proc/loadavg: 5.85 5.01 4.39 5/188 19446
/proc/meminfo: memFree=15489816/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=222.29 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 324203 0 0 0 22159 70 0 0 25 0 1 0 490680342 331653120 68295 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 68295 244 29 0 77599 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 323880

[startup+282.301 s]
/proc/loadavg: 4.68 4.82 4.36 5/188 19447
/proc/meminfo: memFree=15511704/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=282.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 367348 0 0 0 28149 81 0 0 25 0 1 0 490680342 331653120 74834 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 74834 244 29 0 77599 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 323880

[startup+342.3 s]
/proc/loadavg: 4.25 4.67 4.34 5/188 19449
/proc/meminfo: memFree=15371740/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=273792 CPUtime=342.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 431363 0 0 0 34138 92 0 0 25 0 1 0 490680342 280363008 62704 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 68448 62704 244 29 0 65077 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 273792

[startup+402.3 s]
/proc/loadavg: 4.20 4.59 4.33 5/188 19450
/proc/meminfo: memFree=15514000/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=402.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 474721 0 0 0 40126 104 0 0 25 0 1 0 490680342 331653120 65487 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 65487 244 29 0 77599 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 323880

[startup+462.3 s]
/proc/loadavg: 4.07 4.48 4.31 5/188 19452
/proc/meminfo: memFree=15530268/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=462.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 520539 0 0 0 46115 115 0 0 25 0 1 0 490680342 331653120 70360 33554432000 4194304 4309791 140737349449904 18446744073709551615 4277706 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 70360 244 29 0 77599 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 323880

[startup+522.301 s]
/proc/loadavg: 4.10 4.40 4.29 6/188 19454
/proc/meminfo: memFree=15392284/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=522.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 565098 0 0 0 52104 126 0 0 25 0 1 0 490680342 331653120 73425 33554432000 4194304 4309791 140737349449904 18446744073709551615 4279125 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 73426 244 29 0 77599 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 323880

[startup+582.301 s]
/proc/loadavg: 4.04 4.33 4.27 5/188 19455
/proc/meminfo: memFree=15447580/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=582.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 607989 0 0 0 58093 137 0 0 25 0 1 0 490680342 331653120 72623 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 72623 244 29 0 77599 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 323880

[startup+642.301 s]
/proc/loadavg: 3.86 4.23 4.24 4/182 19474
/proc/meminfo: memFree=16327660/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=642.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 653088 0 0 0 64084 147 0 0 25 0 1 0 490680342 331653120 72570 33554432000 4194304 4309791 140737349449904 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 72570 244 29 0 77599 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 323880

[startup+702.301 s]
/proc/loadavg: 3.31 4.01 4.16 4/182 19475
/proc/meminfo: memFree=16329124/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=702.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 694908 0 0 0 70074 156 0 0 25 0 1 0 490680342 331653120 69133 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 69133 244 29 0 77599 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 323880

[startup+762.307 s]
/proc/loadavg: 3.17 3.84 4.09 4/182 19477
/proc/meminfo: memFree=16394580/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=762.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 737895 0 0 0 76062 169 0 0 25 0 1 0 490680342 331653120 67217 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 67217 244 29 0 77599 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 323880

[startup+822.301 s]
/proc/loadavg: 3.10 3.70 4.02 4/182 19479
/proc/meminfo: memFree=16337652/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=273792 CPUtime=822.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 777013 0 0 0 82053 178 0 0 25 0 1 0 490680342 280363008 62302 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 68448 62302 244 29 0 65077 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 273792

[startup+882.3 s]
/proc/loadavg: 3.03 3.57 3.96 4/182 19480
/proc/meminfo: memFree=16271048/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=405268 CPUtime=882.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 795616 0 0 0 88045 185 0 0 25 0 1 0 490680342 414994432 80721 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 101317 80721 244 29 0 97946 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 405268

[startup+942.3 s]
/proc/loadavg: 2.41 3.29 3.84 3/176 19499
/proc/meminfo: memFree=17245900/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=405268 CPUtime=942.3 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 838532 0 0 0 94035 195 0 0 25 0 1 0 490680342 414994432 79926 33554432000 4194304 4309791 140737349449904 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 101317 79926 244 29 0 97946 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 405268

[startup+1002.3 s]
/proc/loadavg: 2.15 3.05 3.72 3/176 19500
/proc/meminfo: memFree=17217860/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=1002.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 880078 0 0 0 100027 204 0 0 25 0 1 0 490680342 331653120 73468 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 73468 244 29 0 77599 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 323880

[startup+1062.3 s]
/proc/loadavg: 2.05 2.86 3.61 3/176 19502
/proc/meminfo: memFree=17278116/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=1062.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 921300 0 0 0 106017 214 0 0 25 0 1 0 490680342 331653120 68796 33554432000 4194304 4309791 140737349449904 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 68796 244 29 0 77599 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 323880

[startup+1122.3 s]
/proc/loadavg: 2.02 2.70 3.51 3/176 19504
/proc/meminfo: memFree=17244008/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=323880 CPUtime=1122.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 963763 0 0 0 112010 221 0 0 25 0 1 0 490680342 331653120 65363 33554432000 4194304 4309791 140737349449904 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 80970 65363 244 29 0 77599 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 323880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.57 3.41 3/176 19505
/proc/meminfo: memFree=17191052/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=405268 CPUtime=1182.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 987277 0 0 0 118002 229 0 0 25 0 1 0 490680342 414994432 88620 33554432000 4194304 4309791 140737349449904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 101317 88620 244 29 0 97946 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 405268

[startup+1242.3 s]
/proc/loadavg: 2.00 2.46 3.32 3/176 19507
/proc/meminfo: memFree=17171324/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=405672 CPUtime=1242.31 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 1028713 0 0 0 123994 237 0 0 25 0 1 0 490680342 415408128 80992 33554432000 4194304 4309791 140737349449904 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 101418 80992 244 29 0 98047 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 405672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.38 3.23 3/176 19508
/proc/meminfo: memFree=17251788/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=326692 CPUtime=1300.02 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 1068946 0 0 0 129757 245 0 0 25 0 1 0 490680342 334532608 71408 33554432000 4194304 4309791 140737349449904 18446744073709551615 4280761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 81673 71408 244 29 0 78302 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 326692

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

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

[startup+1300 s]
/proc/loadavg: 2.00 2.38 3.23 3/176 19508
/proc/meminfo: memFree=17251788/32951132 swapFree=67111524/67111528
[pid=19401] ppid=19399 vsize=326692 CPUtime=1300.02 cores=5,7
/proc/19401/stat : 19401 (glueminisat) R 19399 19401 17330 0 -1 4202496 1068946 0 0 0 129757 245 0 0 25 0 1 0 490680342 334532608 71408 33554432000 4194304 4309791 140737349449904 18446744073709551615 4280761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19401/statm: 81673 71408 244 29 0 78302 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 326692

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1297.58
CPU system time (s): 2.46462
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 488220

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

runsolver used 1.83872 second user time and 4.87226 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 06:06:47
IDJOB=3293633
IDBENCH=88163
IDSOLVER=1650
FILE ID=node129/3293633-1303790807
RUNJOBID= node129-1303790807-19378
PBS_JOBID= 13157224
Free space on /tmp= 66328 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293633-1303790807/watcher-3293633-1303790807 -o /tmp/evaluation-result-3293633-1303790807/solver-3293633-1303790807 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3293633-1303790807.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1782668882

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17520068 kB
Buffers:       1250124 kB
Cached:       13369168 kB
SwapCached:          4 kB
Active:        2890716 kB
Inactive:     11864212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17520068 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          510688 kB
Writeback:           8 kB
AnonPages:      134892 kB
Mapped:          15472 kB
Slab:           612912 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   289304 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= 66656 MiB
End job on node129 at 2011-04-26 06:28:29