Trace number 3421234

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) 5000.09 5000.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

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: 961)

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-3421234-1306625799/watcher-3421234-1306625799 -o /tmp/evaluation-result-3421234-1306625799/solver-3421234-1306625799 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421234-1306625799.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.67 1.95 1.97 3/495 8721
/proc/meminfo: memFree=28563588/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=20400 CPUtime=0 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 1082 0 0 0 0 0 0 0 22 0 1 0 774179526 20889600 1016 33554432000 4194304 4291949 140736709880912 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8721/statm: 5100 1016 225 24 0 1734 0

[startup+0.106105 s]
/proc/loadavg: 1.67 1.95 1.97 3/495 8721
/proc/meminfo: memFree=28563588/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=21788 CPUtime=0.12 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 1616 0 0 0 12 0 0 0 23 0 1 0 774179526 22310912 1536 33554432000 4194304 4291949 140736709880912 18446744073709551615 4254743 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 5447 1536 231 24 0 2081 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 21788

[startup+0.227127 s]
/proc/loadavg: 1.67 1.95 1.97 3/495 8721
/proc/meminfo: memFree=28563588/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=21788 CPUtime=0.22 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 1616 0 0 0 22 0 0 0 23 0 1 0 774179526 22310912 1536 33554432000 4194304 4291949 140736709880912 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 5447 1536 231 24 0 2081 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 21788

[startup+0.301118 s]
/proc/loadavg: 1.67 1.95 1.97 3/495 8721
/proc/meminfo: memFree=28563588/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=21788 CPUtime=0.29 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 1616 0 0 0 29 0 0 0 23 0 1 0 774179526 22310912 1536 33554432000 4194304 4291949 140736709880912 18446744073709551615 4226651 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 5447 1536 231 24 0 2081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21788

[startup+0.70108 s]
/proc/loadavg: 1.67 1.95 1.97 3/495 8721
/proc/meminfo: memFree=28563588/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=21788 CPUtime=0.69 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 1616 0 0 0 69 0 0 0 25 0 1 0 774179526 22310912 1536 33554432000 4194304 4291949 140736709880912 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 5447 1536 231 24 0 2081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21788

[startup+1.50094 s]
/proc/loadavg: 1.67 1.95 1.97 4/499 8728
/proc/meminfo: memFree=28547604/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=21788 CPUtime=1.49 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 1627 0 0 0 149 0 0 0 25 0 1 0 774179526 22310912 1547 33554432000 4194304 4291949 140736709880912 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 5447 1547 231 24 0 2081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21788

[startup+3.10067 s]
/proc/loadavg: 1.67 1.95 1.97 4/499 8728
/proc/meminfo: memFree=28546488/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=22696 CPUtime=3.09 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 3626 0 0 0 309 0 0 0 25 0 1 0 774179526 23240704 2431 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 5674 2431 250 24 0 2308 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22696

[startup+6.31811 s]
/proc/loadavg: 1.70 1.95 1.97 3/499 8728
/proc/meminfo: memFree=28536448/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=27048 CPUtime=6.3 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 4874 0 0 0 630 0 0 0 25 0 1 0 774179526 27697152 3606 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 6762 3606 250 24 0 3396 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 27048

[startup+12.701 s]
/proc/loadavg: 1.72 1.95 1.97 3/499 8728
/proc/meminfo: memFree=28525544/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=29420 CPUtime=12.69 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 6692 0 0 0 1269 0 0 0 25 0 1 0 774179526 30126080 4077 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 7355 4077 250 24 0 3989 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29420

[startup+25.5009 s]
/proc/loadavg: 1.78 1.95 1.97 3/499 8729
/proc/meminfo: memFree=28514872/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=30888 CPUtime=25.49 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 8303 0 0 0 2548 1 0 0 25 0 1 0 774179526 31629312 4566 33554432000 4194304 4291949 140736709880912 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 7722 4566 250 24 0 4356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30888

[startup+51.1006 s]
/proc/loadavg: 1.85 1.96 1.97 3/499 8730
/proc/meminfo: memFree=28498188/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=44180 CPUtime=51.09 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 10933 0 0 0 5108 1 0 0 25 0 1 0 774179526 45240320 7085 33554432000 4194304 4291949 140736709880912 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 11045 7085 250 24 0 7679 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44180

[startup+102.301 s]
/proc/loadavg: 1.93 1.96 1.97 3/499 8731
/proc/meminfo: memFree=28492100/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=45356 CPUtime=102.29 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 11882 0 0 0 10228 1 0 0 25 0 1 0 774179526 46444544 7970 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 11339 7970 250 24 0 7973 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 45356

[startup+162.301 s]
/proc/loadavg: 1.97 1.97 1.97 3/499 8732
/proc/meminfo: memFree=28476468/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=47772 CPUtime=162.3 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 14539 0 0 0 16228 2 0 0 25 0 1 0 774179526 48918528 8787 33554432000 4194304 4291949 140736709880912 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 11943 8787 250 24 0 8577 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 47772

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/499 8734
/proc/meminfo: memFree=28465412/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=63660 CPUtime=222.29 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 17294 0 0 0 22227 2 0 0 25 0 1 0 774179526 65187840 11411 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 15915 11411 250 24 0 12549 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 63660

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/499 8736
/proc/meminfo: memFree=28459816/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=63660 CPUtime=282.31 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 18708 0 0 0 28228 3 0 0 25 0 1 0 774179526 65187840 12759 33554432000 4194304 4291949 140736709880912 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 15915 12759 250 24 0 12549 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 63660

