Trace number 3251015

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 B95? (TO) 1300.06 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3251015-1303582237/watcher-3251015-1303582237 -o /tmp/evaluation-result-3251015-1303582237/solver-3251015-1303582237 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251015-1303582237.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: 2.54 2.95 3.31 4/189 18302
/proc/meminfo: memFree=15476808/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=20260 CPUtime=0 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 907 0 0 0 0 0 0 0 21 0 1 0 469822503 20746240 849 33554432000 4194304 4291949 140735411525360 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 5065 849 226 24 0 1699 0

[startup+0.03196 s]
/proc/loadavg: 2.54 2.95 3.31 4/189 18302
/proc/meminfo: memFree=15476808/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=24236 CPUtime=0.02 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 2550 0 0 0 2 0 0 0 21 0 1 0 469822503 24817664 2299 33554432000 4194304 4291949 140735411525360 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 6092 2302 227 24 0 2726 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24236

[startup+0.100946 s]
/proc/loadavg: 2.54 2.95 3.31 4/189 18302
/proc/meminfo: memFree=15476808/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=40924 CPUtime=0.09 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 7662 0 0 0 8 1 0 0 21 0 1 0 469822503 41906176 6768 33554432000 4194304 4291949 140735411525360 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 10231 6771 227 24 0 6865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40924

[startup+0.300908 s]
/proc/loadavg: 2.54 2.95 3.31 4/189 18302
/proc/meminfo: memFree=15476808/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=74720 CPUtime=0.29 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 16279 0 0 0 27 2 0 0 22 0 1 0 469822503 76513280 14245 33554432000 4194304 4291949 140735411525360 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 18680 14245 232 24 0 15314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74720

[startup+0.700837 s]
/proc/loadavg: 2.54 2.95 3.31 4/189 18302
/proc/meminfo: memFree=15476808/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=74720 CPUtime=0.69 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 16279 0 0 0 67 2 0 0 23 0 1 0 469822503 76513280 14245 33554432000 4194304 4291949 140735411525360 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 18680 14245 232 24 0 15314 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74720

[startup+1.50069 s]
/proc/loadavg: 2.54 2.95 3.31 5/190 18303
/proc/meminfo: memFree=15408980/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=74720 CPUtime=1.49 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 16279 0 0 0 147 2 0 0 25 0 1 0 469822503 76513280 14245 33554432000 4194304 4291949 140735411525360 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 18680 14245 232 24 0 15314 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74720

[startup+3.10041 s]
/proc/loadavg: 2.66 2.97 3.31 5/190 18303
/proc/meminfo: memFree=15397584/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=74720 CPUtime=3.09 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 16279 0 0 0 307 2 0 0 25 0 1 0 469822503 76513280 14245 33554432000 4194304 4291949 140735411525360 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 18680 14245 232 24 0 15314 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74720

[startup+6.30084 s]
/proc/loadavg: 2.66 2.97 3.31 5/190 18303
/proc/meminfo: memFree=15361856/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=82292 CPUtime=6.29 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 23308 0 0 0 626 3 0 0 25 0 1 0 469822503 84267008 15477 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 20573 15477 253 24 0 17207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82292

[startup+12.7007 s]
/proc/loadavg: 2.86 3.00 3.32 5/190 18303
/proc/meminfo: memFree=15291132/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=101452 CPUtime=12.69 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 28821 0 0 0 1265 4 0 0 25 0 1 0 469822503 103886848 20969 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 25363 20969 253 24 0 21997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101452

[startup+25.5004 s]
/proc/loadavg: 3.04 3.03 3.32 5/190 18303
/proc/meminfo: memFree=15201052/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=183724 CPUtime=25.49 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 38088 0 0 0 2543 6 0 0 25 0 1 0 469822503 188133376 30209 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 45931 30209 253 24 0 42565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 183724

