Trace number 3419715

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.19 5000.04

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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-3419715-1306579395/watcher-3419715-1306579395 -o /tmp/evaluation-result-3419715-1306579395/solver-3419715-1306579395 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419715-1306579395.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: 0.16 0.03 0.01 2/483 3773
/proc/meminfo: memFree=19337228/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=19556 CPUtime=0 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 740 0 0 0 0 0 0 0 21 0 1 0 848170439 20025344 676 33554432000 4194304 4291949 140734436525920 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3773/statm: 4889 677 225 24 0 1523 0

[startup+0.0621241 s]
/proc/loadavg: 0.16 0.03 0.01 2/483 3773
/proc/meminfo: memFree=19337228/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=28668 CPUtime=0.05 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 3997 0 0 0 5 0 0 0 21 0 1 0 848170439 29356032 3472 33554432000 4194304 4291949 140734436525920 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3773/statm: 7201 3475 227 24 0 3835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28668

[startup+0.101122 s]
/proc/loadavg: 0.16 0.03 0.01 2/483 3773
/proc/meminfo: memFree=19337228/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=37092 CPUtime=0.09 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 6095 0 0 0 9 0 0 0 21 0 1 0 848170439 37982208 5293 33554432000 4194304 4291949 140734436525920 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3773/statm: 9273 5294 227 24 0 5907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37092

[startup+0.301085 s]
/proc/loadavg: 0.16 0.03 0.01 2/483 3773
/proc/meminfo: memFree=19337228/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=77152 CPUtime=0.29 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 17124 0 0 0 27 2 0 0 22 0 1 0 848170439 79003648 14375 33554432000 4194304 4291949 140734436525920 18446744073709551615 4278109 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3773/statm: 19288 14375 227 24 0 15922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77152

[startup+0.701024 s]
/proc/loadavg: 0.16 0.03 0.01 2/483 3773
/proc/meminfo: memFree=19337228/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=161472 CPUtime=0.69 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 38339 0 0 0 64 5 0 0 23 0 1 0 848170439 165347328 32058 33554432000 4194304 4291949 140734436525920 18446744073709551615 260905054917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3773/statm: 40368 32059 227 24 0 37002 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161472

[startup+1.50075 s]
/proc/loadavg: 0.16 0.03 0.01 3/484 3774
/proc/meminfo: memFree=19149988/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=263288 CPUtime=1.48 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 65298 0 0 0 138 10 0 0 25 0 1 0 848170439 269606912 55292 33554432000 4194304 4291949 140734436525920 18446744073709551615 4254728 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 65822 55292 232 24 0 62456 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 263288

[startup+3.10059 s]
/proc/loadavg: 0.16 0.03 0.01 3/484 3774
/proc/meminfo: memFree=19110928/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=263288 CPUtime=3.08 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 65298 0 0 0 298 10 0 0 25 0 1 0 848170439 269606912 55292 33554432000 4194304 4291949 140734436525920 18446744073709551615 4229952 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 65822 55292 232 24 0 62456 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 263288

[startup+6.30088 s]
/proc/loadavg: 0.31 0.07 0.02 3/484 3774
/proc/meminfo: memFree=19100968/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=267828 CPUtime=6.29 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 67461 0 0 0 618 11 0 0 25 0 1 0 848170439 274255872 57361 33554432000 4194304 4291949 140734436525920 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 66957 57361 234 24 0 63591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 267828

[startup+12.7008 s]
/proc/loadavg: 0.44 0.10 0.03 3/484 3774
/proc/meminfo: memFree=19112956/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=252860 CPUtime=12.69 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 83286 0 0 0 1256 13 0 0 25 0 1 0 848170439 258928640 49857 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 63215 49857 253 24 0 59849 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 252860

[startup+25.5005 s]
/proc/loadavg: 0.79 0.19 0.06 3/484 3775
/proc/meminfo: memFree=19099240/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=252860 CPUtime=25.49 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 83889 0 0 0 2536 13 0 0 25 0 1 0 848170439 258928640 50445 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 63215 50445 253 24 0 59849 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252860

[startup+51.1008 s]
/proc/loadavg: 1.20 0.33 0.11 3/484 3775
/proc/meminfo: memFree=19089712/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=252860 CPUtime=51.09 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 85615 0 0 0 5095 14 0 0 25 0 1 0 848170439 258928640 52143 33554432000 4194304 4291949 140734436525920 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 63215 52143 253 24 0 59849 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 252860

[startup+102.318 s]
/proc/loadavg: 1.65 0.59 0.21 3/484 3777
/proc/meminfo: memFree=19075032/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=302948 CPUtime=102.31 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 92606 0 0 0 10214 17 0 0 25 0 1 0 848170439 310218752 59047 33554432000 4194304 4291949 140734436525920 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 75737 59047 253 24 0 72371 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 302948

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/484 3778
/proc/meminfo: memFree=18970676/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=302948 CPUtime=162.3 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 99093 0 0 0 16211 19 0 0 25 0 1 0 848170439 310218752 65439 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 75737 65439 253 24 0 72371 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 302948