[startup+342.301 s]
/proc/loadavg: 2.27 2.05 2.00 3/499 8737
/proc/meminfo: memFree=28460664/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=64944 CPUtime=342.3 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 19046 0 0 0 34227 3 0 0 25 0 1 0 774179526 66502656 13080 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 16236 13080 250 24 0 12870 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 64944

[startup+402.318 s]
/proc/loadavg: 2.21 2.07 2.01 3/499 8739
/proc/meminfo: memFree=28455696/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=74188 CPUtime=402.31 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 23104 0 0 0 40227 4 0 0 25 0 1 0 774179526 75968512 14092 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 18547 14092 250 24 0 15181 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 74188

[startup+462.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/499 8740
/proc/meminfo: memFree=28449860/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=74188 CPUtime=462.3 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 23497 0 0 0 46226 4 0 0 25 0 1 0 774179526 75968512 14466 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 18547 14466 250 24 0 15181 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 74188

[startup+522.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 8742
/proc/meminfo: memFree=28434848/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=74188 CPUtime=522.3 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 23583 0 0 0 52226 4 0 0 25 0 1 0 774179526 75968512 14552 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 18547 14552 250 24 0 15181 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 74188

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 8744
/proc/meminfo: memFree=28434340/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=74472 CPUtime=582.3 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 23632 0 0 0 58226 4 0 0 25 0 1 0 774179526 76259328 14599 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 18618 14599 250 24 0 15252 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 74472

[startup+642.301 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/499 8848
/proc/meminfo: memFree=28348044/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=122072 CPUtime=4062.34 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 39851 0 0 0 406228 6 0 0 25 0 1 0 774179526 125001728 27315 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 30518 27315 250 24 0 27152 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 122072

[startup+4122.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/499 8850
/proc/meminfo: memFree=28347664/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=122072 CPUtime=4122.34 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 39851 0 0 0 412228 6 0 0 25 0 1 0 774179526 125001728 27315 33554432000 4194304 4291949 140736709880912 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 30518 27315 250 24 0 27152 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 122072

[startup+4182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/499 8852
/proc/meminfo: memFree=28348148/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=122072 CPUtime=4182.34 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 39851 0 0 0 418228 6 0 0 25 0 1 0 774179526 125001728 27315 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 30518 27315 250 24 0 27152 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 122072

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 8853
/proc/meminfo: memFree=28348268/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=122072 CPUtime=4242.34 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 39851 0 0 0 424228 6 0 0 25 0 1 0 774179526 125001728 27315 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 30518 27315 250 24 0 27152 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 122072

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8855
/proc/meminfo: memFree=28343668/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4302.34 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 40935 0 0 0 430228 6 0 0 25 0 1 0 774179526 136646656 28395 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 28395 250 24 0 29995 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 133444

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8856
/proc/meminfo: memFree=28343164/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4362.36 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41112 0 0 0 436230 6 0 0 25 0 1 0 774179526 136646656 28568 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 28568 250 24 0 29995 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 133444

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8858
/proc/meminfo: memFree=28342896/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4422.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41112 0 0 0 442229 6 0 0 25 0 1 0 774179526 136646656 28568 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 28568 250 24 0 29995 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 133444

[startup+4482.32 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 8860
/proc/meminfo: memFree=28343000/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4482.36 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41112 0 0 0 448230 6 0 0 25 0 1 0 774179526 136646656 28568 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 28568 250 24 0 29995 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 133444

[startup+4542.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 8861
/proc/meminfo: memFree=28340752/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4542.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 454229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 133444

[startup+4602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/499 8863
/proc/meminfo: memFree=28339864/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4602.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 460229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 133444

[startup+4662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 8864
/proc/meminfo: memFree=28339472/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4662.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 466229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 133444

[startup+4722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 8866
/proc/meminfo: memFree=28339716/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4722.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 472229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 133444

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 8868
/proc/meminfo: memFree=28321104/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4782.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 478229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 133444

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8869
/proc/meminfo: memFree=28320720/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4842.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 484229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 133444

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8871
/proc/meminfo: memFree=28321084/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4902.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 490229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 133444

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8872
/proc/meminfo: memFree=28322064/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=4962.35 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 496229 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 133444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 8874
/proc/meminfo: memFree=28322184/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=5000.07 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 500001 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 133444

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 8874
/proc/meminfo: memFree=28322184/32951132 swapFree=59085548/67111528
[pid=8721] ppid=8719 vsize=133444 CPUtime=5000.07 cores=0,2,4,6
/proc/8721/stat : 8721 (RestartSAT) R 8719 8721 7990 0 -1 4202496 41665 0 0 0 500001 6 0 0 25 0 1 0 774179526 136646656 29101 33554432000 4194304 4291949 140736709880912 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8721/statm: 33361 29101 250 24 0 29995 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 133444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.09
CPU user time (s): 5000.02
CPU system time (s): 0.069989
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 133444

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

runsolver used 26.226 second user time and 56.4004 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-29 01:36:39
IDJOB=3421234
IDBENCH=83924
IDSOLVER=1911
FILE ID=node129/3421234-1306625799
RUNJOBID= node129-1306625799-8707
PBS_JOBID= 13471598
Free space on /tmp= 73148 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421234-1306625799/watcher-3421234-1306625799 -o /tmp/evaluation-result-3421234-1306625799/solver-3421234-1306625799 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421234-1306625799.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=2037418267

node129.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.831
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.66
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28563984 kB
Buffers:        196152 kB
Cached:        1628968 kB
SwapCached:      74168 kB
Active:         471916 kB
Inactive:      3693092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28563984 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:            1664 kB
Writeback:          20 kB
AnonPages:     2276308 kB
Mapped:          17808 kB
Slab:            96428 kB
PageTables:      59240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147304708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73144 MiB
End job on node129 at 2011-05-29 03:00:01