[startup+51.1009 s]
/proc/loadavg: 3.36 3.11 3.34 5/190 18304
/proc/meminfo: memFree=15068188/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=189512 CPUtime=51.09 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 50663 0 0 0 5098 11 0 0 25 0 1 0 469822503 194060288 42751 33554432000 4194304 4291949 140735411525360 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 47378 42751 253 24 0 44012 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 189512

[startup+102.307 s]
/proc/loadavg: 3.74 3.26 3.38 5/190 18305
/proc/meminfo: memFree=14910440/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=278392 CPUtime=102.29 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 68602 0 0 0 10212 17 0 0 25 0 1 0 469822503 285073408 60647 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 69598 60647 253 24 0 66232 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 278392

[startup+162.301 s]
/proc/loadavg: 4.01 3.42 3.42 5/190 18307
/proc/meminfo: memFree=14833016/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=415404 CPUtime=162.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 77318 0 0 0 16208 22 0 0 25 0 1 0 469822503 425373696 69340 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 103851 69340 253 24 0 100485 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 415404

[startup+222.3 s]
/proc/loadavg: 4.00 3.52 3.46 5/190 18309
/proc/meminfo: memFree=14761684/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=424848 CPUtime=222.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 85910 0 0 0 22203 27 0 0 25 0 1 0 469822503 435044352 77918 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 106212 77918 253 24 0 102846 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 424848

[startup+282.301 s]
/proc/loadavg: 4.00 3.61 3.49 5/190 18310
/proc/meminfo: memFree=14653032/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=430316 CPUtime=282.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 92227 0 0 0 28200 30 0 0 25 0 1 0 469822503 440643584 84225 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 107579 84225 253 24 0 104213 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 430316

[startup+342.301 s]
/proc/loadavg: 4.00 3.68 3.52 5/190 18312
/proc/meminfo: memFree=14732464/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=432984 CPUtime=342.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 96801 0 0 0 34197 33 0 0 25 0 1 0 469822503 443375616 88789 33554432000 4194304 4291949 140735411525360 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 108246 88789 253 24 0 104880 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 432984

[startup+402.3 s]
/proc/loadavg: 4.00 3.73 3.54 5/190 18313
/proc/meminfo: memFree=14666204/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=435200 CPUtime=402.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 100874 0 0 0 40195 35 0 0 25 0 1 0 469822503 445644800 92851 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 108800 92851 253 24 0 105434 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 435200

[startup+462.301 s]
/proc/loadavg: 4.00 3.78 3.57 5/190 18315
/proc/meminfo: memFree=14619916/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=440936 CPUtime=462.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 105396 0 0 0 46193 37 0 0 25 0 1 0 469822503 451518464 97369 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 110234 97369 253 24 0 106868 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 440936

[startup+522.301 s]
/proc/loadavg: 4.00 3.81 3.59 5/190 18344
/proc/meminfo: memFree=14597488/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=442976 CPUtime=522.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 108999 0 0 0 52191 39 0 0 25 0 1 0 469822503 453607424 100967 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 110744 100967 253 24 0 107378 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 442976

[startup+582.3 s]
/proc/loadavg: 4.00 3.85 3.62 5/190 18345
/proc/meminfo: memFree=14528912/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=445344 CPUtime=582.3 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 111992 0 0 0 58190 40 0 0 25 0 1 0 469822503 456032256 103956 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 111336 103956 253 24 0 107970 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 445344

[startup+642.301 s]
/proc/loadavg: 4.00 3.87 3.64 5/190 18347
/proc/meminfo: memFree=14466876/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=446340 CPUtime=642.32 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 114970 0 0 0 64189 43 0 0 25 0 1 0 469822503 457052160 106932 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 111585 106932 253 24 0 108219 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 446340

[startup+702.301 s]
/proc/loadavg: 4.06 3.91 3.66 5/190 18348
/proc/meminfo: memFree=14426672/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=661692 CPUtime=702.31 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 117540 0 0 0 70187 44 0 0 25 0 1 0 469822503 677572608 109496 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 165423 109496 253 24 0 162057 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 661692

