Trace number 3293560

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

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

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-3293560-1303789708/watcher-3293560-1303789708 -o /tmp/evaluation-result-3293560-1303789708/solver-3293560-1303789708 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3293560-1303789708.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.19 4.06 3.97 4/193 14782
/proc/meminfo: memFree=21410604/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=19828 CPUtime=0 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 800 0 0 0 0 0 0 0 22 0 1 0 490568904 20303872 736 33554432000 4194304 4291949 140736123315456 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 4957 736 225 24 0 1591 0

[startup+0.106113 s]
/proc/loadavg: 4.19 4.06 3.97 4/193 14782
/proc/meminfo: memFree=21410604/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=36660 CPUtime=0.09 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 6064 0 0 0 9 0 0 0 23 0 1 0 490568904 37539840 5230 33554432000 4194304 4291949 140736123315456 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 9165 5232 227 24 0 5799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36660

[startup+0.201094 s]
/proc/loadavg: 4.19 4.06 3.97 4/193 14782
/proc/meminfo: memFree=21410604/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=54596 CPUtime=0.19 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 11231 0 0 0 18 1 0 0 23 0 1 0 490568904 55906304 9427 33554432000 4194304 4291949 140736123315456 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 13649 9428 227 24 0 10283 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54596

[startup+0.301074 s]
/proc/loadavg: 4.19 4.06 3.97 4/193 14782
/proc/meminfo: memFree=21410604/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=75776 CPUtime=0.3 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 16474 0 0 0 27 3 0 0 23 0 1 0 490568904 77594624 13757 33554432000 4194304 4291949 140736123315456 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 18944 13759 227 24 0 15578 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 75776

[startup+0.701013 s]
/proc/loadavg: 4.19 4.06 3.97 4/193 14782
/proc/meminfo: memFree=21410604/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=162024 CPUtime=0.69 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 37316 0 0 0 63 6 0 0 25 0 1 0 490568904 165912576 31130 33554432000 4194304 4291949 140736123315456 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 40506 31131 227 24 0 37140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162024

[startup+1.50085 s]
/proc/loadavg: 4.19 4.06 3.97 6/194 14783
/proc/meminfo: memFree=21215304/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=294728 CPUtime=1.49 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 74620 0 0 0 137 12 0 0 25 0 1 0 490568904 301801472 64298 33554432000 4194304 4291949 140736123315456 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 73682 64298 227 24 0 70316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 294728

[startup+3.10057 s]
/proc/loadavg: 4.19 4.06 3.97 5/194 14783
/proc/meminfo: memFree=21032280/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=628252 CPUtime=3.09 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 151737 0 0 0 284 25 0 0 25 0 1 0 490568904 643330048 129144 33554432000 4194304 4291949 140736123315456 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 157063 129145 227 24 0 153697 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 628252

[startup+6.30096 s]
/proc/loadavg: 4.33 4.09 3.98 5/194 14783
/proc/meminfo: memFree=20778020/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=693404 CPUtime=6.29 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 185450 0 0 0 599 30 0 0 25 0 1 0 490568904 710045696 153790 33554432000 4194304 4291949 140736123315456 18446744073709551615 4230035 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173351 153790 232 24 0 169985 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 693404

[startup+12.7008 s]
/proc/loadavg: 4.31 4.09 3.98 5/194 14783
/proc/meminfo: memFree=20675260/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=747344 CPUtime=12.69 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 207220 0 0 0 1236 33 0 0 25 0 1 0 490568904 765280256 174834 33554432000 4194304 4291949 140736123315456 18446744073709551615 4232024 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 186836 174834 234 24 0 183470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 747344

[startup+25.5004 s]
/proc/loadavg: 4.24 4.08 3.98 5/194 14784
/proc/meminfo: memFree=20950432/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=695172 CPUtime=25.5 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 249431 0 0 0 2511 39 0 0 25 0 1 0 490568904 711856128 146825 33554432000 4194304 4291949 140736123315456 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173793 146825 253 24 0 170427 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 695172

[startup+51.1007 s]
/proc/loadavg: 4.16 4.08 3.98 5/194 14784
/proc/meminfo: memFree=20906732/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=695172 CPUtime=51.09 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 249948 0 0 0 5070 39 0 0 25 0 1 0 490568904 711856128 147336 33554432000 4194304 4291949 140736123315456 18446744073709551615 4250414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173793 147336 253 24 0 170427 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 695172