[startup+222.3 s]
/proc/loadavg: 2.02 1.08 0.43 3/484 3780
/proc/meminfo: memFree=18943344/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=384336 CPUtime=222.29 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 109899 0 0 0 22206 23 0 0 25 0 1 0 848170439 393560064 76109 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 96084 76109 253 24 0 92718 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 384336

[startup+282.3 s]
/proc/loadavg: 2.01 1.24 0.53 3/484 3781
/proc/meminfo: memFree=18925292/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=390128 CPUtime=282.3 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 120749 0 0 0 28204 26 0 0 25 0 1 0 848170439 399491072 86815 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 97532 86815 253 24 0 94166 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 390128

[startup+342.301 s]
/proc/loadavg: 2.00 1.38 0.61 3/484 3783
/proc/meminfo: memFree=18866716/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=533984 CPUtime=342.3 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 134866 0 0 0 34200 30 0 0 25 0 1 0 848170439 546799616 100750 33554432000 4194304 4291949 140734436525920 18446744073709551615 4250373 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 133496 100750 253 24 0 130130 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 533984

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.70 3/484 3785
/proc/meminfo: memFree=18784316/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=539948 CPUtime=402.3 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 147274 0 0 0 40197 33 0 0 25 0 1 0 848170439 552906752 113011 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 134987 113011 253 24 0 131621 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 539948

[startup+462.3 s]
/proc/loadavg: 2.14 1.62 0.79 3/484 3786
/proc/meminfo: memFree=18752040/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=558416 CPUtime=462.3 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 161413 0 0 0 46194 36 0 0 25 0 1 0 848170439 571817984 126988 33554432000 4194304 4291949 140734436525920 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 139604 126988 253 24 0 136238 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 558416

[startup+522.301 s]
/proc/loadavg: 2.05 1.69 0.86 3/484 3788
/proc/meminfo: memFree=18734392/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=775260 CPUtime=522.31 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 175074 0 0 0 52191 40 0 0 25 0 1 0 848170439 793866240 140489 33554432000 4194304 4291949 140734436525920 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 193815 140489 253 24 0 190449 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 775260

[startup+582.301 s]
/proc/loadavg: 2.02 1.74 0.93 3/484 3789
/proc/meminfo: memFree=18634900/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=783520 CPUtime=582.3 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 188257 0 0 0 58187 43 0 0 25 0 1 0 848170439 802324480 153530 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 195880 153530 253 24 0 192514 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 783520

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.04 1.97 3/484 3921
/proc/meminfo: memFree=14137824/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3048120 CPUtime=4062.43 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 664572 0 0 0 406024 219 0 0 25 0 1 0 848170439 3121274880 624118 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 762030 624118 253 24 0 758664 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 3048120

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/484 3923
/proc/meminfo: memFree=14091412/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3060424 CPUtime=4122.42 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 671009 0 0 0 412021 221 0 0 25 0 1 0 848170439 3133874176 630474 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 765106 630474 253 24 0 761740 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 3060424

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/484 3924
/proc/meminfo: memFree=14039780/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3060424 CPUtime=4182.41 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 676325 0 0 0 418018 223 0 0 25 0 1 0 848170439 3133874176 635685 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 765106 635685 253 24 0 761740 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 3060424

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/484 3926
/proc/meminfo: memFree=13985052/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3060424 CPUtime=4242.41 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 680764 0 0 0 424016 225 0 0 25 0 1 0 848170439 3133874176 640043 33554432000 4194304 4291949 140734436525920 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 765106 640043 253 24 0 761740 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 3060424

[startup+4302.3 s]
/proc/loadavg: 2.10 2.04 1.98 3/484 3982
/proc/meminfo: memFree=16697692/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3076832 CPUtime=4302.42 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 688808 0 0 0 430015 227 0 0 25 0 1 0 848170439 3150675968 648015 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 769208 648015 253 24 0 765842 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 3076832

[startup+4362.3 s]
/proc/loadavg: 2.19 2.06 1.99 3/484 4037
/proc/meminfo: memFree=16634908/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3076832 CPUtime=4362.42 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 698036 0 0 0 436012 230 0 0 25 0 1 0 848170439 3150675968 657144 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 769208 657144 253 24 0 765842 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 3076832

[startup+4422.3 s]
/proc/loadavg: 2.14 2.07 2.00 3/484 4093
/proc/meminfo: memFree=16580600/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3076832 CPUtime=4422.42 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 708634 0 0 0 442008 234 0 0 25 0 1 0 848170439 3150675968 667631 33554432000 4194304 4291949 140734436525920 18446744073709551615 4251571 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 769208 667631 253 24 0 765842 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 3076832

