Trace number 3293514

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.07 1300.06

General information on the benchmark

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

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3293514-1303789663/watcher-3293514-1303789663 -o /tmp/evaluation-result-3293514-1303789663/solver-3293514-1303789663 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3293514-1303789663.cnf 

running on 2 cores: 0,2

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.00 4.00 3.95 4/193 14755
/proc/meminfo: memFree=22481788/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=19696 CPUtime=0 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 778 0 0 0 0 0 0 0 24 0 1 0 490564416 20168704 707 33554432000 4194304 4291949 140734293329248 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 4924 708 225 24 0 1558 0

[startup+0.0296021 s]
/proc/loadavg: 4.00 4.00 3.95 4/193 14755
/proc/meminfo: memFree=22481788/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=23364 CPUtime=0.02 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 1937 0 0 0 2 0 0 0 24 0 1 0 490564416 23924736 1772 33554432000 4194304 4291949 140734293329248 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 5841 1793 227 24 0 2475 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23364

[startup+0.100592 s]
/proc/loadavg: 4.00 4.00 3.95 4/193 14755
/proc/meminfo: memFree=22481788/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=31912 CPUtime=0.09 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 5442 0 0 0 8 1 0 0 24 0 1 0 490564416 32677888 4640 33554432000 4194304 4291949 140734293329248 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 7978 4642 227 24 0 4612 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31912

[startup+0.300568 s]
/proc/loadavg: 4.00 4.00 3.95 4/193 14755
/proc/meminfo: memFree=22481788/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=71284 CPUtime=0.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 14587 0 0 0 27 2 0 0 25 0 1 0 490564416 72994816 12573 33554432000 4194304 4291949 140734293329248 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 17821 12575 227 24 0 14455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71284

[startup+0.700482 s]
/proc/loadavg: 4.00 4.00 3.95 4/193 14755
/proc/meminfo: memFree=22481788/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=131888 CPUtime=0.69 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 32805 0 0 0 63 6 0 0 25 0 1 0 490564416 135053312 28196 33554432000 4194304 4291949 140734293329248 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 32972 28198 227 24 0 29606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131888