[startup+102.3 s]
/proc/loadavg: 4.12 4.08 3.99 5/194 14786
/proc/meminfo: memFree=20856128/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=695172 CPUtime=102.29 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 252080 0 0 0 10189 40 0 0 25 0 1 0 490568904 711856128 149448 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173793 149448 253 24 0 170427 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 695172

[startup+162.301 s]
/proc/loadavg: 4.08 4.08 4.00 5/194 14787
/proc/meminfo: memFree=20885228/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=695172 CPUtime=162.3 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 254894 0 0 0 16188 42 0 0 25 0 1 0 490568904 711856128 152234 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173793 152234 253 24 0 170427 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 695172

[startup+222.301 s]
/proc/loadavg: 4.03 4.06 4.00 5/194 14789
/proc/meminfo: memFree=20814376/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=695172 CPUtime=222.3 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 258006 0 0 0 22187 43 0 0 25 0 1 0 490568904 711856128 155317 33554432000 4194304 4291949 140736123315456 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173793 155317 253 24 0 170427 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 695172

[startup+282.301 s]
/proc/loadavg: 3.61 3.95 3.96 4/188 14808
/proc/meminfo: memFree=20882084/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=695172 CPUtime=282.31 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 263727 0 0 0 28185 46 0 0 25 0 1 0 490568904 711856128 161000 33554432000 4194304 4291949 140736123315456 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173793 161000 253 24 0 170427 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 695172

[startup+342.301 s]
/proc/loadavg: 3.22 3.77 3.90 4/188 14809
/proc/meminfo: memFree=20848084/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=695172 CPUtime=342.3 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 266980 0 0 0 34182 48 0 0 25 0 1 0 490568904 711856128 164226 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 173793 164226 253 24 0 170427 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 695172

[startup+402.301 s]
/proc/loadavg: 3.08 3.63 3.84 4/188 14811
/proc/meminfo: memFree=20808212/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=827432 CPUtime=402.31 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 271285 0 0 0 40181 50 0 0 25 0 1 0 490568904 847290368 168497 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 206858 168497 253 24 0 203492 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 827432

[startup+462.301 s]
/proc/loadavg: 3.03 3.51 3.79 4/188 14812
/proc/meminfo: memFree=20761164/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=827432 CPUtime=462.31 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 275724 0 0 0 46179 52 0 0 25 0 1 0 490568904 847290368 172908 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 206858 172908 253 24 0 203492 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 827432

[startup+522.3 s]
/proc/loadavg: 3.01 3.42 3.73 4/188 14814
/proc/meminfo: memFree=20785068/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=827432 CPUtime=522.31 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 286187 0 0 0 52175 56 0 0 25 0 1 0 490568904 847290368 183323 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 206858 183323 253 24 0 203492 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 827432

[startup+582.307 s]
/proc/loadavg: 3.09 3.37 3.70 4/188 14816
/proc/meminfo: memFree=20712484/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=827432 CPUtime=582.32 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 291023 0 0 0 58174 58 0 0 25 0 1 0 490568904 847290368 188120 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 206858 188120 253 24 0 203492 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 827432

[startup+642.3 s]
/proc/loadavg: 3.03 3.30 3.65 4/188 14817
/proc/meminfo: memFree=20661352/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=827432 CPUtime=642.31 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 296845 0 0 0 64171 60 0 0 25 0 1 0 490568904 847290368 193916 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255776 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 206858 193916 253 24 0 203492 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 827432

[startup+702.301 s]
/proc/loadavg: 3.07 3.26 3.61 4/188 14819
/proc/meminfo: memFree=20611836/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=827432 CPUtime=702.32 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 301380 0 0 0 70169 63 0 0 25 0 1 0 490568904 847290368 198423 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 206858 198423 253 24 0 203492 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 827432

[startup+762.301 s]
/proc/loadavg: 3.02 3.21 3.57 4/188 14829
/proc/meminfo: memFree=20558060/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1042356 CPUtime=762.32 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 308169 0 0 0 76166 66 0 0 25 0 1 0 490568904 1067372544 205187 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 260589 205187 253 24 0 257223 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1042356

[startup+822.301 s]
/proc/loadavg: 3.17 3.20 3.54 4/188 14831
/proc/meminfo: memFree=20514516/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1042356 CPUtime=822.32 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 312789 0 0 0 82164 68 0 0 25 0 1 0 490568904 1067372544 209780 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 260589 209780 253 24 0 257223 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1042356