[startup+4482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/484 4094
/proc/meminfo: memFree=16525132/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3093232 CPUtime=4482.43 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 716211 0 0 0 448005 238 0 0 25 0 1 0 848170439 3167469568 675136 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 773308 675136 253 24 0 769942 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 3093232

[startup+4542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/484 4096
/proc/meminfo: memFree=16484552/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3093232 CPUtime=4542.43 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 721418 0 0 0 454003 240 0 0 25 0 1 0 848170439 3167469568 680286 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 773308 680286 253 24 0 769942 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 3093232

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 4098
/proc/meminfo: memFree=16452236/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3093232 CPUtime=4602.43 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 725723 0 0 0 460001 242 0 0 25 0 1 0 848170439 3167469568 684506 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 773308 684506 253 24 0 769942 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 3093232

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 4099
/proc/meminfo: memFree=16454540/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3105536 CPUtime=4662.44 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 731388 0 0 0 465998 246 0 0 25 0 1 0 848170439 3180068864 690073 33554432000 4194304 4291949 140734436525920 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 776384 690073 253 24 0 773018 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 3105536

[startup+4722.32 s]
/proc/loadavg: 2.12 2.05 2.00 3/484 4110
/proc/meminfo: memFree=16407744/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3105536 CPUtime=4722.45 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 735254 0 0 0 471998 247 0 0 25 0 1 0 848170439 3180068864 693863 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 776384 693863 253 24 0 773018 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 3105536

[startup+4782.3 s]
/proc/loadavg: 2.25 2.09 2.01 3/484 4111
/proc/meminfo: memFree=16374336/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3105536 CPUtime=4782.44 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 739669 0 0 0 477994 250 0 0 25 0 1 0 848170439 3180068864 698199 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 776384 698199 253 24 0 773018 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 3105536

[startup+4842.3 s]
/proc/loadavg: 2.16 2.08 2.01 3/484 4113
/proc/meminfo: memFree=16347872/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3105536 CPUtime=4842.43 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 743417 0 0 0 483992 251 0 0 25 0 1 0 848170439 3180068864 701886 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 776384 701886 253 24 0 773018 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 3105536

[startup+4902.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/484 4115
/proc/meminfo: memFree=16396180/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3105536 CPUtime=4902.44 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 750685 0 0 0 489990 254 0 0 25 0 1 0 848170439 3180068864 709082 33554432000 4194304 4291949 140734436525920 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 776384 709082 253 24 0 773018 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 3105536

[startup+4962.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/484 4116
/proc/meminfo: memFree=16330656/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3121944 CPUtime=4962.44 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 757657 0 0 0 495988 256 0 0 25 0 1 0 848170439 3196870656 715974 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 780486 715974 253 24 0 777120 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 3121944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/484 4117
/proc/meminfo: memFree=16311036/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=3121944 CPUtime=5000.05 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4202496 760245 0 0 0 499747 258 0 0 25 0 1 0 848170439 3196870656 718521 33554432000 4194304 4291949 140734436525920 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3773/statm: 780486 718521 253 24 0 777120 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 3121944

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

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

[startup+5000.02 s]
/proc/loadavg: 2.01 2.04 2.00 3/484 4117
/proc/meminfo: memFree=16311036/32950928 swapFree=65252936/67111528
[pid=3773] ppid=3771 vsize=0 CPUtime=5000.16 cores=0,2,4,6
/proc/3773/stat : 3773 (RestartSAT) R 3771 3773 3735 0 -1 4203524 760246 0 0 0 499748 268 0 0 25 0 1 0 848170439 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/3773/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.19
CPU user time (s): 4997.49
CPU system time (s): 2.69959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3121944

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

runsolver used 23.9504 second user time and 53.3459 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-28 12:43:18
IDJOB=3419715
IDBENCH=69571
IDSOLVER=1911
FILE ID=node116/3419715-1306579395
RUNJOBID= node116-1306579395-3753
PBS_JOBID= 13471564
Free space on /tmp= 73340 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419715-1306579395/watcher-3419715-1306579395 -o /tmp/evaluation-result-3419715-1306579395/solver-3419715-1306579395 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419715-1306579395.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1485512072

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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:     32950928 kB
MemFree:      19337392 kB
Buffers:        143376 kB
Cached:        2376176 kB
SwapCached:      12264 kB
Active:        7434816 kB
Inactive:      5929048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19337392 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:           73740 kB
Writeback:           0 kB
AnonPages:    10842508 kB
Mapped:          24944 kB
Slab:           119368 kB
PageTables:      62576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139624008 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= 73336 MiB
End job on node116 at 2011-05-28 14:06:40