Trace number 3266638

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.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
MD5SUM4b4e8a8187c1b8536d6b504b16289d38
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.732887
Satisfiable
(Un)Satisfiability was proved
Number of variables1106
Number of clauses129272
Sum of the clauses size259580
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2129237
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3266638-1303582863/watcher-3266638-1303582863 -o /tmp/evaluation-result-3266638-1303582863/solver-3266638-1303582863 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3266638-1303582863.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: 4.55 6.95 6.87 5/189 23400
/proc/meminfo: memFree=21275480/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=19384 CPUtime=0 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 650 0 0 0 0 0 0 0 18 0 1 0 469886080 19849216 592 33554432000 4194304 4291949 140736357735200 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 4846 593 225 24 0 1480 0

[startup+0.015524 s]
/proc/loadavg: 4.55 6.95 6.87 5/189 23400
/proc/meminfo: memFree=21275480/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=21040 CPUtime=0.01 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 1243 0 0 0 1 0 0 0 18 0 1 0 469886080 21544960 1144 33554432000 4194304 4291949 140736357735200 18446744073709551615 237278540833 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 5260 1146 227 24 0 1894 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21040

[startup+0.100511 s]
/proc/loadavg: 4.55 6.95 6.87 5/189 23400
/proc/meminfo: memFree=21275480/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=24748 CPUtime=0.09 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 2638 0 0 0 9 0 0 0 18 0 1 0 469886080 25341952 2387 33554432000 4194304 4291949 140736357735200 18446744073709551615 4230007 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 6187 2387 232 24 0 2821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24748

[startup+0.300475 s]
/proc/loadavg: 4.55 6.95 6.87 5/189 23400
/proc/meminfo: memFree=21275480/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=22528 CPUtime=0.29 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 3289 0 0 0 29 0 0 0 18 0 1 0 469886080 23068672 2264 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 5632 2264 253 24 0 2266 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22528

[startup+0.700403 s]
/proc/loadavg: 4.55 6.95 6.87 5/189 23400
/proc/meminfo: memFree=21275480/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=24204 CPUtime=0.69 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 3740 0 0 0 69 0 0 0 18 0 1 0 469886080 24784896 2713 33554432000 4194304 4291949 140736357735200 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 6051 2713 253 24 0 2685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24204

[startup+1.50026 s]
/proc/loadavg: 4.55 6.95 6.87 5/190 23401
/proc/meminfo: memFree=21263080/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=27320 CPUtime=1.49 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 4449 0 0 0 149 0 0 0 20 0 1 0 469886080 27975680 3415 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 6830 3415 253 24 0 3464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27320

[startup+3.10098 s]
/proc/loadavg: 4.50 6.90 6.86 5/190 23401
/proc/meminfo: memFree=21258740/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=33208 CPUtime=3.08 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 5608 0 0 0 308 0 0 0 25 0 1 0 469886080 34004992 4558 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 8302 4558 253 24 0 4936 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33208

[startup+6.30041 s]
/proc/loadavg: 4.50 6.90 6.86 5/190 23401
/proc/meminfo: memFree=21249852/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=42808 CPUtime=6.28 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 7432 0 0 0 628 0 0 0 25 0 1 0 469886080 43835392 6375 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 10702 6375 253 24 0 7336 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42808

[startup+12.7003 s]
/proc/loadavg: 4.43 6.81 6.83 5/190 23401
/proc/meminfo: memFree=21238900/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=57596 CPUtime=12.69 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 9708 0 0 0 1268 1 0 0 25 0 1 0 469886080 58978304 8632 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 14399 8632 253 24 0 11033 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57596

[startup+25.501 s]
/proc/loadavg: 4.36 6.71 6.80 5/190 23402
/proc/meminfo: memFree=21224524/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=61520 CPUtime=25.49 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 12970 0 0 0 2547 2 0 0 25 0 1 0 469886080 62996480 11872 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 15380 11872 253 24 0 12014 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61520

[startup+51.1004 s]
/proc/loadavg: 4.24 6.49 6.72 5/190 23402
/proc/meminfo: memFree=21206728/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=85616 CPUtime=51.09 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 17138 0 0 0 5105 4 0 0 25 0 1 0 469886080 87670784 16009 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 21404 16009 253 24 0 18038 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85616

