Trace number 3170262

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S43885340-006-UNKNOWN.cnf
MD5SUM745003317611baf9e79e91bc0ab8e275
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2018
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 4,6

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 3.97 3.45 2/176 11891
/proc/meminfo: memFree=27541144/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=21204 CPUtime=0 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 1080 0 0 0 0 0 0 0 25 0 1 0 393742560 21712896 1018 33554432000 4194304 4291949 140734422824432 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 5301 1019 227 24 0 1935 0

[startup+0.0159971 s]
/proc/loadavg: 4.00 3.97 3.45 2/176 11891
/proc/meminfo: memFree=27541144/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=22380 CPUtime=0.01 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 1463 0 0 0 1 0 0 0 25 0 1 0 393742560 22917120 1385 33554432000 4194304 4291949 140734422824432 18446744073709551615 4220665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 5595 1385 227 24 0 2229 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22380

[startup+0.100927 s]
/proc/loadavg: 4.00 3.97 3.45 2/176 11891
/proc/meminfo: memFree=27541144/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=21196 CPUtime=0.09 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 2759 0 0 0 9 0 0 0 25 0 1 0 393742560 21704704 1972 33554432000 4194304 4291949 140734422824432 18446744073709551615 4251380 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 5299 1972 252 24 0 1933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21196

[startup+0.300891 s]
/proc/loadavg: 4.00 3.97 3.45 2/176 11891
/proc/meminfo: memFree=27541144/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=21196 CPUtime=0.29 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 2832 0 0 0 29 0 0 0 25 0 1 0 393742560 21704704 2044 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 5299 2044 253 24 0 1933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21196

[startup+0.700882 s]
/proc/loadavg: 4.00 3.97 3.45 2/176 11891
/proc/meminfo: memFree=27541144/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=22224 CPUtime=0.69 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 2980 0 0 0 69 0 0 0 25 0 1 0 393742560 22757376 2190 33554432000 4194304 4291949 140734422824432 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 5556 2190 253 24 0 2190 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22224

[startup+1.50073 s]
/proc/loadavg: 4.00 3.97 3.45 5/190 11918
/proc/meminfo: memFree=27495840/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=23900 CPUtime=1.49 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 3369 0 0 0 149 0 0 0 25 0 1 0 393742560 24473600 2578 33554432000 4194304 4291949 140734422824432 18446744073709551615 4262384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 5975 2578 253 24 0 2609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23900

[startup+3.10039 s]
/proc/loadavg: 4.00 3.97 3.45 5/190 11918
/proc/meminfo: memFree=27486664/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=26920 CPUtime=3.09 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 4234 0 0 0 309 0 0 0 25 0 1 0 393742560 27566080 3439 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 6730 3439 253 24 0 3364 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26920

[startup+6.30088 s]
/proc/loadavg: 4.00 3.97 3.45 5/190 11918
/proc/meminfo: memFree=27457900/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=39072 CPUtime=6.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 5888 0 0 0 629 1 0 0 25 0 1 0 393742560 40009728 5082 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 9768 5082 253 24 0 6402 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 39072

[startup+12.7007 s]
/proc/loadavg: 4.00 3.97 3.45 5/190 11919
/proc/meminfo: memFree=27420852/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=51964 CPUtime=12.69 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 9317 0 0 0 1267 2 0 0 25 0 1 0 393742560 53211136 8494 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 12991 8494 253 24 0 9625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51964

[startup+25.5004 s]
/proc/loadavg: 4.00 3.97 3.46 5/190 11919
/proc/meminfo: memFree=27352680/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=72652 CPUtime=25.49 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 15695 0 0 0 2546 3 0 0 25 0 1 0 393742560 74395648 14840 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 18163 14840 253 24 0 14797 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72652

