Trace number 3420035

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.11 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
Bench CategoryAPPLICATION (applications 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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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-3420035-1306584403/watcher-3420035-1306584403 -o /tmp/evaluation-result-3420035-1306584403/solver-3420035-1306584403 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420035-1306584403.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.94 2.02 2.00 3/488 30613
/proc/meminfo: memFree=16298244/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=27948 CPUtime=0 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 2424 0 0 0 0 0 0 0 25 0 1 0 502631580 28618752 2311 33554432000 4194304 4291949 140737047420768 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 6987 2311 228 24 0 3621 0

[startup+0.098331 s]
/proc/loadavg: 1.94 2.02 2.00 3/488 30613
/proc/meminfo: memFree=16298244/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=40572 CPUtime=0.09 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 7136 0 0 0 8 1 0 0 25 0 1 0 502631580 41545728 6291 33554432000 4194304 4291949 140737047420768 18446744073709551615 4215072 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 10143 6291 231 24 0 6777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40572

[startup+0.100337 s]
/proc/loadavg: 1.94 2.02 2.00 3/488 30613
/proc/meminfo: memFree=16298244/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=40572 CPUtime=0.09 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 7136 0 0 0 8 1 0 0 25 0 1 0 502631580 41545728 6291 33554432000 4194304 4291949 140737047420768 18446744073709551615 4216080 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 10143 6291 231 24 0 6777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40572

[startup+0.300304 s]
/proc/loadavg: 1.94 2.02 2.00 3/488 30613
/proc/meminfo: memFree=16298244/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=47092 CPUtime=0.29 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 10532 0 0 0 27 2 0 0 25 0 1 0 502631580 48222208 7784 33554432000 4194304 4291949 140737047420768 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 11773 7784 234 24 0 8407 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47092

[startup+0.700218 s]
/proc/loadavg: 1.94 2.02 2.00 3/488 30613
/proc/meminfo: memFree=16298244/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=45044 CPUtime=0.69 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 11890 0 0 0 67 2 0 0 25 0 1 0 502631580 46125056 7096 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 11261 7096 252 24 0 7895 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45044

[startup+1.50106 s]
/proc/loadavg: 1.94 2.02 2.00 3/489 30614
/proc/meminfo: memFree=16269592/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=45044 CPUtime=1.49 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 12177 0 0 0 147 2 0 0 25 0 1 0 502631580 46125056 7375 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 11261 7375 252 24 0 7895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45044

[startup+3.10077 s]
/proc/loadavg: 1.94 2.02 2.00 3/489 30614
/proc/meminfo: memFree=16266740/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=52116 CPUtime=3.09 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 12691 0 0 0 307 2 0 0 25 0 1 0 502631580 53366784 7878 33554432000 4194304 4291949 140737047420768 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 13029 7878 252 24 0 9663 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52116

[startup+6.30025 s]
/proc/loadavg: 1.86 2.00 1.99 3/489 30642
/proc/meminfo: memFree=16356304/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=52116 CPUtime=6.29 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 13652 0 0 0 627 2 0 0 25 0 1 0 502631580 53366784 8812 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 13029 8812 252 24 0 9663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52116

[startup+12.7011 s]
/proc/loadavg: 1.87 2.00 1.99 3/489 30642
/proc/meminfo: memFree=16314936/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=71340 CPUtime=12.69 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 18316 0 0 0 1266 3 0 0 25 0 1 0 502631580 73052160 13444 33554432000 4194304 4291949 140737047420768 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 17835 13444 252 24 0 14469 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71340

[startup+25.5009 s]
/proc/loadavg: 1.90 2.00 1.99 3/489 30643
/proc/meminfo: memFree=16302948/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=83016 CPUtime=25.49 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 21718 0 0 0 2546 3 0 0 25 0 1 0 502631580 85008384 16798 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30613/statm: 20754 16798 252 24 0 17388 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83016

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.00 3/489 30643
/proc/meminfo: memFree=16260152/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=101984 CPUtime=51.07 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 25986 0 0 0 5102 5 0 0 25 0 1 0 502631580 104431616 20982 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 25496 20982 252 24 0 22130 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 101984

[startup+102.318 s]
/proc/loadavg: 2.14 2.05 2.01 3/489 30645
/proc/meminfo: memFree=16214852/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=139960 CPUtime=102.29 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 42872 0 0 0 10219 10 0 0 25 0 1 0 502631580 143319040 25025 33554432000 4194304 4291949 140737047420768 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 34990 25025 252 24 0 31624 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 139960

[startup+162.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/489 30646
/proc/meminfo: memFree=16255984/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=78496 CPUtime=162.27 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 56240 0 0 0 16213 14 0 0 25 0 1 0 502631580 80379904 14583 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 19624 14583 252 24 0 16258 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 78496

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/489 30648
/proc/meminfo: memFree=16149312/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=139960 CPUtime=222.28 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 72227 0 0 0 22209 19 0 0 25 0 1 0 502631580 143319040 30385 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 34990 30385 252 24 0 31624 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 139960

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 30650
/proc/meminfo: memFree=16254560/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=81092 CPUtime=282.27 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 86266 0 0 0 28204 23 0 0 25 0 1 0 502631580 83038208 15552 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 20273 15552 252 24 0 16907 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 81092

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 30651
/proc/meminfo: memFree=16157188/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=143296 CPUtime=342.28 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 100205 0 0 0 34201 27 0 0 25 0 1 0 502631580 146735104 29351 33554432000 4194304 4291949 140737047420768 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 35824 29351 252 24 0 32458 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 143296

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/489 30653
/proc/meminfo: memFree=16110288/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=195844 CPUtime=402.28 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 109784 0 0 0 40197 31 0 0 25 0 1 0 502631580 200544256 38834 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 48961 38834 252 24 0 45595 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 195844

[startup+462.301 s]
/proc/loadavg: 2.08 2.04 2.00 4/489 30654
/proc/meminfo: memFree=16148444/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=147744 CPUtime=462.28 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 130600 0 0 0 46193 35 0 0 25 0 1 0 502631580 151289856 28567 33554432000 4194304 4291949 140737047420768 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 36936 28567 252 24 0 33570 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 147744

[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/489 30656
/proc/meminfo: memFree=16084176/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=200424 CPUtime=522.28 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 146457 0 0 0 52189 39 0 0 25 0 1 0 502631580 205234176 44315 33554432000 4194304 4291949 140737047420768 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 50106 44315 252 24 0 46740 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 200424

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/489 30658
/proc/meminfo: memFree=16191784/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=83348 CPUtime=582.28 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 158759 0 0 0 58185 43 0 0 25 0 1 0 502631580 85348352 16634 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 20837 16634 252 24 0 17471 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 83348

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/489 30761
/proc/meminfo: memFree=15922172/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=279400 CPUtime=4002.34 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 843155 0 0 0 399988 246 0 0 25 0 1 0 502631580 286105600 61387 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 69850 61387 252 24 0 66484 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 279400

[startup+4062.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/489 30762
/proc/meminfo: memFree=15813888/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=363796 CPUtime=4062.37 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 863892 0 0 0 405986 251 0 0 25 0 1 0 502631580 372527104 82005 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 90949 82005 252 24 0 87583 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 363796

[startup+4122.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/489 30764
/proc/meminfo: memFree=15836916/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=498396 CPUtime=4122.35 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 869221 0 0 0 411981 254 0 0 25 0 1 0 502631580 510357504 87277 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 124599 87277 252 24 0 121233 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 498396

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 30766
/proc/meminfo: memFree=15867032/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=499676 CPUtime=4182.35 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 873973 0 0 0 417979 256 0 0 25 0 1 0 502631580 511668224 91995 33554432000 4194304 4291949 140737047420768 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 124919 91995 252 24 0 121553 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 499676

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 30767
/proc/meminfo: memFree=15999184/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=205760 CPUtime=4242.36 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 887975 0 0 0 423975 261 0 0 25 0 1 0 502631580 210698240 44671 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 51440 44671 252 24 0 48074 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 205760

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 30769
/proc/meminfo: memFree=15923884/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=286668 CPUtime=4302.36 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 898698 0 0 0 429972 264 0 0 25 0 1 0 502631580 293548032 55299 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 71667 55299 252 24 0 68301 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 286668

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 30770
/proc/meminfo: memFree=15938984/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=286668 CPUtime=4362.36 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 905863 0 0 0 435970 266 0 0 25 0 1 0 502631580 293548032 62379 33554432000 4194304 4291949 140737047420768 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 71667 62379 252 24 0 68301 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 286668

[startup+4422.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/489 30772
/proc/meminfo: memFree=15880920/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=368056 CPUtime=4422.36 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 911379 0 0 0 441969 267 0 0 25 0 1 0 502631580 376889344 67831 33554432000 4194304 4291949 140737047420768 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 92014 67831 252 24 0 88648 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 368056

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/489 30775
/proc/meminfo: memFree=15927896/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=368516 CPUtime=4482.36 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 919621 0 0 0 447966 270 0 0 25 0 1 0 502631580 377360384 75987 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 92129 75987 252 24 0 88763 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 368516

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/489 30776
/proc/meminfo: memFree=16000528/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=191732 CPUtime=4542.36 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 931090 0 0 0 453963 273 0 0 25 0 1 0 502631580 196333568 41356 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 47933 41356 252 24 0 44567 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 191732

[startup+4602.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/489 30779
/proc/meminfo: memFree=15919764/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=241520 CPUtime=4602.37 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 942682 0 0 0 459961 276 0 0 25 0 1 0 502631580 247316480 52818 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 60380 52818 252 24 0 57014 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 241520

[startup+4662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/489 30781
/proc/meminfo: memFree=15939820/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=291608 CPUtime=4662.37 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 951549 0 0 0 465958 279 0 0 25 0 1 0 502631580 298606592 61587 33554432000 4194304 4291949 140737047420768 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 72902 61587 252 24 0 69536 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 291608

[startup+4722.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/489 30784
/proc/meminfo: memFree=15867620/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=372996 CPUtime=4722.38 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 958224 0 0 0 471957 281 0 0 25 0 1 0 502631580 381947904 68179 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 93249 68179 252 24 0 89883 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 372996

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 30787
/proc/meminfo: memFree=15880740/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=372996 CPUtime=4782.37 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 963321 0 0 0 477954 283 0 0 25 0 1 0 502631580 381947904 73223 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 93249 73223 252 24 0 89883 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 372996

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 30788
/proc/meminfo: memFree=15924856/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=242960 CPUtime=4842.37 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 991289 0 0 0 483947 290 0 0 25 0 1 0 502631580 248791040 53626 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 60740 53626 252 24 0 57374 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 242960

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 30791
/proc/meminfo: memFree=15859840/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=293048 CPUtime=4902.37 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 1001469 0 0 0 489945 292 0 0 25 0 1 0 502631580 300081152 63661 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 73262 63661 252 24 0 69896 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 293048

[startup+4962.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/489 30793
/proc/meminfo: memFree=15866744/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=374436 CPUtime=4962.37 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 1010925 0 0 0 495943 294 0 0 25 0 1 0 502631580 383422464 73011 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 93609 73011 252 24 0 90243 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 374436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.10 2.06 2.01 3/489 30794
/proc/meminfo: memFree=15828788/32951124 swapFree=46575304/67111528
[pid=30613] ppid=30611 vsize=374436 CPUtime=5000.08 cores=0,2,4,6
/proc/30613/stat : 30613 (RestartSAT) R 30611 30613 30363 0 -1 4202496 1014611 0 0 0 499712 296 0 0 25 0 1 0 502631580 383422464 76644 33554432000 4194304 4291949 140737047420768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30613/statm: 93609 76644 252 24 0 90243 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 374436

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): 5000.03
CPU time (s): 5000.11
CPU user time (s): 4997.13
CPU system time (s): 2.98255
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 511812

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

runsolver used 25.3511 second user time and 53.7068 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-28 14:06:43
IDJOB=3420035
IDBENCH=83109
IDSOLVER=1911
FILE ID=node107/3420035-1306584403
RUNJOBID= node107-1306579400-30381
PBS_JOBID= 13471573
Free space on /tmp= 73524 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom25.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420035-1306584403/watcher-3420035-1306584403 -o /tmp/evaluation-result-3420035-1306584403/solver-3420035-1306584403 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420035-1306584403.cnf

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=663900317

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:      16298532 kB
Buffers:        316816 kB
Cached:        7216908 kB
SwapCached:       9840 kB
Active:       12127688 kB
Inactive:      4199472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16298532 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:     8790508 kB
Mapped:          32800 kB
Slab:           160916 kB
PageTables:      95096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145219732 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= 73528 MiB
End job on node107 at 2011-05-28 15:30:05