Trace number 3318034

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: MiniSAT 2.2.0-agile-26? (TO) 1300.15 1300.09

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark802.03
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

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

running on 2 cores: 4,6

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: 4.10 4.02 3.92 5/362 30549
/proc/meminfo: memFree=6253496/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=20804 CPUtime=0 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 1125 0 0 0 0 0 0 0 22 0 1 0 602060593 21303296 1036 33554432000 4194304 4291235 140736715871408 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 5201 1036 214 24 0 1835 0

[startup+0.0146039 s]
/proc/loadavg: 4.10 4.02 3.92 5/362 30549
/proc/meminfo: memFree=6253496/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=20968 CPUtime=0.01 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 1209 0 0 0 1 0 0 0 22 0 1 0 602060593 21471232 1114 33554432000 4194304 4291235 140736715871408 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 5242 1115 214 24 0 1876 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20968

[startup+0.100654 s]
/proc/loadavg: 4.10 4.02 3.92 5/362 30549
/proc/meminfo: memFree=6253496/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=35428 CPUtime=0.08 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 5794 0 0 0 8 0 0 0 22 0 1 0 602060593 36278272 4976 33554432000 4194304 4291235 140736715871408 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 8857 4976 215 24 0 5491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35428

[startup+0.300607 s]
/proc/loadavg: 4.10 4.02 3.92 5/362 30549
/proc/meminfo: memFree=6253496/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=75920 CPUtime=0.29 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 16614 0 0 0 26 3 0 0 23 0 1 0 602060593 77742080 13858 33554432000 4194304 4291235 140736715871408 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 19013 13860 215 24 0 15647 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75920

[startup+0.700526 s]
/proc/loadavg: 4.10 4.02 3.92 5/362 30549
/proc/meminfo: memFree=6253496/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=162036 CPUtime=0.69 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 37530 0 0 0 63 6 0 0 25 0 1 0 602060593 165924864 31258 33554432000 4194304 4291235 140736715871408 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 40509 31258 215 24 0 37143 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162036

[startup+1.50038 s]
/proc/loadavg: 4.10 4.02 3.92 7/363 30550
/proc/meminfo: memFree=6074744/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=315516 CPUtime=1.49 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 76131 0 0 0 137 12 0 0 25 0 1 0 602060593 323088384 65711 33554432000 4194304 4291235 140736715871408 18446744073709551615 4221429 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 78879 65732 215 24 0 75513 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 315516

[startup+3.10105 s]
/proc/loadavg: 4.17 4.04 3.93 6/363 30550
/proc/meminfo: memFree=5892092/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=631816 CPUtime=3.09 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 153432 0 0 0 285 24 0 0 25 0 1 0 602060593 646979584 130776 33554432000 4194304 4291235 140736715871408 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 157954 130780 215 24 0 154588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 631816

[startup+6.30041 s]
/proc/loadavg: 4.17 4.04 3.93 7/363 30550
/proc/meminfo: memFree=5532844/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=763624 CPUtime=6.29 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 209558 0 0 0 596 33 0 0 25 0 1 0 602060593 781950976 176750 33554432000 4194304 4291235 140736715871408 18446744073709551615 4229975 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 190906 176750 237 24 0 187540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 763624

[startup+12.7011 s]
/proc/loadavg: 4.14 4.04 3.93 6/363 30550
/proc/meminfo: memFree=5468724/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=940428 CPUtime=12.7 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 229081 0 0 0 1233 37 0 0 25 0 1 0 602060593 962998272 195616 33554432000 4194304 4291235 140736715871408 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 235107 195616 239 24 0 231741 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 940428

[startup+25.5006 s]
/proc/loadavg: 4.12 4.03 3.93 7/363 30551
/proc/meminfo: memFree=5375148/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=986432 CPUtime=25.5 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 236559 0 0 0 2512 38 0 0 25 0 1 0 602060593 1010106368 202920 33554432000 4194304 4291235 140736715871408 18446744073709551615 4230240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 246608 202920 239 24 0 243242 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 986432

[startup+51.1005 s]
/proc/loadavg: 4.16 4.05 3.94 6/363 30577
/proc/meminfo: memFree=4713736/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=796924 CPUtime=51.1 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 287299 0 0 0 5066 44 0 0 25 0 1 0 602060593 816050176 174132 33554432000 4194304 4291235 140736715871408 18446744073709551615 4256232 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 199231 174132 258 24 0 195865 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 796924