[startup+51.1008 s]
/proc/loadavg: 4.00 3.97 3.47 5/190 11920
/proc/meminfo: memFree=27251812/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=104808 CPUtime=51.1 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 30099 0 0 0 5104 6 0 0 25 0 1 0 393742560 107323392 16722 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 26202 16722 253 24 0 22836 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 104808

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.50 5/190 11921
/proc/meminfo: memFree=27222648/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=76288 CPUtime=102.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 62799 0 0 0 10215 15 0 0 25 0 1 0 393742560 78118912 13240 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 19072 13240 253 24 0 15706 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76288

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.53 5/190 11923
/proc/meminfo: memFree=27112768/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=108432 CPUtime=162.29 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 89537 0 0 0 16209 20 0 0 25 0 1 0 393742560 111034368 18556 33554432000 4194304 4291949 140734422824432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 27108 18556 253 24 0 23742 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108432

[startup+222.3 s]
/proc/loadavg: 4.00 3.97 3.55 5/190 11924
/proc/meminfo: memFree=26893264/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=162184 CPUtime=222.29 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 125583 0 0 0 22201 28 0 0 25 0 1 0 393742560 166076416 32932 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 40546 32932 253 24 0 37180 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 162184

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.58 5/190 11926
/proc/meminfo: memFree=26944208/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=163112 CPUtime=282.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 150324 0 0 0 28196 34 0 0 25 0 1 0 393742560 167026688 28102 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 40778 28102 253 24 0 37412 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 163112

[startup+342.301 s]
/proc/loadavg: 4.06 3.99 3.61 5/190 11927
/proc/meminfo: memFree=27274900/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=64696 CPUtime=342.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 184091 0 0 0 34189 41 0 0 25 0 1 0 393742560 66248704 10197 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 16174 10198 253 24 0 12808 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 64696

[startup+402.3 s]
/proc/loadavg: 4.02 3.99 3.63 5/190 11929
/proc/meminfo: memFree=27186100/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=65228 CPUtime=402.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 209760 0 0 0 40181 49 0 0 25 0 1 0 393742560 66793472 11747 33554432000 4194304 4291949 140734422824432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 16307 11747 253 24 0 12941 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 65228

[startup+462.301 s]
/proc/loadavg: 4.05 4.00 3.65 5/190 11931
/proc/meminfo: memFree=26991152/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=117012 CPUtime=462.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 252592 0 0 0 46170 60 0 0 25 0 1 0 393742560 119820288 23837 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 29253 23837 253 24 0 25887 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 117012

[startup+522.301 s]
/proc/loadavg: 4.02 4.00 3.67 5/190 11932
/proc/meminfo: memFree=27071360/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=59696 CPUtime=522.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 282120 0 0 0 52164 66 0 0 25 0 1 0 393742560 61128704 11173 33554432000 4194304 4291949 140734422824432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 14924 11173 253 24 0 11558 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 59696

[startup+582.3 s]
/proc/loadavg: 4.06 4.01 3.69 5/190 11934
/proc/meminfo: memFree=26890916/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=171512 CPUtime=582.3 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 303176 0 0 0 58159 71 0 0 25 0 1 0 393742560 175628288 32115 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 42878 32115 253 24 0 39512 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 171512

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 3.71 5/190 11944
/proc/meminfo: memFree=26731468/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=172176 CPUtime=642.31 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 331440 0 0 0 64153 78 0 0 25 0 1 0 393742560 176308224 34100 33554432000 4194304 4291949 140734422824432 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 43044 34100 253 24 0 39678 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 172176

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.73 5/190 11946
/proc/meminfo: memFree=27048144/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=122352 CPUtime=702.31 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 354996 0 0 0 70148 83 0 0 25 0 1 0 393742560 125288448 26471 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 30588 26471 253 24 0 27222 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 122352

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 11948
/proc/meminfo: memFree=26888284/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=174452 CPUtime=762.31 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 390852 0 0 0 76141 90 0 0 25 0 1 0 393742560 178638848 32272 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 43613 32272 253 24 0 40247 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 174452

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 11952
/proc/meminfo: memFree=27067416/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=75108 CPUtime=822.32 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 412520 0 0 0 82135 97 0 0 25 0 1 0 393742560 76910592 15299 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 18777 15299 253 24 0 15411 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 75108

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 11954
/proc/meminfo: memFree=26915676/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=175248 CPUtime=882.31 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 432572 0 0 0 88128 103 0 0 25 0 1 0 393742560 179453952 35248 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 43812 35248 253 24 0 40446 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 175248