[startup+882.301 s]
/proc/loadavg: 3.06 3.16 3.51 4/188 14833
/proc/meminfo: memFree=20452848/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1042356 CPUtime=882.32 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 318415 0 0 0 88161 71 0 0 25 0 1 0 490568904 1067372544 215373 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 260589 215373 253 24 0 257223 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1042356

[startup+942.301 s]
/proc/loadavg: 3.06 3.14 3.48 4/188 14834
/proc/meminfo: memFree=20403564/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1042356 CPUtime=942.33 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 323656 0 0 0 94159 74 0 0 25 0 1 0 490568904 1067372544 220583 33554432000 4194304 4291949 140736123315456 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 260589 220583 253 24 0 257223 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1042356

[startup+1002.3 s]
/proc/loadavg: 2.53 2.99 3.40 3/182 14857
/proc/meminfo: memFree=20488968/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1042356 CPUtime=1002.33 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 338030 0 0 0 100156 77 0 0 25 0 1 0 490568904 1067372544 234882 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 260589 234882 253 24 0 257223 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1042356

[startup+1062.3 s]
/proc/loadavg: 2.19 2.81 3.31 3/182 14858
/proc/meminfo: memFree=20432896/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1042356 CPUtime=1062.32 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 346147 0 0 0 106152 80 0 0 25 0 1 0 490568904 1067372544 242962 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 260589 242962 253 24 0 257223 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1042356

[startup+1122.3 s]
/proc/loadavg: 2.07 2.66 3.23 3/182 14860
/proc/meminfo: memFree=20382280/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1042356 CPUtime=1122.33 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 353304 0 0 0 112150 83 0 0 25 0 1 0 490568904 1067372544 250080 33554432000 4194304 4291949 140736123315456 18446744073709551615 4249307 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 260589 250080 253 24 0 257223 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1042356

[startup+1182.3 s]
/proc/loadavg: 2.02 2.54 3.15 3/182 14862
/proc/meminfo: memFree=20301408/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1391604 CPUtime=1182.33 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 359873 0 0 0 118147 86 0 0 25 0 1 0 490568904 1425002496 256611 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 347901 256611 253 24 0 344535 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1391604

[startup+1242.31 s]
/proc/loadavg: 2.01 2.44 3.07 3/182 14863
/proc/meminfo: memFree=20238016/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1391604 CPUtime=1242.34 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 369506 0 0 0 124144 90 0 0 25 0 1 0 490568904 1425002496 266210 33554432000 4194304 4291949 140736123315456 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 347901 266210 253 24 0 344535 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1391604



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.47 2.21 2.95 2/176 14883
/proc/meminfo: memFree=21530792/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1391604 CPUtime=1300.04 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 375984 0 0 0 129910 94 0 0 25 0 1 0 490568904 1425002496 272654 33554432000 4194304 4291949 140736123315456 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 347901 272654 253 24 0 344535 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1391604

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: 1.47 2.21 2.95 2/176 14883
/proc/meminfo: memFree=21530792/32951124 swapFree=67111524/67111528
[pid=14782] ppid=14780 vsize=1391604 CPUtime=1300.04 cores=5,7
/proc/14782/stat : 14782 (RestartSAT) R 14780 14782 14221 0 -1 4202496 375984 0 0 0 129910 94 0 0 25 0 1 0 490568904 1425002496 272654 33554432000 4194304 4291949 140736123315456 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14782/statm: 347901 272654 253 24 0 344535 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1391604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.1
CPU user time (s): 1299.11
CPU system time (s): 0.995848
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1391604

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

runsolver used 2.01569 second user time and 5.07423 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 05:48:30
IDJOB=3293560
IDBENCH=88159
IDSOLVER=1580
FILE ID=node135/3293560-1303789708
RUNJOBID= node135-1303788067-14242
PBS_JOBID= 13157256
Free space on /tmp= 71216 MiB

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

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=2018928510

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:      21410884 kB
Buffers:       1828248 kB
Cached:        8089180 kB
SwapCached:          4 kB
Active:        1963896 kB
Inactive:      8990256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21410884 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          414788 kB
Writeback:           0 kB
AnonPages:     1035812 kB
Mapped:          15464 kB
Slab:           520580 kB
PageTables:       7384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1394828 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= 71444 MiB
End job on node135 at 2011-04-26 06:10:12