[startup+102.313 s]
/proc/loadavg: 4.06 4.03 3.94 7/363 30579
/proc/meminfo: memFree=4689696/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=796924 CPUtime=102.3 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 292279 0 0 0 10185 45 0 0 25 0 1 0 602060593 816050176 179062 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 199231 179062 258 24 0 195865 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 796924

[startup+162.3 s]
/proc/loadavg: 4.02 4.03 3.94 7/363 30580
/proc/meminfo: memFree=4602248/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=929184 CPUtime=162.3 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 301389 0 0 0 16182 48 0 0 25 0 1 0 602060593 951484416 188102 33554432000 4194304 4291235 140736715871408 18446744073709551615 4248946 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 232296 188102 258 24 0 228930 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 929184

[startup+222.3 s]
/proc/loadavg: 4.01 4.02 3.94 6/363 30582
/proc/meminfo: memFree=4503384/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=929184 CPUtime=222.3 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 312247 0 0 0 22179 51 0 0 25 0 1 0 602060593 951484416 198893 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 232296 198893 258 24 0 228930 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 929184

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.94 7/363 30584
/proc/meminfo: memFree=4386424/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=929184 CPUtime=282.3 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 325426 0 0 0 28175 55 0 0 25 0 1 0 602060593 951484416 212001 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 232296 212001 258 24 0 228930 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 929184

[startup+342.3 s]
/proc/loadavg: 4.00 4.01 3.94 7/363 30585
/proc/meminfo: memFree=4279196/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1144108 CPUtime=342.31 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 336710 0 0 0 34171 60 0 0 25 0 1 0 602060593 1171566592 223212 33554432000 4194304 4291235 140736715871408 18446744073709551615 4262133 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 286027 223212 258 24 0 282661 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1144108

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.94 7/363 30587
/proc/meminfo: memFree=4273168/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1144108 CPUtime=402.31 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 347209 0 0 0 40167 64 0 0 25 0 1 0 602060593 1171566592 233660 33554432000 4194304 4291235 140736715871408 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 286027 233660 258 24 0 282661 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1144108

[startup+462.301 s]
/proc/loadavg: 4.05 4.01 3.94 7/363 30588
/proc/meminfo: memFree=4121272/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1144108 CPUtime=462.31 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 368048 0 0 0 46161 70 0 0 25 0 1 0 602060593 1171566592 254427 33554432000 4194304 4291235 140736715871408 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 286027 254427 258 24 0 282661 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1144108

[startup+522.301 s]
/proc/loadavg: 4.21 4.06 3.96 6/363 30590
/proc/meminfo: memFree=3957008/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1144108 CPUtime=522.32 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 386223 0 0 0 52156 76 0 0 25 0 1 0 602060593 1171566592 272543 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 286027 272543 258 24 0 282661 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 1144108

[startup+582.301 s]
/proc/loadavg: 4.11 4.06 3.96 6/363 30592
/proc/meminfo: memFree=3832588/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1493356 CPUtime=582.31 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 400500 0 0 0 58150 81 0 0 25 0 1 0 602060593 1529196544 286760 33554432000 4194304 4291235 140736715871408 18446744073709551615 4256132 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 373339 286760 258 24 0 369973 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1493356

[startup+642.301 s]
/proc/loadavg: 4.04 4.05 3.96 7/363 30593
/proc/meminfo: memFree=3704644/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1493356 CPUtime=642.33 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 414611 0 0 0 64148 85 0 0 25 0 1 0 602060593 1529196544 300825 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 373339 300825 258 24 0 369973 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1493356

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.96 7/363 30595
/proc/meminfo: memFree=3554812/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1493356 CPUtime=702.33 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 436037 0 0 0 70141 92 0 0 25 0 1 0 602060593 1529196544 322180 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 373339 322180 258 24 0 369973 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 1493356