[startup+1.50032 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14756
/proc/meminfo: memFree=22322500/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=274380 CPUtime=1.49 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 68793 0 0 0 137 12 0 0 25 0 1 0 490564416 280965120 58690 33554432000 4194304 4291949 140734293329248 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 68628 58694 227 24 0 65262 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 274380

[startup+3.101 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14756
/proc/meminfo: memFree=22148032/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=514164 CPUtime=3.09 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 142894 0 0 0 282 27 0 0 25 0 1 0 490564416 526503936 120836 33554432000 4194304 4291949 140734293329248 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 128541 120836 227 24 0 125175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 514164

[startup+6.30042 s]
/proc/loadavg: 4.24 4.05 3.97 5/194 14756
/proc/meminfo: memFree=21762628/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=763620 CPUtime=6.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 209552 0 0 0 589 40 0 0 25 0 1 0 490564416 781946880 176745 33554432000 4194304 4291949 140734293329248 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 190905 176745 232 24 0 187539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 763620

[startup+12.7002 s]
/proc/loadavg: 4.22 4.05 3.97 5/194 14756
/proc/meminfo: memFree=21761900/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=763620 CPUtime=12.69 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 209678 0 0 0 1229 40 0 0 25 0 1 0 490564416 781946880 176859 33554432000 4194304 4291949 140734293329248 18446744073709551615 4231888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 190905 176859 234 24 0 187539 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 763620

[startup+25.5009 s]
/proc/loadavg: 4.17 4.05 3.97 5/194 14757
/proc/meminfo: memFree=21638520/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=986428 CPUtime=25.49 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 236519 0 0 0 2505 44 0 0 25 0 1 0 490564416 1010102272 202881 33554432000 4194304 4291949 140734293329248 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 246607 202881 234 24 0 243241 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 986428

[startup+51.1011 s]
/proc/loadavg: 4.33 4.09 3.98 5/194 14783
/proc/meminfo: memFree=20778640/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=796920 CPUtime=51.09 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 285845 0 0 0 5057 52 0 0 25 0 1 0 490564416 816046080 172682 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 199230 172682 252 24 0 195864 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 796920

[startup+102.307 s]
/proc/loadavg: 4.14 4.07 3.98 5/194 14785
/proc/meminfo: memFree=20908468/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=796920 CPUtime=102.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 287068 0 0 0 10177 53 0 0 25 0 1 0 490564416 816046080 173893 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 199230 173893 252 24 0 195864 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 796920

[startup+162.301 s]
/proc/loadavg: 4.09 4.07 3.99 5/194 14786
/proc/meminfo: memFree=20842736/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=796920 CPUtime=162.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 289075 0 0 0 16176 53 0 0 25 0 1 0 490564416 816046080 175874 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 199230 175874 252 24 0 195864 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 796920

[startup+222.3 s]
/proc/loadavg: 4.06 4.07 4.00 5/194 14788
/proc/meminfo: memFree=20857188/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=796920 CPUtime=222.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 292010 0 0 0 22175 54 0 0 25 0 1 0 490564416 816046080 178780 33554432000 4194304 4291949 140734293329248 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 199230 178780 252 24 0 195864 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 796920

[startup+282.3 s]
/proc/loadavg: 4.02 4.06 4.00 5/194 14789
/proc/meminfo: memFree=20798732/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=796920 CPUtime=282.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 294329 0 0 0 28174 55 0 0 25 0 1 0 490564416 816046080 181075 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 199230 181075 252 24 0 195864 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 796920

[startup+342.3 s]
/proc/loadavg: 3.48 3.90 3.95 4/188 14808
/proc/meminfo: memFree=20873268/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=796920 CPUtime=342.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 299001 0 0 0 34172 57 0 0 25 0 1 0 490564416 816046080 185710 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 199230 185710 252 24 0 195864 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 796920

[startup+402.301 s]
/proc/loadavg: 3.17 3.74 3.88 4/188 14810
/proc/meminfo: memFree=20838392/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=929180 CPUtime=402.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 301862 0 0 0 40171 58 0 0 25 0 1 0 490564416 951480320 188543 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 232295 188543 252 24 0 228929 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 929180

[startup+462.301 s]
/proc/loadavg: 3.06 3.60 3.83 4/188 14811
/proc/meminfo: memFree=20795048/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=929180 CPUtime=462.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 305955 0 0 0 46170 60 0 0 25 0 1 0 490564416 951480320 192610 33554432000 4194304 4291949 140734293329248 18446744073709551615 4250414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 232295 192610 252 24 0 228929 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 929180

[startup+522.301 s]
/proc/loadavg: 3.02 3.49 3.77 4/188 14813
/proc/meminfo: memFree=20742056/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=929180 CPUtime=522.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 309233 0 0 0 52169 61 0 0 25 0 1 0 490564416 951480320 195854 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 232295 195854 252 24 0 228929 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 929180

[startup+582.301 s]
/proc/loadavg: 3.01 3.40 3.72 4/188 14814
/proc/meminfo: memFree=20773388/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=929180 CPUtime=582.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 312364 0 0 0 58168 62 0 0 25 0 1 0 490564416 951480320 198960 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255536 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 232295 198960 252 24 0 228929 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 929180

[startup+642.301 s]
/proc/loadavg: 3.07 3.35 3.68 4/188 14816
/proc/meminfo: memFree=20700820/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=929180 CPUtime=642.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 321481 0 0 0 64165 65 0 0 25 0 1 0 490564416 951480320 208029 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 232295 208029 252 24 0 228929 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 929180

[startup+702.3 s]
/proc/loadavg: 3.02 3.28 3.64 4/188 14818
/proc/meminfo: memFree=20649804/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=929180 CPUtime=702.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 325461 0 0 0 70163 66 0 0 25 0 1 0 490564416 951480320 211985 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 232295 211985 252 24 0 228929 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 929180

[startup+762.306 s]
/proc/loadavg: 3.05 3.24 3.60 4/188 14819
/proc/meminfo: memFree=20600048/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=929180 CPUtime=762.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 330049 0 0 0 76162 68 0 0 25 0 1 0 490564416 951480320 216545 33554432000 4194304 4291949 140734293329248 18446744073709551615 4250416 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 232295 216545 252 24 0 228929 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 929180

[startup+822.3 s]
/proc/loadavg: 3.02 3.20 3.56 4/188 14830
/proc/meminfo: memFree=20548872/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=822.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 334039 0 0 0 82159 70 0 0 25 0 1 0 490564416 1171562496 220514 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 220514 252 24 0 282660 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1144104

[startup+882.301 s]
/proc/loadavg: 3.13 3.19 3.53 4/188 14831
/proc/meminfo: memFree=20490196/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=882.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 341443 0 0 0 88158 72 0 0 25 0 1 0 490564416 1171562496 227888 33554432000 4194304 4291949 140734293329248 18446744073709551615 4250450 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 227888 252 24 0 282660 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1144104

[startup+942.301 s]
/proc/loadavg: 3.13 3.17 3.50 4/188 14833
/proc/meminfo: memFree=20440676/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=942.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 345753 0 0 0 94155 74 0 0 25 0 1 0 490564416 1171562496 232165 33554432000 4194304 4291949 140734293329248 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 232165 252 24 0 282660 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1144104

[startup+1002.3 s]
/proc/loadavg: 3.04 3.14 3.47 5/189 14838
/proc/meminfo: memFree=20383700/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=1002.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 350376 0 0 0 100154 76 0 0 25 0 1 0 490564416 1171562496 236753 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 236753 252 24 0 282660 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1144104

[startup+1062.3 s]
/proc/loadavg: 2.41 2.94 3.38 3/182 14857
/proc/meminfo: memFree=20470240/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=1062.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 356769 0 0 0 106152 78 0 0 25 0 1 0 490564416 1171562496 243127 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 243127 252 24 0 282660 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1144104

[startup+1122.3 s]
/proc/loadavg: 2.15 2.77 3.29 3/182 14859
/proc/meminfo: memFree=20421968/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=1122.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 362221 0 0 0 112150 80 0 0 25 0 1 0 490564416 1171562496 248561 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 248561 252 24 0 282660 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1144104

[startup+1182.3 s]
/proc/loadavg: 2.05 2.63 3.21 3/182 14860
/proc/meminfo: memFree=20357468/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=1182.29 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 371310 0 0 0 118147 82 0 0 25 0 1 0 490564416 1171562496 257607 33554432000 4194304 4291949 140734293329248 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 257607 252 24 0 282660 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1144104

[startup+1242.3 s]
/proc/loadavg: 2.02 2.51 3.13 3/182 14862
/proc/meminfo: memFree=20291352/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=1242.3 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 381526 0 0 0 124144 86 0 0 25 0 1 0 490564416 1171562496 267774 33554432000 4194304 4291949 140734293329248 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 267774 252 24 0 282660 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1144104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.41 3.05 3/182 14864
/proc/meminfo: memFree=20230324/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=1300.01 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 386909 0 0 0 129913 88 0 0 25 0 1 0 490564416 1171562496 273126 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 273126 252 24 0 282660 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 1144104

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

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

[startup+1300 s]
/proc/loadavg: 2.00 2.41 3.05 3/182 14864
/proc/meminfo: memFree=20230324/32951124 swapFree=67111524/67111528
[pid=14755] ppid=14753 vsize=1144104 CPUtime=1300.01 cores=0,2
/proc/14755/stat : 14755 (RestartSAT) R 14753 14755 14221 0 -1 4202496 386909 0 0 0 129913 88 0 0 25 0 1 0 490564416 1171562496 273126 33554432000 4194304 4291949 140734293329248 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14755/statm: 286026 273126 252 24 0 282660 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 1144104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.07
CPU user time (s): 1299.13
CPU system time (s): 0.938857
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1144104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.13
system time used= 0.938857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1650

runsolver used 2.24866 second user time and 4.84826 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 05:47:46
IDJOB=3293514
IDBENCH=88158
IDSOLVER=1580
FILE ID=node135/3293514-1303789663
RUNJOBID= node135-1303788067-14239
PBS_JOBID= 13157256
Free space on /tmp= 71400 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293514-1303789663/watcher-3293514-1303789663 -o /tmp/evaluation-result-3293514-1303789663/solver-3293514-1303789663 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3293514-1303789663.cnf

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=581641114

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22481820 kB
Buffers:       1828036 kB
Cached:        7707680 kB
SwapCached:          4 kB
Active:        1087184 kB
Inactive:      8796804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22481820 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          225744 kB
Writeback:           0 kB
AnonPages:      347692 kB
Mapped:          15464 kB
Slab:           521236 kB
PageTables:       6000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   611064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71224 MiB
End job on node135 at 2011-04-26 06:09:28