[startup+762.307 s]
/proc/loadavg: 4.05 3.94 3.68 5/190 18350
/proc/meminfo: memFree=14380760/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=662832 CPUtime=762.32 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 120092 0 0 0 76185 47 0 0 25 0 1 0 469822503 678739968 112041 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 165708 112041 253 24 0 162342 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 662832

[startup+822.3 s]
/proc/loadavg: 4.02 3.95 3.70 5/190 18352
/proc/meminfo: memFree=14430716/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=664536 CPUtime=822.31 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 123069 0 0 0 82183 48 0 0 25 0 1 0 469822503 680484864 115012 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 166134 115012 253 24 0 162768 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 664536

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.72 5/190 18353
/proc/meminfo: memFree=14374764/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=665176 CPUtime=882.32 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 126378 0 0 0 88181 51 0 0 25 0 1 0 469822503 681140224 118317 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 166294 118317 253 24 0 162928 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 665176

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.73 5/190 18355
/proc/meminfo: memFree=14305788/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=670296 CPUtime=942.32 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 134117 0 0 0 94177 55 0 0 25 0 1 0 469822503 686383104 126040 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 167574 126040 253 24 0 164208 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 670296

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.75 5/190 18356
/proc/meminfo: memFree=14252544/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=679152 CPUtime=1002.32 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 138967 0 0 0 100175 57 0 0 25 0 1 0 469822503 695451648 130888 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 169788 130888 253 24 0 166422 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 679152

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 18358
/proc/meminfo: memFree=14201656/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=686104 CPUtime=1062.31 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 144996 0 0 0 106172 59 0 0 25 0 1 0 469822503 702570496 136907 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 171526 136907 253 24 0 168160 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 686104

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 18360
/proc/meminfo: memFree=14167516/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=687384 CPUtime=1122.31 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 146838 0 0 0 112171 60 0 0 25 0 1 0 469822503 703881216 138746 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 171846 138746 253 24 0 168480 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 687384

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 18361
/proc/meminfo: memFree=14123596/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=696560 CPUtime=1182.32 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 150460 0 0 0 118170 62 0 0 25 0 1 0 469822503 713277440 142366 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 174140 142366 253 24 0 170774 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 696560

[startup+1242.3 s]
/proc/loadavg: 4.08 3.99 3.80 5/190 18363
/proc/meminfo: memFree=14089080/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=700400 CPUtime=1242.31 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 152592 0 0 0 124168 63 0 0 25 0 1 0 469822503 717209600 144496 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 175100 144496 253 24 0 171734 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 700400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.00 3.81 3/186 18366
/proc/meminfo: memFree=14696924/32950928 swapFree=67111528/67111528
[pid=18302] ppid=18300 vsize=701040 CPUtime=1300.02 cores=5,7
/proc/18302/stat : 18302 (RestartSAT) R 18300 18302 17798 0 -1 4202496 154333 0 0 0 129938 64 0 0 25 0 1 0 469822503 717864960 146237 33554432000 4194304 4291949 140735411525360 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18302/statm: 175260 146237 253 24 0 171894 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 701040

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.38
CPU system time (s): 0.672897
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 701040

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

runsolver used 2.02669 second user time and 5.07723 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 20:10:37
IDJOB=3251015
IDBENCH=88208
IDSOLVER=1580
FILE ID=node122/3251015-1303582237
RUNJOBID= node122-1303582236-18263
PBS_JOBID= 13150343
Free space on /tmp= 70792 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251015-1303582237/watcher-3251015-1303582237 -o /tmp/evaluation-result-3251015-1303582237/solver-3251015-1303582237 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251015-1303582237.cnf

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=456951208

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15477088 kB
Buffers:       1776448 kB
Cached:       15032216 kB
SwapCached:          0 kB
Active:        5519692 kB
Inactive:     11401500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15477088 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23468 kB
Writeback:           0 kB
AnonPages:      112028 kB
Mapped:          15072 kB
Slab:           488500 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   303600 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= 70796 MiB
End job on node122 at 2011-04-23 20:32:19