[startup+762.314 s]
/proc/loadavg: 4.00 4.03 3.96 7/363 30596
/proc/meminfo: memFree=3412948/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1493356 CPUtime=762.34 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 448034 0 0 0 76139 95 0 0 25 0 1 0 602060593 1529196544 334135 33554432000 4194304 4291235 140736715871408 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 373339 334135 258 24 0 369973 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 1493356

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.96 7/363 30598
/proc/meminfo: memFree=3410904/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1493356 CPUtime=822.33 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 462579 0 0 0 82131 102 0 0 25 0 1 0 602060593 1529196544 348626 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 373339 348626 258 24 0 369973 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 1493356

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.96 6/363 30600
/proc/meminfo: memFree=3288228/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=1493356 CPUtime=882.33 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 473733 0 0 0 88127 106 0 0 25 0 1 0 602060593 1529196544 359728 33554432000 4194304 4291235 140736715871408 18446744073709551615 4262441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 373339 359728 258 24 0 369973 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1493356

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.96 7/363 30601
/proc/meminfo: memFree=3151524/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=2060884 CPUtime=942.34 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 490859 0 0 0 94122 112 0 0 25 0 1 0 602060593 2110345216 376794 33554432000 4194304 4291235 140736715871408 18446744073709551615 4256306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 515221 376794 258 24 0 511855 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 2060884

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.97 6/363 30603
/proc/meminfo: memFree=3018676/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=2060884 CPUtime=1002.34 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 507378 0 0 0 100116 118 0 0 25 0 1 0 602060593 2110345216 393253 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 515221 393253 258 24 0 511855 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 2060884

[startup+1062.3 s]
/proc/loadavg: 3.98 4.02 3.97 3/352 30640
/proc/meminfo: memFree=3175252/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=2060884 CPUtime=1062.34 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 515376 0 0 0 106113 121 0 0 25 0 1 0 602060593 2110345216 401216 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 515221 401216 258 24 0 511855 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 2060884

[startup+1122.3 s]
/proc/loadavg: 2.67 3.62 3.84 3/351 30642
/proc/meminfo: memFree=3131868/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=2060884 CPUtime=1122.35 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 521723 0 0 0 112111 124 0 0 25 0 1 0 602060593 2110345216 407537 33554432000 4194304 4291235 140736715871408 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 515221 407537 258 24 0 511855 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 2060884

[startup+1182.3 s]
/proc/loadavg: 2.27 3.35 3.73 3/351 30644
/proc/meminfo: memFree=2995476/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=2060884 CPUtime=1182.35 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 525140 0 0 0 118109 126 0 0 25 0 1 0 602060593 2110345216 410939 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 515221 410939 258 24 0 511855 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 2060884

[startup+1242.3 s]
/proc/loadavg: 2.09 3.08 3.61 3/351 30645
/proc/meminfo: memFree=2882732/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=2060884 CPUtime=1242.35 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 534378 0 0 0 124106 129 0 0 25 0 1 0 602060593 2110345216 420147 33554432000 4194304 4291235 140736715871408 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 515221 420147 258 24 0 511855 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 2060884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.03 2.90 3.51 3/351 30647
/proc/meminfo: memFree=2842144/32950928 swapFree=45936960/67111528
[pid=30549] ppid=30547 vsize=2060884 CPUtime=1300.06 cores=4,6
/proc/30549/stat : 30549 (minisat) R 30547 30549 29236 0 -1 4202496 537912 0 0 0 129875 131 0 0 25 0 1 0 602060593 2110345216 423663 33554432000 4194304 4291235 140736715871408 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30549/statm: 515221 423663 258 24 0 511855 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 2060884

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.09
CPU time (s): 1300.15
CPU user time (s): 1298.76
CPU system time (s): 1.38579
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2060884

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

runsolver used 4.74228 second user time and 10.4854 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 03:30:39
IDJOB=3318034
IDBENCH=88158
IDSOLVER=1707
FILE ID=node149/3318034-1304904631
RUNJOBID= node149-1304904392-30317
PBS_JOBID= 13282122
Free space on /tmp= 42320 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318034-1304904631/watcher-3318034-1304904631 -o /tmp/evaluation-result-3318034-1304904631/solver-3318034-1304904631 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318034-1304904631.cnf

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=347045333

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:       6253776 kB
Buffers:        232596 kB
Cached:       21078620 kB
SwapCached:      20984 kB
Active:       11823508 kB
Inactive:     14109068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6253776 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:          225484 kB
Writeback:           0 kB
AnonPages:     4612452 kB
Mapped:          14376 kB
Slab:           625996 kB
PageTables:      73116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80614192 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= 42140 MiB
End job on node149 at 2011-05-09 03:52:21