Trace number 3280129

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
RestartSAT A75? (TO) 1300.06 1300.05

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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-3280129-1303746810/watcher-3280129-1303746810 -o /tmp/evaluation-result-3280129-1303746810/solver-3280129-1303746810 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3280129-1303746810.cnf 

running on 2 cores: 1,3

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: 0.00 0.00 0.00 2/174 2407
/proc/meminfo: memFree=11849160/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=11800 CPUtime=0 cores=1,3
/proc/2407/stat : 2407 (runsolver) R 2405 2407 2377 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 564911765 12083200 51 33554432000 4194304 5434984 140733709965968 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/2407/statm: 2950 51 31 303 0 2644 0

[startup+0.0733321 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 2407
/proc/meminfo: memFree=11849160/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=35120 CPUtime=0.05 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 4822 0 0 0 5 0 0 0 21 0 1 0 564911765 35962880 4570 33554432000 4194304 4291949 140736911716064 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 8780 4570 227 24 0 5414 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35120

[startup+0.100332 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 2407
/proc/meminfo: memFree=11849160/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=49864 CPUtime=0.07 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 7773 0 0 0 7 0 0 0 21 0 1 0 564911765 51060736 7385 33554432000 4194304 4291949 140736911716064 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 12466 7386 227 24 0 9100 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49864

[startup+0.30029 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 2407
/proc/meminfo: memFree=11849160/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=90972 CPUtime=0.27 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 19716 0 0 0 25 2 0 0 22 0 1 0 564911765 93155328 18337 33554432000 4194304 4291949 140736911716064 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 22776 18338 227 24 0 19410 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 90972

[startup+0.700203 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 2407
/proc/meminfo: memFree=11849160/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=153604 CPUtime=0.67 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 34743 0 0 0 62 5 0 0 23 0 1 0 564911765 157290496 31311 33554432000 4194304 4291949 140736911716064 18446744073709551615 4215504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 38401 31311 231 24 0 35035 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 153604

[startup+1.50106 s]
/proc/loadavg: 0.00 0.00 0.00 5/181 2420
/proc/meminfo: memFree=11686276/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=172716 CPUtime=1.47 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 40865 0 0 0 142 5 0 0 25 0 1 0 564911765 176861184 37167 33554432000 4194304 4291949 140736911716064 18446744073709551615 218880230714 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 43179 37167 234 24 0 39813 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 172716

[startup+3.10077 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 2438
/proc/meminfo: memFree=11396904/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=144348 CPUtime=3.07 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 45154 0 0 0 301 6 0 0 25 0 1 0 564911765 147812352 29507 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 36087 29507 253 24 0 32721 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 144348

[startup+6.3012 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 2438
/proc/meminfo: memFree=11356328/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=144348 CPUtime=6.27 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 45271 0 0 0 621 6 0 0 25 0 1 0 564911765 147812352 29624 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 36087 29624 253 24 0 32721 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 144348

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/190 2438
/proc/meminfo: memFree=11350552/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=144348 CPUtime=12.67 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 45701 0 0 0 1261 6 0 0 25 0 1 0 564911765 147812352 30048 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 36087 30048 253 24 0 32721 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 144348

[startup+25.5007 s]
/proc/loadavg: 1.36 0.32 0.11 5/190 2439
/proc/meminfo: memFree=11333768/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=144348 CPUtime=25.47 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 46703 0 0 0 2540 7 0 0 25 0 1 0 564911765 147812352 31045 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 36087 31045 253 24 0 32721 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 144348

[startup+51.1011 s]
/proc/loadavg: 2.32 0.63 0.21 5/190 2439
/proc/meminfo: memFree=11301076/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=156024 CPUtime=51.08 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 48404 0 0 0 5100 8 0 0 25 0 1 0 564911765 159768576 32733 33554432000 4194304 4291949 140736911716064 18446744073709551615 4251700 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 39006 32733 253 24 0 35640 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 156024

[startup+102.307 s]
/proc/loadavg: 3.31 1.16 0.41 5/190 2441
/proc/meminfo: memFree=11112988/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=174992 CPUtime=102.28 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 54210 0 0 0 10218 10 0 0 25 0 1 0 564911765 179191808 38509 33554432000 4194304 4291949 140736911716064 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 43748 38509 253 24 0 40382 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 174992

[startup+162.301 s]
/proc/loadavg: 3.74 1.68 0.64 5/190 2442
/proc/meminfo: memFree=10980136/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=255900 CPUtime=162.27 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 62277 0 0 0 16214 13 0 0 25 0 1 0 564911765 262041600 46552 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 63975 46552 253 24 0 60609 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 255900

[startup+222.3 s]
/proc/loadavg: 3.90 2.10 0.84 5/190 2444
/proc/meminfo: memFree=10864032/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=255900 CPUtime=222.28 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 69388 0 0 0 22213 15 0 0 25 0 1 0 564911765 262041600 53633 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 63975 53633 253 24 0 60609 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 255900

[startup+282.301 s]
/proc/loadavg: 3.96 2.44 1.04 5/190 2445
/proc/meminfo: memFree=10773340/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=337288 CPUtime=282.28 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 75605 0 0 0 28210 18 0 0 25 0 1 0 564911765 345382912 59834 33554432000 4194304 4291949 140736911716064 18446744073709551615 4261474 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 84322 59834 253 24 0 80956 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 337288

[startup+342.301 s]
/proc/loadavg: 3.98 2.72 1.22 5/190 2447
/proc/meminfo: memFree=10570572/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=341356 CPUtime=342.28 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 91070 0 0 0 34205 23 0 0 25 0 1 0 564911765 349548544 75275 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 85339 75275 253 24 0 81973 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 341356

[startup+402.301 s]
/proc/loadavg: 3.99 2.95 1.39 5/190 2449
/proc/meminfo: memFree=10482000/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=344464 CPUtime=402.29 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 96985 0 0 0 40204 25 0 0 25 0 1 0 564911765 352731136 81173 33554432000 4194304 4291949 140736911716064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 86116 81173 253 24 0 82750 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 344464

[startup+462.3 s]
/proc/loadavg: 3.99 3.14 1.55 5/190 2459
/proc/meminfo: memFree=10376344/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=479252 CPUtime=462.28 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 105070 0 0 0 46201 27 0 0 25 0 1 0 564911765 490754048 89240 33554432000 4194304 4291949 140736911716064 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 119813 89240 253 24 0 116447 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 479252

[startup+522.3 s]
/proc/loadavg: 4.04 3.31 1.71 5/190 2461
/proc/meminfo: memFree=10287924/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=481424 CPUtime=522.29 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 113091 0 0 0 52198 31 0 0 25 0 1 0 564911765 492978176 97246 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 120356 97246 253 24 0 116990 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 481424

[startup+582.301 s]
/proc/loadavg: 4.01 3.43 1.85 5/190 2462
/proc/meminfo: memFree=10153964/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=484600 CPUtime=582.29 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 122360 0 0 0 58195 34 0 0 25 0 1 0 564911765 496230400 106507 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 121150 106507 253 24 0 117784 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 484600

[startup+642.301 s]
/proc/loadavg: 4.09 3.57 2.00 5/190 2464
/proc/meminfo: memFree=10069612/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=487028 CPUtime=642.29 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 128167 0 0 0 64192 37 0 0 25 0 1 0 564911765 498716672 112305 33554432000 4194304 4291949 140736911716064 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 121757 112305 253 24 0 118391 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 487028

[startup+702.301 s]
/proc/loadavg: 4.03 3.64 2.11 5/190 2466
/proc/meminfo: memFree=9965280/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=704924 CPUtime=702.29 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 136381 0 0 0 70190 39 0 0 25 0 1 0 564911765 721842176 120508 33554432000 4194304 4291949 140736911716064 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 176231 120508 253 24 0 172865 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 704924

[startup+762.307 s]
/proc/loadavg: 4.01 3.71 2.24 5/190 2467
/proc/meminfo: memFree=9880172/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=706600 CPUtime=762.3 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 143252 0 0 0 76187 43 0 0 25 0 1 0 564911765 723558400 127368 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 176650 127368 253 24 0 173284 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 706600

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 2.34 5/190 2496
/proc/meminfo: memFree=10295428/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=708464 CPUtime=822.3 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 163443 0 0 0 82180 50 0 0 25 0 1 0 564911765 725467136 147531 33554432000 4194304 4291949 140736911716064 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 177116 147531 253 24 0 173750 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 708464

[startup+882.301 s]
/proc/loadavg: 4.00 3.80 2.44 5/190 2497
/proc/meminfo: memFree=10138680/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=711628 CPUtime=882.3 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 177549 0 0 0 88175 55 0 0 25 0 1 0 564911765 728707072 161612 33554432000 4194304 4291949 140736911716064 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 177907 161612 253 24 0 174541 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 711628

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.53 5/190 2499
/proc/meminfo: memFree=10060648/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=714412 CPUtime=942.3 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 183622 0 0 0 94172 58 0 0 25 0 1 0 564911765 731557888 167677 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 178603 167677 253 24 0 175237 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 714412

[startup+1002.3 s]
/proc/loadavg: 4.06 3.87 2.63 5/190 2501
/proc/meminfo: memFree=9987820/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=1066352 CPUtime=1002.3 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 191296 0 0 0 100169 61 0 0 25 0 1 0 564911765 1091944448 175341 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 266588 175341 253 24 0 263222 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1066352

[startup+1062.3 s]
/proc/loadavg: 4.09 3.91 2.72 5/190 2502
/proc/meminfo: memFree=9903116/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=1068632 CPUtime=1062.3 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 197826 0 0 0 106168 62 0 0 25 0 1 0 564911765 1094279168 181861 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 267158 181861 253 24 0 263792 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1068632

[startup+1122.3 s]
/proc/loadavg: 4.03 3.92 2.79 5/190 2504
/proc/meminfo: memFree=9853716/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=1070912 CPUtime=1122.31 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 202627 0 0 0 112167 64 0 0 25 0 1 0 564911765 1096613888 186657 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 267728 186657 253 24 0 264362 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1070912

[startup+1182.3 s]
/proc/loadavg: 4.08 3.95 2.87 5/190 2505
/proc/meminfo: memFree=9777304/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=1072952 CPUtime=1182.31 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 213733 0 0 0 118163 68 0 0 25 0 1 0 564911765 1098702848 197749 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 268238 197749 253 24 0 264872 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1072952

[startup+1242.3 s]
/proc/loadavg: 4.03 3.96 2.94 5/190 2507
/proc/meminfo: memFree=9702612/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=1074904 CPUtime=1242.31 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 219690 0 0 0 124160 71 0 0 25 0 1 0 564911765 1100701696 203694 33554432000 4194304 4291949 140736911716064 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 268726 203694 253 24 0 265360 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1074904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.96 3.00 5/190 2509
/proc/meminfo: memFree=9646924/32950928 swapFree=67111528/67111528
[pid=2407] ppid=2405 vsize=1076900 CPUtime=1300.01 cores=1,3
/proc/2407/stat : 2407 (RestartSAT) R 2405 2407 2377 0 -1 4202496 224541 0 0 0 129928 73 0 0 25 0 1 0 564911765 1102745600 208538 33554432000 4194304 4291949 140736911716064 18446744073709551615 218884024538 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2407/statm: 269225 208538 253 24 0 265859 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 1076900

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.05
CPU time (s): 1300.06
CPU user time (s): 1299.29
CPU system time (s): 0.774882
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1076900

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

runsolver used 2.01169 second user time and 5.09223 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 17:53:31
IDJOB=3280129
IDBENCH=20349
IDSOLVER=1581
FILE ID=node112/3280129-1303746810
RUNJOBID= node112-1303746808-2397
PBS_JOBID= 13154050
Free space on /tmp= 72644 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280129-1303746810/watcher-3280129-1303746810 -o /tmp/evaluation-result-3280129-1303746810/solver-3280129-1303746810 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3280129-1303746810.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=2106019956

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.67
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.828
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11849432 kB
Buffers:       1969296 kB
Cached:       18521472 kB
SwapCached:          0 kB
Active:        9531344 kB
Inactive:     11024396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11849432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26336 kB
Writeback:           0 kB
AnonPages:       64604 kB
Mapped:          14496 kB
Slab:           481440 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187228 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= 72600 MiB
End job on node112 at 2011-04-25 18:15:13