[startup+102.307 s]
/proc/loadavg: 4.09 6.07 6.56 5/190 23404
/proc/meminfo: memFree=21169272/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=133124 CPUtime=102.29 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 25763 0 0 0 10222 7 0 0 25 0 1 0 469886080 136318976 24595 33554432000 4194304 4291949 140736357735200 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 33281 24595 253 24 0 29915 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 133124

[startup+162.301 s]
/proc/loadavg: 4.03 5.69 6.40 5/190 23405
/proc/meminfo: memFree=21148916/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=140444 CPUtime=162.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 30635 0 0 0 16220 10 0 0 25 0 1 0 469886080 143814656 29446 33554432000 4194304 4291949 140736357735200 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 35111 29446 253 24 0 31745 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 140444

[startup+222.301 s]
/proc/loadavg: 4.01 5.38 6.25 5/190 23407
/proc/meminfo: memFree=21132536/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=197064 CPUtime=222.29 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 34560 0 0 0 22218 11 0 0 25 0 1 0 469886080 201793536 33351 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 49266 33351 253 24 0 45900 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 197064

[startup+282.3 s]
/proc/loadavg: 4.00 5.13 6.10 5/190 23436
/proc/meminfo: memFree=20958704/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=201748 CPUtime=282.29 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 38045 0 0 0 28217 12 0 0 25 0 1 0 469886080 206589952 36819 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 50437 36819 253 24 0 47071 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 201748

[startup+342.301 s]
/proc/loadavg: 4.00 4.92 5.97 6/190 23437
/proc/meminfo: memFree=20888752/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=205636 CPUtime=342.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 40901 0 0 0 34216 14 0 0 25 0 1 0 469886080 210571264 39657 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 51409 39657 253 24 0 48043 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 205636

[startup+402.301 s]
/proc/loadavg: 4.00 4.76 5.85 5/190 23439
/proc/meminfo: memFree=20903000/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=126576 CPUtime=402.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 52402 0 0 0 40213 17 0 0 25 0 1 0 469886080 129613824 25448 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 31644 25448 253 24 0 28278 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 126576

[startup+462.3 s]
/proc/loadavg: 4.00 4.61 5.72 5/190 23440
/proc/meminfo: memFree=20853012/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=157396 CPUtime=462.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 56577 0 0 0 46210 20 0 0 25 0 1 0 469886080 161173504 29584 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 39349 29584 253 24 0 35983 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157396

[startup+522.301 s]
/proc/loadavg: 4.00 4.50 5.62 5/190 23469
/proc/meminfo: memFree=20713720/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=158464 CPUtime=522.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 59461 0 0 0 52209 21 0 0 25 0 1 0 469886080 162267136 32454 33554432000 4194304 4291949 140736357735200 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 39616 32454 253 24 0 36250 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158464

[startup+582.301 s]
/proc/loadavg: 4.00 4.40 5.51 5/190 23471
/proc/meminfo: memFree=20574208/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=159604 CPUtime=582.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 62237 0 0 0 58208 22 0 0 25 0 1 0 469886080 163434496 35208 33554432000 4194304 4291949 140736357735200 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 39901 35208 253 24 0 36535 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 159604

[startup+642.3 s]
/proc/loadavg: 4.00 4.33 5.41 5/190 23472
/proc/meminfo: memFree=20484360/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=212392 CPUtime=642.31 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 64598 0 0 0 64208 23 0 0 25 0 1 0 469886080 217489408 37555 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 53098 37555 253 24 0 49732 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 212392

[startup+702.301 s]
/proc/loadavg: 4.00 4.26 5.32 5/190 23474
/proc/meminfo: memFree=20416768/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=214312 CPUtime=702.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 66915 0 0 0 70206 24 0 0 25 0 1 0 469886080 219455488 39862 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 53578 39862 253 24 0 50212 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 214312

[startup+762.307 s]
/proc/loadavg: 4.04 4.23 5.24 5/190 23475
/proc/meminfo: memFree=20357224/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=218792 CPUtime=762.31 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 69532 0 0 0 76206 25 0 0 25 0 1 0 469886080 224043008 42467 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 54698 42467 253 24 0 51332 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 218792