[startup+942.301 s]
/proc/loadavg: 4.03 4.01 3.78 5/190 11955
/proc/meminfo: memFree=26789924/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=175776 CPUtime=942.32 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 463925 0 0 0 94121 111 0 0 25 0 1 0 393742560 179994624 32635 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 43944 32635 253 24 0 40578 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 175776

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.80 5/190 11957
/proc/meminfo: memFree=26791888/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=126084 CPUtime=1002.32 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 489523 0 0 0 100115 117 0 0 25 0 1 0 393742560 129110016 26388 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 31521 26388 253 24 0 28155 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 126084

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.81 5/190 11959
/proc/meminfo: memFree=26614180/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=180620 CPUtime=1062.32 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 548260 0 0 0 106101 131 0 0 25 0 1 0 393742560 184954880 37975 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 45155 37975 253 24 0 41789 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 180620

[startup+1122.3 s]
/proc/loadavg: 4.08 4.03 3.83 5/190 11960
/proc/meminfo: memFree=26714216/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=398272 CPUtime=1122.32 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 589275 0 0 0 112091 141 0 0 25 0 1 0 393742560 407830528 78907 33554432000 4194304 4291949 140734422824432 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 99568 78907 253 24 0 96202 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 398272

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.83 5/190 11962
/proc/meminfo: memFree=26971000/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=187008 CPUtime=1182.32 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 616715 0 0 0 118084 148 0 0 25 0 1 0 393742560 191496192 35614 33554432000 4194304 4291949 140734422824432 18446744073709551615 237282339365 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 46752 35614 253 24 0 43386 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 187008

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.84 5/190 11963
/proc/meminfo: memFree=26949280/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=106232 CPUtime=1242.32 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 635041 0 0 0 124080 152 0 0 25 0 1 0 393742560 108781568 22005 33554432000 4194304 4291949 140734422824432 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 26558 22005 253 24 0 23192 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 106232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 11965
/proc/meminfo: memFree=26768716/32950904 swapFree=67082272/67111528
[pid=11891] ppid=11889 vsize=268796 CPUtime=1300.02 cores=4,6
/proc/11891/stat : 11891 (RestartSAT) R 11889 11891 11710 0 -1 4202496 656681 0 0 0 129846 156 0 0 25 0 1 0 393742560 275247104 43529 33554432000 4194304 4291949 140734422824432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11891/statm: 67199 43529 253 24 0 63833 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 268796

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.47
system time used= 1.57676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 656681
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= 10
involuntary context switches= 866

runsolver used 2.17567 second user time and 4.92825 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-15 00:50:28
IDJOB=3170262
IDBENCH=82680
IDSOLVER=1580
FILE ID=node121/3170262-1302821428
RUNJOBID= node121-1302820125-11729
PBS_JOBID= 13006674
Free space on /tmp= 72140 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S43885340-006-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170262-1302821428/watcher-3170262-1302821428 -o /tmp/evaluation-result-3170262-1302821428/solver-3170262-1302821428 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170262-1302821428.cnf

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

MD5SUM BENCH= 745003317611baf9e79e91bc0ab8e275
RANDOM SEED=1229377531

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      27541160 kB
Buffers:        372000 kB
Cached:        4773936 kB
SwapCached:       2788 kB
Active:        2175048 kB
Inactive:      3012172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      27541160 kB
SwapTotal:    67111528 kB
SwapFree:     67082272 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:       40112 kB
Mapped:          13616 kB
Slab:           157304 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   191420 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= 72136 MiB
End job on node121 at 2011-04-15 01:12:10