[startup+822.3 s]
/proc/loadavg: 4.01 4.18 5.16 5/190 23477
/proc/meminfo: memFree=20305988/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=221352 CPUtime=822.3 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 71500 0 0 0 82204 26 0 0 25 0 1 0 469886080 226664448 44423 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 55338 44423 253 24 0 51972 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 221352

[startup+882.301 s]
/proc/loadavg: 4.00 4.15 5.08 5/190 23479
/proc/meminfo: memFree=20310676/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=123612 CPUtime=882.31 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 79069 0 0 0 88202 29 0 0 25 0 1 0 469886080 126578688 23716 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 30903 23716 253 24 0 27537 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 123612

[startup+942.301 s]
/proc/loadavg: 4.00 4.12 5.01 5/190 23480
/proc/meminfo: memFree=20253628/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=142580 CPUtime=942.32 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 84925 0 0 0 94200 32 0 0 25 0 1 0 469886080 146001920 29534 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 35645 29534 253 24 0 32279 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 142580

[startup+1002.3 s]
/proc/loadavg: 4.06 4.11 4.95 5/190 23482
/proc/meminfo: memFree=20205748/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=173400 CPUtime=1002.31 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 87979 0 0 0 100197 34 0 0 25 0 1 0 469886080 177561600 32565 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 43350 32565 253 24 0 39984 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 173400

[startup+1062.3 s]
/proc/loadavg: 4.02 4.09 4.89 5/190 23483
/proc/meminfo: memFree=20151296/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=173400 CPUtime=1062.32 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 90608 0 0 0 106196 36 0 0 25 0 1 0 469886080 177561600 35173 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 43350 35173 253 24 0 39984 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 173400

[startup+1122.3 s]
/proc/loadavg: 4.00 4.07 4.83 5/190 23485
/proc/meminfo: memFree=20111220/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=173400 CPUtime=1122.31 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 93086 0 0 0 112194 37 0 0 25 0 1 0 469886080 177561600 37631 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 43350 37631 253 24 0 39984 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 173400

[startup+1182.3 s]
/proc/loadavg: 4.03 4.07 4.78 5/190 23487
/proc/meminfo: memFree=20066568/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=223488 CPUtime=1182.32 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 95653 0 0 0 118193 39 0 0 25 0 1 0 469886080 228851712 40173 33554432000 4194304 4291949 140736357735200 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 55872 40173 253 24 0 52506 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 223488

[startup+1242.3 s]
/proc/loadavg: 4.01 4.05 4.73 5/190 23488
/proc/meminfo: memFree=20020172/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=225548 CPUtime=1242.32 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 99587 0 0 0 124190 42 0 0 25 0 1 0 469886080 230961152 44080 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 56387 44080 253 24 0 53021 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 225548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.06 4.69 4/188 23491
/proc/meminfo: memFree=19994380/32950904 swapFree=67082284/67111528
[pid=23400] ppid=23398 vsize=228536 CPUtime=1300.03 cores=5,7
/proc/23400/stat : 23400 (RestartSAT) R 23398 23400 23340 0 -1 4202496 101760 0 0 0 129960 43 0 0 25 0 1 0 469886080 234020864 46237 33554432000 4194304 4291949 140736357735200 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23400/statm: 57134 46237 253 24 0 53768 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 228536

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.6
CPU system time (s): 0.440932
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 228536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.6
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 998

runsolver used 2.15467 second user time and 4.94825 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-23 20:21:03
IDJOB=3266638
IDBENCH=88202
IDSOLVER=1581
FILE ID=node121/3266638-1303582863
RUNJOBID= node121-1303582863-23361
PBS_JOBID= 13150356
Free space on /tmp= 72064 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266638-1303582863/watcher-3266638-1303582863 -o /tmp/evaluation-result-3266638-1303582863/solver-3266638-1303582863 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3266638-1303582863.cnf

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

MD5SUM BENCH= 4b4e8a8187c1b8536d6b504b16289d38
RANDOM SEED=900674195

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      21275768 kB
Buffers:       2133824 kB
Cached:        8990628 kB
SwapCached:       2776 kB
Active:        8361272 kB
Inactive:      2805648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21275768 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3356 kB
Writeback:           0 kB
AnonPages:       40072 kB
Mapped:          13756 kB
Slab:           442944 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   256224 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= 72036 MiB
End job on node121 at 2011-04-23 20:42:45